From 8bb724db8558e66f76112e8ba53a1f9cce99b502 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Tue, 23 Nov 2010 13:56:41 -0500 Subject: [PATCH] Cleanup. --- sphinx/faq.rst | 4 +-- sphinx/gpg.rst | 33 ------------------- sphinx/index.rst | 11 +++---- sphinx/{links_names.rst => link_names.txt} | 0 sphinx/setup.rst | 31 ----------------- sphinx/spread.rst | 4 +-- .../{substitutions.rst => substitutions.txt} | 0 7 files changed, 9 insertions(+), 74 deletions(-) delete mode 100644 sphinx/gpg.rst rename sphinx/{links_names.rst => link_names.txt} (100%) delete mode 100644 sphinx/setup.rst rename sphinx/{substitutions.rst => substitutions.txt} (100%) diff --git a/sphinx/faq.rst b/sphinx/faq.rst index fad5394..956de0e 100644 --- a/sphinx/faq.rst +++ b/sphinx/faq.rst @@ -162,5 +162,5 @@ package that is available from the NeuroDebian repository. Alternatively: as root or use sudo). -.. include:: links_names.rst -.. include:: substitutions.rst +.. include:: link_names.txt +.. include:: substitutions.txt diff --git a/sphinx/gpg.rst b/sphinx/gpg.rst deleted file mode 100644 index 43ec2d6..0000000 --- a/sphinx/gpg.rst +++ /dev/null @@ -1,33 +0,0 @@ -.. _gpg_signatures: - - -Package authentication -====================== - - -When you start using this repository, you might get warning messages like this:: - - The following signatures couldn't be verified because - the public key is not available.` - -Or you will be asked questions like this over and over:: - - WARNING: The following packages cannot be authenticated! - ... - Install these packages without verification [y/N]? - -This is because your APT installation does not know the GPG key that is used to -sign the release files of this repository. Making APT happy again is easy: - -1. Get the key. Either download the `repository key from here - `_ - or fetch it from *subkeys.pgp.net*. - -2. Now feed the key into APT by invoking:: - - apt-key add #file# - - Where `#file#` has to be replaced with the location of the key file you just - downloaded. You need to have superuser-privileges to do this (either do it - as root or use sudo). - diff --git a/sphinx/index.rst b/sphinx/index.rst index 0e86f0b..6ed25fa 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -268,13 +268,12 @@ efficient, more open, and more fun .. toctree:: :hidden: + datasets livecd - gpg - setup - links_names - substitutions + vm_welcome quotes-nihr01 quotes-nitrc -.. include:: links_names.rst -.. include:: substitutions.rst + +.. include:: link_names.txt +.. include:: substitutions.txt diff --git a/sphinx/links_names.rst b/sphinx/link_names.txt similarity index 100% rename from sphinx/links_names.rst rename to sphinx/link_names.txt diff --git a/sphinx/setup.rst b/sphinx/setup.rst deleted file mode 100644 index 1c6e2e5..0000000 --- a/sphinx/setup.rst +++ /dev/null @@ -1,31 +0,0 @@ -The packages are available through an APT repository You can either browse the -archive or add this line to your `/etc/apt/sources.list`:: - - deb http://apsy.gse.uni-magdeburg.de/debian #distro# #section# - -Replace `#distro#` with ..., depending on which distribution you are using. -Note that not every package is available for all distributions. You need to -replace #section# with the value(s) corresponding to the package(s) you are -interested in (get it from the table below). Multiple sections are allowed. -Please, do not forget to update your package index, e.g. by running apt-get -update. If no binary packages are available for your distribution, you can -still download the source packages. Simply add this to your -`/etc/apt/sources.list` (you have to replace #distro# and #section# as -described above):: - - deb-src http://apsy.gse.uni-magdeburg.de/debian #distro# #section# - -After the usual apt-get update you can get and build the packages with e.g. -apt-src or whatever you like. To build e.g. dicomnifti you can do this: apt-src -install dicomnifti - -This downloads the sources and installs all build-dependencies if necessary. -You need root-privileges to install the build-dependencies, so apt-src might -ask for a password. Now invoke: apt-src build dicomnifti - -This will build all binary packages which should appear in the current -directory (if everything worked well). You can now install the packages with -dpkg. - - - diff --git a/sphinx/spread.rst b/sphinx/spread.rst index 46c8c17..f09c390 100644 --- a/sphinx/spread.rst +++ b/sphinx/spread.rst @@ -46,5 +46,5 @@ banner by using following HTML code for a corresponding image: -.. include:: links_names.rst -.. include:: substitutions.rst +.. include:: link_names.txt +.. include:: substitutions.txt diff --git a/sphinx/substitutions.rst b/sphinx/substitutions.txt similarity index 100% rename from sphinx/substitutions.rst rename to sphinx/substitutions.txt -- 2.39.5