From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- calculator.buetow.org/content/Download.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 calculator.buetow.org/content/Download.xml (limited to 'calculator.buetow.org/content/Download.xml') diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml new file mode 100644 index 0000000..69758ef --- /dev/null +++ b/calculator.buetow.org/content/Download.xml @@ -0,0 +1,17 @@ + + + Download + Binaries + Calculator binaries are available for the following platforms. But may compile on lots more. Check out the CVS Download to do so. + + Look at + ftp://ftp.buetow.org/pub/Calculator/binaries + for all available binaries! + + Source packages + + Calculator source packages are available at + ftp://ftp.buetow.org/pub/Calculator/ + . + + -- cgit v1.2.3 From 94ceb8b3290aabe02743e7ff90bb838b8ddf73a7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 14:22:31 +0200 Subject: move to git --- calculator.buetow.org/content/Download.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'calculator.buetow.org/content/Download.xml') 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 @@ ftp://ftp.buetow.org/pub/Calculator/ . + Git + + The source is also available in git + git clone git://git.buetow.org/playground.git +cd playground/Cpp/StackCalculator + -- cgit v1.2.3 From 32e575a30e53389d3ae96346b69ddc6a756c7a37 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 15 Sep 2013 12:35:45 +0200 Subject: s/link/hyperlink/ --- calculator.buetow.org/content/Download.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calculator.buetow.org/content/Download.xml') diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index 4f41856..b126f7e 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -5,13 +5,13 @@ Calculator binaries are available for the following platforms. But may compile on lots more. Check out the CVS Download to do so. Look at - ftp://ftp.buetow.org/pub/Calculator/binaries + ftp://ftp.buetow.org/pub/Calculator/binaries for all available binaries! Source packages Calculator source packages are available at - ftp://ftp.buetow.org/pub/Calculator/ + ftp://ftp.buetow.org/pub/Calculator/ . Git -- cgit v1.2.3 From b1496e683022c2e01dd76d9a0783a0ed01183aab Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:41:25 +0200 Subject: fix --- calculator.buetow.org/content/Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calculator.buetow.org/content/Download.xml') diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index b126f7e..b9fd504 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -5,7 +5,7 @@ Calculator binaries are available for the following platforms. But may compile on lots more. Check out the CVS Download to do so. Look at - ftp://ftp.buetow.org/pub/Calculator/binaries + ftp://ftp.buetow.org/pub/Calculator/binaries for all available binaries! Source packages -- cgit v1.2.3 From 2bfe5014a3ec0c2dc04fc3a72420ca86f5fac524 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 28 Sep 2013 18:02:25 +0200 Subject: reformat XML --- calculator.buetow.org/content/Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calculator.buetow.org/content/Download.xml') diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index b9fd504..af0085e 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -1,4 +1,4 @@ - + Download Binaries -- cgit v1.2.3 From 2fd98d1e20927e1bc3b08554f03777083df1a9e1 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:41:04 +0100 Subject: no ftp --- calculator.buetow.org/content/Download.xml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'calculator.buetow.org/content/Download.xml') diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index af0085e..bbcc1a2 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -1,22 +1,9 @@ Download - Binaries - Calculator binaries are available for the following platforms. But may compile on lots more. Check out the CVS Download to do so. + Source packages and Binaries - Look at - ftp://ftp.buetow.org/pub/Calculator/binaries - for all available binaries! - - Source packages - - Calculator source packages are available at - ftp://ftp.buetow.org/pub/Calculator/ - . - - Git - - The source is also available in git + The source and the binaries are available in git git clone git://git.buetow.org/playground.git cd playground/Cpp/StackCalculator -- cgit v1.2.3