My lazy header ...

web
Target web.build.hot.html

web.build.hot.html
  |
  +--init

Generates the whole web site from scratch in HTML format, and hot-deploys it on a local PHP server.

See web.build.hot.php.

Detail:
<target
	depends="init"
	description="Generates the whole web site from scratch in HTML format, and hot-deploys it on a local PHP server."
	name="web.build.hot.html"
>
	<antcall target="web.build.hot.php">
		<param
			name="GENERATE_PHP"
			value="no"
		/>
	</antcall>
</target>

... is just like my footer!

Edouard Mercier 2003.12.08 20:31:08 - AntDoc V0.8h - XSL Transformer Factory: com.icl.saxon.TransformerFactoryImpl