Hi, I've done something related to this, where I have wiki pages from one "common" project rendered as help pages in all my other projects.
That works OK for the most part (with some pre- and post-cleaning), but I don't think you will be able to do it without relating it to a trac environment and http setup. The problem is that all links and info in a wiki is relative to the project, and macros and so on are also rendered based on context and project information. A program needs access the environment, project database and href (url base) information to render meaningful links and content. :::simon --- [email protected] wrote: Hi All, > > Gerald posted a wiki to html command line for what looks like trac > 0.8. I would like to make the same for trac 0.9, but am not familiar > enough with trac to figure it out. Is there any sample code around > for such a beast and is it possible to use such a program without a > trac database setup? We have a server running trac, but I would like > to be able to convert trac wiki to html on other machines. > > http://lists.edgewall.com/archive/trac/2005-April/002729.html > > Thanks! > -kurt > > > _______________________________________________ > Trac mailing list > [email protected] > http://lists.edgewall.com/mailman/listinfo/trac > _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
