]> git.cworth.org Git - notmuch-wiki/commitdiff
Update write access instructions
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 7 Feb 2011 12:28:39 +0000 (13:28 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 7 Feb 2011 12:28:39 +0000 (13:28 +0100)
Anonymous SSH access seems to be neither needed nor working.

wikiwriteaccess.mdwn

index 4c10ad8fbf0c6737caf32077a8a8941517d7ffa5..cfced40228779d70934392a295daba36be55a9e7 100644 (file)
@@ -2,25 +2,22 @@
 
 This website is a wiki maintained using
 [ikiwiki](http://ikiwiki.info). You can pull and push changes using
 
 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
 
 
     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
 
 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).