X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sphinx%2Findex.rst;h=783020fd6157f77325f9164e5880bba9c1ac512c;hb=HEAD;hp=ca431c9c2a478ad3a565cff77c19435c9ad0374a;hpb=8a7467a5c3785a813b74edb2249c6d0ec2a98a73;p=neurodebian.git diff --git a/sphinx/index.rst b/sphinx/index.rst index ca431c9..783020f 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -6,11 +6,12 @@ NeuroDebian provides a large collection of popular neuroscience research software for the Debian_ operating system as well as Ubuntu_ and other -derivatives. Popular packages include FSL, Freesurfer, AFNI, PyMVPA and -:ref:`many others `. While we do strive to maintain a high level of +derivatives. Popular packages include :ref:`AFNI `, +:ref:`FSL `, :ref:`PyMVPA ` and +:ref:`many others `. While we do strive to maintain a high level of quality, we make no guarantee that a given package works as expected, so use -them at your own risk. If you do encounter problems or would just like to thank -us, simply `send us an email <#contacts>`_. +them at your own risk. If you do encounter problems or you just like to say +thanks, simply :ref:`send us an email `. Learn more about NeuroDebian, the goals of this project, and help us |spread|! @@ -21,7 +22,7 @@ Learn more about NeuroDebian, the goals of this project, and help us |spread|! .. raw:: html - +

@@ -33,7 +34,7 @@ Learn more about NeuroDebian, the goals of this project, and help us |spread|! .. raw:: html - + .. _Ubuntu: http://www.ubuntu.com @@ -43,90 +44,7 @@ Learn more about NeuroDebian, the goals of this project, and help us |spread|! Get NeuroDebian =============== -First select what kind of operating system you are using, and then choose a -download server close to you: - -.. include:: sources_lists - -.. raw:: html - - - - - -.. _virtual appliance: http://en.wikipedia.org/wiki/Virtual_appliance -.. _VirtualBox: http://www.virtualbox.org +.. include:: reposetup.rst .. _news: @@ -135,15 +53,17 @@ News .. raw:: html - -
- + + + +
+ The news widget requires javascript +
.. _identi.ca: http://identi.ca/neurodebian .. _twitter: http://twitter.com/NeuroDebian @@ -153,26 +73,36 @@ News
+ + + + + + +   * **About** -* :ref:`Team ` -* :ref:`chap_popularity` +* :ref:`The Team ` * :ref:`FAQ ` * :ref:`Blog ` +* :ref:`chap_popularity` * :ref:`chap_publications` +* :ref:`chap_acknowledgements` * :ref:`testimonials` * :ref:`coffeeart` .. start a new list * **Services** -* :ref:`Software ` -* :ref:`Data ` +* :ref:`Software ` +* :ref:`Data ` * :ref:`Appliance ` +* :ref:`Mirrors ` .. start a new list * **Community** +* :ref:`Contacts ` * :ref:`Mailing lists ` * `OpenHatch `_ * `Identi.ca `_ @@ -200,6 +130,9 @@ News blog/index faq + thanks + popularity + about pkgs spread vm @@ -209,19 +142,30 @@ News projects testimonials testimonials-topics + vm_welcome + derivatives + +.. are these supposed to be visible? +.. toctree:: + :hidden: + + machines + todo + +.. toctree:: + :hidden: + :glob: + + pkgs/* + pkglists/* .. probably should be purged altogether .. toctree:: :hidden: - booth_sfn2010 - datasets livecd quotes-nihr01 quotes-nitrc - sources_lists - vm_welcome - dump .. include:: link_names.txt .. include:: substitutions.txt @@ -256,78 +200,4 @@ News $(buttonid).html("↓↓↓"); }; - function createvmdownload(rel, mir) { - var img_version = '6.0.5'; - var img_suffix; - var base_url; - var img_url; - var md5sum_url; - if (rel == 'win32') { - img_suffix = 'i386'; - } else { - img_suffix = 'amd64'; - }; - if(mir in mirrors) { - base_url = mirrors[mir] + '/vm/'; - img_url = base_url + 'NeuroDebian_' + img_version + '_' + img_suffix + '.ova'; - md5sum_url = base_url + 'MD5SUMS'; - } else { - return 'Internal error'; - }; - return '
Virtual applicance image [MD5SUM, MD5SUM.gpg]
' ; - - }; - - function createrepourl(rel, mir) { - if(rel in rel2name && mir in mirrors) { - - var retrepo = "wget -O- http://neuro.debian.net/lists/" + rel2name[rel] + "." - + mir + " | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list\n" - + "sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9\n"; - return retrepo; - } - - }; - function updateout(rel, mir) { - if (rel != '' && mir != '') { - if (rel in {'win32':'', 'win64':'', 'mac':''}) { - $('#vmimagedownload').html(createvmdownload(rel, mir)); - $('#vmsetup').slideDown(); - $('#reposetup').slideUp(); - } else { - $('#code').text(createrepourl(rel, mir)); - $('#reposetup').slideDown(); - $('#vmsetup').slideUp(); - }; - } - else - { - $('#reposetup').slideUp(); - $('#vmsetup').slideUp(); - }; - }; - $('#release').change(function() { - var singleValues = $("#release").val(); - var mirrorVal = $("#mirror").val(); - updateout(singleValues, mirrorVal); - }); - $('#mirror').change(function() { - var singleValues = $("#release").val(); - var mirrorVal = $("#mirror").val(); - updateout(singleValues, mirrorVal); - }); - - $(document).ready(function($) { - updateout($("#release").val(), $("#mirror").val()); - }); - - foldbuttontoggle('morepublications'); - - - -