6

I am moving a trac wiki to github. I was wondering if anyone knew of way to export trac wiki pages into something that github wiki pages supports.

Also if anyone knows how to export trac wiki pages into plain HTML that would work as well.

Thanks for your help.

dkellycollins
  • 497
  • 6
  • 17

2 Answers2

6

You can load into Github exported with trac-admin dump pages as is, or rewrite pages to ReST|Markdown with pandoc (it seems, pandoc also have preliminary support of MoinMoin)

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110
0

The manual says:

trac-admin </path/to/projenv> wiki dump *
jpswade
  • 327
  • 2
  • 10
  • Thank you for contributing to the Stack Overflow community. This may be a correct answer, but it’d be really useful to provide additional explanation of your code so developers can understand your reasoning. This is especially useful for new developers who aren’t as familiar with the syntax or struggling to understand the concepts. **Would you kindly [edit] your answer to include additional details for the benefit of the community?** – Jeremy Caney Jul 11 '23 at 00:05
  • You're welcome. – jpswade Jul 23 '23 at 13:20