]> git.cworth.org Git - notmuch-wiki/blob - wikiwriteaccess.mdwn
Merge branch 'master' of git://notmuchmail.org/git/notmuch-wiki
[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 content locally. To publish your changes,
10 commit the changes with:
11
12         git add _any-new-files_
13         git commit -a
14
15 and push back to the wiki:
16
17         git push
18
19
20 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).
21
22 Please make sure you have valid and real git `user.name` and `user.email`
23 configuration options set.
24
25 ## License
26
27 See the [[Notmuch wiki license terms|COPYING]] before pushing any changes.