]> git.cworth.org Git - notmuch-wiki/blob - wikiwriteaccess.mdwn
wikiwriteaccess: simplify
[notmuch-wiki] / wikiwriteaccess.mdwn
1 [[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
2 # Wiki Write Access
3
4 This website is a wiki maintained using [ikiwiki](http://ikiwiki.info). The wiki
5 source can be checked out via git with this command:
6
7         git clone git://notmuchmail.org/git/notmuch-wiki
8
9 Then you can edit the wiki locally, commit the changes with:
10
11         git add ...
12         git commit
13
14 and push back to the wiki:
15
16         git push
17
18
19 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).
20
21 Please make sure you have valid and real git `user.name` and `user.email`
22 configuration options set.
23
24 ## License
25
26 See the [[Notmuch wiki license terms|COPYING]] before pushing any changes.