From c818ec5c13519a3f31f78f042ed2c57f3d893370 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:42:26 +0200 Subject: fix --- fype.buetow.org/content/home.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/fype.buetow.org/content/home.xml b/fype.buetow.org/content/home.xml index 95f5fc9..3cd7b81 100644 --- a/fype.buetow.org/content/home.xml +++ b/fype.buetow.org/content/home.xml @@ -1,24 +1,24 @@ The Fype Language - Free, small, simple... + Free, small, simple... - ... 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 - README + ... 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 + README file! And also see the - TODO - file so you can see whats coming up next :). The latest development version (trunk) is - - use LWP::Simple; - get('https://ssl.buetow.org/repos/fype/trunk/docs/version.txt'); - - and there is no stable branch available yet. + TODO + file so you can see whats coming up next :). The latest development version (trunk) is + + use LWP::Simple; + get('https://ssl.buetow.org/repos/fype/trunk/docs/version.txt'); + + and there is no stable branch available yet. - In order to stay updated I recommend you to follow my blog at - http://comp.buetow.org - and see what's new or changing. + In order to stay updated I recommend you to follow my blog at + http://comp.buetow.org + and see what's new or changing. -- cgit v1.2.3