diff options
| -rw-r--r-- | calculator.buetow.org/content/Download.xml | 6 | ||||
| -rw-r--r-- | calculator.buetow.org/content/SVN-Download.xml | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index 69758ef..4f41856 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -14,4 +14,10 @@ <link>ftp://ftp.buetow.org/pub/Calculator/</link> <noop>.</noop> </text> + <textheader>Git</textheader> + <text> + <noop>The source is also available in git</noop> + <pretext>git clone git://git.buetow.org/playground.git +cd playground/Cpp/StackCalculator</pretext> + </text> </content> diff --git a/calculator.buetow.org/content/SVN-Download.xml b/calculator.buetow.org/content/SVN-Download.xml deleted file mode 100644 index be985e9..0000000 --- a/calculator.buetow.org/content/SVN-Download.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> -<content> - <pagetitle>Download through SVN (Subversion)</pagetitle> - <text>The Stack Calculator can be downloaded from SVN. Use the following steps to do so:</text> - <pretext>svn co https://ssl.buetow.org/repos/playground/trunk/Cpp/StackCalculator/</pretext> -</content> - |
