diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-02 01:28:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-02 01:28:59 +0000 |
commit | d87413bf3667badf9a3b5afc1d5cb161bb53e243 (patch) | |
tree | 8f73e4c294ea15fb0411e5d2c95c4aed772c7711 /doc/basewiki | |
parent | b43e5c56eda051a364c826b481465e1fe8ac553b (diff) |
put the basewiki index and sandbox pages in a subdir of the doc wiki
Diffstat (limited to 'doc/basewiki')
-rw-r--r-- | doc/basewiki/index.mdwn | 7 | ||||
-rw-r--r-- | doc/basewiki/sandbox.mdwn | 32 |
2 files changed, 39 insertions, 0 deletions
diff --git a/doc/basewiki/index.mdwn b/doc/basewiki/index.mdwn new file mode 100644 index 000000000..f88c1de45 --- /dev/null +++ b/doc/basewiki/index.mdwn @@ -0,0 +1,7 @@ +Welcome to your new wiki. + +All wikis are supposed to have a [[SandBox]], so this one does too. + +---- + +This wiki is powered by [ikiwiki](http://ikiwiki.info). diff --git a/doc/basewiki/sandbox.mdwn b/doc/basewiki/sandbox.mdwn new file mode 100644 index 000000000..c93c8f331 --- /dev/null +++ b/doc/basewiki/sandbox.mdwn @@ -0,0 +1,32 @@ +This is the SandBox, a page anyone can edit to learn how to use the wiki. + +---- + +Here's a paragraph. + +Here's another one with *emphasised* text. + +# Header + +## Subheader + +> This is a blockquote. +> +> This is the first level of quoting. +> +> > This is nested blockquote. +> +> Back to the first level. + +Numbered list + +1. First item. +1. Another. +1. And another.. + +Bulleted list + +* *item* +* item + +[[WikiLink]] |