Chris WRIGHT wrote:
I've got a whole lot of html files (produced by latex2html). I want to publish them with Zope, and I'm not sure of the best way. If I add a File object for every html file (and for the .css files), then I can get the thing published, but the URL's start to look like: www.blah.blah/node1.html/node2.html/node3.html
and the "previous" and "next" buttons don't perform properly (Object not found errors).
Is there a "well know" (tm) way of publishing a "tree" of html docs by just "pointing" to the top level file. This would also be much more convenient when publishing revisions.
I don't understand you problem yet ( what does "www.blah.blah/node1.html/node2.html/node3.html" mean ? ). But I used to put a lot html into zope through the ftp daemon of ZServer, it works quite fine for me.