ulmul 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/index.html DELETED
@@ -1,28 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
- <title>ULMUL (ulmul.rb)</title>
9
- <meta name="author" content="Takeshi Nishimatsu" />
10
- <meta name="copyright" content="Copyright &#169; 2009 Takeshi Nishimatsu" />
11
- <link rel="stylesheet" href="style.css" type="text/css" />
12
- <link rel="shortcut icon" href="favicon.ico" />
13
-
14
- </head>
15
- <body>
16
- <h1>ULMUL (ulmul.rb)</h1>
17
- <p>
18
- ULMUL (ulmul.rb) is a converter from Ultra Lightweight MarkUp Language to (X)HTML.
19
- Please see README-??.xhtml files in each language.
20
- </p>
21
-
22
- <dl>
23
- <dt>English</dt> <dd><a href="README-en.xhtml">README-en.xhtml</a></dd>
24
- <dt>Japanese</dt> <dd><a href="README-ja.xhtml">README-ja.xhtml</a></dd>
25
- </dl>
26
-
27
- </body>
28
- </html>