Please refer to this project description on the authors website
for a brief introduction and to /doc/pubtracker.pdf for the underlying design
details and decisions.
PubTracker is released under MIT license (see COPYING).
Please bear in mind that PubTracker was an assignment in Distributed & Mobile Computing, a third year's class at ITT Dublin. It is not a polished software product.
You can configure PubTracker by editing config.php.
Contains the actual PubTracker functionality.
Create a database using the .sql files in this directory.
You can build the aforementioned PDF using build_pdf.sh in /doc/. This
requires pdflatex, bibtex as well as some LaTeX packages(refer to grep usepackage pubtracker.tex for package details). The documentation is written in
British English.
Contains the pure php templates.
Point your web servers www root to this directory.