aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-11-26 14:17:41 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-11-26 14:17:41 +0100
commitbff9494bb5ef7b022417ed4041bbfebb64ec4700 (patch)
tree1df809a93828bef8bfc6619a057526b26c86adaa /source
parentCherryPy port number and address are now defined in ./cfg/cherrypy.cfg. (diff)
downloadnewspipe-bff9494bb5ef7b022417ed4041bbfebb64ec4700.tar.gz
newspipe-bff9494bb5ef7b022417ed4041bbfebb64ec4700.tar.bz2
newspipe-bff9494bb5ef7b022417ed4041bbfebb64ec4700.zip
The link to the source code is now at the bottoem of the HTML page.
Diffstat (limited to 'source')
-rwxr-xr-xsource/pyAggr3g470r.py4
-rw-r--r--source/templates/base.html5
2 files changed, 3 insertions, 6 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py
index 00473189..f7e3c21c 100755
--- a/source/pyAggr3g470r.py
+++ b/source/pyAggr3g470r.py
@@ -101,9 +101,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="/img/tuxrss.png"' + \
""" title="What's new today?"/></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>'
+ '</div><a name="top"><a href="/">pyAggr3g470r - News aggregator</a></a></h1>\n'
class RestrictedArea(object):
"""
diff --git a/source/templates/base.html b/source/templates/base.html
index 6380bf37..6b60703e 100644
--- a/source/templates/base.html
+++ b/source/templates/base.html
@@ -12,14 +12,13 @@
<a href="/"><img src="/img/tuxrss.png" title="What's new today?"/></a>
</div>
<a name="top"><a href="/"><h1>pyAggr3g470r - News aggregator</h1></a></a>
- <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">pyAggr3g470r (source code)</a>
${self.body()}
<hr />
<p>This software is under GPLv3 license. You are welcome to copy, modify or
- redistribute the source code according to the
- <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</p>
+ redistribute the source code according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.<br />
+ <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p>
</div>
</body>
</html> \ No newline at end of file
bgstack15