summaryrefslogtreecommitdiff
path: root/fype.alpha.buetow.org/content
diff options
context:
space:
mode:
Diffstat (limited to 'fype.alpha.buetow.org/content')
-rw-r--r--fype.alpha.buetow.org/content/20.Manpage.xml8
-rw-r--r--fype.alpha.buetow.org/content/98.contact.xml19
-rw-r--r--fype.alpha.buetow.org/content/Download.xml9
-rw-r--r--fype.alpha.buetow.org/content/Examples.xml7
-rw-r--r--fype.alpha.buetow.org/content/home.xml29
5 files changed, 72 insertions, 0 deletions
diff --git a/fype.alpha.buetow.org/content/20.Manpage.xml b/fype.alpha.buetow.org/content/20.Manpage.xml
new file mode 100644
index 0000000..a17f61a
--- /dev/null
+++ b/fype.alpha.buetow.org/content/20.Manpage.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <pagetitle>Manpage</pagetitle>
+ <text>This is the manpage of the current master branch:</text>
+ <pretext>
+ <inject>http://web.buetow.org/cgit/fype.git/plain/docs/pod/fype.txt</inject>
+ </pretext>
+</content>
diff --git a/fype.alpha.buetow.org/content/98.contact.xml b/fype.alpha.buetow.org/content/98.contact.xml
new file mode 100644
index 0000000..d3d66b0
--- /dev/null
+++ b/fype.alpha.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/fype.alpha.buetow.org/content/Download.xml b/fype.alpha.buetow.org/content/Download.xml
new file mode 100644
index 0000000..0f7fc7a
--- /dev/null
+++ b/fype.alpha.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/fype.alpha.buetow.org/content/Examples.xml b/fype.alpha.buetow.org/content/Examples.xml
new file mode 100644
index 0000000..f48e2c0
--- /dev/null
+++ b/fype.alpha.buetow.org/content/Examples.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <pagetitle>Sourcecode Examples</pagetitle>
+ <code>
+ <inject>http://web.buetow.org/cgit/fype.git/plain/examples/all-examples.txt</inject>
+ </code>
+</content>
diff --git a/fype.alpha.buetow.org/content/home.xml b/fype.alpha.buetow.org/content/home.xml
new file mode 100644
index 0000000..b136c0c
--- /dev/null
+++ b/fype.alpha.buetow.org/content/home.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <pagetitle>The Fype Language</pagetitle>
+ <textheader>Free, small, simple...</textheader>
+ <important>
+ <text>
+ <strong>Important notice:</strong>
+ <noop>The host </noop>
+ <strong>alpha.buetow.org</strong>
+ <noop>contains only development, test and PoC stuff. Replace </noop>
+ <strong>$shomething.alpha.buetow.org</strong>
+ <noop> with </noop>
+ <strong>$something.buetow.org</strong>
+ <noop> (if exists) to get the stable stuff.</noop>
+ </text>
+ </important>
+ <important2>
+ <text>
+ <strong>Important notice:</strong>
+ <noop>The development of this project 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 </noop>
+ <hyperlink>http://dev.buetow.org</hyperlink>
+ <noop> and enjoy :)</noop>
+ </text>
+ </important2>
+ <text>
+ <limg href="?document=images/fype.png" title="Fype"/>
+ <noop>... is an attempt to build an open source scripting language from scratch (just for fun) using C99 on the FreeBSD operating system. Fypes focus is to use as few dependencies on 3rd party libraries as possible and to use as less code as possible and a very small execution binary! Fype should be portable to many different operating systems as well. The first release will be also available at least for Linux and maybe other UNIX alike operating systems. Fype itself is using the BSD license.</noop>
+ </text>
+</content>