Matthew Burgess wrote: > > 7) There is no "Read" link in the menu bar described above. How does > putting the rendered version of the book on the wiki.l14h.org site get > handled by Trac - is it just a couple of Rewrite rules or similar to > request that Trac just passes handling of serving the static HTML off to > Apache?
That might make sense. Currently, in each trac environment, there is a 'htdocs' directory. Trac resolves this directory as [trac-env]/chrome/site This dir can be used for site-wide items, such as images and css files, etc. You could also put the books there with a link being something like: http://wiki.linuxfromscratch.org/lfs/chrome/site/view/index.html Alternatively, you could continue to render the books outside of the trac env and then either link to their external location inside trac, or perhaps have Rewrite rules like you said. -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page