test
[hcoop/zz_old/ikiwiki] / WikiSandBox.mdwn
diff --git a/WikiSandBox.mdwn b/WikiSandBox.mdwn
new file mode 100755 (executable)
index 0000000..3befa19
--- /dev/null
@@ -0,0 +1,94 @@
+##master-page:WikiSandBox\r
+#format wiki\r
+#language en\r
+Please feel free to experiment here, after the four dashes below... and please do '''NOT''' create new pages without any meaningful content just to try it out!\r
+\r
+'''Tip:''' Shift-click "HelpOnEditing" to open a second window with the help pages.\r
+----\r
+\r
+== Formatting ==\r
+\r
+''italic'' '''bold''' {{{typewriter}}} \r
+\r
+`backtick typewriter` (configurable)\r
+\r
+~+ bigger +~ ~- smaller -~\r
+\r
+{{{\r
+preformatted some more\r
+and some more lines too\r
+\r
+}}}\r
+\r
+{{{#!python\r
+def syntax(highlight):\r
+    print "on"\r
+    return None\r
+}}}\r
+\r
+\r
+{{{#!java\r
+  public void main(String[] args]){\r
+     System.out.println("Hello world!");\r
+  } \r
+\r
+}}}\r
+\r
+\r
+== Linking ==\r
+\r
+HelpOnEditing MoinMoin:InterWiki \r
+\r
+http://moinmoin.wikiwikiweb.de/ [http://www.python.org/ Python]\r
+\r
+someone@the.inter.net\r
+\r
+\r
+=== Image Link ===\r
+http://c2.com/sig/wiki.gif\r
+\r
+== Smileys ==\r
+\r
+/!\ Alert\r
+\r
+== Lists ==\r
+\r
+=== Bullet ===\r
+ * first\r
+   1. nested and numbered\r
+   1. numbered lists are renumbered\r
+ * second\r
+ * third\r
+ blockquote\r
+   deeper\r
+\r
+=== Glossary ===\r
+ Term:: Definition\r
+\r
+=== Drawing ===\r
+drawing:mytest\r
+\r
+= Heading 1 =\r
+== Heading 2 ==\r
+=== Heading 3 ===\r
+==== Heading 4 ====\r
+\r
+= IRC Log test =\r
+\r
+{{{#!irc\r
+(23:18) <     jroes> ah\r
+(23:19) <     jroes> hm, i like the way {{{ works, but i was hoping the lines would wrap\r
+(23:21) -!- gpciceri [~gpciceri@host181-130.pool8248.interbusiness.it] has quit [Read error: 110 (Connection timed out)]\r
+(23:36) < ThomasWal> you could also write a parser or processor\r
+(23:38) <     jroes> i could?\r
+(23:38) <     jroes> would that require modification on the moin end though?\r
+(23:38) <     jroes> i cant change the wiki myself :x\r
+(23:39) < ThomasWal> parsers and processors are plugable\r
+(23:39) < ThomasWal> so you dont need to change the core code\r
+(23:40) < ThomasWal> you need to copy it to the wiki data directory though\r
+(23:40) <     jroes> well, what i meant to say was that i dont have access to the box running the wiki\r
+(23:40) < ThomasWal> then this is no option\r
+(23:40) <     jroes> yeah :/\r
+}}}\r
+\r
+Seeing if it's possible to edit...\r