aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-10-25 09:35:57 +0200
committercedricbonhomme <devnull@localhost>2011-10-25 09:35:57 +0200
commitbf515daf542968086440bd092b38a241b59ae580 (patch)
tree33cb58250771d6b5a1af11d9f2738d6b2b61fff3 /pyAggr3g470r.py
parentAdded .hgignire file. (diff)
downloadnewspipe-bf515daf542968086440bd092b38a241b59ae580.tar.gz
newspipe-bf515daf542968086440bd092b38a241b59ae580.tar.bz2
newspipe-bf515daf542968086440bd092b38a241b59ae580.zip
Updated .hgignore. Added a function to export the articles database to pdf files.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 7ecae80b..0a8ba4a1 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -283,6 +283,7 @@ class Root:
html += """\t<option value="export_webzine" selected='selected'>Simple Webzine</option>\n"""
html += """\t<option value="export_html">HTML</option>\n"""
html += """\t<option value="export_epub">ePub</option>\n"""
+ html += """\t<option value="export_pdf">PDF</option>\n"""
html += """\t<option value="export_txt">Text</option>\n"""
html += """</select>\n\t<input type="submit" value="Export">\n</form>\n"""
html += "<hr />\n\n"
bgstack15