Does anyone know a utility for **** ahm, typing together static pages.
For example:
Let's say I wrote the page header and footer, and I just wanted to change the content without **** sigh ****, dynamically generating the page content. (The IE page is dynamically generated, but the end result is just a static page that will be dumped to the FTP directory.)
I usually do not support this, something like something like Tiles or serveride includes on a web server, but unfortunately my employer __does ...__ they use static pages and I can not do anything to change my mind . (C ++ Programmers)
The closest thing to what I am describing here that I found will be a utility called cook , which was used to build tiddlywiki .
That's right, therefore a utility that can accept a directory:
- Parts of a static page
- Parts that are changing
- about.htm
- info.htm
- products.htm
- etc.htm
And change it to:
- Website creation
- about.htm (with header and footer, as well as the contents of / Parts that change /about.htm) between
- info.htm (same bit ...)
- products.htm( ...)
- .. ( ...)