chevah / trac-to-github

Hacks used to migrate from Trac sqlite to GitHub
MIT License
1 stars 0 forks source link

Convert TracWiki syntax to GitHub-friendly RST #4

Closed danuker closed 3 years ago

danuker commented 3 years ago

After #2 is completed, wiki links in RST format should work on GitHub. However, there still are TracWiki markup links which need to be converted. Here are examples of files (taken from https://github.com/chevah/trac-to-github/issues/2#issuecomment-764700864_ ):

At first, we can use this ticket to convert RST Trac links directives.

Later we should look at converting whole TracWiki pages.


And last, see how to convert TracWiki Macros like - [[TitleIndex(Administrative/)]]

TracWiki macro [[PageOutline]] can be converted into the RST content directive. Moved to #5