X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-wiki;a=blobdiff_plain;f=wikiwriteaccess.mdwn;h=cfced40228779d70934392a295daba36be55a9e7;hp=cdd1b74b81852bb3ae229fd1bd7748352ae13897;hb=HEAD;hpb=c6b6f82f02ce133e78e2fba743b0f2bebd2a1769 diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index cdd1b74..cfced40 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -2,23 +2,22 @@ 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 - git push anongit@git.notmuchmail.org:/git/notmuch-wiki +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).