From d87413bf3667badf9a3b5afc1d5cb161bb53e243 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 2 Mar 2007 01:28:59 +0000 Subject: put the basewiki index and sandbox pages in a subdir of the doc wiki --- doc/basewiki/index.mdwn | 7 +++++++ doc/basewiki/sandbox.mdwn | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 doc/basewiki/index.mdwn create mode 100644 doc/basewiki/sandbox.mdwn (limited to 'doc/basewiki') 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]] -- cgit v1.2.3