lunch

The lunch program is a simple (i.e. early) CGI program which allows people to vote on where they want to go for lunch. It has absolutely no security.

You can try this program.

You can pick up the entire archive for version v0.04. This contains all of the files mentioned on this page.

Once you have the tar file, you will need to extract and build it. Do something like the following:

	cd
	mkdir lunch
	tar xvfz lunch-0.04.tar.gz
	cd lunch-0.04
	make
You will need to set a few values towards the top of the program to localize this for your installation.