aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Expand)AuthorAge
...
* 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
* 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
* 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
* 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
* Email's 'To' field is given in argument.Cédric Bonhomme2014-11-20
* Switch To and Bcc addresses.Cédric Bonhomme2014-11-20
* Notifications functions and functions to send emails are now in separated files.Cédric Bonhomme2014-11-20
* Renamed function send_email to send_smtp.Cédric Bonhomme2014-11-20
* Bug fix.Cédric Bonhomme2014-11-19
* Updated some comments.Cédric Bonhomme2014-11-19
* Updated comment.Cédric Bonhomme2014-11-19
* Bug fix: email content is now created outside the function.Cédric Bonhomme2014-11-19
* Bug fix: activation key was too long for the database column.Cédric Bonhomme2014-11-19
* Emails via Postmark and traditional SMTP server.Cédric Bonhomme2014-11-19
* When the title is not found.Cédric Bonhomme2014-11-09
* More robust fetch.py script.Cédric Bonhomme2014-11-09
* Class btn-default for the 'Log In' button.Cédric Bonhomme2014-11-08
* Log 'bozo' exception.Cédric Bonhomme2014-11-08
* Updated translations.Cédric Bonhomme2014-11-08
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2014-11-08
|\
| * Updated Bootstrap to version 3.3.0.Cédric Bonhomme2014-10-30
* | Confirmation message before deleting old articles.Cédric Bonhomme2014-11-08
|/
* Updated 'About' page and translations.Cédric Bonhomme2014-10-12
* Bug fix: minor problem on the /search page.Cédric Bonhomme2014-10-02
* Do not wait for the complete document is loaded to run the js code.Cédric Bonhomme2014-10-01
* Minor UI improvements for the home page.Cédric Bonhomme2014-10-01
* fix...Cédric Bonhomme2014-10-01
bgstack15