From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- perldaemon.buetow.org/content/50.Download.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 perldaemon.buetow.org/content/50.Download.xml (limited to 'perldaemon.buetow.org/content/50.Download.xml') diff --git a/perldaemon.buetow.org/content/50.Download.xml b/perldaemon.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..b434651 --- /dev/null +++ b/perldaemon.buetow.org/content/50.Download.xml @@ -0,0 +1,11 @@ + + + Download + Perldaemon can be downloaded from git. Just type "git clone git://git.buetow.org/perldaemon". + + Go to + gitweb + in order to browse the repository online. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags. + + + -- 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 --- perldaemon.buetow.org/content/50.Download.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'perldaemon.buetow.org/content/50.Download.xml') diff --git a/perldaemon.buetow.org/content/50.Download.xml b/perldaemon.buetow.org/content/50.Download.xml index b434651..0e795a2 100644 --- a/perldaemon.buetow.org/content/50.Download.xml +++ b/perldaemon.buetow.org/content/50.Download.xml @@ -1,11 +1,10 @@ - + Download - Perldaemon can be downloaded from git. Just type "git clone git://git.buetow.org/perldaemon". - - Go to - gitweb - in order to browse the repository online. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags. + Perldaemon can be downloaded from git. Just type "git clone git://git.buetow.org/perldaemon". + + Go to + gitweb + in order to browse the repository online. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags. - -- 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 --- perldaemon.buetow.org/content/50.Download.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'perldaemon.buetow.org/content/50.Download.xml') diff --git a/perldaemon.buetow.org/content/50.Download.xml b/perldaemon.buetow.org/content/50.Download.xml index 0e795a2..a59c202 100644 --- a/perldaemon.buetow.org/content/50.Download.xml +++ b/perldaemon.buetow.org/content/50.Download.xml @@ -1,10 +1,15 @@ Download - Perldaemon can be downloaded from git. Just type "git clone git://git.buetow.org/perldaemon". + !!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 - gitweb - in order to browse the repository online. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags. + 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 --- perldaemon.buetow.org/content/50.Download.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perldaemon.buetow.org/content/50.Download.xml') diff --git a/perldaemon.buetow.org/content/50.Download.xml b/perldaemon.buetow.org/content/50.Download.xml index a59c202..0f7fc7a 100644 --- a/perldaemon.buetow.org/content/50.Download.xml +++ b/perldaemon.buetow.org/content/50.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