diff options
author | cedricbonhomme <devnull@localhost> | 2010-04-16 11:25:00 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-04-16 11:25:00 +0200 |
commit | a3ea22531cfea8959b0c5a93f55658aacfb9fcf2 (patch) | |
tree | 8ac5f3654f930340174b74740dd82a1df55f8f04 | |
parent | Minor CSS improvements. (diff) | |
download | newspipe-a3ea22531cfea8959b0c5a93f55658aacfb9fcf2.tar.gz newspipe-a3ea22531cfea8959b0c5a93f55658aacfb9fcf2.tar.bz2 newspipe-a3ea22531cfea8959b0c5a93f55658aacfb9fcf2.zip |
Minor improvement.
-rwxr-xr-x | pyAggr3g470r.py | 2 | ||||
-rwxr-xr-x | var/feed.lst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 8cf4d70e..26b44a63 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -120,7 +120,7 @@ class Root: html += """<a href="/all_articles/%s">All articles</a> """ % (rss_feed_id,) html += """ <a href="/mark_as_read/Feed_FromMainPage:%s">Mark all as read</a>""" % (rss_feed_id,) if self.feeds[rss_feed_id][1] != 0: - html += """ <a href="/unread/%s" title="Unread article(s)" + html += """ <a href="/unread/%s" title="Unread article(s)" >Unread article(s) (%s)</a>""" % (rss_feed_id, \ self.feeds[rss_feed_id][1]) if self.feeds[rss_feed_id][6] == "0": diff --git a/var/feed.lst b/var/feed.lst index 43b89680..c850dafb 100755 --- a/var/feed.lst +++ b/var/feed.lst @@ -23,3 +23,4 @@ http://www.lessentiel.lu/rss/news.tmpl http://www.jeffersonswheel.org/?feed=rss2 http://www.laquadrature.net/en/rss.xml http://static.fsf.org/fsforg/rss/blogs.xml +http://esr.ibiblio.org/?feed=rss2 |