aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/home.html
Commit message (Collapse)AuthorAge
...
* Display last 'n' articles.Cédric Bonhomme2014-02-05
|
* Mark all articles as read by feed.Cédric Bonhomme2014-02-02
|
* Test with another time format (only for the home page).Cédric Bonhomme2014-01-31
|
* explicitly mark a string as safe HTML with |safeCédric Bonhomme2014-01-27
|
* Replaced eye-open icon by info-sign.Cédric Bonhomme2014-01-15
|
* Only display this icon if the feed is enabled.Cédric Bonhomme2014-01-12
|
* It is now possible to feth only one feed.Cédric Bonhomme2014-01-12
|
* Fixed mistyped HTML tag in templates.Cédric Bonhomme2013-12-24
|
* Sort feeds by title with Jinja sort() function.Cédric Bonhomme2013-11-11
|
* Test if the user is subscribed to a feed.Cédric Bonhomme2013-11-10
|
* Updated templates.Cédric Bonhomme2013-11-10
|
* Fixed a minor bug in templates (when displaying list of articles).Cédric Bonhomme2013-11-09
|
* Added users management.Cédric Bonhomme2013-11-01
|
* Improved templates: rendering of the list of articlesCédric Bonhomme2013-10-31
|
* Trying to sort articles (SortedListField(ReferenceField('Article')).Cédric Bonhomme2013-10-13
|
* Optimizations in /home and /articles templates.Cédric Bonhomme2013-10-13
|
* MongoEngine list slicing.Cédric Bonhomme2013-10-13
|
* First prototype for the /articles page.Cédric Bonhomme2013-10-13
|
* First prototype for the /article page.Cédric Bonhomme2013-10-13
|
* Updated about page. Readed article title are using h3 headers and unreaded ↵Cédric Bonhomme2013-10-13
| | | | h1 headers.
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15