mizuho 0.9.10 → 0.9.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. data/README.markdown +18 -2
  2. data/asciidoc/BUGS +3 -6
  3. data/asciidoc/BUGS.txt +0 -3
  4. data/asciidoc/CHANGELOG +660 -397
  5. data/asciidoc/CHANGELOG.txt +237 -2
  6. data/asciidoc/INSTALL +14 -14
  7. data/asciidoc/MANIFEST +2 -0
  8. data/asciidoc/Makefile.in +9 -1
  9. data/asciidoc/README +2 -2
  10. data/asciidoc/a2x.py +101 -43
  11. data/asciidoc/asciidoc.conf +18 -11
  12. data/asciidoc/asciidoc.py +615 -260
  13. data/asciidoc/common.aap +2 -2
  14. data/asciidoc/configure +9 -9
  15. data/asciidoc/configure.ac +1 -1
  16. data/asciidoc/doc/a2x.1 +34 -4
  17. data/asciidoc/doc/a2x.1.txt +12 -0
  18. data/asciidoc/doc/article.pdf +0 -0
  19. data/asciidoc/doc/asciidoc.1 +73 -29
  20. data/asciidoc/doc/asciidoc.1.txt +56 -30
  21. data/asciidoc/doc/asciidoc.dict +23 -2
  22. data/asciidoc/doc/asciidoc.txt +468 -327
  23. data/asciidoc/doc/book.epub +0 -0
  24. data/asciidoc/doc/faq.txt +201 -25
  25. data/asciidoc/doc/latex-filter.pdf +0 -0
  26. data/asciidoc/doc/music-filter.pdf +0 -0
  27. data/asciidoc/doc/publishing-ebooks-with-asciidoc.txt +1 -1
  28. data/asciidoc/doc/source-highlight-filter.pdf +0 -0
  29. data/asciidoc/doc/source-highlight-filter.txt +48 -37
  30. data/asciidoc/docbook45.conf +4 -4
  31. data/asciidoc/examples/website/ASCIIMathML.js +938 -0
  32. data/asciidoc/examples/website/CHANGELOG.txt +3056 -0
  33. data/asciidoc/examples/website/INSTALL.txt +227 -0
  34. data/asciidoc/examples/website/LaTeXMathML.js +1223 -0
  35. data/asciidoc/examples/website/README-website.txt +29 -0
  36. data/asciidoc/examples/website/README.txt +35 -0
  37. data/asciidoc/examples/website/a2x.1.txt +358 -0
  38. data/asciidoc/examples/website/asciidoc-docbook-xsl.txt +65 -0
  39. data/asciidoc/examples/website/asciidoc-graphviz-sample.txt +170 -0
  40. data/asciidoc/examples/website/asciidoc.css +533 -0
  41. data/asciidoc/examples/website/asciidoc.js +189 -0
  42. data/asciidoc/examples/website/asciidocapi.txt +189 -0
  43. data/asciidoc/examples/website/asciimathml.txt +61 -0
  44. data/asciidoc/examples/website/build-website.sh +25 -0
  45. data/asciidoc/examples/website/customers.csv +18 -0
  46. data/asciidoc/examples/website/epub-notes.txt +210 -0
  47. data/asciidoc/examples/website/faq.txt +1298 -0
  48. data/asciidoc/examples/website/index.txt +502 -0
  49. data/asciidoc/examples/website/latex-backend.txt +192 -0
  50. data/asciidoc/examples/website/latex-bugs.txt +134 -0
  51. data/asciidoc/examples/website/latex-filter.txt +196 -0
  52. data/asciidoc/examples/website/latexmathml.txt +41 -0
  53. data/asciidoc/examples/website/layout1.conf +153 -0
  54. data/asciidoc/examples/website/layout1.css +65 -0
  55. data/asciidoc/examples/website/layout2.conf +153 -0
  56. data/asciidoc/examples/website/layout2.css +83 -0
  57. data/asciidoc/examples/website/main.aap +159 -0
  58. data/asciidoc/examples/website/manpage.txt +197 -0
  59. data/asciidoc/examples/website/music-filter.txt +148 -0
  60. data/asciidoc/examples/website/newlists.txt +40 -0
  61. data/asciidoc/examples/website/newtables.txt +743 -0
  62. data/asciidoc/examples/website/plugins.txt +91 -0
  63. data/asciidoc/examples/website/publishing-ebooks-with-asciidoc.txt +398 -0
  64. data/asciidoc/examples/website/slidy-example.txt +167 -0
  65. data/asciidoc/examples/website/slidy.txt +113 -0
  66. data/asciidoc/examples/website/source-highlight-filter.txt +239 -0
  67. data/asciidoc/examples/website/support.txt +5 -0
  68. data/asciidoc/examples/website/testasciidoc.txt +231 -0
  69. data/asciidoc/examples/website/userguide.txt +5991 -0
  70. data/asciidoc/examples/website/version83.txt +37 -0
  71. data/asciidoc/examples/website/xhtml11-quirks.css +43 -0
  72. data/asciidoc/filters/latex/latex2png.py +28 -12
  73. data/asciidoc/filters/music/music2png.py +22 -6
  74. data/asciidoc/filters/source/source-highlight-filter.conf +7 -5
  75. data/asciidoc/help.conf +147 -131
  76. data/asciidoc/html4.conf +1 -0
  77. data/asciidoc/html5.conf +37 -39
  78. data/asciidoc/javascripts/asciidoc.js +3 -3
  79. data/asciidoc/lang-de.conf +4 -0
  80. data/asciidoc/lang-es.conf +2 -0
  81. data/asciidoc/lang-fr.conf +1 -1
  82. data/asciidoc/lang-hu.conf +2 -0
  83. data/asciidoc/lang-it.conf +2 -0
  84. data/asciidoc/lang-nl.conf +5 -0
  85. data/asciidoc/lang-pt-BR.conf +2 -0
  86. data/asciidoc/lang-ru.conf +2 -3
  87. data/asciidoc/latex.conf +2 -2
  88. data/asciidoc/slidy.conf +4 -2
  89. data/asciidoc/stylesheets/asciidoc.css +29 -4
  90. data/asciidoc/stylesheets/docbook-xsl.css +12 -5
  91. data/asciidoc/stylesheets/toc2.css +1 -0
  92. data/asciidoc/stylesheets/xhtml11-quirks.css +1 -1
  93. data/asciidoc/tests/data/lang-de-man-test.txt +21 -0
  94. data/asciidoc/tests/data/lang-en-man-test.txt +21 -0
  95. data/asciidoc/tests/data/lang-es-man-test.txt +21 -0
  96. data/asciidoc/tests/data/lang-fr-man-test.txt +21 -0
  97. data/asciidoc/tests/data/lang-hu-man-test.txt +21 -0
  98. data/asciidoc/tests/data/lang-it-man-test.txt +21 -0
  99. data/asciidoc/tests/data/lang-it-test.txt +106 -0
  100. data/asciidoc/tests/data/lang-nl-man-test.txt +21 -0
  101. data/asciidoc/tests/data/lang-pt-BR-man-test.txt +21 -0
  102. data/asciidoc/tests/data/lang-ru-man-test.txt +21 -0
  103. data/asciidoc/tests/data/lang-uk-man-test.txt +21 -0
  104. data/asciidoc/tests/data/testcases.conf +10 -0
  105. data/asciidoc/tests/data/testcases.txt +40 -0
  106. data/asciidoc/tests/testasciidoc.conf +143 -17
  107. data/asciidoc/tests/testasciidoc.py +11 -2
  108. data/asciidoc/{stylesheets → themes/flask}/flask.css +0 -0
  109. data/asciidoc/{stylesheets → themes/volnitsky}/volnitsky.css +1 -1
  110. data/asciidoc/vim/ftdetect/asciidoc_filetype.vim +1 -1
  111. data/asciidoc/vim/syntax/asciidoc.vim +1 -1
  112. data/asciidoc/xhtml11-quirks.conf +2 -2
  113. data/asciidoc/xhtml11.conf +35 -37
  114. data/lib/mizuho.rb +1 -1
  115. data/lib/mizuho/generator.rb +3 -1
  116. data/source-highlight/darwin/source-highlight +0 -0
  117. data/templates/juvia.js +30 -5
  118. metadata +58 -9
  119. data/asciidoc/stylesheets/asciidoc-manpage.css +0 -18
  120. data/asciidoc/stylesheets/flask-manpage.css +0 -1
  121. data/asciidoc/stylesheets/volnitsky-manpage.css +0 -1
