]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Extend footer with license and code availability info.
authorMichael Hanke <michael.hanke@gmail.com>
Wed, 17 Aug 2011 18:47:02 +0000 (20:47 +0200)
committerMichael Hanke <michael.hanke@gmail.com>
Wed, 17 Aug 2011 18:47:02 +0000 (20:47 +0200)
sphinx/_templates/layout.html

index 26a89abdb7085d26a5a010218e9ef63fd95c8419..4e53265b00d32a03aa3d454f586af0432d367654 100644 (file)
@@ -61,3 +61,15 @@ src="{{ pathto('_static/nitrc_listed.png', 1) }}" border="0" alt="NITRC-listed"
 {% endblock %}
 
 
+{% block footer %}
+{{ super() }}
+<div class="footer">
+The source code for this portal is licensed under the
+<a href="http://www.gnu.org/licenses/gpl-3.0.html"
+   title="Text of the GPL-3 license">GPL-3</a> and is available on
+<a href="http://anonscm.debian.org/gitweb/?p=pkg-exppsy/neurodebian.git"
+   title="Browse or clone the Git repository">
+git.debian.org</a>.
+</div>
+{% endblock %}
+