X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wikiwriteaccess.mdwn;h=277007f94bcb0e9fe229144571d3cdec8cdf8ef7;hb=20f029ccd9d29a7cd9b7414488f9c278fba8eb30;hp=cfced40228779d70934392a295daba36be55a9e7;hpb=63130f58668516a4851bcc006535e54152e5d6e0;p=notmuch-wiki diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index cfced40..277007f 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -1,23 +1,26 @@ +[[!img notmuch-logo.png alt="Notmuch logo" class="left"]] # Wiki Write Access -This website is a wiki maintained using -[ikiwiki](http://ikiwiki.info). You can pull and push changes using -the following URL: +This website is a wiki maintained using [ikiwiki](http://ikiwiki.info). The wiki +source can be checked out via git with this command: - git://notmuchmail.org/git/notmuch-wiki - -Clone the wiki branch with: - - git clone git://notmuchmail.org/git/notmuch-wiki + git clone git://notmuchmail.org/git/notmuch-wiki Then you can edit the wiki locally, commit the changes with: - git add ... - git commit + git add ... + git commit and push back to the wiki: - git push + git push 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). + +Please make sure you have valid and real git `user.name` and `user.email` +configuration options set. + +## License + +See the [[Notmuch wiki license terms|COPYING]] before pushing any changes.