Hi,

I have a series of documents that are processed by TT to produce HTML
documents for the web. I use ttree, no problem.

Now I want to automatically provide links from each document to its
preceeding and following documents, if present.

To make it more complicated, every now and then a new document is
added to the collection, which implies that the links of the
preceeding document must be adjusted.

I think the above is a common situation (think web logs) and I'm
convinced there are many ways to do this. 

wMy current approach is to add the next/prev link depending on whether
the referenced documents exist. I have a script to add a new entry,
and that touches the preceeding document so it will be processed by
ttree to update its links.

I'm sure there are other (better?) ways.
What would you suggest?

-- Johan

_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to