summaryrefslogtreecommitdiff
path: root/fype.buetow.org/content/home.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-02-03 10:44:49 +0100
committerPaul Buetow <paul@buetow.org>2013-02-03 10:44:49 +0100
commit025e15b2ba7f54f87cf409fd7c3dd77746c72858 (patch)
tree007c5af4f921aa85665f4db56f6f4309668a5dab /fype.buetow.org/content/home.xml
parentfc0acd318710aa0bb566329a36d886b1455c21ec (diff)
add hosts
Diffstat (limited to 'fype.buetow.org/content/home.xml')
-rw-r--r--fype.buetow.org/content/home.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/fype.buetow.org/content/home.xml b/fype.buetow.org/content/home.xml
new file mode 100644
index 0000000..17a6f94
--- /dev/null
+++ b/fype.buetow.org/content/home.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>The Fype Language</pagetitle>
+ <textheader>Free, small, simple...</pagetitle>
+ <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>
+ <text>
+ <noop>In order to stay updated I recommend you to follow my blog at </noop>
+ <link>http://comp.buetow.org</link>
+ <noop> and see what's new or changing.</noop>
+ </text>
+</content>
+