Index of /brainfuck/utils/mod_bf-0.2

      Name                    Last modified       Size  Description

[DIR] Parent Directory 20-Jul-2001 16:20 - [TXT] AUTHORS 01-Jun-2001 23:51 1k [TXT] COPYING 01-Jun-2001 23:51 18k [TXT] INSTALL 01-Jun-2001 23:51 2k [TXT] Makefile.tmpl 01-Jun-2001 23:51 1k [TXT] NEWS 01-Jun-2001 23:51 1k [TXT] TODO 01-Jun-2001 23:51 1k [TXT] mod_bf.c 01-Jun-2001 23:51 5k

mod_bf - brainfuck module for Apache
====================================

I am quite sure this module will only work with Apache 1.3 and up, but I doubt
anyone uses an older Apache version anymore, anyway ;-)

For instructions on how to install this module, see the file named INSTALL.
To see the license, have a look at the file named COPYING.

For resources brainfuck in general, see http://www.muppetlabs.com/~breadbox/bf/
and the links listed there.

Using mod_bf
~~~~~~~~~~~~
Once you have everything installed and configured as in INSTALL, you should be
able to start using mod_bf. A file test.bf containing ,. will print one character
of its input. To use it you must call it like this:
http://www.somehost.bla/some/dir/test.bf?A
where A can just as well be any other letter.

You may also call a brainfuck file that doesn't need input like this:
http://www.somehost.bla/some/dir/some_file.bf.

mod_bf (since v0.2) supports the POST method as well.