]> git.cworth.org Git - notmuch-wiki/blob - wikiwriteaccess.mdwn
0.18.1 namual pages -- latest man-to-mdwn.pl & man(1)
[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 ## License
27
28 We are in the process of updating the wiki license. By pushing to the repository
29 you agree that all of your contributions to the notmuch wiki will be dual
30 licensed under:
31
32 - [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" />
33
34 - [The GNU General Public License](http://www.gnu.org/licenses/gpl.txt), either
35   version 3.0 or at your option any later version.