Help

Principles

Wiki pages

Internal wiki links are enclosed in curly brackets. Here is link to this page:
{Help}Help.

Markdown

Everything else uses the Markdown syntax. Just edit this page to see how the formatting is achieved.

Visit http://daringfireball.net/projects/markdown/ to learn more about Markdown.

Wiki files

You can upload files to the wiki, then create wiki links to them, using the exact file name. Here is a link to a file:
{php5-power-micro.png}php5-power-micro.png.

You can upload images and insert them in a wiki page with Markdown, like this (assuming URL rewriting is turned on):
![php5 powered](../file/php5-power-micro.png)php5 powered

Markdown quick reference

Underline titles with = or -:

Header 1

Header 2

Alternatively, define headers with # — hash marks on right are optional:

Header 1

Header 2

Header 3

This is a paragraph, just text surrounded by empty lines.

This is another paragraph.

End a line
with two or more spaces
to create a line break.

Here is an external link to Markdown. Enclose URLs and email addresses in angle brackets for automatic links: http://myks.org/

Use underscores or asterisks for inline markup: emphasize or emphasize, strong or strong. Enclose code in backticks.

  1. A numbered list
  2. Is created with
  3. A figure, a period and a space.

Here are different horizontal rules:




Escape special characters with a backslash if necessary:
\ backslash
` backtick
* asterisk
_ underscore
{} curly braces
[] square brackets
() parentheses
# hash mark
+ plus sign
- minus sign (hyphen)
. dot
! exclamation mark

There's much more than this in Markdown, refer to the language reference for more information.

Last change: 07/31/10 19:44