From 4948aa7eb097e1f40bdfbe8a01bebf9adde4b150 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 22:39:42 +0200 Subject: rename --- fype.buetow.org/OBSOLETEPROJECT | 1 + fype.buetow.org/content/98.contact.xml | 19 +++++++++++++++++++ fype.buetow.org/content/Download.xml | 6 ++++++ fype.buetow.org/content/Examples.xml | 11 +++++++++++ fype.buetow.org/content/home.xml | 26 ++++++++++++++++++++++++++ fype.buetow.org/htdocs/images/fype.png | Bin 0 -> 1978 bytes fype0.buetow.org/OBSOLETEPROJECT | 1 - fype0.buetow.org/content/98.contact.xml | 19 ------------------- fype0.buetow.org/content/Download.xml | 6 ------ fype0.buetow.org/content/Examples.xml | 11 ----------- fype0.buetow.org/content/home.xml | 26 -------------------------- fype0.buetow.org/htdocs/images/fype.png | Bin 1978 -> 0 bytes 12 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 fype.buetow.org/OBSOLETEPROJECT create mode 100644 fype.buetow.org/content/98.contact.xml create mode 100644 fype.buetow.org/content/Download.xml create mode 100644 fype.buetow.org/content/Examples.xml create mode 100644 fype.buetow.org/content/home.xml create mode 100644 fype.buetow.org/htdocs/images/fype.png delete mode 100644 fype0.buetow.org/OBSOLETEPROJECT delete mode 100644 fype0.buetow.org/content/98.contact.xml delete mode 100644 fype0.buetow.org/content/Download.xml delete mode 100644 fype0.buetow.org/content/Examples.xml delete mode 100644 fype0.buetow.org/content/home.xml delete mode 100644 fype0.buetow.org/htdocs/images/fype.png diff --git a/fype.buetow.org/OBSOLETEPROJECT b/fype.buetow.org/OBSOLETEPROJECT new file mode 100644 index 0000000..703453b --- /dev/null +++ b/fype.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.buetow.org/content/98.contact.xml b/fype.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..a881cc3 --- /dev/null +++ b/fype.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.buetow.org/content/Download.xml b/fype.buetow.org/content/Download.xml new file mode 100644 index 0000000..d1268b2 --- /dev/null +++ b/fype.buetow.org/content/Download.xml @@ -0,0 +1,6 @@ + + + Download + Fype can be downloaded from Git. Use the following step to do so: + git clone git://git.buetow.org/fype.git + diff --git a/fype.buetow.org/content/Examples.xml b/fype.buetow.org/content/Examples.xml new file mode 100644 index 0000000..8bfe8e0 --- /dev/null +++ b/fype.buetow.org/content/Examples.xml @@ -0,0 +1,11 @@ + + + Sourcecode Examples + + + use LWP::Simple; + + get 'http://web.buetow.org/git/?p=fype.git;a=blob_plain;f=examples/all-examples.txt'; + + + diff --git a/fype.buetow.org/content/home.xml b/fype.buetow.org/content/home.xml new file mode 100644 index 0000000..29cf249 --- /dev/null +++ b/fype.buetow.org/content/home.xml @@ -0,0 +1,26 @@ + + + The Fype0 Language + Free, small, simple... + + + 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. 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. + + diff --git a/fype.buetow.org/htdocs/images/fype.png b/fype.buetow.org/htdocs/images/fype.png new file mode 100644 index 0000000..1748de5 Binary files /dev/null and b/fype.buetow.org/htdocs/images/fype.png differ diff --git a/fype0.buetow.org/OBSOLETEPROJECT b/fype0.buetow.org/OBSOLETEPROJECT deleted file mode 100644 index 703453b..0000000 --- a/fype0.buetow.org/OBSOLETEPROJECT +++ /dev/null @@ -1 +0,0 @@ -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/fype0.buetow.org/content/98.contact.xml b/fype0.buetow.org/content/98.contact.xml deleted file mode 100644 index a881cc3..0000000 --- a/fype0.buetow.org/content/98.contact.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - 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/fype0.buetow.org/content/Download.xml b/fype0.buetow.org/content/Download.xml deleted file mode 100644 index 91ecfec..0000000 --- a/fype0.buetow.org/content/Download.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - Download - Fype can be downloaded from Git. Use the following step to do so: - git clone -b build-009669 git://git.buetow.org/fype.git - diff --git a/fype0.buetow.org/content/Examples.xml b/fype0.buetow.org/content/Examples.xml deleted file mode 100644 index d31b5bd..0000000 --- a/fype0.buetow.org/content/Examples.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - Sourcecode Examples - - - use LWP::Simple; - - get 'http://web.buetow.org/git/?p=fype.git;a=blob_plain;f=examples/all-examples.txt;hb=build-009669'; - - - diff --git a/fype0.buetow.org/content/home.xml b/fype0.buetow.org/content/home.xml deleted file mode 100644 index 29cf249..0000000 --- a/fype0.buetow.org/content/home.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - The Fype0 Language - Free, small, simple... - - - 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. 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. - - diff --git a/fype0.buetow.org/htdocs/images/fype.png b/fype0.buetow.org/htdocs/images/fype.png deleted file mode 100644 index 1748de5..0000000 Binary files a/fype0.buetow.org/htdocs/images/fype.png and /dev/null differ -- cgit v1.2.3