]> git.cworth.org Git - notmuch-wiki/blob - wikiwriteaccess.mdwn
wikiwriteaccess: licensing
[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).
24
25 ## License
26
27 We are in the process of updating the wiki license. By pushing to the repository
28 you agree that all of your contributions to the notmuch wiki will be dual
29 licensed under:
30
31 - [CC-BY-SA-3.0](http://creativecommons.org/licenses/by-sa/3.0/) <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" />
32
33 - [The GNU General Public License](http://www.gnu.org/licenses/gpl.txt), either
34   version 3.0 or at your option any later version.