From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- cpphomepage.buetow.org/content/Download.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cpphomepage.buetow.org/content/Download.xml (limited to 'cpphomepage.buetow.org/content/Download.xml') diff --git a/cpphomepage.buetow.org/content/Download.xml b/cpphomepage.buetow.org/content/Download.xml new file mode 100644 index 0000000..4391c1b --- /dev/null +++ b/cpphomepage.buetow.org/content/Download.xml @@ -0,0 +1,7 @@ + + + Download through SVN (Subversion) + cpphomepage can be downloaded from SVN. Use the following steps to do so: + svn co https://ssl.buetow.org/repos/utils/cpphomepage + + -- cgit v1.2.3 From 99db37a38d5edc9f9ff4823c29ba490846ebd74a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 14:23:40 +0200 Subject: move to git --- cpphomepage.buetow.org/content/Download.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpphomepage.buetow.org/content/Download.xml') diff --git a/cpphomepage.buetow.org/content/Download.xml b/cpphomepage.buetow.org/content/Download.xml index 4391c1b..05b77e0 100644 --- a/cpphomepage.buetow.org/content/Download.xml +++ b/cpphomepage.buetow.org/content/Download.xml @@ -1,7 +1,7 @@ - Download through SVN (Subversion) - cpphomepage can be downloaded from SVN. Use the following steps to do so: - svn co https://ssl.buetow.org/repos/utils/cpphomepage + Download through Git + cpphomepage can be downloaded from Git. Use the following steps to do so: + git clone git://git.buetow.org/cpphomepage.git -- 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 --- cpphomepage.buetow.org/content/Download.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpphomepage.buetow.org/content/Download.xml') diff --git a/cpphomepage.buetow.org/content/Download.xml b/cpphomepage.buetow.org/content/Download.xml index 05b77e0..45623cc 100644 --- a/cpphomepage.buetow.org/content/Download.xml +++ b/cpphomepage.buetow.org/content/Download.xml @@ -1,7 +1,6 @@ - + Download through Git cpphomepage can be downloaded from Git. Use the following steps to do so: git clone git://git.buetow.org/cpphomepage.git - -- cgit v1.2.3 From 28686f6efe46f365bdf5ab495c3fbb4223f9e0c9 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 22 Mar 2014 12:00:07 +0100 Subject: update main page to github --- cpphomepage.buetow.org/content/Download.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'cpphomepage.buetow.org/content/Download.xml') diff --git a/cpphomepage.buetow.org/content/Download.xml b/cpphomepage.buetow.org/content/Download.xml index 45623cc..a59c202 100644 --- a/cpphomepage.buetow.org/content/Download.xml +++ b/cpphomepage.buetow.org/content/Download.xml @@ -1,6 +1,15 @@ - Download through Git - cpphomepage can be downloaded from Git. Use the following steps to do so: - git clone git://git.buetow.org/cpphomepage.git + Download + !!HOSTNAME!! can be downloaded from a deb repo or from git. + Install from deb repository + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: + deb http://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". + Download from git repository + + Go to + http://github.com/rantanplan/!!HOSTNAME!! + -- cgit v1.2.3 From 28c05cb89a125d55dd60faa2d379710a31c5cfb7 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Wed, 23 Apr 2014 23:17:05 +0200 Subject: fix download pages --- cpphomepage.buetow.org/content/Download.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpphomepage.buetow.org/content/Download.xml') diff --git a/cpphomepage.buetow.org/content/Download.xml b/cpphomepage.buetow.org/content/Download.xml index a59c202..0f7fc7a 100644 --- a/cpphomepage.buetow.org/content/Download.xml +++ b/cpphomepage.buetow.org/content/Download.xml @@ -1,12 +1,6 @@ Download - !!HOSTNAME!! can be downloaded from a deb repo or from git. - Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: - deb http://deb.buetow.org/apt wheezy main -deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". Download from git repository Go to -- cgit v1.2.3