Closed danuker closed 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/)]]
[[TitleIndex(Administrative/)]]
TracWiki macro [[PageOutline]] can be converted into the RST content directive. Moved to #5
[[PageOutline]]
content
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 macroMoved to #5[[PageOutline]]
can be converted into the RSTcontent
directive.