Wiki pages need to be moved from the old Google Code wiki to the new Github wiki. This is pretty straight forward.
- Copy a page from the old wiki to the new one.
- Convert the formatting from Google Code to Markdown.
- Find links to that page in the Github wiki which point to the Google Code wiki and change them to point at Github.
- Note at the top of the Google Code wiki page that it has been converted and link to the Github page.
- Mention here that you've converted a page.
- Have the conversion double checked.
- Have the old Google Code page deleted.
The conversion is mostly...
- Convert the headers
=header= to #header
==header== to ##header
===header=== to ###header
- Convert the links from
[url text] to [text](url).
- Format code blocks by removing
{{{ and }}} and adding 4 spaces before each line.
- Numbered lists are done as
1., 2., 3. and not with #.
Doesn't have to be perfect.
Do one or more and let us know on this ticket.
Thanks!
Wiki pages need to be moved from the old Google Code wiki to the new Github wiki. This is pretty straight forward.
The conversion is mostly...
=header=to#header==header==to##header===header===to###header[url text]to[text](url).{{{and}}}and adding 4 spaces before each line.1.,2.,3.and not with#.Doesn't have to be perfect.
Do one or more and let us know on this ticket.
Thanks!