]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Added back a few notes from previous version.
authorMichael Hanke <michael.hanke@gmail.com>
Wed, 19 Aug 2009 18:15:22 +0000 (14:15 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Wed, 19 Aug 2009 18:15:22 +0000 (14:15 -0400)
neurodebian/templates/pkg.rst
sphinx/_static/neurodebian.css

index f0d063740b35bce65eb72c77f1974d73b51c4eed..ec84f12eab6fee45efe70b0d5fd3eec072a889da 100644 (file)
@@ -23,6 +23,16 @@ Binary packages
 NeuroDebian
 -----------
 
+The repository contains binary packages for the following distribution
+releases and system architectures. The corresponding source packages
+are available too.
+
+.. note::
+  Do not download this package manually if you plan to use it
+  regularly. Instead configure your package manager to use this
+  repository by following the instructions on the
+  :ref:`front page <repository_howto>`.
+
 {% endif %}
 {{ dist[0] }} [{{ distpkg.drc.split()[2]}}]:
   `{{distpkg.version}} <../../debian/{{ distpkg.poolurl }}>`_ [{{ ', '.join(distpkg.architecture) }}]
@@ -52,7 +62,7 @@ Debian
   - Maintainer: {{ distpkg.maintainer }}
   - Bug reports: `Debian bugtracking system <http://bugs.debian.org/src:{{ distpkg.sv.split()[0] }}>`_
 {% if distpkg.popcon %}
-  - Reported installations: {{ distpkg.popcon.insts }}
+  - Reported installations: {{ distpkg.popcon.insts }} (`more info <http://qa.debian.org/popcon.php?package={{ pkg }}>`_)
 {% endif %}
 {% endif %}
 {% else %}
index 70c61ec1d622b4217fcde550ee82c3a15134c1a7..a7bf88af289af1d48ef77f32084686e6458d3b83 100644 (file)
@@ -447,6 +447,8 @@ div.warning {
 div.note {
     background-color: #eee;
     border: 1px solid #ccc;
+    border-left: none;
+    border-right: none;
 }
 
 p.admonition-title {