summaryrefslogtreecommitdiff
path: root/fype0.buetow.org/content
diff options
context:
space:
mode:
Diffstat (limited to 'fype0.buetow.org/content')
-rw-r--r--fype0.buetow.org/content/98.contact.xml20
-rw-r--r--fype0.buetow.org/content/Examples.xml21
-rw-r--r--fype0.buetow.org/content/SVN-Download.xml9
-rw-r--r--fype0.buetow.org/content/Statistics.xml12
-rw-r--r--fype0.buetow.org/content/Synopses.xml21
-rw-r--r--fype0.buetow.org/content/home.xml27
6 files changed, 110 insertions, 0 deletions
diff --git a/fype0.buetow.org/content/98.contact.xml b/fype0.buetow.org/content/98.contact.xml
new file mode 100644
index 0000000..f46ee65
--- /dev/null
+++ b/fype0.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/fype0.buetow.org/content/Examples.xml b/fype0.buetow.org/content/Examples.xml
new file mode 100644
index 0000000..6e41595
--- /dev/null
+++ b/fype0.buetow.org/content/Examples.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Sourcecode Examples</pagetitle>
+ <perl>
+ use LWP::Simple;
+
+ my $site = get 'https://ssl.buetow.org/repos/fype/branches/experimental/build-009669/examples/';
+ my @sites = $site =~ /file name="(.*?\.fy)" .*/g;
+ my @return;
+
+ for my $site (sort @sites) {
+ push @return, "!!LT!!h2!!GT!!$site!!LT!!/h2!!GT!!";
+ push @return, '!!LT!!pre class="code"!!GT!!';
+ push @return, get "https://ssl.buetow.org/repos/fype/branches/experimental/build-009669/examples/$site";
+ push @return, '!!LT!!/pre!!GT!!';
+ }
+
+ return join '', @return;
+ </perl>
+</content>
+
diff --git a/fype0.buetow.org/content/SVN-Download.xml b/fype0.buetow.org/content/SVN-Download.xml
new file mode 100644
index 0000000..42ab968
--- /dev/null
+++ b/fype0.buetow.org/content/SVN-Download.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>SVN Download</pagetitle>
+ <text>Fype can be downloaded from SVN. Use the following step to do so:</text>
+ <pretext>svn co https://ssl.buetow.org/repos/fype/branches/experimental/build-009669</pretext>
+ <text>For the latest development version (trunk) please replace the URI as follows (be aware that this version may be broken):</text>
+ <pretext>svn co https://ssl.buetow.org/repos/fype/trunk</pretext>
+</content>
+
diff --git a/fype0.buetow.org/content/Statistics.xml b/fype0.buetow.org/content/Statistics.xml
new file mode 100644
index 0000000..dc5a01b
--- /dev/null
+++ b/fype0.buetow.org/content/Statistics.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Sourcecode Statistics</pagetitle>
+ <text>Here are a few sourcecode statistics of the Fype compiler suite (trunk).</text>
+ <pretext>
+ <perl>
+ use LWP::Simple;
+ get("https://ssl.buetow.org/repos/fype/trunk/docs/stats.txt");
+ </perl>
+ </pretext>
+</content>
+
diff --git a/fype0.buetow.org/content/Synopses.xml b/fype0.buetow.org/content/Synopses.xml
new file mode 100644
index 0000000..547cfa5
--- /dev/null
+++ b/fype0.buetow.org/content/Synopses.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Fype synopses / options</pagetitle>
+ <textheader>Synopses</pagetitle>
+ <text>This are the Fype synopses of the concurrent svn version:</text>
+ <pretext>
+ <perl>
+ use LWP::Simple;
+ get("https://ssl.buetow.org/repos/fype/trunk/docs/synopses.txt");
+ </perl>
+ </pretext>
+ <textheader>Help</pagetitle>
+ <text>This are the Fype help options of the concurrent svn version:</text>
+ <pretext>
+ <perl>
+ use LWP::Simple;
+ get("https://ssl.buetow.org/repos/fype/trunk/docs/help.txt");
+ </perl>
+ </pretext>
+</content>
+
diff --git a/fype0.buetow.org/content/home.xml b/fype0.buetow.org/content/home.xml
new file mode 100644
index 0000000..c5bbb87
--- /dev/null
+++ b/fype0.buetow.org/content/home.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>The Fype0 Language</pagetitle>
+ <textheader>Free, small, simple...</pagetitle>
+ <important>
+ <text>
+ <strong>Important notice:</strong>
+ <noop>The development of fype0 has been stalled. See fype instead, which is based on a complete new technology. There will be no further development on fype0. This project always was a proof of concept only. Bugs are not gonna be fixed. For the new fype programming project please visit </noop>
+ <link>http://fype.buetow.org</link>
+ <noop> and enjoy :)</noop>
+ </text>
+ </important>
+ <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. For more infos please consult the</noop>
+ <namedlink href="https://ssl.buetow.org/repos/fype/trunk/README">README</namedlink>
+ <noop> file! And also see the </noop>
+ <namedlink href="https://ssl.buetow.org/repos/fype/trunk/TODO">TODO</namedlink>
+ <noop> file so you can see whats coming up next :). The latest development version (trunk) is </noop>
+ <perl>
+ use LWP::Simple;
+ get('https://ssl.buetow.org/repos/fype/trunk/docs/version.txt');
+ </perl>
+ <noop> and there is no stable branch available yet.</noop>
+ </text>
+</content>
+