aboutsummaryrefslogtreecommitdiff
path: root/export.py
Commit message (Collapse)AuthorAge
* Simple HTML export has been replaced by Webzine HTML export.cedricbonhomme2011-10-25
|
* Added comments.cedricbonhomme2011-10-25
|
* Updated .hgignore. Added a function to export the articles database to pdf ↵cedricbonhomme2011-10-25
| | | | files.
* It is now possible to export all the database in the ePub format.cedricbonhomme2011-10-25
|
* Refactored export functions properly. The appropriate export function of the ↵cedricbonhomme2011-10-24
| | | | 'export' module is called with getattr() in pyAggr3g470r.py.
* Minor bugfix in export.pycedricbonhomme2011-10-24
|
* Added export.py. This file will gather all the export functions.cedricbonhomme2011-10-24
bgstack15