From cdaa3c658ec94f2284ceab43bea82f2131d6a63c Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 22:38:49 +0200 Subject: remove fype.buetow.org --- fype.buetow.org/OBSOLETEPROJECT | 1 - fype.buetow.org/content/98.contact.xml | 19 ------------------- fype.buetow.org/content/Download.xml | 12 ------------ fype.buetow.org/content/home.xml | 31 ------------------------------- fype.buetow.org/htdocs/images/fype.png | Bin 1978 -> 0 bytes 5 files changed, 63 deletions(-) delete mode 100644 fype.buetow.org/OBSOLETEPROJECT delete mode 100644 fype.buetow.org/content/98.contact.xml delete mode 100644 fype.buetow.org/content/Download.xml delete mode 100644 fype.buetow.org/content/home.xml delete mode 100644 fype.buetow.org/htdocs/images/fype.png (limited to 'fype.buetow.org') diff --git a/fype.buetow.org/OBSOLETEPROJECT b/fype.buetow.org/OBSOLETEPROJECT deleted file mode 100644 index 703453b..0000000 --- a/fype.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/fype.buetow.org/content/98.contact.xml b/fype.buetow.org/content/98.contact.xml deleted file mode 100644 index a881cc3..0000000 --- a/fype.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/fype.buetow.org/content/Download.xml b/fype.buetow.org/content/Download.xml deleted file mode 100644 index 552884b..0000000 --- a/fype.buetow.org/content/Download.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - Download - For git just type "git clone git://git.buetow.org/fype". - To update to the latest stable version just type "cd ./fype; git pull". - - Go to - gitweb - to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. - - For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/fype fype-develop". But be warned, this one might be broken! It will be merged to master when it's done. - diff --git a/fype.buetow.org/content/home.xml b/fype.buetow.org/content/home.xml deleted file mode 100644 index c7d6eee..0000000 --- a/fype.buetow.org/content/home.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - The Fype 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. - - - In order to stay updated I recommend you to follow my blog at - http://comp.buetow.org - and see what's new or changing. - - diff --git a/fype.buetow.org/htdocs/images/fype.png b/fype.buetow.org/htdocs/images/fype.png deleted file mode 100644 index 1748de5..0000000 Binary files a/fype.buetow.org/htdocs/images/fype.png and /dev/null differ -- cgit v1.2.3