|
Posted by Andy Dingley on 08/08/06 15:25
junkyard@jaggerdog.com wrote:
> My problem is that I have read about (and created) a navigation/menu
> system using html and css. I would like the nav menu to appear at the
> top of each page, yet have the source code appear in only one file, for
> ease of maintenece. I read about using server side includes to
> accomplish this, but will that work given that I need to ultimately
> distribute this package on a cd
Two ways.
Do it with SSI. Burn it onto the CD by taking a copy via HTTP. Use any
"backup this web site to disk" program, such as the many Firefox
extensions.
Do it without SSI. Write your pages as SSI, then write/find a simple
Perl/Python script that does the equivalent to SSI by copying these
static pages to a new directory tree, merging in any SSI that they find.
Navigation:
[Reply to this message]
|