What is it? It can probably best be described as a Wiki on crack. Or something. Each page gets served by http://..../pagefs.cgi?page=Examplepage, but the pages are Forth programs which are run directly on the server with no security checks. I would probably not run something like this on a computer directly connected to the Internet. Yes, that was an understatement. It is only tested with GForth. Caveat emptor Aside from the security aspects, the code happily crashes, seldom with any useful information, if something isn't quite right. It is also written with programmer, not machine, efficiency in mind. It is a hack, OK? Don't come whining saying I didn't warn you. :) On the other hand It's fun, and mingling code and text is sometimes useful. How to make it work on your system Change the paths inside the code (They are marked with CHANGETHIS.) to reflect your system. Make your webserver able to run the CGI-files one way or another. Make your document directory writable for the web server. License Modified BSD license. Consult http://sk.nvg.org/python/license.html