From 00c1eaaabc5f0a6f23c4ea8888884e347ea13cd2 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 21 Feb 2011 23:16:35 +0100 Subject: tagging release w.t.f. --- pyAggr3g470r.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyAggr3g470r.py') diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index da14dc0a..7745a184 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -528,6 +528,8 @@ class Root: html += htmlnav html += """
""" html += "

The feed " + feed.feed_title + " contains " + str(feed.nb_articles) + " articles.

" + html += "

" + (feed.nb_unread_articles == 0 and ["All articles are read"] or [str(feed.nb_unread_articles) + \ + " unread article" + (feed.nb_unread_articles == 1 and [""] or ["s"])[0]])[0] + ".

" html += "

Recent articles:

" for article in feed.articles.values()[:10]: if article.article_readed == "0": -- cgit