]> git.cworth.org Git - notmuch-wiki/blob - wikiwriteaccess.mdwn
wikiwriteaccess: add links to markdown syntax and online previewer
[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 and
6 [this ssh key](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4):
7
8     git://notmuchmail.org/git/notmuch-wiki
9
10 Eventually, you will be able to push and pull without authentication,
11 but until then, you can use the key by copying it to ~/.ssh and adding
12 a few lines to ~/.ssh/config:
13
14     Host *.notmuchmail.org
15         IdentityFile ~/.ssh/notmuch_wiki.key
16
17 Clone the wiki branch with:
18
19     git clone git://notmuchmail.org/git/notmuch-wiki
20
21 Push to the wiki with:
22
23     git push anongit@git.notmuchmail.org:/git/notmuch-wiki
24
25
26 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).