]> 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 a0ed21f80797695448f253ef80f0befd80ddbd93..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>
@@ -51,7 +51,9 @@
 #openhatch-wannahelp-button:focus { outline-color:-moz-use-text-color;
        outline-style:none; outline-width:medium; }
 </style>
+<!-- Disabling openhatche's copy of jquery, even though loosing cool tipsy functionality for now
 <script type="text/javascript" src="https://openhatch.org/static/packed/selections_for_widget.js?1271800811"></script>
+-->
 <p><a href="https://www.ohloh.net/stack_entries/new?project_id=neurodebian&ref=sample"><img
 src="{{ pathto('_static/ohloh_iuseit.png', 1) }}" border="0" alt="Click to get yourself listed as a NeuroDebian user" /></a></p>
 <p><a href="http://www.nitrc.org/projects/neurodebian"><img
@@ -59,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 %}
+