X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=wikiwriteaccess.mdwn;h=8d9c38ae17068e2a5a81f0e15ea9de7a56899da1;hp=40635a9343f9cf03ab3a97e1b199c7c06618145c;hb=HEAD;hpb=d8ddec2036c8207dde6a4fee08ecf40d9db499ed diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index 40635a9..8d9c38a 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -1,24 +1,20 @@ [[!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 + git clone git://notmuchmail.org/git/notmuch-wiki -Clone the wiki branch with: +Then you can edit the website content locally. To publish your changes, +commit the changes with: - 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 _any-new-files_ + git commit -a 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). @@ -28,11 +24,4 @@ configuration options set. ## License -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 - -- [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.