]> info9.net Git - wiki.git/blob - EditingTips.mdwn
creating tag page cddl
[wiki.git] / EditingTips.mdwn
1 # Editing Tips
2
3 There are two ways you can edit this wiki:
4
5 1. Via the web.. just click **Edit** on any page, authenticate yourself via OpenID, and make changes in the _Markdown_ wiki language.
6 2. Via git. You can check out this repository in git via:
7   * mkdir info9.net
8   * cd info9.net
9   * git clone git://info9.net/wiki.git
10   * cd wiki/fosdem/LegalIssuesDevRoom/
11   * emacs CFP.mdwn <br>
12     (of course you can use for favorite editor)
13   * git commit -a
14   * git push
15
16 When you are editing the wiki you will be using the _Markdown_ language.
17 Here are some references for Markdown (note: links that refer
18 within the ikiwiki are handled a little differently than Markdown):
19
20 * [[http://support.mashery.com/docs/customizing_your_portal/Markdown_Cheat_Sheet ]]
21 * [[http://ikiwiki.info/ikiwiki/wikilink/]]
22 * [[http://ikiwiki.info/ikiwiki/formatting/]]
23