diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:48:18 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:48:18 +0200 |
| commit | db78508f43ff26d413a720b3a3be47535901e7ca (patch) | |
| tree | c3e8af9d42fddfddecb562a965367ff9de0edd39 | |
| parent | b202adaf56d6ec2017cf73a6833a946d17778740 (diff) | |
fix
| -rw-r--r-- | fype.buetow.org/content/home.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fype.buetow.org/content/home.xml b/fype.buetow.org/content/home.xml index 3cd7b81..a51b84c 100644 --- a/fype.buetow.org/content/home.xml +++ b/fype.buetow.org/content/home.xml @@ -2,6 +2,14 @@ <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> |
