diff --git a/doc/manual.html b/doc/manual.html index 9e229608..8cb2670a 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -35,13 +35,14 @@ http://creativecommons.org/licenses/by-nc-sa/3.0/" />
  1. (Recommended for most people) Download the zipped package, and unzip in your preferred location (e.g. ~/Sites for Mac OS X users).
  2. -
  3. Download using Subversion:
  4. +
  5. If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions):
 
-  svn co --username=guest
-  http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
+  cd ~/Sites
+  git clone git://github.com/bsag/tracks.git
+  cd tracks
 
 
@@ -189,13 +190,15 @@ http://creativecommons.org/licenses/by-nc-sa/3.0/" />
  1. (Recommended for most people) Download the zipped package, and unzip in your preferred location (e.g. ~/Sites for Mac OS X users).
  2. -
  3. Download using Subversion:
  4. +
  5. If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions):
  6. +3.
 
-    svn co --username=guest \ 
-    http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
+  cd ~/Sites
+  git clone git://github.com/bsag/tracks.git
+  cd tracks
 
 
diff --git a/doc/manual.markdown b/doc/manual.markdown index 9cfe855e..14ff22e5 100644 --- a/doc/manual.markdown +++ b/doc/manual.markdown @@ -25,11 +25,13 @@ Tracks 1.6 has been thoroughly beta tested by a large number of people, and shou There are two methods of downloading Tracks 1.6: 1. (Recommended for most people) Download the [zipped package](http://www.rousette.org.uk/projects/files/tracks-current.zip), and unzip in your preferred location (e.g. `~/Sites` for Mac OS X users). -2. Download using Subversion: +2. If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions): +
 
-  svn co --username=guest
-  http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
+  cd ~/Sites
+  git clone git://github.com/bsag/tracks.git
+  cd tracks
 
 
@@ -162,11 +164,13 @@ Rename your old Tracks installation (e.g. to 'tracks-old') so that you can insta There are two methods of downloading Tracks 1.6: 1. (Recommended for most people) Download the [zipped package](http://www.rousette.org.uk/projects/files/tracks-current.zip), and unzip in your preferred location (e.g. `~/Sites` for Mac OS X users). -2. Download using Subversion: +2. If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions): +3.
 
-    svn co --username=guest \ 
-    http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
+  cd ~/Sites
+  git clone git://github.com/bsag/tracks.git
+  cd tracks
 
 
diff --git a/doc/manual.pdf b/doc/manual.pdf index 32a69dfc..10f8dada 100644 Binary files a/doc/manual.pdf and b/doc/manual.pdf differ diff --git a/doc/manual.tex b/doc/manual.tex index ab9aae0e..69a29af8 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -112,12 +112,12 @@ \usepackage{booktabs} % Better tables \usepackage{tabulary} % Support longer table cells \usepackage[utf8]{inputenc} % For UTF-8 support -%\usepackage{xcolor} % Allow for color (annotations) - -%\geometry{landscape} % Activate for rotated page geometry - -%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty - % line rather than an indent +% \usepackage{xcolor} % Allow for color (annotations) +% +% %\geometry{landscape} % Activate for rotated page geometry +% +% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty +% % line rather than an indent \def\myauthor{Author} % In case these were not included in metadata @@ -136,8 +136,8 @@ \def\revision{Revision: \$Id: manual.markdown 864 2008-06-03 17:01:00Z bsag \$} \def\mytitle{Tracks 1.6 Manual} \def\version{1.6} -%%\usepackage{xmpincl} -%%\includexmp{CCAttributionShareAlike} +% \usepackage{xmpincl} +% \includexmp{CCAttributionShareAlike} % @@ -274,15 +274,16 @@ There are two methods of downloading Tracks 1.6: \item (Recommended for most people) Download the \href{http://www.rousette.org.uk/projects/files/tracks-current.zip}{zipped package}, and unzip in your preferred location (e.g.\ \texttt{\ensuremath{\sim}/Sites} for Mac OS X users). -\item Download using Subversion: +\item If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions): \end{enumerate} \begin{adjustwidth}{2.5em}{2.5em} \begin{verbatim} - svn co --username=guest - http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks + cd ~/Sites + git clone git://github.com/bsag/tracks.git + cd tracks \end{verbatim} @@ -523,15 +524,16 @@ There are two methods of downloading Tracks 1.6: \item (Recommended for most people) Download the \href{http://www.rousette.org.uk/projects/files/tracks-current.zip}{zipped package}, and unzip in your preferred location (e.g.\ \texttt{\ensuremath{\sim}/Sites} for Mac OS X users). -\item Download using Subversion: +\item If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions): \end{enumerate} \begin{adjustwidth}{2.5em}{2.5em} \begin{verbatim} - svn co --username=guest \ - http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks + cd ~/Sites + git clone git://github.com/bsag/tracks.git + cd tracks \end{verbatim}