aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Collapse)AuthorAge
* The logo has been resized.Cédric Bonhomme2013-09-14
|
* Templates has been removed to the upper folder.Cédric Bonhomme2013-09-14
|
* The logo of the feed has been added to the feed management page (/feed).Cédric Bonhomme2013-09-14
|
* Bug fix in feedgetter.py when a fix does not exist.Cédric Bonhomme2013-09-10
|
* Improved /management template.Cédric Bonhomme2013-09-10
|
* It is now possible to delete all articles from a feed from the database via ↵Cédric Bonhomme2013-09-10
| | | | the /feed page.
* Changed revesion date.Cédric Bonhomme2013-09-09
|
* Improved pymongo requestCédric Bonhomme2013-09-09
|
* Change the name of the collection when the url of a feed is changed.Cédric Bonhomme2013-09-08
|
* Fixed minor bugs.Cédric Bonhomme2013-09-08
|
* Fixed bug in open_url().Cédric Bonhomme2013-09-08
|
* Changed the confirmation message when a new feed has been added.Cédric Bonhomme2013-09-08
|
* Log erros in feedgetter.pyCédric Bonhomme2013-09-08
|
* Log errors when trying to fetch an URL.Cédric Bonhomme2013-09-08
|
* Added a function which opens a URL safely.Cédric Bonhomme2013-09-08
|
* detect_url_erros() now uses the proxy.Cédric Bonhomme2013-09-08
|
* Improvement to the CSS for the navigation container.Cédric Bonhomme2013-09-03
|
* Improvement of the template for the /index page.Cédric Bonhomme2013-09-03
|
* Minor improvement to the CSS.Cédric Bonhomme2013-09-03
|
* Minor change to the template of the /history page.Cédric Bonhomme2013-09-03
|
* Removed 'overflow-x:hiden' in the CSS.Cédric Bonhomme2013-09-03
|
* Improvement: the user-agent is now set when looking for a feed (rss or atom) ↵Cédric Bonhomme2013-08-30
| | | | in a Web page.
* Added some comments.Cédric Bonhomme2013-08-20
|
* Bugfix: there was a problem when enabling email notifications for a feed.Cédric Bonhomme2013-08-19
|
* Updated index.html template.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 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
|
* 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
|
* Version 4.0. Fast full-text indexing and searching with the Whoosh library.Cédric Bonhomme2013-06-25
|
* Removed the MongoDB index on articles content.Cédric Bonhomme2013-06-25
|
* Test if the database has not been indexed.Cédric Bonhomme2013-06-25
|
bgstack15