]> git.cworth.org Git - notmuch-wiki/blobdiff - wikiwriteaccess.mdwn
wikiwriteaccess: require valid user.name and user.email
[notmuch-wiki] / wikiwriteaccess.mdwn
index cdd1b74b81852bb3ae229fd1bd7748352ae13897..40635a9343f9cf03ab3a97e1b199c7c06618145c 100644 (file)
@@ -1,24 +1,38 @@
+[[!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).
+
+Please make sure you have valid and real git `user.name` and `user.email`
+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:
 
-    git push anongit@git.notmuchmail.org:/git/notmuch-wiki
+- [CC-BY-SA-3.0](http://creativecommons.org/licenses/by-sa/3.0/) <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" />
 
+- [The GNU General Public License](http://www.gnu.org/licenses/gpl.txt), either
+  version 3.0 or at your option any later version.