aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/utils.py
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master' into evol/apiFrançois Schmidts2015-03-03
|\
| * Removed the functionality for the email notifications of new articles. No rea...Cédric Bonhomme2015-02-25
* | 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: http://standblo...Cédric Bonhomme2014-06-08
* | making pyagregator runnable by apacheFrançois Schmidts2014-06-09
|/
* 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 Her...Cédric Bonhomme2014-04-12
* 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
* Fixed indentation error.Cédric Bonhomme2013-10-15
* Disabling logs.Cédric Bonhomme2013-10-15
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15