aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-10-28 11:40:38 +0100
committercedricbonhomme <devnull@localhost>2012-10-28 11:40:38 +0100
commit2b1a6349b9434ffa5f272e8c76f855087604c86f (patch)
treea601e9490191c7075272a99adfca2001099fa8cc /README.md
parentKeep only the default password. (diff)
downloadnewspipe-2b1a6349b9434ffa5f272e8c76f855087604c86f.tar.gz
newspipe-2b1a6349b9434ffa5f272e8c76f855087604c86f.tar.bz2
newspipe-2b1a6349b9434ffa5f272e8c76f855087604c86f.zip
Updated README.md file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/README.md b/README.md
index 51c94977..c342aa80 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,14 @@ pyAggr3g470r
Presentation
------------
-pyAggr3g470r_ is a multi-threaded news aggregator with a web interface
-based on CherryPy_. Articles are stored in a MongoDB_ base.
+[pyAggr3g470r](https://bitbucket.org/cedricbonhomme/pyaggr3g470r/) is a multi-threaded news aggregator with a web interface
+based on [CherryPy](http://cherrypy.org/). Articles are stored in a [MongoDB](http://api.mongodb.org/python/current/) base.
Features
------------
-* articles are stored in a MongoDB_ database;
+* articles are stored in a [MongoDB](http://www.mongodb.org/) database;
* find an article with history;
* e-mail notification;
* export articles to HTML, EPUB, PDF or raw text;
@@ -27,15 +27,14 @@ Requierements
Software required
-* Python_ 2.7.*;
-* MongoDB_ and PyMongo_;
-* feedparser_;
-* CherryPy_ (version 3 and up);
-* BeautifulSoup_.
+* [Python](http://python.org/) 2.7;
+* [MongoDB](http://www.mongodb.org/) and [PyMongo](http://api.mongodb.org/python/current/);
+* [feedparser](http://code.google.com/p/feedparser/);
+* [CherryPy](http://cherrypy.org/) (version 3 and up);
+* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/).
Optional module
-~~~~~~~~~~~~~~~
These modules are not required but enables more features:
* lxml and Genshi;
@@ -66,4 +65,4 @@ Thank you!
License
------------
-pyAggr3g470r_ is under GPLv3_ license.
+[pyAggr3g470r](https://bitbucket.org/cedricbonhomme/pyaggr3g470r/) is under [GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt) license.
bgstack15