aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Hack: Re-add sslwrap to Python 2.7.9.Cédric Bonhomme2015-01-02
* Import urlib.request for Python 3.Cédric Bonhomme2015-01-02
* btn-default style.Cédric Bonhomme2014-12-03
* Harmonization of buttons style.Cédric Bonhomme2014-12-02
* Updated version of Vagrant.Cédric Bonhomme2014-12-01
* Minor changes to the layout.Cédric Bonhomme2014-11-30
* Minor changes (comment and logging).Cédric Bonhomme2014-11-30
* Database is now indexed in background.Cédric Bonhomme2014-11-30
* Do not check at all the content.Cédric Bonhomme2014-11-29
* Updated feeds.html template.Cédric Bonhomme2014-11-28
* Added a button to delete duplicate articles.Cédric Bonhomme2014-11-28
* Improved layout of the template duplicate.html.Cédric Bonhomme2014-11-28
* Only compare published date and title of articles.Cédric Bonhomme2014-11-28
* Test the equality of the contents and of the titles.Cédric Bonhomme2014-11-28
* Finall the method with nltk is really slow...Cédric Bonhomme2014-11-28
* Misc fixes for the installation/uage of scipy/numpy/nltk.Cédric Bonhomme2014-11-28
* Updated README.rst and vagrant bootstrap file.Cédric Bonhomme2014-11-28
* heroku-buildpack-scipyCédric Bonhomme2014-11-28
* Updated requirements.txtCédric Bonhomme2014-11-28
* Updated requirements.txtCédric Bonhomme2014-11-28
* Updated requirements.txtCédric Bonhomme2014-11-28
* Updated requirements.txtCédric Bonhomme2014-11-28
* Updated requirements.txtCédric Bonhomme2014-11-28
* Added duplicates.html template.Cédric Bonhomme2014-11-28
* Speed improvements: combinations generates less pair than product...Cédric Bonhomme2014-11-28
* Compare files with cosine.Cédric Bonhomme2014-11-28
* Updated README (vagrant installation).Cédric Bonhomme2014-11-21
* Updated README.Cédric Bonhomme2014-11-21
* Updated bootstrap.sh.Cédric Bonhomme2014-11-21
* Added configuration file for deployment with Vagrant.Cédric Bonhomme2014-11-21
* Updated README.Cédric Bonhomme2014-11-21
* Updated README.Cédric Bonhomme2014-11-21
* Updated README.Cédric Bonhomme2014-11-21
* Updated README.Cédric Bonhomme2014-11-21
bgstack15