Add :reader

Uses wheezy.template, which is said to be fast and light. Provided template file is really basic, custom css suggested.
This commit is contained in:
2014-05-29 14:12:16 +02:00
parent 814ff46fbd
commit f90958149e
4 changed files with 62 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ setup( name='morss',
'python-dateutil <= 1.5',
'lxml',
'html2text',
'ordereddict'
'ordereddict',
'wheezy.template'
]
)