From e13024eb53b1e12b0f8fd5f8c1c83bffadbd5c44 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 8 Apr 2014 23:18:23 +0200 Subject: Updated README. --- README.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 00fbf553..8562b412 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,12 @@ pyAggr3g470r Presentation ------------ [pyAggr3g470r](https://bitbucket.org/cedricbonhomme/pyaggr3g470r/) is a news aggregator with a web interface -based on [Flask](http://flask.pocoo.org/). Articles are stored in a [MongoDB](http://api.mongodb.org/python/current/) base. +based on [Flask](http://flask.pocoo.org/). Features -------- -* articles are stored in a [MongoDB](http://www.mongodb.org/) database; -* fast full-text indexing and searching thanks the [Whoosh](https://bitbucket.org/mchaput/whoosh) library; +* the database is managed with [SQLAlchemy](http://www.sqlalchemy.org/) database; * feeds batch import with OPML files; * export all your feeds to OPML; * e-mail notification; @@ -20,12 +19,10 @@ Features * favorite articles; * share articles with Google +, Pinboard and reddit. -Some [screen shots](https://plus.google.com/u/0/photos/106973022319954455496/albums/5449733578800221153) of pyAggr3g470r. - Installation ------------ -You need to have installed Python >= 2.7, MongoDB and some Python libraries. +You need to have installed Python >= 2.7 and some Python libraries. Configuration is done via the file *conf/conf.cfg*. Launch the script ``install.sh`` in order to install automatically all requirements. @@ -53,15 +50,6 @@ For example if you want to check for updates every 30 minutes, add this line to You must give the email address you use to login to pyAggr3g470r. -Backup ------- - -If you want to backup your database: - - $ su - $ /etc/init.d/mongodb stop - $ cp /var/lib/mongodb/pyaggr3g470r.* ~ - Donation -------- If you wish and if you like pyAggr3g470r, you can donate via bitcoin -- cgit