Best way to read/edit/add to the googlecode wiki offline

前端 未结 2 1273
慢半拍i
慢半拍i 2021-01-24 13:14

I finally after too much of pondering started my project on googlecode. One of the best features I liked about googlecode was the revision control for wiki, where I can add/edit

相关标签:
2条回答
  • 2021-01-24 14:12

    After lot of googling, I think the only way is

    download the wiki-repository, and edit pages manually through Vim or any text editor following the wikiSyntax. Then do an

    hg commit / hg add -- based on if u edited or added a file.

    and then,

    hg push

    to upload your files to the main wiki

    0 讨论(0)
  • 2021-01-24 14:19

    Well, if you have saved the whole wiki, can't you open that up in your browser and just edit it like any other Wiki?

    0 讨论(0)
提交回复
热议问题