X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wikiwriteaccess.mdwn;fp=wikiwriteaccess.mdwn;h=a217deb97ede43a3f7848d2caa62324ef78cc320;hb=7d4ba3c04557a156c3091239cb78271abb211e0a;hp=0000000000000000000000000000000000000000;hpb=a5b25a6c5fff843a940424f04a298d33ab563ce5;p=obsolete%2Fnotmuch-wiki diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn new file mode 100644 index 0000000..a217deb --- /dev/null +++ b/wikiwriteaccess.mdwn @@ -0,0 +1,24 @@ +# 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: + + 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 + +Checkout the branch with: + + git clone git://notmuchmail.org/git/notmuch-wiki + +Push to the wiki with: + + git push anongit@git.notmuchmail.org:/git/notmuch-wiki \ No newline at end of file