Go to file
giuliof 9819fbdead Merge pull request 'Merge dev/remoteFetch' (#2) from dev/remoteFetch into master
Reviewed-on: #2
2021-09-14 19:41:11 +00:00
conf Tentativo di implementazione fetching remoto .tc. Da testare 2021-09-04 00:21:56 +02: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 Handled value error 2021-09-04 11:20:53 +02:00
requirements.txt Aggiunto requirements.txt fasullo per docker 2021-03-25 00:24:14 +01:00
style.css Added nice logo 2018-12-22 18:49:27 +01:00
tcparser.py Fixed bug #1 2018-12-23 12:00:14 +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