aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/lib/utils.py
Commit message (Collapse)AuthorAge
* sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
| | | | so i choosed to move the icons into their own table
* ensuring the icon isn't empty and redoing a bit of loggingFrançois Schmidts2015-07-31
|
* fetching mimetypes with imagesFrançois Schmidts2015-07-21
|
* rebuilding feed url as wellFrançois Schmidts2015-07-07
|
* the icon isn't a url but a b64 dumpFrançois Schmidts2015-07-06
|
* light refactFrançois Schmidts2015-07-06
| | | | | * both crawlers now use the same utils methods * the original crawler use now more of the controllers, enabling the filters feature
* making bookmaklet work for any urlFrançois Schmidts2015-07-06
|
* constructing feed from normal url alsoFrançois Schmidts2015-07-06
|
* fixing bug on reset link for feeds and hidding feed title for eXtraSmall deviceFrançois Schmidts2015-07-06
|
* the icon featureFrançois Schmidts2015-07-03
| | | | | | * icon of feeds is now an url retrieved from the feed or the site link * the icon is displayed in the home page making it visually easier to read * the http crawler is in charge of keeping it up to date
* new crawler with cache control and error handlingFrançois Schmidts2015-03-03
bgstack15