aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated documentation.Cédric Bonhomme2013-08-15
|
* It is now possible to set the user-agent used by the feed parser.Cédric Bonhomme2013-08-15
|
* Updated revision number in the Sphinx documentation.Cédric Bonhomme2013-08-14
|
* Added tag 4.1 for changeset 40463714d5c4Cédric Bonhomme2013-08-11
|
* Updated documentation and README file.Cédric Bonhomme2013-08-11
|
* proxy object is now instancied in the __init__ function of feedgetter class.Cédric Bonhomme2013-08-11
|
* It is now possible to fetch articles with feedparser through a HTTP proxy, ↵Cédric Bonhomme2013-08-11
| | | | for example privoxy/tor. The address of the proxy is specified in the configuration file.
* The /management page dislays the number of indexed documents.Cédric Bonhomme2013-07-25
|
* Added a function which returns the number of undeleted documents of the ↵Cédric Bonhomme2013-07-25
| | | | Whoosh index.
* Removed debug print.Cédric Bonhomme2013-07-25
|
* The Whoosh index stays now in sync with the MongoDB database.Cédric Bonhomme2013-07-25
|
* fixed a really strange bug... to investigate...Cédric Bonhomme2013-07-24
|
* Bugfix when checking if an article is already in the database.Cédric Bonhomme2013-07-24
|
* AsyncWriter is used to prevent whoosh.store.LockError error. And we only try ↵Cédric Bonhomme2013-07-24
| | | | to add new articles to the index.
* added add_to_index function, to add an article to the Whoosh index.Cédric Bonhomme2013-07-24
|
* Fixed an URL in the README.Cédric Bonhomme2013-07-24
|
* Updated header information of utils.pyCédric Bonhomme2013-07-24
|
* Better and safe files handling with context manager.Cédric Bonhomme2013-07-24
|
* Improved remove_feed function.Cédric Bonhomme2013-07-24
|
* Improved add_feedCédric Bonhomme2013-07-23
|
* Improved the function which add a new feed URL to the file with the list of ↵Cédric Bonhomme2013-07-23
| | | | monitored links.
* call rmpid() to delete the file which contains the pid pf pyAggr3g470r.Cédric Bonhomme2013-07-10
|
* The file which contains the pid of the pyaggr3g470t process is now deleted ↵Cédric Bonhomme2013-07-10
| | | | after a service stop.
* attrgetter is not usedCédric Bonhomme2013-07-04
|
* Results of a search are now sorted by date.Cédric Bonhomme2013-07-04
|
* Removed MongoDB full-search function.Cédric Bonhomme2013-07-04
|
* Updated version number in the documentation.Cédric Bonhomme2013-06-26
|
* Added tag 4.0 for changeset 4cb73050be76Cédric Bonhomme2013-06-25
|
* Version 4.0. Fast full-text indexing and searching with the Whoosh library.Cédric Bonhomme2013-06-25
|
* Fixed an error with a link in the documentation.Cédric Bonhomme2013-06-25
|
* Removed the MongoDB index on articles content.Cédric Bonhomme2013-06-25
|
* Added Whoosh in the documentation (requirements + installation).Cédric Bonhomme2013-06-25
|
* Added link to the Whoosh library in the README.Cédric Bonhomme2013-06-25
|
* Test if the database has not been indexed.Cédric Bonhomme2013-06-25
|
* Added a button to reindex the database on the /search page.Cédric Bonhomme2013-06-24
|
* Removed the limit of results for the search with whoosh.Cédric Bonhomme2013-06-24
|
* Integration of the new search module.Cédric Bonhomme2013-06-24
|
* Added index_base view in order to launch the indexing.Cédric Bonhomme2013-06-24
|
* Updated the /management template.Cédric Bonhomme2013-06-24
|
* Added missing import.Cédric Bonhomme2013-06-24
|
* First functional version of the indexed full-text search.Cédric Bonhomme2013-06-24
|
* A test of the whoosh libraryCédric Bonhomme2013-06-24
|
* Changed header information in feedgetter.py.Cédric Bonhomme2013-06-10
|
* Now using 'with' statement with a context manager in order to catch i/o ↵Cédric Bonhomme2013-06-10
| | | | exceptions when opening the list of feeds.
* Minor changes to the tempate of the /unread page.Cédric Bonhomme2013-06-07
|
* Documentation is now using th 'howto' style.Cédric Bonhomme2013-05-03
|
* Updated login page CSS.Cédric Bonhomme2013-05-02
|
* Test bitcoin in HTML URL scheme with markdown.Cédric Bonhomme2013-04-24
|
* Fixed type in documentation.Cédric Bonhomme2013-04-15
|
* The qrcode module has been ported to Python 3.3 and the qrcode image is ↵Cédric Bonhomme2013-04-15
| | | | horizontally centered in /article page.
bgstack15