aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/utils.py
Commit message (Collapse)AuthorAge
* Secure back redirects with WTForms.Cédric Bonhomme2015-08-04
|
* Automatically use the good Python executable for the classic crawler.Cédric Bonhomme2015-04-23
|
* better title handlingFrançois Schmidts2015-04-22
|
* Bugfix.Cédric Bonhomme2015-04-01
|
* Clean the file utils.pyCédric Bonhomme2015-03-28
|
* Typo...Cédric Bonhomme2015-03-28
|
* Pairs of duplicates are sorted by retrieved date.Cédric Bonhomme2015-03-28
|
* Bugfix: unnecessary trailing slash.Cédric Bonhomme2015-03-28
|
* Removed blank line.Cédric Bonhomme2015-03-16
|
* Removed debug print.Cédric Bonhomme2015-03-16
|
* Improvements and fixes for the history() function.Cédric Bonhomme2015-03-16
|
* A new test for the history page.Cédric Bonhomme2015-03-15
|
* Moved duplicate() function in utils.py. Some minor cosmethic changes.Cédric Bonhomme2015-03-08
|
* Updated the name of the command to invoke the crawler based on asyncio. ↵Cédric Bonhomme2015-03-04
| | | | Updated the documentation consequently.
* Test with the old crawler (temporary during the transition).Cédric Bonhomme2015-03-04
|
* Merge remote-tracking branch 'origin/master' into evol/apiFrançois Schmidts2015-03-03
|\ | | | | | | | | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py
| * Removed the functionality for the email notifications of new articles. No ↵Cédric Bonhomme2015-02-25
| | | | | | | | real added value.
* | a first big refacto of the existing archFrançois Schmidts2015-03-03
|/
* 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
|
* First implementation with asyncio (not really async for the moment).Cédric Bonhomme2015-01-21
|
* Updated years f copyright.Cédric Bonhomme2015-01-03
|
* Updated some comments.Cédric Bonhomme2014-11-19
|
* More robust fetch.py script.Cédric Bonhomme2014-11-09
|
* Python 3 supportCédric Bonhomme2014-10-01
|
* Strip '=' character at the end of URLs.Cédric Bonhomme2014-06-14
|
* fixes #7Cédric Bonhomme2014-06-10
|
* Not writing JSON file when importing an account.Cédric Bonhomme2014-06-10
|
* fixing parsing for already quoted url as wellFrançois Schmidts2014-06-09
|\
| * A problem with urllib.quote() has been detected with the url: ↵Cédric Bonhomme2014-06-08
| | | | | | | | http://standblog.org/blog/post/2014/02/04/Confiance-en-Google-%3A-81-de-non.
* | making pyagregator runnable by apacheFrançois Schmidts2014-06-09
|/ | | | | | | | | * adding bootstrap module for basic import * redoing logging (config, proper use of the logging module) * making secret part of config (random wouldn't work with apache since it uses different instances of python) * making server entry point not executing application if just imported * not writing file for opml when we can read it from memory
* supporting feed without date or with ill formated dateFrançois Schmidts2014-06-08
|
* Account import near to be OK.Cédric Bonhomme2014-05-27
|
* Updated JSON export.Cédric Bonhomme2014-05-27
|
* Updated JSON export.Cédric Bonhomme2014-05-27
|
* Updated requirements.txt.Cédric Bonhomme2014-05-03
|
* Cleaned code.Cédric Bonhomme2014-04-27
|
* This fixes #2.Cédric Bonhomme2014-04-23
|
* Export of all articles in HTML pages is now working again (but not yet on ↵Cédric Bonhomme2014-04-12
| | | | Heroku).
* Improvements of the feedgetter module.Cédric Bonhomme2014-04-12
|
* License is now AGPLv3.Cédric Bonhomme2014-04-09
|
* Import/export of feeds with OPML is working.Cédric Bonhomme2014-04-08
|
* Improved OPML import.Cédric Bonhomme2014-02-09
|
* Improvements to the OPML importer.Cédric Bonhomme2014-02-09
|
* It is now possible to import OPML files.Cédric Bonhomme2014-02-09
|
* Minor improvements in utils.py.Cédric Bonhomme2013-11-17
|
* Added stop words files.Cédric Bonhomme2013-11-17
|
* Restored tag cloud per feed.Cédric Bonhomme2013-11-17
|
* Email notification.Cédric Bonhomme2013-11-10
|
* Removed code related to QR Code generation.Cédric Bonhomme2013-11-10
|
bgstack15