On Thu, Dec 4, 2008 at 8:23 AM, Mat Booth <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'd like to maintain our products' documentation in the Wiki and then > slurp it out and convert it to HTML at build-time (instead of > maintaining HTML in source control). The rationale is to make it more > accessible to users and developers and to encourage them to keep it up > to date (we are currently terrible at keeping the docs up to date). > > Can anyone recommend a good way to do this, or is this not a > recommended thing to do?
First try searching this mailing list's archives for past discussions about this. I know I've posted a script to do this before. The one thing that makes this annoying is that the wiki parser/formatter can't stand by itself, and needs a Trac environment to run. But you can give it an EnvironmentStub and it will work just fine, which is what the script does. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
