]> git.cworth.org Git - notmuch-wiki/commitdiff
wikiwriteaccess: simplify
authorJani Nikula <jani@nikula.org>
Wed, 15 Oct 2014 18:11:14 +0000 (21:11 +0300)
committerJani Nikula <jani@nikula.org>
Wed, 15 Oct 2014 18:11:14 +0000 (21:11 +0300)
wikiwriteaccess.mdwn

index 12848deaf97c995e66efd4181be330e6492bfb43..277007f94bcb0e9fe229144571d3cdec8cdf8ef7 100644 (file)
@@ -1,24 +1,19 @@
 [[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
 # Wiki Write Access
 
 [[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
 # Wiki Write Access
 
-This website is a wiki maintained using
-[ikiwiki](http://ikiwiki.info). You can pull and push changes using
-the following URL:
+This website is a wiki maintained using [ikiwiki](http://ikiwiki.info). The wiki
+source can be checked out via git with this command:
 
 
-    git://notmuchmail.org/git/notmuch-wiki
-
-Clone the wiki branch with:
-
-    git clone git://notmuchmail.org/git/notmuch-wiki
+        git clone git://notmuchmail.org/git/notmuch-wiki
 
 Then you can edit the wiki locally, commit the changes with:
 
 
 Then you can edit the wiki locally, commit the changes with:
 
-    git add ...
-    git commit
+        git add ...
+        git commit
 
 and push back to the wiki:
 
 
 and push back to the wiki:
 
-    git push
+        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).
 
 
 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).