]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/sandbox.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / sandbox.mdwn
1 This is the [[SandBox]], a page anyone can edit to try out ikiwiki (version [[!version  ]]).
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.
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.
13 ---
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.
17 ☺ becomes ☺ 
19 <script>alert("If this pops, ikiwiki is not cross site scripting safe."); /* Fortunately, this does not work. */</script>
21 --- 
22 I try to have a discussion page !!!
23 ----
25 Testing OpenID some more..
27 test more test
28 [[中文显示]]
30 Here's a paragraph.
32 The following code block is pre-formatted:
34     Testing what
35     pre-formatted code blocks
36     look like.
38 Here's another one with *emphasised* text.
40 # Header
42 ## Subheader
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.
55 Numbered list 
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
68 Bulleted list
70 * item
71 * *item*
72 * item
73 * one
74   * two
75      * three
76        * four
77         * five
79 ----
81 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
82 [[!haiku hint="sandbox play"]]
84 ----
86 The haiku will change after every save, mind you.
88 ## Different sorts of links:
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]]
99 -----
101 This SandBox is also a [[blog]]!
103 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]
105 --------
107 This gives an example of inline code: `tar | netcat` is a nice way to transfer bulk files over the net
109 But, of course, rsync is better.
111 ----
113 Let's see what happens... ~~
115 #中文标题一
116 ##中文标题二
117 ###中文标题三
118 ...
119 ######中文标题六
121 ###正文:
123 君不见,黄河之水天上来,奔流到海不复回。
125 君不见,高堂明镜悲白发,朝如青丝暮成雪。
127 人生得意须尽欢,莫使金樽空对月。
129 天生我材必有用,千金散尽还复来。
131 ###列表:
133 * 天空
135    1. 蓝色的
136    2. 好高啊
138 * 海洋
140    1. 有鱼
141        
142        * 鲸鱼
143        * 鲨鱼
144            
146 * 大地
148 ###链接:
150 [谷歌](http://www.google.com)
152 ###引用:
154 > 一级引用
156 > 一级引用
158 > > 二级引用
160 >> 没有空格也可以
161 >>> 三级引用
163 > 回到一级引用
166 ----
169 testing
171 --
172 [[!toc  levels=2]]
174 [[Mamma Mia]]
176 ----
178 [[!format  c """
179 void main () {
180     printf("hello, world!");
182 """]]