On Tue, Dec 09, 2003 at 03:29:55AM -0500, Brett Sanger wrote:

>I can see how this is too involved for a handful of pages, but I don't
>see it as "silly" for any site of size.

The problem I have with it is that, when you add a page, you need to add
both the file and the database entry. For the main site I administer
with H::T, I use my Set extension and have a few lines at the top:

<!-- tmpl_set name=title value=Personnel -->
<!-- tmpl_set name=related0 value=/ -->
<!-- tmpl_set name=related1 value=contact.html -->
<!-- tmpl_include name=top.inc.tmpl>

(actual page content here)

<!-- tmpl_include name=bottom.inc.tmpl>

The site-building script takes these, adds appropriate headers and
<title> tags and so on, and (in a two-pass process) builds all the
related-pages lists with full titles too.

So if I change a page's title, or want to add or delete a related page,
I just have one file to do it in. Everything about that page is in a
single place.

Roger


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to