From e43a989acd2055661bb2d93454f2f7aa4e6e5177 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Thu, 1 Jan 2015 23:35:31 +0100 Subject: use alpha.buetow.org instead of buetow.ninja --- fype.alpha.buetow.org/OBSOLETEPROJECT | 1 + fype.alpha.buetow.org/SITEMAP | 0 fype.alpha.buetow.org/content/20.Manpage.xml | 8 ++++++++ fype.alpha.buetow.org/content/98.contact.xml | 19 ++++++++++++++++++ fype.alpha.buetow.org/content/Download.xml | 9 +++++++++ fype.alpha.buetow.org/content/Examples.xml | 7 +++++++ fype.alpha.buetow.org/content/home.xml | 29 +++++++++++++++++++++++++++ fype.alpha.buetow.org/htdocs/images/fype.png | Bin 0 -> 1978 bytes 8 files changed, 73 insertions(+) create mode 100644 fype.alpha.buetow.org/OBSOLETEPROJECT create mode 100644 fype.alpha.buetow.org/SITEMAP create mode 100644 fype.alpha.buetow.org/content/20.Manpage.xml create mode 100644 fype.alpha.buetow.org/content/98.contact.xml create mode 100644 fype.alpha.buetow.org/content/Download.xml create mode 100644 fype.alpha.buetow.org/content/Examples.xml create mode 100644 fype.alpha.buetow.org/content/home.xml create mode 100644 fype.alpha.buetow.org/htdocs/images/fype.png (limited to 'fype.alpha.buetow.org') diff --git a/fype.alpha.buetow.org/OBSOLETEPROJECT b/fype.alpha.buetow.org/OBSOLETEPROJECT new file mode 100644 index 0000000..703453b --- /dev/null +++ b/fype.alpha.buetow.org/OBSOLETEPROJECT @@ -0,0 +1 @@ +Fype 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! diff --git a/fype.alpha.buetow.org/SITEMAP b/fype.alpha.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 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 @@ + + + Manpage + This is the manpage of the current master branch: + + http://web.buetow.org/cgit/fype.git/plain/docs/pod/fype.txt + + 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 @@ + + + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + + 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 @@ + + + Download + Download from git repository + + Go to + http://github.com/rantanplan/!!HOSTNAME!! + + 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 @@ + + + Sourcecode Examples + + http://web.buetow.org/cgit/fype.git/plain/examples/all-examples.txt + + 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 @@ + + + The Fype Language + Free, small, simple... + + + Important notice: + The host + alpha.buetow.org + contains only development, test and PoC stuff. Replace + $shomething.alpha.buetow.org + with + $something.buetow.org + (if exists) to get the stable stuff. + + + + + Important notice: + 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 + http://dev.buetow.org + and enjoy :) + + + + + ... 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. + + diff --git a/fype.alpha.buetow.org/htdocs/images/fype.png b/fype.alpha.buetow.org/htdocs/images/fype.png new file mode 100644 index 0000000..1748de5 Binary files /dev/null and b/fype.alpha.buetow.org/htdocs/images/fype.png differ -- cgit v1.2.3