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

旧巷老猫 提交于 2019-12-20 05:14:25

问题


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 the wiki pages locally offline and then commit/push later.

I have pulled the wiki to my local repository, is there any good googlecode-wiki-toolbar-attached editor for googlecode wiki, as from my knowledge evey wiki has its own syntax for writing.

Or if someone is also using a local repository for wiki.code.google, what practice are they following for writing the document for online collaborations.


回答1:


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




回答2:


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?



来源:https://stackoverflow.com/questions/1110959/best-way-to-read-edit-add-to-the-googlecode-wiki-offline

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!