diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-06-25 07:38:37 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-06-25 07:38:37 +0200 |
commit | 295fc570b631597952339e6c491266c960fb446e (patch) | |
tree | e00acd8e54213dfbc18ccb1fbfe4d2821189fff3 | |
parent | Test if the database has not been indexed. (diff) | |
download | newspipe-295fc570b631597952339e6c491266c960fb446e.tar.gz newspipe-295fc570b631597952339e6c491266c960fb446e.tar.bz2 newspipe-295fc570b631597952339e6c491266c960fb446e.zip |
Added link to the Whoosh library in the README.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ A documentation is available [here](https://pyaggr3g470r.readthedocs.org/). Features ------------ * articles are stored in a [MongoDB](http://www.mongodb.org/) database (local or remote); -* article searching; +* fast full-text indexing and searching thanks the [Whoosh](https://bitbucket.org/mchaput/whoosh) library; * e-mail notification; * export articles to HTML, EPUB, PDF or raw text; * favorite articles; @@ -31,6 +31,7 @@ Software required * [Python](http://python.org/) >= 3.1; * [MongoDB](http://www.mongodb.org/) and [PyMongo](http://api.mongodb.org/python/current/) >= 1.9; +* [Whoosh](https://bitbucket.org/mchaput/whoosh) (article searching); * [feedparser](http://code.google.com/p/feedparser/) >= 5.1.2 (for **feedgetter.py**, the RSS feed parser); * [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.2 (automatically find a feed in a HTML page). |