X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=wikiwriteaccess.mdwn;h=8d9c38ae17068e2a5a81f0e15ea9de7a56899da1;hp=4c10ad8fbf0c6737caf32077a8a8941517d7ffa5;hb=HEAD;hpb=50e463b0985555e66afb4560d12518d5bb7f2aae diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index 4c10ad8..8d9c38a 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -1,26 +1,27 @@ +[[!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 and -[this ssh key](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4): +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 -Eventually, you will be able to push and pull without authentication, -but until then, you can use the key by copying it to ~/.ssh and adding -a few lines to ~/.ssh/config: +Then you can edit the website content locally. To publish your changes, +commit the changes with: - Host *.notmuchmail.org - IdentityFile ~/.ssh/notmuch_wiki.key + git add _any-new-files_ + git commit -a -Clone the wiki branch with: +and push back to the wiki: - git clone git://notmuchmail.org/git/notmuch-wiki + git push -Push to the wiki with: - git push anongit@git.notmuchmail.org:/git/notmuch-wiki +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. -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). \ No newline at end of file +## License + +See the [[Notmuch wiki license terms|COPYING]] before pushing any changes.