Editing Tips

There are two ways you can edit this wiki:

  1. Via the web.. just click Edit on any page, authenticate yourself via OpenID, and make changes in the Markdown wiki language.
  2. Via git. You can check out this repository in git via:
  3. mkdir info9.net
  4. cd info9.net
  5. git clone git://info9.net/wiki.git
  6. cd wiki/fosdem/LegalIssuesDevRoom/
  7. emacs CFP.mdwn
    (of course you can use for favorite editor)
  8. git commit -a
  9. 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):