From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- awksite.buetow.org/content/Download.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 awksite.buetow.org/content/Download.xml (limited to 'awksite.buetow.org/content/Download.xml') diff --git a/awksite.buetow.org/content/Download.xml b/awksite.buetow.org/content/Download.xml new file mode 100644 index 0000000..a220364 --- /dev/null +++ b/awksite.buetow.org/content/Download.xml @@ -0,0 +1,7 @@ + + + Download through SVN (Subversion) + Awksite can be downloaded from SVN. Use the following steps to do so: + svn co https://ssl.buetow.org/repos/utils/awksite/ + + -- cgit v1.2.3 From 26f2ffb959d3f9c27ab3302650ee80e393c4a80c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 14:20:07 +0200 Subject: move to git --- awksite.buetow.org/content/Download.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'awksite.buetow.org/content/Download.xml') diff --git a/awksite.buetow.org/content/Download.xml b/awksite.buetow.org/content/Download.xml index a220364..d4cfff0 100644 --- a/awksite.buetow.org/content/Download.xml +++ b/awksite.buetow.org/content/Download.xml @@ -1,7 +1,7 @@ - Download through SVN (Subversion) - Awksite can be downloaded from SVN. Use the following steps to do so: - svn co https://ssl.buetow.org/repos/utils/awksite/ + Download through Git + Awksite can be downloaded from Git. Use the following steps to do so: + git clone git://git.buetow.org/awksite.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 --- awksite.buetow.org/content/Download.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'awksite.buetow.org/content/Download.xml') diff --git a/awksite.buetow.org/content/Download.xml b/awksite.buetow.org/content/Download.xml index d4cfff0..347a943 100644 --- a/awksite.buetow.org/content/Download.xml +++ b/awksite.buetow.org/content/Download.xml @@ -1,7 +1,6 @@ - + Download through Git Awksite can be downloaded from Git. Use the following steps to do so: git clone git://git.buetow.org/awksite.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 --- awksite.buetow.org/content/Download.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'awksite.buetow.org/content/Download.xml') diff --git a/awksite.buetow.org/content/Download.xml b/awksite.buetow.org/content/Download.xml index 347a943..a59c202 100644 --- a/awksite.buetow.org/content/Download.xml +++ b/awksite.buetow.org/content/Download.xml @@ -1,6 +1,15 @@ - Download through Git - Awksite can be downloaded from Git. Use the following steps to do so: - git clone git://git.buetow.org/awksite.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 03d20ab3db5214b88e0df18b3b179d8d0e5b492c Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 22 Mar 2014 12:08:52 +0100 Subject: fix --- awksite.buetow.org/content/Download.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'awksite.buetow.org/content/Download.xml') diff --git a/awksite.buetow.org/content/Download.xml b/awksite.buetow.org/content/Download.xml index a59c202..0f7fc7a 100644 --- a/awksite.buetow.org/content/Download.xml +++ b/awksite.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