Go to file
giomba 312a4829aa Database extraction only when needed
Keeps a timestamp of last database update, and extracts it only if
changed from last extraction (more efficient).
Modified library struct, now contains not only a book list but also some
informations about the library (specific last update timestamp).
Last database update is shown in html and json output.
Added .htaccess for Apache webserver to prevent tellico files leaks from
output directory.
2018-10-28 11:03:26 +01:00
output Database extraction only when needed 2018-10-28 11:03:26 +01:00
.gitignore Database extraction only when needed 2018-10-28 11:03:26 +01:00
LICENSE First commit 2018-10-20 18:46:05 +02:00
README First commit 2018-10-20 18:46:05 +02:00
TODO Added images of covers 2018-10-21 15:00:19 +02:00
index.html Appearance prettified 2018-10-21 12:01:31 +02:00
main.py Database extraction only when needed 2018-10-28 11:03:26 +01:00
settings.py Read directly from .tc database 2018-10-21 14:10:16 +02:00
style.css Added images of covers 2018-10-21 15:00:19 +02:00
tcparser.py Database extraction only when needed 2018-10-28 11:03:26 +01:00

README

TPDF - Tellico Parser anD Finder

A simple Tellico XML parser and finder for your book library, written in Python3