summaryrefslogtreecommitdiff
path: root/xerl.buetow.org/content
diff options
context:
space:
mode:
Diffstat (limited to 'xerl.buetow.org/content')
-rw-r--r--xerl.buetow.org/content/98.contact.xml20
-rw-r--r--xerl.buetow.org/content/99.license.xml54
-rw-r--r--xerl.buetow.org/content/Download.xml12
-rw-r--r--xerl.buetow.org/content/home.xml9
4 files changed, 95 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Contact Me/Us</pagetitle>
+ <text>
+ <noop>Please use the </noop>
+ <namedlink href="http://web.buetow.org/listinfo/dev">Development Mailing List</namedlink>
+ <noop> for any considerations of this humble programming project or any other programming project of mine.</noop>
+ </text>
+ <text>
+ <noop>But you may also use other methods such as listed </noop>
+ <namedlink href="http://contact.buetow.org">on this site</namedlink>
+ <noop> for example.</noop>
+ </text>
+ <text>
+ <noop>If you are interested in other projects please visit </noop>
+ <link>http://dev.buetow.org</link>
+ <noop> :)</noop>
+ </text>
+</content>
+
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 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>License</pagetitle>
+ <text>
+ <noop>Xerl is (C) by Paul Buetow.</noop>
+ </text>
+ <text>
+ <noop>
+ All rights reserved.
+ </noop>
+ <newline />
+ <newline />
+ <noop>
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ </noop>
+ <newline />
+ <newline />
+ <noop>
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ </noop>
+ <newline />
+ <newline />
+ <noop>
+ * 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.
+ </noop>
+ <newline />
+ <newline />
+ <noop>
+ * 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.
+ </noop>
+ <newline />
+ <newline />
+ <noop>
+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.
+ </noop>
+ </text>
+</content>
+
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 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Download</pagetitle>
+ <text>Xerl can be downloaded from git. Just type "git clone git://git.buetow.org/xerl".</text>
+ <text>
+ <noop>Go to </noop>
+ <namedlink href="http://web.buetow.org/git/?p=xerl.git">gitweb</namedlink>
+ <noop> 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.</noop>
+ </text>
+</content>
+
+
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 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Xerl - A XML/Perl Website Engine</pagetitle>
+ <text>
+ <limg href="?document=images/xerl.png" title="Xerl" />
+ <noop>... 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 </noop>
+ <namedlink href="http://freecode.com/projects/xerl">subscribe via freecode.</namedlink>
+ </text>
+</content>