summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 22:38:49 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 22:38:49 +0200
commitcdaa3c658ec94f2284ceab43bea82f2131d6a63c (patch)
tree83075d87382c1df06426dfb016fdc33c1ffb73e0
parent838bc9a7c837caef9246a2378465687b814fa8e0 (diff)
remove fype.buetow.org
-rw-r--r--fype.buetow.org/OBSOLETEPROJECT1
-rw-r--r--fype.buetow.org/content/98.contact.xml19
-rw-r--r--fype.buetow.org/content/Download.xml12
-rw-r--r--fype.buetow.org/content/home.xml31
-rw-r--r--fype.buetow.org/htdocs/images/fype.pngbin1978 -> 0 bytes
-rw-r--r--fype0.buetow.org/OBSOLETEPROJECT2
-rw-r--r--xerl.buetow.foo/content/Download.xml10
-rw-r--r--xerl.buetow.foo/content/Embedded_Perl.xml (renamed from xerl.buetow.foo/content/Development.xml)0
8 files changed, 1 insertions, 74 deletions
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 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Contact Me/Us</pagetitle>
- <text>
- <noop>Please use the </noop>
- <namedlink href="http://web.buetow.org/listinfo/dev">Development Mailing List</namedlink>
- <noop> for any considerations of this humble programming project or any other programming project of mine.</noop>
- </text>
- <text>
- <noop>But you may also use other methods such as listed </noop>
- <namedlink href="http://contact.buetow.org">on this site</namedlink>
- <noop> for example.</noop>
- </text>
- <text>
- <noop>If you are interested in other projects please visit </noop>
- <hyperlink>http://dev.buetow.org</hyperlink>
- <noop> :)</noop>
- </text>
-</content>
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 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Download</pagetitle>
- <text>For git just type "git clone git://git.buetow.org/fype".</text>
- <text>To update to the latest stable version just type "cd ./fype; git pull".</text>
- <text>
- <noop>Go to </noop>
- <namedlink href="http://web.buetow.org/git/?p=fype.git">gitweb</namedlink>
- <noop> 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.</noop>
- </text>
- <text>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.</text>
-</content>
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 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>The Fype Language</pagetitle>
- <textheader>Free, small, simple...</textheader>
- <important>
- <text>
- <strong>Important notice:</strong>
- <noop>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 </noop>
- <hyperlink>http://dev.buetow.org</hyperlink>
- <noop> and enjoy :)</noop>
- </text>
- </important>
- <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>
- <hyperlink>http://comp.buetow.org</hyperlink>
- <noop> and see what's new or changing.</noop>
- </text>
-</content>
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
--- a/fype.buetow.org/htdocs/images/fype.png
+++ /dev/null
Binary files differ
diff --git a/fype0.buetow.org/OBSOLETEPROJECT b/fype0.buetow.org/OBSOLETEPROJECT
index 50eac36..703453b 100644
--- a/fype0.buetow.org/OBSOLETEPROJECT
+++ b/fype0.buetow.org/OBSOLETEPROJECT
@@ -1 +1 @@
-Fype0 was an attempt to build an open source scripting language from scratch (just for fun) using C99 on the FreeBSD operating system. It's the predecessor of Fype (without 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/xerl.buetow.foo/content/Download.xml b/xerl.buetow.foo/content/Download.xml
deleted file mode 100644
index 826cc07..0000000
--- a/xerl.buetow.foo/content/Download.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Download</pagetitle>
- <text>Xerl can be downloaded from git. Just type "git clone git://git.buetow.org/xerl".</text>
- <text>
- <noop>Go to </noop>
- <namedlink href="http://web.buetow.org/git/?p=xerl.git">gitweb</namedlink>
- <noop> in order to browse the repository online. The master branch always keeps the current stable version. The develop branch always keeps the current development version. For releases there are tags.</noop>
- </text>
-</content>
diff --git a/xerl.buetow.foo/content/Development.xml b/xerl.buetow.foo/content/Embedded_Perl.xml
index f1761ab..f1761ab 100644
--- a/xerl.buetow.foo/content/Development.xml
+++ b/xerl.buetow.foo/content/Embedded_Perl.xml