X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wikiwriteaccess.mdwn;h=12848deaf97c995e66efd4181be330e6492bfb43;hb=8ca2edf66a79cd4dcc628cafc0c9801007f2ab71;hp=a217deb97ede43a3f7848d2caa62324ef78cc320;hpb=7d4ba3c04557a156c3091239cb78271abb211e0a;p=notmuch-wiki diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index a217deb..12848de 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -1,24 +1,31 @@ +[[!img notmuch-logo.png alt="Notmuch logo" class="left"]] # Wiki Write Access This website is a wiki maintained using [ikiwiki](http://ikiwiki.info). You can pull and push changes using -the following URL using -[this](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4) -ssh key: +the following URL: git://notmuchmail.org/git/notmuch-wiki -Eventually, you will be able to push and pull without authentication, -but until then, you can use the key by copying it to ~/.ssh and adding -a few lines to ~/.ssh/config: +Clone the wiki branch with: - Host *.notmuchmail.org - IdentityFile ~/.ssh/notmuch_wiki.key + git clone git://notmuchmail.org/git/notmuch-wiki -Checkout the branch with: +Then you can edit the wiki locally, commit the changes with: - git clone git://notmuchmail.org/git/notmuch-wiki + git add ... + git commit + +and push back to the wiki: + + git push + + +The syntax used on the pages is [markdown](http://daringfireball.net/projects/markdown/syntax). In order to preview your modifications you can copy and paste the page in this [online preview](http://daringfireball.net/projects/markdown/dingus). + +Please make sure you have valid and real git `user.name` and `user.email` +configuration options set. -Push to the wiki with: +## License - git push anongit@git.notmuchmail.org:/git/notmuch-wiki \ No newline at end of file +See the [[Notmuch wiki license terms|COPYING]] before pushing any changes.