aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/home.html
Commit message (Collapse)AuthorAge
* 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