From: W.T. B. <wtb...@ra...> - 2003-09-21 16:16:28
|
Discovered your nifty little web site generator recently. It seems to do *almost* exactly what I need if I could figure out some of the documentation. A couple of questions. I quickly perused the RFC 2822 page but didn't see anything on metatags. I see some pieces that suggest ht2html can support metatags in the HTML header, but I can't find any good example of the .ht & resulting .html. Can you direct me to a good example? Also, when I try to generate multiple pages, the links across the top of the page seem to lose their link character. For example, if my WebGenerator.py class has sitelinks = [ ('%(rootdir)s/index.html', 'Home'), ('%(rootdir)s/links.html', 'Links'), ('%(rootdir)s/resources.html', 'Resources'), ] and I generate ht2html.py -s WebGenerator index.ht links.ht resources.ht then the Links and Resources pages don't have the previous links, ie. Home, active. Is there a solution for this? I've seen sites apparently generated with this tool that handle these topics, but without the .ht file or more command-line examples, it's difficult to figure out what's going on. Thanks, Tom |