aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-10-05 17:11:56 +0200
committercedricbonhomme <devnull@localhost>2010-10-05 17:11:56 +0200
commit51cd1331873bf367d3316b2f1f7d2e62b53d3c25 (patch)
tree1ff9a19c91ccdc606f1b08e97c2aff27ff458da3
parentAttached the GPL v3 notice to the start of each source file. (diff)
downloadnewspipe-51cd1331873bf367d3316b2f1f7d2e62b53d3c25.tar.gz
newspipe-51cd1331873bf367d3316b2f1f7d2e62b53d3c25.tar.bz2
newspipe-51cd1331873bf367d3316b2f1f7d2e62b53d3c25.zip
Renamed title of the main web page.
-rwxr-xr-xpyAggr3g470r.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 680acea2..770438da 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -83,7 +83,7 @@ def htmlheader(nb_unread_articles=""):
"""
return '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n' + \
'<head>' + \
- '\n\t<title>'+ nb_unread_articles +'pyAggr3g470r - RSS Feed Reader</title>\n' + \
+ '\n\t<title>'+ nb_unread_articles +'pyAggr3g470r - News aggregator</title>\n' + \
'\t<link rel="stylesheet" type="text/css" href="/css/style.css" />' + \
'\n\t<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\n' + \
'</head>\n'
@@ -95,7 +95,7 @@ htmlfooter = '<p>This software is under GPLv3 license. You are welcome to copy,
htmlnav = '<body>\n<h1><div class="right innerlogo"><a href="/"><img src="/css/img/tuxrss.png"' + \
""" title="What's new today?"/></a>""" + \
- '</div><a name="top"><a href="/">pyAggr3g470r - RSS Feed Reader</a></a></h1>\n<a' + \
+ '</div><a name="top"><a href="/">pyAggr3g470r - News aggregator</a></a></h1>\n<a' + \
' href="http://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">' + \
'pyAggr3g470r (source code)</a>'
bgstack15