@@ -0,0 +1,41 @@
1
+ LaTeXMathML Formulae
2
+ ====================
3
+
4
+ http://www.maths.nottingham.ac.uk/personal/drw/lm.html[LaTeXMathML]
5
+ capability has been added to AsciiDoc for users who are more familar
6
+ with or prefer LaTeX math formulas to the
7
+ http://www.methods.co.nz/asciidoc/asciimathml.html[ASCIIMathML]
8
+ notation.
9
+
10
+ 'LaTeXMathML' is a derivative of
11
+ http://www.methods.co.nz/asciidoc/asciimathml.html[ASCIIMathML] -- in
12
+ terms of usage the only difference it that you use the `latexmath`
13
+ attribute instead of the `asciimath` attribute.
14
+
15
+ 'LaTeXMathML' processes LaTeX math formulas not arbitrary LaTeX (as
16
+ `dblatex(1)` does). See the
17
+ http://www.maths.nottingham.ac.uk/personal/drw/lm.html[LaTeXMathML]
18
+ website for details.
19
+
20
+ Here's the link:latexmathml.txt[AsciiDoc source] that generated this
21
+ page.
22
+
23
+ Some example 'LaTeXMathML' formulas:
24
+
25
+ - latexmath:[$R_x = 10.0 \times \sin(R_\phi)$]
26
+
27
+ - latexmath:[$\sum_{n=1}^\infty \frac{1}{2^n}$]
28
+
29
+ - latexmath:[$\lim_{x\to\infty} f(x) = k \choose r + \frac ab
30
+ \sum_{n=1}^\infty a_n + \displaystyle{ \left\{ \frac{1}{13}
31
+ \sum_{n=1}^\infty b_n \right\} }$]
32
+
33
+ - latexmath:[$\$\alpha + \$\beta = \$(\alpha + \beta)$]
34
+
35
+ - latexmath:[$\begin{eqnarray} x & = & \frac{-7 \pm
36
+ \sqrt{49 - 24}}{6} \\ & = & -2 \textrm{ or } -\frac13.
37
+ \end{eqnarray}$]
38
+
39
+ - latexmath:[$\displaystyle{ V_i = C_0 - C_3
40
+ \frac{C_1\cos(\theta_i+C_3)}{C_4+C_1\cos(\theta_i+C_2)} }$]
41
+
@@ -0,0 +1,153 @@
1
+ #
2
+ # AsciiDoc website.
3
+ # Three division table based layout (layout1).
4
+ # NOTE: You should probably use the the pure CSS layout
5
+ # (layout2.conf).
6
+ #
7
+ # +-----------------------------------------------------+
8
+ # | #layout-banner |
9
+ # +--------------+--------------------------------------+
10
+ # | | |
11
+ # | | |
12
+ # | #layout-menu | #layout-content |
13
+ # | | |
14
+ # | | |
15
+ # | | |
16
+ # +--------------+--------------------------------------+
17
+ #
18
+ # - The #layout-menu and #layout-content divisions are contained in a
19
+ # two cell table.
20
+ # - The #layout-content division is a container for AsciiDoc page documents.
21
+ # - Documents rendered in the #layout-content use the standard AsciiDoc
22
+ # xhtml11 backend stylesheets.
23
+
24
+ [specialwords]
25
+ monospacedwords=(?u)\\?\basciidoc\(1\) (?u)\\?\ba2x\(1\)
26
+
27
+ [header]
28
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
29
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
30
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
31
+ <head>
32
+ <meta http-equiv="Content-Type" content="text/html; charset={encoding}" />
33
+ <meta name="generator" content="AsciiDoc {asciidoc-version}" />
34
+ <meta name="description" content="{description}" />
35
+ <meta name="keywords" content="{keywords}" />
36
+ <title>{title}</title>
37
+ {title%}<title>{doctitle=}</title>
38
+ <link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}.css" type="text/css" />
39
+ {doctype-manpage}<link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}-manpage.css" type="text/css" />
40
+ ifdef::quirks[]
41
+ <link rel="stylesheet" href="{stylesdir=.}/xhtml11-quirks.css" type="text/css" />
42
+ endif::quirks[]
43
+ <link rel="stylesheet" href="{stylesdir=.}/layout1.css" type="text/css" />
44
+ <script type="text/javascript" src="{scriptsdir=.}/asciidoc.js"></script>
45
+ <script type="text/javascript">
46
+ /*<![CDATA[*/
47
+ asciidoc.install({toc?{toclevels}});
48
+ /*]]>*/
49
+ </script>
50
+ ifdef::asciimath[]
51
+ <script type="text/javascript" src="{scriptsdir=.}/ASCIIMathML.js"></script>
52
+ endif::asciimath[]
53
+ ifdef::latexmath[]
54
+ <script type="text/javascript" src="{scriptsdir=.}/LaTeXMathML.js"></script>
55
+ endif::latexmath[]
56
+ </head>
57
+ <body{max-width? style="max-width:{max-width}"}>
58
+ <div id="layout-banner">
59
+ <div id="layout-title">AsciiDoc</div>
60
+ <div id="layout-description">Text based document generation</div>
61
+ </div>
62
+ <table>
63
+ <tr valign="top">
64
+ <td id="layout-menu">
65
+ <div>&#187;<a href="index.html">Home</a></div>
66
+ <div>&#187;<a href="userguide.html">User&nbsp;Guide</a></div>
67
+ <div>&#187;<a href="INSTALL.html">Installation</a></div>
68
+ <div>&#187;<a href="faq.html">FAQ</a></div>
69
+ <div>&#187;<a href="manpage.html">asciidoc(1)</a></div>
70
+ <div>&#187;<a href="a2x.1.html">a2x(1)</a></div>
71
+ <div>&#187;<a href="asciidocapi.html">API</a></div>
72
+ <div>&#187;<a href="plugins.html">Plugins</a></div>
73
+ <div>&#187;<a href="http://powerman.name/doc/asciidoc">Cheatsheet</a></div>
74
+ <div>&#187;<a href="testasciidoc.html">Tests</a></div>
75
+ <div>&#187;<a href="CHANGELOG.html">ChangeLog</a></div>
76
+ <div>&#187;<a href="support.html">Support</a></div>
77
+ <div id="page-source">&#187;<a href="{eval:os.path.basename(r'{infile}')}">Page&nbsp;Source</a></div>
78
+ </td>
79
+ <td>
80
+ <div id="layout-content">
81
+ # Article, book header.
82
+ ifndef::doctype-manpage[]
83
+ <div id="header">
84
+ <h1>{doctitle}</h1>
85
+ <span id="author">{author}</span><br />
86
+ <span id="email"><tt>&lt;<a href="mailto:{email}">{email}</a>&gt;</tt></span><br />
87
+ {authored}<span id="revision">version {revnumber}{revdate?,}</span>
88
+ {authored}{revdate}
89
+ ifdef::toc[]
90
+ <div id="toc">
91
+ <div id="toctitle">Table of Contents</div>
92
+ <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
93
+ </div>
94
+ endif::toc[]
95
+ </div>
96
+ endif::doctype-manpage[]
97
+ # Man page header.
98
+ ifdef::doctype-manpage[]
99
+ <div id="header">
100
+ <h1>
101
+ {doctitle} Manual Page
102
+ </h1>
103
+ ifdef::toc[]
104
+ <div id="toc">
105
+ <div id="toctitle">Table of Contents</div>
106
+ <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
107
+ </div>
108
+ endif::toc[]
109
+ <h2>NAME</h2>
110
+ <div class="sectionbody">
111
+ <p>{manname} -
112
+ {manpurpose}
113
+ </p>
114
+ </div>
115
+ </div>
116
+ endif::doctype-manpage[]
117
+ <div id="content">
118
+
119
+ [footer]
120
+ </div>
121
+ {disable-javascript%<div id="footnotes"><hr /></div>}
122
+ <div id="footer">
123
+ <div id="footer-text">
124
+ Version {revnumber}<br />
125
+ Last updated {localdate} {localtime}
126
+ </div>
127
+ ifdef::badges[]
128
+ <div id="footer-badges">
129
+ ifdef::textonly[]
130
+ Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a>
131
+ and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
132
+ endif::textonly[]
133
+ ifndef::textonly[]
134
+ <a href="http://validator.w3.org/check?uri=referer">
135
+ <img style="border:0;width:88px;height:31px"
136
+ src="http://www.w3.org/Icons/valid-xhtml11-blue"
137
+ alt="Valid XHTML 1.1" height="31" width="88" />
138
+ </a>
139
+ <a href="http://jigsaw.w3.org/css-validator/">
140
+ <img style="border:0;width:88px;height:31px"
141
+ src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
142
+ alt="Valid CSS!" />
143
+ </a>
144
+ endif::textonly[]
145
+ </div>
146
+ endif::badges[]
147
+ </div>
148
+ </div>
149
+ </td>
150
+ </tr>
151
+ </table>
152
+ </body>
153
+ </html>
@@ -0,0 +1,65 @@
1
+ body {
2
+ background-color: white;
3
+ margin: 1%;
4
+ }
5
+
6
+ h1 {
7
+ margin-top: 0.5em;
8
+ }
9
+
10
+ #layout-banner {
11
+ background-color: #73a0c5;
12
+ color: white;
13
+ font-family: Arial,Helvetica,sans-serif;
14
+ text-align: left;
15
+ padding: 0.8em 20px;
16
+ }
17
+
18
+ #layout-title {
19
+ font-family: "Courier New", Courier, monospace;
20
+ font-size: 3.5em;
21
+ font-weight: bold;
22
+ letter-spacing: 0.2em;
23
+ margin: 0;
24
+ }
25
+
26
+ #layout-description {
27
+ font-size: 1.2em;
28
+ letter-spacing: 0.1em;
29
+ }
30
+
31
+ #layout-menu {
32
+ background-color: #f4f4f4;
33
+ border-right: 3px solid #eeeeee;
34
+ padding-top: 0.8em;
35
+ padding-left: 20px;
36
+ padding-right: 0.8em;
37
+ font-size: 1.1em;
38
+ font-family: Arial,Helvetica,sans-serif;
39
+ font-weight: bold;
40
+ }
41
+ #layout-menu a {
42
+ line-height: 2em;
43
+ margin-left: 0.5em;
44
+ }
45
+ #layout-menu a:link, #layout-menu a:visited, #layout-menu a:hover {
46
+ color: #527bbd;
47
+ text-decoration: none;
48
+ }
49
+ #layout-menu a:hover {
50
+ color: navy;
51
+ text-decoration: none;
52
+ }
53
+ #layout-menu #page-source {
54
+ border-top: 2px solid silver;
55
+ margin-top: 0.2em;
56
+ }
57
+
58
+ #layout-content {
59
+ margin-left: 1.0em;
60
+ }
61
+
62
+ @media print {
63
+ #layout-banner { display: none; }
64
+ #layout-menu { display: none; }
65
+ }
@@ -0,0 +1,153 @@
1
+ #
2
+ # AsciiDoc website.
3
+ # Three division CSS based layout (layout2).
4
+ #
5
+ # Simulated frames using CSS (fixed banner and menu, scrolling content).
6
+ # NOTE: This layout does not work with IE6.
7
+ #
8
+ # +-----------------------------------------------------+
9
+ # | #layout-banner |
10
+ # +--------------+--------------------------------------+
11
+ # | | |
12
+ # | | |
13
+ # | #layout-menu | #layout-content |
14
+ # | | |
15
+ # | | |
16
+ # | | |
17
+ # +--------------+--------------------------------------+
18
+ #
19
+ # Each of the three divisions is enclosed in a same-named *-box division
20
+ # which position and size the layout.
21
+ #
22
+ # - The #layout-content division is a container for AsciiDoc page documents.
23
+ # - Documents rendered in the #layout-content use the standard AsciiDoc
24
+ # xhtml11 backend stylesheets.
25
+
26
+ [specialwords]
27
+ monospacedwords=(?u)\\?\basciidoc\(1\) (?u)\\?\ba2x\(1\)
28
+
29
+ [header]
30
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
31
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
32
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
33
+ <head>
34
+ <meta http-equiv="Content-Type" content="text/html; charset={encoding}" />
35
+ <meta name="generator" content="AsciiDoc {asciidoc-version}" />
36
+ <meta name="description" content="{description}" />
37
+ <meta name="keywords" content="{keywords}" />
38
+ <title>{title}</title>
39
+ {title%}<title>{doctitle=}</title>
40
+ <link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}.css" type="text/css" />
41
+ {doctype-manpage}<link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}-manpage.css" type="text/css" />
42
+ ifdef::quirks[]
43
+ <link rel="stylesheet" href="{stylesdir=.}/xhtml11-quirks.css" type="text/css" />
44
+ endif::quirks[]
45
+ <link rel="stylesheet" href="{stylesdir=.}/layout2.css" type="text/css" />
46
+ <script type="text/javascript" src="{scriptsdir=.}/asciidoc.js"></script>
47
+ <script type="text/javascript">
48
+ /*<![CDATA[*/
49
+ asciidoc.install({toc?{toclevels}});
50
+ /*]]>*/
51
+ </script>
52
+ ifdef::asciimath[]
53
+ <script type="text/javascript" src="{scriptsdir=.}/ASCIIMathML.js"></script>
54
+ endif::asciimath[]
55
+ ifdef::latexmath[]
56
+ <script type="text/javascript" src="{scriptsdir=.}/LaTeXMathML.js"></script>
57
+ endif::latexmath[]
58
+ </head>
59
+ <body{max-width? style="max-width:{max-width}"}>
60
+ <div id="layout-menu-box">
61
+ <div id="layout-menu">
62
+ <div>&#187;<a href="index.html">Home</a></div>
63
+ <div>&#187;<a href="userguide.html">User&nbsp;Guide</a></div>
64
+ <div>&#187;<a href="INSTALL.html">Installation</a></div>
65
+ <div>&#187;<a href="faq.html">FAQ</a></div>
66
+ <div>&#187;<a href="manpage.html">asciidoc(1)</a></div>
67
+ <div>&#187;<a href="a2x.1.html">a2x(1)</a></div>
68
+ <div>&#187;<a href="asciidocapi.html">API</a></div>
69
+ <div>&#187;<a href="plugins.html">Plugins</a></div>
70
+ <div>&#187;<a href="http://powerman.name/doc/asciidoc">Cheatsheet</a></div>
71
+ <div>&#187;<a href="testasciidoc.html">Tests</a></div>
72
+ <div>&#187;<a href="CHANGELOG.html">ChangeLog</a></div>
73
+ <div>&#187;<a href="support.html">Support</a></div>
74
+ <div id="page-source">&#187;<a href="{eval:os.path.basename(r'{infile}')}">Page&nbsp;Source</a></div>
75
+ </div>
76
+ </div>
77
+ <div id="layout-content-box">
78
+ <div id="layout-banner">
79
+ <div id="layout-title">AsciiDoc</div>
80
+ <div id="layout-description">Text based document generation</div>
81
+ </div>
82
+ <div id="layout-content">
83
+ # Article, book header.
84
+ ifndef::doctype-manpage[]
85
+ <div id="header">
86
+ <h1>{doctitle}</h1>
87
+ <span id="author">{author}</span><br />
88
+ <span id="email"><tt>&lt;<a href="mailto:{email}">{email}</a>&gt;</tt></span><br />
89
+ {authored}<span id="revision">version {revnumber}{revdate?,}</span>
90
+ {authored}{revdate}
91
+ ifdef::toc[]
92
+ <div id="toc">
93
+ <div id="toctitle">Table of Contents</div>
94
+ <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
95
+ </div>
96
+ endif::toc[]
97
+ </div>
98
+ endif::doctype-manpage[]
99
+ # Man page header.
100
+ ifdef::doctype-manpage[]
101
+ <div id="header">
102
+ <h1>
103
+ {doctitle} Manual Page
104
+ </h1>
105
+ ifdef::toc[]
106
+ <div id="toc">
107
+ <div id="toctitle">Table of Contents</div>
108
+ <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
109
+ </div>
110
+ endif::toc[]
111
+ <h2>NAME</h2>
112
+ <div class="sectionbody">
113
+ <p>{manname} -
114
+ {manpurpose}
115
+ </p>
116
+ </div>
117
+ </div>
118
+ endif::doctype-manpage[]
119
+ <div id="content">
120
+
121
+ [footer]
122
+ </div>
123
+ {disable-javascript%<div id="footnotes"><hr /></div>}
124
+ <div id="footer">
125
+ <div id="footer-text">
126
+ Version {revnumber}<br />
127
+ Last updated {localdate} {localtime}
128
+ </div>
129
+ ifdef::badges[]
130
+ <div id="footer-badges">
131
+ ifdef::textonly[]
132
+ Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a>
133
+ and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
134
+ endif::textonly[]
135
+ ifndef::textonly[]
136
+ <a href="http://validator.w3.org/check?uri=referer">
137
+ <img style="border:0;width:88px;height:31px"
138
+ src="http://www.w3.org/Icons/valid-xhtml11-blue"
139
+ alt="Valid XHTML 1.1" height="31" width="88" />
140
+ </a>
141
+ <a href="http://jigsaw.w3.org/css-validator/">
142
+ <img style="border:0;width:88px;height:31px"
143
+ src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
144
+ alt="Valid CSS!" />
145
+ </a>
146
+ endif::textonly[]
147
+ </div>
148
+ endif::badges[]
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </body>
153
+ </html>
@@ -0,0 +1,83 @@
1
+ body {
2
+ margin: 0;
3
+ }
4
+
5
+ #layout-menu-box {
6
+ position: fixed;
7
+ left: 0px;
8
+ top: 0px;
9
+ width: 160px;
10
+ height: 100%;
11
+ z-index: 1;
12
+ background-color: #f4f4f4;
13
+ }
14
+
15
+ #layout-content-box {
16
+ position: relative;
17
+ margin-left: 160px;
18
+ background-color: white;
19
+ }
20
+
21
+ h1 {
22
+ margin-top: 0.5em;
23
+ }
24
+
25
+ #layout-banner {
26
+ color: white;
27
+ background-color: #73a0c5;
28
+ font-family: Arial,Helvetica,sans-serif;
29
+ text-align: left;
30
+ padding: 0.8em 20px;
31
+ }
32
+
33
+ #layout-title {
34
+ font-family: "Courier New", Courier, monospace;
35
+ font-size: 3.5em;
36
+ font-weight: bold;
37
+ letter-spacing: 0.2em;
38
+ margin: 0;
39
+ }
40
+
41
+ #layout-description {
42
+ font-size: 1.2em;
43
+ letter-spacing: 0.1em;
44
+ }
45
+
46
+ #layout-menu {
47
+ height: 100%;
48
+ border-right: 3px solid #eeeeee;
49
+ padding-top: 0.8em;
50
+ padding-left: 15px;
51
+ padding-right: 0.8em;
52
+ font-size: 1.0em;
53
+ font-family: Arial,Helvetica,sans-serif;
54
+ font-weight: bold;
55
+ }
56
+ #layout-menu a {
57
+ line-height: 2em;
58
+ margin-left: 0.5em;
59
+ }
60
+ #layout-menu a:link, #layout-menu a:visited, #layout-menu a:hover {
61
+ color: #527bbd;
62
+ text-decoration: none;
63
+ }
64
+ #layout-menu a:hover {
65
+ color: navy;
66
+ text-decoration: none;
67
+ }
68
+ #layout-menu #page-source {
69
+ border-top: 2px solid silver;
70
+ margin-top: 0.2em;
71
+ }
72
+
73
+ #layout-content {
74
+ padding-top: 0.2em;
75
+ padding-left: 1.0em;
76
+ padding-right: 0.4em;
77
+ }
78
+
79
+ @media print {
80
+ #layout-banner-box { display: none; }
81
+ #layout-menu-box { display: none; }
82
+ #layout-content-box { margin-top: 0; margin-left: 0; }
83
+ }