add xul and pl to file types being remapped.
2001-11-10: Fixed a problem in build-web.pl where the Post Makefiles were executed after the first file was copied to the destination directory rather than after the last.
2001-11-18: Fixed a problem with the directory permissions.
2001-12-03: cleanweb.pl - new script to perform make cleans on pre and post Makefiles
build-web.pl - Changed so that template processing is optional. If the template does not exist, then applyHTMLTemplates will ignore template processing.
2002-01-01: build-web.pl - changed SSI include matching to not require a space after the comment open. Added .xsl to list of extensions processed as text files.
2002-01-03: build-web.pl - fixed regexp for text files
2002-01-08: build-web.pl v 0.21 - changed option processing to use gnu style long options in order to increase the flexibility in controlling the script. Provided ability to turn file copying on or off allowing execution to perform Makefile processing only, and to turn SSI processing on or off to allow destination web to use SSI's.
2002-03-04: build-web.pl v 0.22 - changed template processing so that the %%HEAD%% macro in the template is now replaced with the contents of the document's HEAD but that the replaced text no longer contains <HEAD>...</HEAD>. This will allow the template to contain <HEAD>... %%HEAD%%...</HEAD> and will permit the document's HEAD to be inserted into the template's HEAD. This requires existing templates which depended on the %%HEAD%% varible being replaced with <HEAD>...</HEAD> to be modified to wrap the %%HEAD%%
2002-03-12 - v 0.23 add .map, .psp, .php and .asp to text files to process
2002-04-19: build-web.pl v 0.24 - allowed template.html and template-nomenu.html files located below the project's srce directory to be copied to the output.
Redesigned the build-web web project and incorporated build-web scripts into a single project which can be deployed together.
Build Web Home |