This "simple_message_board" application is a simple Affelio application
which allows users to leave instant message and read previous messages.
Reading previous messages and leaving new message is permitted if the 
accessing user is allowed to do so, according to the Affelio access 
control.

AFAppConfig.cgi
---------------
	Configuration file.


index.cgi
---------
	A CGI program which outputs the main page.


writeexec.cgi
-------------
	A CGI program which processes new message post from a browser.

