From 59be4d107d42dcf47372c009a97e3a60beb3e0b8 Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Mon, 2 Feb 2009 18:27:07 +0100
Subject: [PATCH] Updated section "Source Code Access" and added two tools to
 requirements list

---
 src/doxygen_index.h | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/doxygen_index.h b/src/doxygen_index.h
index 8047dac..557be72 100644
--- a/src/doxygen_index.h
+++ b/src/doxygen_index.h
@@ -174,15 +174,20 @@
  *
  * \subsection cha_source Source Code Access
  *
- * Please use this \htmlonly<a href="http://einstein.phys.uwm.edu/graphics/src/graphics_framework_src_0.1.tar.gz">\endhtmlonly
- * link
+ * Downloads of the source code are available as tarball or zip-archive. Please visit the
+ * \htmlonly<a href="https://git.aei.uni-hannover.de/cgi-bin/gitweb.cgi?p=shared/einsteinathome/graphicsframework.git;a=summary" target="_blank">\endhtmlonly
+ * official repository
  * \htmlonly</a>\endhtmlonly
- * to download the source code distribution (tarball).
+ * and click on the "snapshot" download link
+ * next to the desired commit/version (see section "shortlog").
  *
- * You may also check out the source code from our CVS repository:
+ * You may also check out (clone) the source code from the
+ * \htmlonly<a href="http://git-scm.com" target="_blank">\endhtmlonly
+ * git
+ * \htmlonly</a>\endhtmlonly
+ * repository like this:
  * \code
- * cvs -d:pserver:anonymous@gravity.phys.uwm.edu:2402/usr/local/cvs/lscsoft login
- * cvs -z3 -d:pserver:anonymous@gravity.phys.uwm.edu:2402/usr/local/cvs/lscsoft co -P einsteinathome/graphics
+ * git clone git://git.aei.uni-hannover.de/shared/einsteinathome/graphicsframework.git
  * \endcode
  *
  * \subsection cha_build Build Script
@@ -237,6 +242,8 @@
  *   - wget
  *   - cvs
  *   - svn
+ *   - tar
+ *   - patch
  *   - ld
  *   - libtool
  *   - ar
-- 
GitLab