The Fortune World project is consist of four parts:

	1- fortune2mysql: for converting your fortune files under /usr/share/games/fortune
		to mysql database
	2- fortuneworld server: A simple server program which reads a fortune from mysql 
		database and writes it to connected client.
	3- fortuneworld.php: Web interface for fortuneworld 
		(can read from both the server and mysql db).
	4- fortuneworld client: A client software which can read from both mysql database and
		fortuneworld server.

	
	You can download fortuneworld  here.

	And a demo of the web client is running  here.

	have fun.