From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- xerl.buetow.org/PROJECT | 1 + xerl.buetow.org/content/98.contact.xml | 20 +++++++++++ xerl.buetow.org/content/99.license.xml | 54 ++++++++++++++++++++++++++++ xerl.buetow.org/content/Download.xml | 12 +++++++ xerl.buetow.org/content/home.xml | 9 +++++ xerl.buetow.org/htdocs/images/freshmeat.gif | Bin 0 -> 5632 bytes xerl.buetow.org/htdocs/images/head.jpg | Bin 0 -> 18803 bytes xerl.buetow.org/htdocs/images/xerl.png | Bin 0 -> 4343 bytes 8 files changed, 96 insertions(+) create mode 100644 xerl.buetow.org/PROJECT create mode 100644 xerl.buetow.org/content/98.contact.xml create mode 100644 xerl.buetow.org/content/99.license.xml create mode 100644 xerl.buetow.org/content/Download.xml create mode 100644 xerl.buetow.org/content/home.xml create mode 100644 xerl.buetow.org/htdocs/images/freshmeat.gif create mode 100644 xerl.buetow.org/htdocs/images/head.jpg create mode 100644 xerl.buetow.org/htdocs/images/xerl.png (limited to 'xerl.buetow.org') diff --git a/xerl.buetow.org/PROJECT b/xerl.buetow.org/PROJECT new file mode 100644 index 0000000..2561c1d --- /dev/null +++ b/xerl.buetow.org/PROJECT @@ -0,0 +1 @@ +Xerl is an open source website template engine (TE) with some features of a Content Management System (CMS) programmed in object oriented Perl (boosted by FastCGI) and using XML. diff --git a/xerl.buetow.org/content/98.contact.xml b/xerl.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..f46ee65 --- /dev/null +++ b/xerl.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/xerl.buetow.org/content/99.license.xml b/xerl.buetow.org/content/99.license.xml new file mode 100644 index 0000000..af37330 --- /dev/null +++ b/xerl.buetow.org/content/99.license.xml @@ -0,0 +1,54 @@ + + + License + + Xerl is (C) by Paul Buetow. + + + + All rights reserved. + + + + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + + + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + + + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + + + + * Neither the name of buetow.org nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + + + + +THIS SOFTWARE IS PROVIDED BY Paul Buetow ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL Paul Buetow BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + + + diff --git a/xerl.buetow.org/content/Download.xml b/xerl.buetow.org/content/Download.xml new file mode 100644 index 0000000..8d9c7f5 --- /dev/null +++ b/xerl.buetow.org/content/Download.xml @@ -0,0 +1,12 @@ + + + Download + Xerl can be downloaded from git. Just type "git clone git://git.buetow.org/xerl". + + 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. + + + + diff --git a/xerl.buetow.org/content/home.xml b/xerl.buetow.org/content/home.xml new file mode 100644 index 0000000..06f5ae1 --- /dev/null +++ b/xerl.buetow.org/content/home.xml @@ -0,0 +1,9 @@ + + + Xerl - A XML/Perl Website Engine + + + ... is an open source website template engine (TE) with some features of a Content Management System (CMS) programmed in object oriented Perl (boosted by FastCGI) and using XML. This is the alpha version. Xerl is work in progress! It has no real documentation and no release available atm. This is mostly a hobby project fitting my own needs in having dynamic websites. However, if you are interested in Xerl you can feel free to download the sources and try your luck. If you wanna stay in touch please + subscribe via freecode. + + diff --git a/xerl.buetow.org/htdocs/images/freshmeat.gif b/xerl.buetow.org/htdocs/images/freshmeat.gif new file mode 100644 index 0000000..b5820c3 Binary files /dev/null and b/xerl.buetow.org/htdocs/images/freshmeat.gif differ diff --git a/xerl.buetow.org/htdocs/images/head.jpg b/xerl.buetow.org/htdocs/images/head.jpg new file mode 100644 index 0000000..76e9edc Binary files /dev/null and b/xerl.buetow.org/htdocs/images/head.jpg differ diff --git a/xerl.buetow.org/htdocs/images/xerl.png b/xerl.buetow.org/htdocs/images/xerl.png new file mode 100644 index 0000000..38f8a92 Binary files /dev/null and b/xerl.buetow.org/htdocs/images/xerl.png differ -- cgit v1.2.3