diff options
Diffstat (limited to 'xerl.buetow.org')
| -rw-r--r-- | xerl.buetow.org/PROJECT | 1 | ||||
| -rw-r--r-- | xerl.buetow.org/SITEMAP | 0 | ||||
| -rw-r--r-- | xerl.buetow.org/content/40.Todos.xml | 8 | ||||
| -rw-r--r-- | xerl.buetow.org/content/98.contact.xml | 19 | ||||
| -rw-r--r-- | xerl.buetow.org/content/99.license.xml | 7 | ||||
| -rw-r--r-- | xerl.buetow.org/content/Download.xml | 9 | ||||
| -rw-r--r-- | xerl.buetow.org/content/home.xml | 8 | ||||
| -rw-r--r-- | xerl.buetow.org/htdocs/images/freshmeat.gif | bin | 0 -> 5632 bytes | |||
| -rw-r--r-- | xerl.buetow.org/htdocs/images/head.jpg | bin | 0 -> 18803 bytes | |||
| -rw-r--r-- | xerl.buetow.org/htdocs/images/xerl.png | bin | 0 -> 4343 bytes |
10 files changed, 52 insertions, 0 deletions
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/SITEMAP b/xerl.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/xerl.buetow.org/SITEMAP diff --git a/xerl.buetow.org/content/40.Todos.xml b/xerl.buetow.org/content/40.Todos.xml new file mode 100644 index 0000000..1456bbe --- /dev/null +++ b/xerl.buetow.org/content/40.Todos.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Todos</pagetitle> + <text>This is the TODO file of the current master branch:</text> + <pretext> + <inject>http://web.buetow.org/cgit/xerl.git/plain/TODO</inject> + </pretext> +</content> diff --git a/xerl.buetow.org/content/98.contact.xml b/xerl.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..d3d66b0 --- /dev/null +++ b/xerl.buetow.org/content/98.contact.xml @@ -0,0 +1,19 @@ +<?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://pluto.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> + <hyperlink>http://dev.buetow.org</hyperlink> + <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..19fd468 --- /dev/null +++ b/xerl.buetow.org/content/99.license.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>License</pagetitle> + <code> + <inject>http://web.buetow.org/cgit/xerl.git/plain/COPYING</inject> + </code> +</content> diff --git a/xerl.buetow.org/content/Download.xml b/xerl.buetow.org/content/Download.xml new file mode 100644 index 0000000..0f7fc7a --- /dev/null +++ b/xerl.buetow.org/content/Download.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Download</pagetitle> + <textheader>Download from git repository</textheader> + <text> + <noop>Go to </noop> + <namedlink href="http://github.com/rantanplan/!!HOSTNAME!!">http://github.com/rantanplan/!!HOSTNAME!!</namedlink> + </text> +</content> diff --git a/xerl.buetow.org/content/home.xml b/xerl.buetow.org/content/home.xml new file mode 100644 index 0000000..1782bd1 --- /dev/null +++ b/xerl.buetow.org/content/home.xml @@ -0,0 +1,8 @@ +<?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 5 (boosted by FastCGI) and using XML to store the content and to display it in any format (e.g. HTML5). 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.</noop> + </text> +</content> diff --git a/xerl.buetow.org/htdocs/images/freshmeat.gif b/xerl.buetow.org/htdocs/images/freshmeat.gif Binary files differnew file mode 100644 index 0000000..b5820c3 --- /dev/null +++ b/xerl.buetow.org/htdocs/images/freshmeat.gif diff --git a/xerl.buetow.org/htdocs/images/head.jpg b/xerl.buetow.org/htdocs/images/head.jpg Binary files differnew file mode 100644 index 0000000..76e9edc --- /dev/null +++ b/xerl.buetow.org/htdocs/images/head.jpg diff --git a/xerl.buetow.org/htdocs/images/xerl.png b/xerl.buetow.org/htdocs/images/xerl.png Binary files differnew file mode 100644 index 0000000..38f8a92 --- /dev/null +++ b/xerl.buetow.org/htdocs/images/xerl.png |
