X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wikiwriteaccess.mdwn;h=12848deaf97c995e66efd4181be330e6492bfb43;hb=8ca2edf66a79cd4dcc628cafc0c9801007f2ab71;hp=cdd1b74b81852bb3ae229fd1bd7748352ae13897;hpb=c6b6f82f02ce133e78e2fba743b0f2bebd2a1769;p=notmuch-wiki diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index cdd1b74..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 and -[this ssh key](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4): +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: - - Host *.notmuchmail.org - IdentityFile ~/.ssh/notmuch_wiki.key - Clone the wiki branch with: git clone git://notmuchmail.org/git/notmuch-wiki -Push to the wiki with: +Then you can edit the wiki locally, commit the changes with: + + 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. - git push anongit@git.notmuchmail.org:/git/notmuch-wiki +## License +See the [[Notmuch wiki license terms|COPYING]] before pushing any changes.