aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Enable a remote upgrade on Heroku with Flask-migrate.Cédric Bonhomme2015-02-19
* Alembic is magic!Cédric Bonhomme2015-02-18
* Updated README.Cédric Bonhomme2015-02-16
* Updated AUTHORS file.Cédric Bonhomme2015-02-13
* Minor changes in the crawler (test of asyncio.async).Cédric Bonhomme2015-02-12
* Time to sleep.Cédric Bonhomme2015-02-11
* Some minor improvements concerning the parsing of the article publication date.Cédric Bonhomme2015-02-11
* In the case it is not possible to resolve the URL of an article we just ignor...Cédric Bonhomme2015-02-11
* Oh my god.Cédric Bonhomme2015-02-11
* Fixed an other bug in the new crawler...Cédric Bonhomme2015-02-11
* Added the recommended version of Python in the README.Cédric Bonhomme2015-02-10
* testCédric Bonhomme2015-02-09
* testCédric Bonhomme2015-02-09
* bug when the list of feeds to fetch is emptyCédric Bonhomme2015-02-09
* Fix bug with pipCédric Bonhomme2015-02-09
* Typo...Cédric Bonhomme2015-02-09
* Version 5.1.2 of feedparser is now used with vagrant.Cédric Bonhomme2015-02-09
* Misc changes for the Vagrant configuration.Cédric Bonhomme2015-02-09
* Heroku stackCédric Bonhomme2015-02-09
* Updated conf file for VagrantCédric Bonhomme2015-02-09
* Updated conf file for Vagrant (ubuntu 14.04.Cédric Bonhomme2015-02-09
* Updated conf file for Vagrant (feedparser 5.1.4).Cédric Bonhomme2015-02-09
* Updated conf file for Vagrant (PPostgreSQL 9.4 is now used).Cédric Bonhomme2015-02-09
* Updated conf file for Vagrant (Utopic is now used).Cédric Bonhomme2015-02-09
* Updated conf file for Vagrant.Cédric Bonhomme2015-02-09
* Updated conf file for Vagrant.Cédric Bonhomme2015-02-09
* Updated conf file for Vagrant.Cédric Bonhomme2015-02-09
* Misc changes to the layout template.Cédric Bonhomme2015-02-08
* Updated NEWS.rst.Cédric Bonhomme2015-02-08
* No need to specify the version of python to use for the crawler on Heroku.Cédric Bonhomme2015-02-08
* Specifying Python 3.4.2 runtime for Heroku.Cédric Bonhomme2015-02-08
* Fixed a bug when exporting articles to HTML with Python 3.3.Cédric Bonhomme2015-02-08
* Misc improvements for the crawler. A semaphore is used to limit the number of...Cédric Bonhomme2015-02-08
* Added aiohttp to the list of requirements.Cédric Bonhomme2015-02-05
* Fetch all feeds of the list (not only the first 20 feeds).Cédric Bonhomme2015-02-04
* Get the feeds with aiohttp.Cédric Bonhomme2015-02-04
* Test if we effectively have retrieved some articles.Cédric Bonhomme2015-01-21
* clean_url is now working with Python3Cédric Bonhomme2015-01-21
* Set the version of Python used by the crawler in the configuration file.Cédric Bonhomme2015-01-21
* Misc fixes to the crawler.Cédric Bonhomme2015-01-21
* Added link to examples.Cédric Bonhomme2015-01-21
* First implementation with asyncio (not really async for the moment).Cédric Bonhomme2015-01-21
* Order feeds by title for the HTML export.Cédric Bonhomme2015-01-15
* Merged in jaesivsm/pyaggr3g470r/update/style (pull request #5) Cédric Bonhomme2015-01-15
|\
| * buttons on the left is easierFrançois Schmidts2015-01-14
|/
* Updated footer of HTML export.Cédric Bonhomme2015-01-13
* Updated translations.Cédric Bonhomme2015-01-09
* Updated login forms and login template.Cédric Bonhomme2015-01-09
* Updated years f copyright.Cédric Bonhomme2015-01-03
* Updated comment.Cédric Bonhomme2015-01-02
bgstack15