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/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 +++++++++++++++++++++++++++ 4 files changed, 71 insertions(+) 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/content') 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