From: Michael Hanke Date: Mon, 19 Apr 2010 20:52:35 +0000 (-0400) Subject: Add cross-links to NITRC X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=04be0e0270b11f96ac7cf60541cc443ffa33c821;p=neurodebian.git Add cross-links to NITRC --- diff --git a/neurodebian.cfg b/neurodebian.cfg index 303f29f..45d101b 100644 --- a/neurodebian.cfg +++ b/neurodebian.cfg @@ -53,3 +53,9 @@ jaunty = Ubuntu 9.04 "Jaunty Jackalope" (jaunty) karmic = Ubuntu 9.10 "Karmic Koala" (karmic) lucid = Ubuntu upcoming release "Lucid Lynx" (lucid) +[nitrc ids] +#http://www.nitrc.org/project?group_id=25 +afni = 23 +caret = 34 +fsl = 25 + diff --git a/neurodebian/templates/pkg.rst b/neurodebian/templates/pkg.rst index 5422586..fa89f23 100644 --- a/neurodebian/templates/pkg.rst +++ b/neurodebian/templates/pkg.rst @@ -6,7 +6,17 @@ {{ long_description }} -Homepage: {{ db.main.homepage }} +External links: + +.. raw:: html + +

+ + {%- if cfg.has_option("nitrc ids", pkg) -%} + + + {%- endif -%} +

{% if db.main.publication %} Citable reference: @@ -45,8 +55,8 @@ Associated blends: {% endif -%} {% if db.main.debian_popcon or db.main.ubuntu_popcon %} -Reported installations [#]_ ---------------------------- +Popularity statistics [#]_ +-------------------------- {% if db.main.debian_popcon -%} - Debian: {{ db.main.debian_popcon.insts }} (`more info `_) {% endif -%} diff --git a/sphinx/_static/go-home.png b/sphinx/_static/go-home.png new file mode 100644 index 0000000..ee88983 Binary files /dev/null and b/sphinx/_static/go-home.png differ diff --git a/sphinx/_static/nitrc.jpg b/sphinx/_static/nitrc.jpg new file mode 100644 index 0000000..28d7b62 Binary files /dev/null and b/sphinx/_static/nitrc.jpg differ