]> git.cworth.org Git - notmuch-wiki/blobdiff - wikiwriteaccess.mdwn
Merge branch 'master' of git.notmuchmail.org:/git/notmuch-wiki
[notmuch-wiki] / wikiwriteaccess.mdwn
index a217deb97ede43a3f7848d2caa62324ef78cc320..4c10ad8fbf0c6737caf32077a8a8941517d7ffa5 100644 (file)
@@ -2,9 +2,8 @@
 
 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:
+the following URL and
+[this ssh key](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4):
 
     git://notmuchmail.org/git/notmuch-wiki
 
@@ -15,10 +14,13 @@ a few lines to ~/.ssh/config:
     Host *.notmuchmail.org
         IdentityFile ~/.ssh/notmuch_wiki.key
 
-Checkout the branch with:
+Clone the wiki 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
+    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).
\ No newline at end of file