aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* utm_* parameters are automatically removed from article's URLs.Cédric Bonhomme2014-01-06
|
* Bug fix in the feedgetter.Cédric Bonhomme2014-01-06
|
* Minor fix when a feed contains 0 article.Cédric Bonhomme2014-01-06
|
* Displaying more information in the /feed page.Cédric Bonhomme2014-01-01
|
* Link to the page to edit feed informations.Cédric Bonhomme2014-01-01
|
* Share articles with reddit.Cédric Bonhomme2014-01-01
|
* sorting by date all articles for each feed.Cédric Bonhomme2013-12-30
|
* Test without sorting articles.Cédric Bonhomme2013-12-30
|
* Added favicon link in the layout template.Cédric Bonhomme2013-12-28
|
* Added favicon.png.Cédric Bonhomme2013-12-28
|
* Removed old test file.Cédric Bonhomme2013-12-28
|
* Removed useless imports.Cédric Bonhomme2013-12-28
|
* Using a for..else loop here.Cédric Bonhomme2013-12-28
|
* Added comments.Cédric Bonhomme2013-12-28
|
* Released version 4.4.Cédric Bonhomme2013-12-27
|
* Removed bootstrat-responsive.cssCédric Bonhomme2013-12-27
|
* Feed deleteion confirmation.Cédric Bonhomme2013-12-27
|
* Improved Flask flash messages.Cédric Bonhomme2013-12-27
|
* Minor bugfix.Cédric Bonhomme2013-12-27
|
* Flash messsages.Cédric Bonhomme2013-12-27
|
* Minor fix in the template of unread articles.Cédric Bonhomme2013-12-27
|
* Sort the result of the search.Cédric Bonhomme2013-12-27
|
* Log timeout exception.Cédric Bonhomme2013-12-27
|
* Don't log that.Cédric Bonhomme2013-12-27
|
* Better management of exceptions.Cédric Bonhomme2013-12-27
|
* No need to test explicitly if the article is already in the database since ↵Cédric Bonhomme2013-12-27
| | | | the 'link' MongoEngine field is unique.
* Rederict to the page edit_feed.Cédric Bonhomme2013-12-26
|
* Added log info message for new articles.Cédric Bonhomme2013-12-26
|
* Logging for the feedgetter module.Cédric Bonhomme2013-12-26
|
* Uses the user agent defined in the configuration file.Cédric Bonhomme2013-12-26
|
* Only append the article to list if the saving with MongoEngine has been ↵Cédric Bonhomme2013-12-26
| | | | successful.
* If it is not possible to get the real URL, uses the URL provided by feedparser.Cédric Bonhomme2013-12-26
|
* Get the 'real' url.Cédric Bonhomme2013-12-24
|
* Updated README.Cédric Bonhomme2013-12-24
|
* It is now possible to configure the proxy and the user agent.Cédric Bonhomme2013-12-24
|
* Updated default configuration file.Cédric Bonhomme2013-12-24
|
* Improved models with a new index for articles.Cédric Bonhomme2013-12-24
|
* Fixed mistyped HTML tag in templates.Cédric Bonhomme2013-12-24
|
* Removed export_txt functionality.Cédric Bonhomme2013-12-08
|
* The name of the archive is composed of the current date.Cédric Bonhomme2013-12-08
|
* Updated /management page template.Cédric Bonhomme2013-12-08
|
* The archive is now generated after all articles.Cédric Bonhomme2013-12-08
|
* It is now possible to export all articles in a simple HTML site. The result ↵Cédric Bonhomme2013-12-08
| | | | is returned as a compressed tgz file.
* Updated READMECédric Bonhomme2013-12-07
|
* Updated installation process.Cédric Bonhomme2013-12-07
|
* Updated README.Cédric Bonhomme2013-12-06
|
* Added install.sh for installation with virtualenv.Cédric Bonhomme2013-12-06
|
* Updated .gitignore.Cédric Bonhomme2013-12-03
|
* Renamed .hgignore to .gitignore.Cédric Bonhomme2013-12-03
|
* Updated /feeds page.Cédric Bonhomme2013-12-03
|
bgstack15