]> git.cworth.org Git - obsolete/notmuch-wiki/blob - wikiwriteaccess.mdwn
Update news & manpages to notmuch version 0.16
[obsolete/notmuch-wiki] / wikiwriteaccess.mdwn
1 # Wiki Write Access
2
3 This website is a wiki maintained using
4 [ikiwiki](http://ikiwiki.info). You can pull and push changes using
5 the following URL:
6
7     git://notmuchmail.org/git/notmuch-wiki
8
9 Clone the wiki branch with:
10
11     git clone git://notmuchmail.org/git/notmuch-wiki
12
13 Then you can edit the wiki locally, commit the changes with:
14
15     git add ...
16     git commit
17
18 and push back to the wiki:
19
20     git push
21
22
23 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).