index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
Commit message (
Collapse
)
Author
Age
*
Templates has been removed to the upper folder.
Cédric Bonhomme
2013-09-14
|
*
The logo of the feed has been added to the feed management page (/feed).
Cédric Bonhomme
2013-09-14
|
*
Bug fix in feedgetter.py when a fix does not exist.
Cédric Bonhomme
2013-09-10
|
*
Improved /management template.
Cédric Bonhomme
2013-09-10
|
*
It is now possible to delete all articles from a feed from the database via ↵
Cédric Bonhomme
2013-09-10
|
|
|
|
the /feed page.
*
Changed revesion date.
Cédric Bonhomme
2013-09-09
|
*
Improved pymongo request
Cédric Bonhomme
2013-09-09
|
*
Change the name of the collection when the url of a feed is changed.
Cédric Bonhomme
2013-09-08
|
*
Fixed minor bugs.
Cédric Bonhomme
2013-09-08
|
*
Fixed bug in open_url().
Cédric Bonhomme
2013-09-08
|
*
Changed the confirmation message when a new feed has been added.
Cédric Bonhomme
2013-09-08
|
*
Log erros in feedgetter.py
Cédric Bonhomme
2013-09-08
|
*
Log errors when trying to fetch an URL.
Cédric Bonhomme
2013-09-08
|
*
Added a function which opens a URL safely.
Cédric Bonhomme
2013-09-08
|
*
detect_url_erros() now uses the proxy.
Cédric Bonhomme
2013-09-08
|
*
Improvement to the CSS for the navigation container.
Cédric Bonhomme
2013-09-03
|
*
Improvement of the template for the /index page.
Cédric Bonhomme
2013-09-03
|
*
Minor improvement to the CSS.
Cédric Bonhomme
2013-09-03
|
*
Minor change to the template of the /history page.
Cédric Bonhomme
2013-09-03
|
*
Removed 'overflow-x:hiden' in the CSS.
Cédric Bonhomme
2013-09-03
|
*
Improvement: the user-agent is now set when looking for a feed (rss or atom) ↵
Cédric Bonhomme
2013-08-30
|
|
|
|
in a Web page.
*
Added some comments.
Cédric Bonhomme
2013-08-20
|
*
Bugfix: there was a problem when enabling email notifications for a feed.
Cédric Bonhomme
2013-08-19
|
*
Updated index.html template.
Cédric Bonhomme
2013-08-15
|
*
It is now possible to set the user-agent used by the feed parser.
Cédric Bonhomme
2013-08-15
|
*
Updated documentation and README file.
Cédric Bonhomme
2013-08-11
|
*
proxy object is now instancied in the __init__ function of feedgetter class.
Cédric Bonhomme
2013-08-11
|
*
It is now possible to fetch articles with feedparser through a HTTP proxy, ↵
Cédric Bonhomme
2013-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 Bonhomme
2013-07-25
|
*
Added a function which returns the number of undeleted documents of the ↵
Cédric Bonhomme
2013-07-25
|
|
|
|
Whoosh index.
*
Removed debug print.
Cédric Bonhomme
2013-07-25
|
*
The Whoosh index stays now in sync with the MongoDB database.
Cédric Bonhomme
2013-07-25
|
*
fixed a really strange bug... to investigate...
Cédric Bonhomme
2013-07-24
|
*
Bugfix when checking if an article is already in the database.
Cédric Bonhomme
2013-07-24
|
*
AsyncWriter is used to prevent whoosh.store.LockError error. And we only try ↵
Cédric Bonhomme
2013-07-24
|
|
|
|
to add new articles to the index.
*
added add_to_index function, to add an article to the Whoosh index.
Cédric Bonhomme
2013-07-24
|
*
Updated header information of utils.py
Cédric Bonhomme
2013-07-24
|
*
Better and safe files handling with context manager.
Cédric Bonhomme
2013-07-24
|
*
Improved remove_feed function.
Cédric Bonhomme
2013-07-24
|
*
Improved add_feed
Cédric Bonhomme
2013-07-23
|
*
Improved the function which add a new feed URL to the file with the list of ↵
Cédric Bonhomme
2013-07-23
|
|
|
|
monitored links.
*
call rmpid() to delete the file which contains the pid pf pyAggr3g470r.
Cédric Bonhomme
2013-07-10
|
*
The file which contains the pid of the pyaggr3g470t process is now deleted ↵
Cédric Bonhomme
2013-07-10
|
|
|
|
after a service stop.
*
attrgetter is not used
Cédric Bonhomme
2013-07-04
|
*
Results of a search are now sorted by date.
Cédric Bonhomme
2013-07-04
|
*
Removed MongoDB full-search function.
Cédric Bonhomme
2013-07-04
|
*
Version 4.0. Fast full-text indexing and searching with the Whoosh library.
Cédric Bonhomme
2013-06-25
|
*
Removed the MongoDB index on articles content.
Cédric Bonhomme
2013-06-25
|
*
Test if the database has not been indexed.
Cédric Bonhomme
2013-06-25
|
*
Added a button to reindex the database on the /search page.
Cédric Bonhomme
2013-06-24
|
[next]
bgstack15