aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-11-25 23:47:59 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-11-25 23:47:59 +0100
commitb9cd16257247a6285df3dc8d49132a2b3f239290 (patch)
treec3d3c8413ca7eb301703f5c8fa3bc3c25a7931c3 /README.md
parentTemplate for the /statistics page. (diff)
downloadnewspipe-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9397d363..45f08b1b 100644
--- a/README.md
+++ b/README.md
@@ -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).
bgstack15