From: Michal Sojka Date: Mon, 7 Feb 2011 12:28:39 +0000 (+0100) Subject: Update write access instructions X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=63130f58668516a4851bcc006535e54152e5d6e0 Update write access instructions Anonymous SSH access seems to be neither needed nor working. --- diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index 4c10ad8..cfced40 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -2,25 +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 anongit@git.notmuchmail.org:/git/notmuch-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). \ No newline at end of file +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).