diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-11-25 23:47:59 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-11-25 23:47:59 +0100 |
commit | b9cd16257247a6285df3dc8d49132a2b3f239290 (patch) | |
tree | c3d3c8413ca7eb301703f5c8fa3bc3c25a7931c3 /README.md | |
parent | Template for the /statistics page. (diff) | |
download | newspipe-b9cd16257247a6285df3dc8d49132a2b3f239290.tar.gz newspipe-b9cd16257247a6285df3dc8d49132a2b3f239290.tar.bz2 newspipe-b9cd16257247a6285df3dc8d49132a2b3f239290.zip |
Updated README and the REST documentation (requirements section).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Software required * [Python](http://python.org/) >= 3.2.3; * [MongoDB](http://www.mongodb.org/) and [PyMongo](http://api.mongodb.org/python/current/) >= 1.9; * [feedparser](http://code.google.com/p/feedparser/) >= 5.1.2 (for **feedgetter.py**, the RSS feed parser); -* [CherryPy](http://cherrypy.org/) >= 3.2.2 (for **pyAggr3g470r.py**, the Web interface); +* [CherryPy](http://cherrypy.org/) >= 3.2.2 and [Mako](http://www.makotemplates.org/) (for **pyAggr3g470r.py**, the Web interface); * [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/) >= 4.1.3 (automatically find a feed in a HTML page). |