X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wikiwriteaccess.mdwn;h=277007f94bcb0e9fe229144571d3cdec8cdf8ef7;hb=376c1406879f6e03202eec0366f70d1bb60ae451;hp=090fa0bb716c72873577af4e26296bc51d6d9ee6;hpb=e3df2c12003271a93cdd465e6b2400874bf165f2;p=notmuch-wiki diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index 090fa0b..277007f 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -1,34 +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). -## License +Please make sure you have valid and real git `user.name` and `user.email` +configuration options set. -We are in the process of updating the wiki license. By pushing to the repository -you agree that all of your contributions to the notmuch wiki will be dual -licensed under: - -- [CC-BY-SA-3.0](http://creativecommons.org/licenses/by-sa/3.0/) Creative Commons License +## License -- [The GNU General Public License](http://www.gnu.org/licenses/gpl.txt), either - version 3.0 or at your option any later version. +See the [[Notmuch wiki license terms|COPYING]] before pushing any changes.