Source files for PECA website.

French-specific files are in 'fr/'
English-specific files are in 'en/'
Data files shared by both are here.

To modify something, edit the appropriate file, then type 'make'.

What is what, where, and how it is made?

	You edit these:
	./mem: list of data for PECA members
	./lab: list of data for labs in France (mainly those of PECA members)
	
	You can also edit these to change the aspect of the pages:
	./{fr,en}/labdata.tpl: template for labdata.html
	./{fr,en}/memdata.tpl: template for memdata.html
	./{fr,en}/memlis.tpl: template for memlist.html
	
	These are updated automatically when you type 'make':
	./t/labdata: list of data for labs, made from ./lab
	./t/keys: list of ##KEY - address pairs, one for each lab, made from ./lab
	./t/memdata: list of data for members, made from ./mem and ./t/keys
	./t/memlist: list of members, made from ./t/memdata
	
	The final result is to update the pages on the server:
	~peca/{fr,en}/labdata.html
	~peca/{fr,en}/memdata.html
	~peca/{fr,en}/memlist.html

	You can also edit any .html page in ./fr/ or ./en/.  They will be copied 
	as-is to the web server.

These are scripts:
	./*.pl 
