Wiki Write Access
This website is a wiki maintained using ikiwiki. The wiki source can be checked out via git with this command:
git clone git://notmuchmail.org/git/notmuch-wiki
Then you can edit the website content locally. To publish your changes, commit the changes with:
git add _any-new-files_
git commit -a
and push back to the wiki:
git push
The syntax used on the pages is markdown. In order to preview your modifications you can copy and paste the page in this online preview.
Please make sure you have valid and real git user.name
and user.email
configuration options set.
License
See the Notmuch wiki license terms before pushing any changes.