X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=wikiwriteaccess.mdwn;h=9b98f9dd28bee77a923dd85f25d3f3908871089a;hb=8dd999485b28111a872ca56371eae9a0face3944;hp=cdd1b74b81852bb3ae229fd1bd7748352ae13897;hpb=c6b6f82f02ce133e78e2fba743b0f2bebd2a1769;p=notmuch-wiki diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index cdd1b74..9b98f9d 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -1,24 +1,35 @@ +[[!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): +the following URL: 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: - - Host *.notmuchmail.org - IdentityFile ~/.ssh/notmuch_wiki.key - Clone the wiki branch with: git clone git://notmuchmail.org/git/notmuch-wiki -Push to the wiki with: +Then you can edit the wiki locally, commit the changes with: + + git add ... + git commit + +and push back to the wiki: + + 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 + +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: - git push anongit@git.notmuchmail.org:/git/notmuch-wiki +- [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.