]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_templates/layout.html
Extend footer with license and code availability info.
[neurodebian.git] / sphinx / _templates / layout.html
index 8e9799781c821dd89824cf68c8e8ebb743fe813e..4e53265b00d32a03aa3d454f586af0432d367654 100644 (file)
@@ -8,7 +8,7 @@
   <li><a href="http://www.debian.org" target="_blank">Debian</a> ||&nbsp;</li>
   <li><a href="{{ pathto('index') }}">Neuroscience</a> :&nbsp;</li>
   <li><a href="{{ pathto('pkgs') }}">Software</a> |&nbsp;</li>
-  <li><a href="{{ pathto('datasets') }}">Datasets</a> |&nbsp;</li>
+  <li><a href="{{ pathto('pkglists/pkgs-by_release-datasets_(data)') }}">Datasets</a> |&nbsp;</li>
   <li><a href="{{ pathto('vm') }}">Virtual Machine</a> |&nbsp;</li>
   <li><a href="{{ pathto('faq') }}">FAQ</a> |&nbsp;</li>
   <li><a href="{{ pathto('testimonials') }}">Testimonials</a> &nbsp;</li>
@@ -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 %}
+