summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2010-02-27 19:28:28 -0500
committerJames Vasile <james@hackervisions.org>2010-02-27 19:28:28 -0500
commit7d4ba3c04557a156c3091239cb78271abb211e0a (patch)
tree739f89781ca3ba4d0b6f09b0511cd8091189cd83
parenta5b25a6c5fff843a940424f04a298d33ab563ce5 (diff)
add wikiwriteaccess to tell people how to push/pull the wiki
-rw-r--r--index.mdwn9
-rw-r--r--wikiwriteaccess.mdwn24
2 files changed, 27 insertions, 6 deletions
diff --git a/index.mdwn b/index.mdwn
index c215a70..578cb18 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -97,9 +97,6 @@ The best supported interface to notmuch is based on emacs and can be tweaked ext
### Website
-This wiki is maintained using [ikiwiki](http://ikiwiki.info). You can pull and
-push changes using the following URL (no authentication necessary):
-
- git://notmuchmail.org/git/notmuch-wiki
-
-As the above is still broken, you will currently need to use [this](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4), in order to change this site. \ No newline at end of file
+This wiki is maintained using
+[ikiwiki](http://ikiwiki.info). Instructions on how to edit it can be
+found [here](/wikiwriteaccess). \ No newline at end of file
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