diff options
| author | Jani Nikula <jani@nikula.org> | 2014-10-15 21:11:14 +0300 |
|---|---|---|
| committer | Jani Nikula <jani@nikula.org> | 2014-10-15 21:11:14 +0300 |
| commit | d018e8e7ee36695c6f616ed723c6114497951fdb (patch) | |
| tree | 0ff38d741f25393044a7b5fcf8b93b7e77109e32 | |
| parent | 02faecd00ec0918d0d8af3464f78d782b08cd873 (diff) | |
wikiwriteaccess: simplify
| -rw-r--r-- | wikiwriteaccess.mdwn | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index 12848de..277007f 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -1,24 +1,19 @@ [[!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 - -Clone the wiki branch with: - - git clone git://notmuchmail.org/git/notmuch-wiki + 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 ... + git commit 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). |
