Skip to content

Move a wiki page from Google Code to Github #4

Description

@schwern

Wiki pages need to be moved from the old Google Code wiki to the new Github wiki. This is pretty straight forward.

  1. Copy a page from the old wiki to the new one.
  2. Convert the formatting from Google Code to Markdown.
  3. Find links to that page in the Github wiki which point to the Google Code wiki and change them to point at Github.
  4. Note at the top of the Google Code wiki page that it has been converted and link to the Github page.
  5. Mention here that you've converted a page.
  6. Have the conversion double checked.
  7. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions