File: export.html

package info (click to toggle)
zim 0.62-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,660 kB
  • ctags: 6,996
  • sloc: python: 52,094; xml: 1,135; makefile: 45; sh: 36
file content (280 lines) | stat: -rw-r--r-- 5,163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<h1>Head 1</h1>

<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do<br>
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim<br>
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut<br>
aliquip ex ea commodo consequat. Duis aute irure dolor in<br>
reprehenderit in voluptate velit esse cillum dolore eu fugiat<br>
nulla pariatur.  Excepteur sint occaecat cupidatat non proident,<br>
sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>

<p>
<div style='padding-left: 30pt'>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do<br>
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim<br>
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut<br>
aliquip ex ea commodo consequat. Duis aute irure dolor in<br>
reprehenderit in voluptate velit esse cillum dolore eu fugiat<br>
nulla pariatur.  Excepteur sint occaecat cupidatat non proident,<br>
sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
</p>

<h2>head 2</h2>

<br>

<p>
<b>bold</b>, <i>italic</i> and <u>underline</u> and <tt>verbatim</tt><br>
and also <s>strike through</s>
</p>

<p>
This is not formatted: *bold*, /italic/ / * *^%#@#$#!@)_!)_ &amp; &lt;&gt; ""
</p>

<p>
Some sub- and superscript like x<sup>2</sup> and H<sub>2</sub>O
</p>

<p>
And some empty space here:
</p>

<br>
<br>

<h3>head 3</h3>

<p>
<a href="foo" title="foo" class="page">foo</a>  links to page in the current namespace or parents<br>
<a href=":foo" title=":foo" class="page">:foo</a> links to page in the root namespace<br>
<a href="+foo" title="+foo" class="page">+foo</a> links to page in a subnamespace<br>
<a href="foo" title="bar" class="page">bar</a> links to "foo" but display "bar"
</p>

<p>
<a href=":foo:bar" title=":foo:bar" class="page">:foo:bar</a> <a href="./file.png" title="./file.png" class="file">./file.png</a> <a href="file:///etc/passwd" title="file:///etc/passwd" class="file">file:///etc/passwd</a><br>
<a href="Foo" title="Foo" class="page">Foo</a><a href="Bar" title="Bar" class="page">Bar</a>
</p>

<p>
<a href="mailto:foo@bar.org" title="mailto:foo@bar.org" class="mailto">mailto:foo@bar.org</a><br>
<a href="interwiki:wp?Test" title="wp?Test" class="interwiki">wp?Test</a>
</p>

<p>
External links like <a href="http://nongnu.org" title="http://nongnu.org" class="http">http://nongnu.org</a> and <a href="mailto:foo@bar.org" title="foo@bar.org" class="mailto">foo@bar.org</a> are also supported
</p>

<p>
[not:a:link]
</p>

<br>

<p>
<img src="./foobar.png"><br>
<img src="./foobar.png" height="50"><br>
<img src="../my-image.png" alt="Foo Bar" width="600"><br>
<a href="Foo"><img src="my-image.png"></a><br>
<a href=":foo:bar"><img src="../my-image.png" alt="Foo Bar" width="600"></a>
</p>

<p>
<img src="./equation001.png"> This equation has a source .tex file<br>
<img src="./equation002.png"> for this one it is missing
</p>

<p>
{./Not/an/image.png}
</p>

<p>
Tags: <span class="zim-tag">@foo</span> <span class="zim-tag">@bar</span>
</p>

<br>

<h4>head 4</h4>

<br>

<p>
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3
<ul>
<li>item a</li>
<li>item b</li>
</ul>
</li>
<li>item 4</li>
</ul>
</p>

<br>

<p>
Indented list:<br>
<ul style='padding-left: 30pt'>
<li>item 1</li>
<li>item 2</li>
<li>item 3
<ul>
<li>item a</li>
<li>item b</li>
</ul>
</li>
<li>item 4</li>
</ul>
</p>

<br>

<p>
TODO list:<br>
<ul>
<li class="unchecked-box">foo</li>
<li class="checked-box">bar
<ul>
<li class="checked-box">sub item 1
<ul>
<li>Some normal bullet</li>
</ul>
</li>
<li class="checked-box">sub item 2</li>
</ul>
</li>
<li class="xchecked-box">baz</li>
</ul>
</p>

<br>

<p>
A numbered list:<br>
<ol type="1" start="1">
<li>foo</li>
<li>bar
<ol type="a" start="1">
<li>sub list</li>
<li>here</li>
</ol>
</li>
<li>hmmm</li>
</ol>
</p>

<br>

<p>
Start with number other that 1/a/A
</p>

<p>
<ol type="A" start="3">
<li>foo</li>
<li>bar
<ol type="1" start="3">
<li>sub item start with 3</li>
</ol>
</li>
<li>baz</li>
</ol>
</p>

<h5>head 5</h5>

<p>
<i>some verbatim blocks</i>:
</p>

<pre>
Sing, O goddess, the rage of
Achilles son of Peleus, that
brought countless ills upon
the Achaeans.
</pre>

<pre style='padding-left: 30pt'>
Sing, O goddess, the rage of
Achilles son of Peleus, that
brought countless ills upon
the Achaeans.
</pre>

<pre style='padding-left: 30pt'>
def foo(self, bar, baz):
	'''Some doc string here
	@param bar: value for bar
	@param baz: value for baz
	@returns: foo
	'''
	returen "foo" + bar % baz
</pre>

<h2>Internationalization</h2>

<br>

<h3>中文</h3>

<p>
This section has a chinese heading
</p>

<p>
Lines below are in right to left script:
</p>

<p dir='rtl'>
חדו"א<br>
מד"ר<br>
מכניקת מוצקים 2<br>
A line in English, should be left aligned.<br>
דינמיקה
</p>

<p>
aaa
</p>

<br>

<h2>Some Objects</h2>

<br>

<div class="zim-object">
<pre>
def dump():
	for i in range(1, 5):
		print i
</pre>
</div>

<br>

<div class="zim-object">
<pre>
Sing, O goddess, the rage of
Achilles son of Peleus, that
brought countless ills upon
the Achaeans.
</pre>
</div>

<br>

<p>
====<br>
This is not a header
</p>

<p>
That's all ...
</p>