Andrew Backer wrote: > First post, so be kind! > > I would like to import a large amount of autogenerated documentation > into our wiki, and am curious if there is a tool our there to help with > this? I just started using trac here, mostly for simple tickets and > the wiki, so I am reasonably new at this. > > I am looking to do something like this : import "<directory with doc > files>" "wiki/apidocs/"
Like... $ trac-admin </path/to/projenv> wiki import <page> [file] ...which is there today. A bit of a shell script wrapper around that might do the trick. R /Lars > "import" does all the work of overwriting entries, adding new ones, and > such. I am fine with preping the content to work in the context of the > wiki & with the wiki links. > > If there isn't a tool, at least as a starting point, where would I > start to learn how to write one? I am concerend about a few issues : > * deleteing unused entries (i would want to purge the entire > folder(?) first) > * doing this as much from within the context of trac as possible, not > externally poking the db > > Any ideas on how to go about this? I am on windows, if that matters in > some way, using the default sqlite db. > > Thanks, > Andrew Backer > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
