From d87413bf3667badf9a3b5afc1d5cb161bb53e243 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 2 Mar 2007 01:28:59 +0000 Subject: [PATCH] put the basewiki index and sandbox pages in a subdir of the doc wiki --- doc/basewiki.mdwn | 4 ++-- doc/basewiki/index.mdwn | 7 +++++++ doc/basewiki/sandbox.mdwn | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 doc/basewiki/index.mdwn create mode 100644 doc/basewiki/sandbox.mdwn diff --git a/doc/basewiki.mdwn b/doc/basewiki.mdwn index 0e80effea..acc1b3a60 100644 --- a/doc/basewiki.mdwn +++ b/doc/basewiki.mdwn @@ -4,8 +4,8 @@ versions. It currently includes these pages: -* index (not the one in this wiki) -* sandbox (not the on in this wiki) +* [[index]] +* [[sandbox]] * [[blog]] * [[HelpOnFormatting]] * [[markdown]] 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]] -- 2.32.0.93.g670b81a890