test
[hcoop/zz_old/ikiwiki] / WikiSandBox.mdwn
CommitLineData
ee25310d 1##master-page:WikiSandBox\r
2#format wiki\r
3#language en\r
4Please 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
5\r
6'''Tip:''' Shift-click "HelpOnEditing" to open a second window with the help pages.\r
7----\r
8\r
9== Formatting ==\r
10\r
11''italic'' '''bold''' {{{typewriter}}} \r
12\r
13`backtick typewriter` (configurable)\r
14\r
15~+ bigger +~ ~- smaller -~\r
16\r
17{{{\r
18preformatted some more\r
19and some more lines too\r
20\r
21}}}\r
22\r
23{{{#!python\r
24def syntax(highlight):\r
25 print "on"\r
26 return None\r
27}}}\r
28\r
29\r
30{{{#!java\r
31 public void main(String[] args]){\r
32 System.out.println("Hello world!");\r
33 } \r
34\r
35}}}\r
36\r
37\r
38== Linking ==\r
39\r
40HelpOnEditing MoinMoin:InterWiki \r
41\r
42http://moinmoin.wikiwikiweb.de/ [http://www.python.org/ Python]\r
43\r
44someone@the.inter.net\r
45\r
46\r
47=== Image Link ===\r
48http://c2.com/sig/wiki.gif\r
49\r
50== Smileys ==\r
51\r
52/!\ Alert\r
53\r
54== Lists ==\r
55\r
56=== Bullet ===\r
57 * first\r
58 1. nested and numbered\r
59 1. numbered lists are renumbered\r
60 * second\r
61 * third\r
62 blockquote\r
63 deeper\r
64\r
65=== Glossary ===\r
66 Term:: Definition\r
67\r
68=== Drawing ===\r
69drawing:mytest\r
70\r
71= Heading 1 =\r
72== Heading 2 ==\r
73=== Heading 3 ===\r
74==== Heading 4 ====\r
75\r
76= IRC Log test =\r
77\r
78{{{#!irc\r
79(23:18) < jroes> ah\r
80(23:19) < jroes> hm, i like the way {{{ works, but i was hoping the lines would wrap\r
81(23:21) -!- gpciceri [~gpciceri@host181-130.pool8248.interbusiness.it] has quit [Read error: 110 (Connection timed out)]\r
82(23:36) < ThomasWal> you could also write a parser or processor\r
83(23:38) < jroes> i could?\r
84(23:38) < jroes> would that require modification on the moin end though?\r
85(23:38) < jroes> i cant change the wiki myself :x\r
86(23:39) < ThomasWal> parsers and processors are plugable\r
87(23:39) < ThomasWal> so you dont need to change the core code\r
88(23:40) < ThomasWal> you need to copy it to the wiki data directory though\r
89(23:40) < jroes> well, what i meant to say was that i dont have access to the box running the wiki\r
90(23:40) < ThomasWal> then this is no option\r
91(23:40) < jroes> yeah :/\r
92}}}\r
93\r
94Seeing if it's possible to edit...\r