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/OBSOLETEPROJECT | 1 + cpphomepage.buetow.org/content/98.contact.xml | 20 ++++++++++++++++++ cpphomepage.buetow.org/content/Download.xml | 7 +++++++ cpphomepage.buetow.org/content/home.xml | 14 +++++++++++++ cpphomepage.buetow.org/content/license.xml | 30 +++++++++++++++++++++++++++ 5 files changed, 72 insertions(+) create mode 100644 cpphomepage.buetow.org/OBSOLETEPROJECT create mode 100644 cpphomepage.buetow.org/content/98.contact.xml create mode 100644 cpphomepage.buetow.org/content/Download.xml create mode 100644 cpphomepage.buetow.org/content/home.xml create mode 100644 cpphomepage.buetow.org/content/license.xml (limited to 'cpphomepage.buetow.org') diff --git a/cpphomepage.buetow.org/OBSOLETEPROJECT b/cpphomepage.buetow.org/OBSOLETEPROJECT new file mode 100644 index 0000000..d0d942e --- /dev/null +++ b/cpphomepage.buetow.org/OBSOLETEPROJECT @@ -0,0 +1 @@ +cpphomapge is a small but usefull CGI application for generating dynamic HTML sites. You must have installed a C++ compiler in order to get it running. diff --git a/cpphomepage.buetow.org/content/98.contact.xml b/cpphomepage.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..f46ee65 --- /dev/null +++ b/cpphomepage.buetow.org/content/98.contact.xml @@ -0,0 +1,20 @@ + + + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + + + 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 + + diff --git a/cpphomepage.buetow.org/content/home.xml b/cpphomepage.buetow.org/content/home.xml new file mode 100644 index 0000000..c52793e --- /dev/null +++ b/cpphomepage.buetow.org/content/home.xml @@ -0,0 +1,14 @@ + + + C++ Homepage + + + Important notice: + The development of cpphomepage has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit + http://dev.buetow.org + and enjoy :) + + + cpphomepage is a small but usefull CGI application for generating dynamic HTML sites. It should be runnable on most *NIX and a like boxes having a decent C++ compiler installed. + Look through the template and config file and you will understand very quickly how to use this small CGI application. + diff --git a/cpphomepage.buetow.org/content/license.xml b/cpphomepage.buetow.org/content/license.xml new file mode 100644 index 0000000..5ebcf1a --- /dev/null +++ b/cpphomepage.buetow.org/content/license.xml @@ -0,0 +1,30 @@ + + + License + + cpphomepage is (C) by Paul Buetow. + + GNU General Public license + + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + + + -- 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') 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 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/ --- cpphomepage.buetow.org/content/98.contact.xml | 2 +- cpphomepage.buetow.org/content/home.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpphomepage.buetow.org') diff --git a/cpphomepage.buetow.org/content/98.contact.xml b/cpphomepage.buetow.org/content/98.contact.xml index f46ee65..11dcff3 100644 --- a/cpphomepage.buetow.org/content/98.contact.xml +++ b/cpphomepage.buetow.org/content/98.contact.xml @@ -13,7 +13,7 @@ If you are interested in other projects please visit - http://dev.buetow.org + http://dev.buetow.org :) diff --git a/cpphomepage.buetow.org/content/home.xml b/cpphomepage.buetow.org/content/home.xml index c52793e..6aae188 100644 --- a/cpphomepage.buetow.org/content/home.xml +++ b/cpphomepage.buetow.org/content/home.xml @@ -5,7 +5,7 @@ Important notice: The development of cpphomepage has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit - http://dev.buetow.org + http://dev.buetow.org and enjoy :) -- 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/98.contact.xml | 35 +++++++++++++-------------- cpphomepage.buetow.org/content/Download.xml | 3 +-- cpphomepage.buetow.org/content/home.xml | 14 +++++------ cpphomepage.buetow.org/content/license.xml | 9 ++++--- 4 files changed, 30 insertions(+), 31 deletions(-) (limited to 'cpphomepage.buetow.org') diff --git a/cpphomepage.buetow.org/content/98.contact.xml b/cpphomepage.buetow.org/content/98.contact.xml index 11dcff3..a881cc3 100644 --- a/cpphomepage.buetow.org/content/98.contact.xml +++ b/cpphomepage.buetow.org/content/98.contact.xml @@ -1,20 +1,19 @@ - + - Contact Me/Us - - Please use the - Development Mailing List - for any considerations of this humble programming project or any other programming project of mine. - - - But you may also use other methods such as listed - on this site - for example. - - - If you are interested in other projects please visit - http://dev.buetow.org - :) - + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + - 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 - diff --git a/cpphomepage.buetow.org/content/home.xml b/cpphomepage.buetow.org/content/home.xml index 6aae188..9afb1da 100644 --- a/cpphomepage.buetow.org/content/home.xml +++ b/cpphomepage.buetow.org/content/home.xml @@ -1,14 +1,14 @@ - + C++ Homepage - + - Important notice: - The development of cpphomepage has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit - http://dev.buetow.org - and enjoy :) + Important notice: + The development of cpphomepage has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit + http://dev.buetow.org + and enjoy :) - + cpphomepage is a small but usefull CGI application for generating dynamic HTML sites. It should be runnable on most *NIX and a like boxes having a decent C++ compiler installed. Look through the template and config file and you will understand very quickly how to use this small CGI application. diff --git a/cpphomepage.buetow.org/content/license.xml b/cpphomepage.buetow.org/content/license.xml index 5ebcf1a..46a2593 100644 --- a/cpphomepage.buetow.org/content/license.xml +++ b/cpphomepage.buetow.org/content/license.xml @@ -1,4 +1,4 @@ - + License @@ -12,14 +12,16 @@ as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software @@ -27,4 +29,3 @@ - -- cgit v1.2.3 From 297e838b5a08ccc4d7eaae94d7ed06ecda1a0d9e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 20:14:34 +0200 Subject: add sitemap --- cpphomepage.buetow.org/SITEMAP | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 cpphomepage.buetow.org/SITEMAP (limited to 'cpphomepage.buetow.org') diff --git a/cpphomepage.buetow.org/SITEMAP b/cpphomepage.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3 From 20c88aac8eb106c07ccb4cc8f4be06fb61324bad Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Thu, 13 Mar 2014 23:31:13 +0100 Subject: add C. --- cpphomepage.buetow.org/content/license.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpphomepage.buetow.org') diff --git a/cpphomepage.buetow.org/content/license.xml b/cpphomepage.buetow.org/content/license.xml index 46a2593..5221dc9 100644 --- a/cpphomepage.buetow.org/content/license.xml +++ b/cpphomepage.buetow.org/content/license.xml @@ -2,7 +2,7 @@ License - cpphomepage is (C) by Paul Buetow. + cpphomepage is (C) by Paul C. Buetow. GNU General Public license -- 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') 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') 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 From dace221b1fabae687dc68dc1bce3085579c72da6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 15:30:21 +0100 Subject: fix listurls --- cpphomepage.buetow.org/content/98.contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpphomepage.buetow.org') diff --git a/cpphomepage.buetow.org/content/98.contact.xml b/cpphomepage.buetow.org/content/98.contact.xml index a881cc3..d3d66b0 100644 --- a/cpphomepage.buetow.org/content/98.contact.xml +++ b/cpphomepage.buetow.org/content/98.contact.xml @@ -3,7 +3,7 @@ Contact Me/Us Please use the - Development Mailing List + Development Mailing List for any considerations of this humble programming project or any other programming project of mine. -- cgit v1.2.3