Editing Tips
There are two ways you can edit this wiki:
- Via the web.. just click Edit on any page, authenticate yourself via OpenID, and make changes in the Markdown wiki language.
- Via git. You can check out this repository in git via:
- mkdir info9.net
- cd info9.net
- git clone git://info9.net/wiki.git
- cd wiki/fosdem/LegalIssuesDevRoom/
- emacs CFP.mdwn
(of course you can use for favorite editor) - git commit -a
- git push
When you are editing the wiki you will be using the Markdown language. Here are some references for Markdown (note: links that refer within the ikiwiki are handled a little differently than Markdown):