]> git.cworth.org Git - notmuch-wiki/blob - wikiwriteaccess.mdwn
wikiwriteaccess: require valid user.name and user.email
[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 We are in the process of updating the wiki license. By pushing to the repository
32 you agree that all of your contributions to the notmuch wiki will be dual
33 licensed under:
34
35 - [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" />
36
37 - [The GNU General Public License](http://www.gnu.org/licenses/gpl.txt), either
38   version 3.0 or at your option any later version.