Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

exporting a trac wiki and importing it to github

I've seen that there's are scripts available for exporting Trac tickets to Github issues.

Does anybody have a proven workflow or script available for transferring a trac wiki to a Github wiki?

like image 419
cabennett85 Avatar asked Jan 26 '12 23:01

cabennett85


1 Answers

Seeing that Git wiki uses gollum that has support for MediaWiki, you should be able to

  • export you wiki pages by
    trac-admin <env> wiki dump
  • add appropriate file extension .wiki
  • bring to Github as is
like image 97
hasienda Avatar answered Nov 16 '22 16:11

hasienda