(no commit message)
[ikiwiki.git] / doc / sandbox.mdwn
1 This is the [[SandBox]], a page anyone can edit to try out ikiwiki (version [[!version  ]]).
2
3 Тыц тыц 
4 ----
5 2009/7/13 Monday Blue...\\
6 While working on [[http://eoffice.im.fju.edu.tw/phpbb/viewtopic.php?p=27199|[97] Phpbb 與 Dokuwiki 之間的往來]] (External Link to //http://eoffice.im.fju.edu.tw/phpbb/viewtopic.php?p=27199// not working?), surf Internet for Wikis supporting //Creole V1.0//, found this site.
7
8 * I thought that creole markup is used by ikiwiki...
9 * Thought about using //SVN/CVS// server, however with different idea
10 * Kinda curious why **Tcl** does not show her face in this Wiki arena
11 * It looks like that I was wrong, from Wikipedia Creole page it mention that ikiwiki is also adopting Creole markup.
12
13 ---
14
15 Guten Morgen aus Deutschland. Wir mögen Umläuter (ich weiß, der Plural ist falsch, aber dafür hat er einen). Die sind heutzutage kein Ärgernis mehr.
16
17 ☺ becomes ☺ 
18
19 <script>alert("If this pops, ikiwiki is not cross site scripting safe."); /* Fortunately, this does not work. */</script>
20
21 --- 
22 I try to have a discussion page !!!
23 ----
24
25 Testing OpenID some more..
26
27 test more test
28 [[中文显示]]
29
30 Here's a paragraph.
31
32 The following code block is pre-formatted:
33
34     Testing what
35     pre-formatted code blocks
36     look like.
37
38 Here's another one with *emphasised* text.
39
40 # Header
41
42 ## Subheader
43
44 > This is a blockquote.
45 >
46 > This is the first level of quoting.
47 >
48 > > This is nested blockquote.
49 >
50 >> Without a space works too.
51 >>> to three levels
52 >
53 > Back to the first level.
54
55 Numbered list 
56
57 1. First item.
58  1. Sub item.
59 1. Another.
60 1. And another..
61  1. foo
62  2. bar
63   3. baz
64    4. qux
65     5. quux
66      6. wibble
67
68 Bulleted list
69
70 * item
71 * *item*
72 * item
73 * one
74   * two
75      * three
76        * four
77         * five
78
79 ----
80
81 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
82 [[!haiku hint="sandbox play"]]
83
84 ----
85
86 The haiku will change after every save, mind you.
87
88 ## Different sorts of links:
89
90 * [[Features]]
91 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
92 * <http://www.gnu.org/>
93 * [GNU](http://www.gnu.org/)
94 * [Email](mailto:noone@invalid)
95 * [![ikiwiki logo](http://ikiwiki.info/logo/ikiwiki.png)](http://ikiwiki.info)
96 * <a href="http://www.google.com/">plain old html link</a>
97 * [[foo]]
98
99 -----
100
101 This SandBox is also a [[blog]]!
102
103 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]
104
105 --------
106
107 This gives an example of inline code: `tar | netcat` is a nice way to transfer bulk files over the net
108
109 But, of course, rsync is better.
110
111 ----
112
113 Let's see what happens... ~~
114
115 #中文标题一
116 ##中文标题二
117 ###中文标题三
118 ...
119 ######中文标题六
120
121 ###正文:
122
123 君不见,黄河之水天上来,奔流到海不复回。
124
125 君不见,高堂明镜悲白发,朝如青丝暮成雪。
126
127 人生得意须尽欢,莫使金樽空对月。
128
129 天生我材必有用,千金散尽还复来。
130
131 ###列表:
132
133 * 天空
134
135    1. 蓝色的
136    2. 好高啊
137
138 * 海洋
139
140    1. 有鱼
141        
142        * 鲸鱼
143        * 鲨鱼
144            
145
146 * 大地
147
148 ###链接:
149
150 [谷歌](http://www.google.com)
151
152 ###引用:
153
154 > 一级引用
155 >
156 > 一级引用
157 >
158 > > 二级引用
159 >
160 >> 没有空格也可以
161 >>> 三级引用
162 >
163 > 回到一级引用
164
165
166 ----
167
168
169 testing
170
171 --
172 [[!toc  levels=2]]
173
174 [[Mamma Mia]]
175
176 ----
177
178 [[!format  c """
179 void main () {
180     printf("hello, world!");
181 }
182 """]]
183
184