Go to file
giomba 2f9eea0e4e Minor bug fixed 2018-12-22 19:05:49 +01:00
conf Global customized output directory 2018-11-03 16:27:40 +01:00
frontend Minor bug fixed 2018-12-22 19:05:49 +01:00
output Database extraction only when needed 2018-10-28 11:03:26 +01:00
.gitignore Proper configuration file 2018-11-03 14:13:18 +01:00
.htaccess Debian Apache adaptation 2018-11-03 12:52:36 +01:00
LICENSE First commit 2018-10-20 18:46:05 +02:00
README.md Improved README description and installation instructions 2018-11-03 16:58:40 +01:00
glob.py Added version details 2018-11-03 16:39:02 +01:00
index.html Minor bug fixed 2018-12-22 19:05:49 +01:00
main.py Updated docs 2018-12-22 18:39:38 +01:00
style.css Added nice logo 2018-12-22 18:49:27 +01:00
tcparser.py Removed bulky backend 2018-12-22 17:09:08 +01:00

README.md

TPDF - Tellico Parser anD Finder

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

TPDF runs as a web application via CGI (Common Gateway Interface).

Install

Apache

  1. Modules needed (install and enable)
mod_env
cgi
cgid
  1. Environment variables (add to virtualhost or htaccess)
SetEnv LANG en_US.UTF-8
  1. Clone this repository in a directory inside your webserver document root
  2. Pay attention to possible data leaks throught output directory

other webservers

Should work, but not tested.

Bugs

File bug report to GOLEM Linux Users Group golem.linux.it