]> git.cworth.org Git - notmuch-wiki/blob - wikiwriteaccess.mdwn
COPYING: The wiki is now dual licensed under CC-BY-SA-3.0 and GPL v3+
[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
5 [ikiwiki](http://ikiwiki.info). You can pull and push changes using
6 the following URL:
7
8     git://notmuchmail.org/git/notmuch-wiki
9
10 Clone the wiki branch with:
11
12     git clone git://notmuchmail.org/git/notmuch-wiki
13
14 Then you can edit the wiki locally, commit the changes with:
15
16     git add ...
17     git commit
18
19 and push back to the wiki:
20
21     git push
22
23
24 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).
25
26 Please make sure you have valid and real git `user.name` and `user.email`
27 configuration options set.
28
29 ## License
30
31 See the [[Notmuch wiki license terms|COPYING]] before pushing any changes.