erbook 6.1.0 → 7.0.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.
Files changed (121) hide show
  1. data/bin/erbook +29 -25
  2. data/doc/HelloWorld.spec +3 -1
  3. data/doc/api/classes/ERBook.html +86 -0
  4. data/doc/api/classes/ERBook/Document.html +399 -0
  5. data/doc/api/classes/ERBook/Document/Node.html +110 -0
  6. data/doc/api/classes/ERBook/Template.html +309 -0
  7. data/doc/api/classes/ERBook/Template/Sandbox.html +134 -0
  8. data/doc/api/classes/RDoc.html +69 -0
  9. data/doc/api/classes/RDoc/AnyMethod.html +249 -0
  10. data/doc/api/classes/RDoc/DummyMarkup.html +60 -0
  11. data/doc/api/classes/RDoc/DummyMixin.html +54 -0
  12. data/doc/api/classes/RDoc/DummyOptions.html +60 -0
  13. data/doc/api/classes/RDoc/TopLevel.html +344 -0
  14. data/doc/api/classes/String.html +212 -0
  15. data/doc/api/created.rid +1 -0
  16. data/doc/api/css/main.css +263 -0
  17. data/doc/api/css/panel.css +383 -0
  18. data/doc/api/css/reset.css +53 -0
  19. data/doc/api/files/ANN_eml.html +276 -0
  20. data/doc/api/files/ANN_html.html +407 -0
  21. data/doc/api/files/ANN_txt.html +271 -0
  22. data/doc/api/files/LICENSE.html +76 -0
  23. data/doc/api/files/lib/erbook/document_rb.html +74 -0
  24. data/doc/api/files/lib/erbook/rdoc_rb.html +77 -0
  25. data/doc/api/files/lib/erbook/template_rb.html +66 -0
  26. data/doc/api/files/lib/erbook/to_xhtml_rb.html +89 -0
  27. data/doc/api/files/lib/erbook_rb.html +70 -0
  28. data/doc/api/i/arrows.png +0 -0
  29. data/doc/api/i/results_bg.png +0 -0
  30. data/doc/api/i/tree_bg.png +0 -0
  31. data/doc/api/index.html +14 -18
  32. data/doc/api/js/jquery-1.3.2.min.js +19 -0
  33. data/doc/api/js/jquery-effect.js +593 -0
  34. data/doc/api/js/main.js +22 -0
  35. data/doc/api/js/searchdoc.js +605 -0
  36. data/doc/api/panel/index.html +63 -0
  37. data/doc/api/panel/search_index.js +1 -0
  38. data/doc/api/panel/tree.js +1 -0
  39. data/doc/formats.erb +63 -115
  40. data/doc/history.erb +125 -92
  41. data/doc/index.erb +12 -7
  42. data/doc/index.xhtml +1020 -1347
  43. data/doc/intro.erb +42 -40
  44. data/doc/setup.erb +18 -18
  45. data/doc/theory.erb +24 -31
  46. data/doc/usage.erb +14 -24
  47. data/fmt/xhtml.icons/index.yaml +16 -14
  48. data/fmt/xhtml.icons/rakefile +33 -0
  49. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/16x16/places/start-here.png +0 -0
  50. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/32x32/actions/go-down.png +0 -0
  51. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/32x32/actions/go-up.png +0 -0
  52. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/32x32/places/start-here.png +0 -0
  53. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/32x32/status/software-update-available.png +0 -0
  54. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/apps/accessories-text-editor.png +0 -0
  55. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/48x48/apps/internet-group-chat.png +0 -0
  56. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/emblems/emblem-important.png +0 -0
  57. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/status/dialog-error.png +0 -0
  58. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/status/dialog-information.png +0 -0
  59. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/status/dialog-warning.png +0 -0
  60. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/COPYING +1 -0
  61. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/README +0 -0
  62. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/bookmark-new.svg +672 -0
  63. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/go-down.svg +200 -0
  64. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/go-home.svg +445 -0
  65. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/go-up.svg +196 -0
  66. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/view-refresh.svg +393 -0
  67. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/apps/accessories-text-editor.svg +554 -0
  68. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/apps/internet-group-chat.svg +312 -0
  69. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/emblems/emblem-favorite.svg +242 -0
  70. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/emblems/emblem-important.svg +164 -0
  71. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/mimetypes/application-certificate.svg +443 -0
  72. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/places/start-here.svg +492 -0
  73. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/status/dialog-error.svg +330 -0
  74. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/status/dialog-information.svg +1159 -0
  75. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/status/dialog-warning.svg +373 -0
  76. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/status/software-update-available.svg +209 -0
  77. data/fmt/xhtml.scripts/jquery-1.3.2.min.js +19 -0
  78. data/fmt/xhtml.scripts/jquery.localscroll-1.2.7-min.js +9 -0
  79. data/fmt/xhtml.scripts/jquery.scrollTo-1.4.1-min.js +11 -0
  80. data/fmt/xhtml.yaml +470 -454
  81. data/lang/de.yaml +5 -5
  82. data/lang/el.yaml +4 -4
  83. data/lang/es.yaml +5 -5
  84. data/lang/fr.yaml +5 -5
  85. data/lang/it.yaml +5 -5
  86. data/lang/ja.yaml +4 -4
  87. data/lang/ko.yaml +4 -4
  88. data/lang/nl.yaml +4 -4
  89. data/lang/phrases.yaml +4 -4
  90. data/lang/pt.yaml +5 -5
  91. data/lang/ru.yaml +5 -5
  92. data/lang/zh.yaml +5 -5
  93. data/lang/zt.yaml +5 -5
  94. data/lib/erbook.rb +12 -5
  95. data/lib/erbook/document.rb +127 -107
  96. data/lib/erbook/rdoc.rb +18 -11
  97. data/lib/erbook/template.rb +86 -176
  98. data/lib/erbook/to_xhtml.rb +98 -25
  99. data/{Rakefile → rakefile} +1 -0
  100. metadata +106 -53
  101. data/doc/api/ERBook.html +0 -35
  102. data/doc/api/ERBook/Document.html +0 -669
  103. data/doc/api/ERBook/Document/Node.html +0 -102
  104. data/doc/api/ERBook/Template.html +0 -670
  105. data/doc/api/RDoc.html +0 -23
  106. data/doc/api/RDoc/AnyMethod.html +0 -302
  107. data/doc/api/RDoc/DummyMarkup.html +0 -73
  108. data/doc/api/RDoc/DummyMixin.html +0 -23
  109. data/doc/api/RDoc/DummyOptions.html +0 -140
  110. data/doc/api/RDoc/TopLevel.html +0 -465
  111. data/doc/api/String.html +0 -372
  112. data/doc/api/all-methods.html +0 -253
  113. data/doc/api/all-namespaces.html +0 -42
  114. data/doc/api/app.js +0 -18
  115. data/doc/api/jquery.js +0 -11
  116. data/doc/api/readme.html +0 -38
  117. data/doc/api/style.css +0 -68
  118. data/doc/api/syntax_highlight.css +0 -21
  119. data/fmt/xhtml.icons/tango-icon-theme-0.8.1/48x48/README +0 -2
  120. data/fmt/xhtml.icons/tango-icon-theme-0.8.1/48x48/apps/internet-group-chat.png +0 -0
  121. data/fmt/xhtml.icons/tango-icon-theme-0.8.1/COPYING +0 -67
@@ -0,0 +1,271 @@
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
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>ANN.txt</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
9
+ <link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
10
+ <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
11
+ <script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
12
+ <script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
13
+ </head>
14
+
15
+ <body>
16
+ <div class="banner">
17
+ <h1>
18
+ ANN.txt
19
+ </h1>
20
+ <ul class="files">
21
+ <li>ANN.txt</li>
22
+ <li>Last modified: Mon May 04 01:18:29 -0700 2009</li>
23
+ </ul>
24
+ </div>
25
+
26
+ <div id="bodyContent">
27
+ <div id="content">
28
+
29
+ <div class="description">
30
+ <pre>
31
+ ERBook 7.0.0
32
+
33
+ Extensible document processor based on eRuby
34
+
35
+ http://snk.tuxfamily.org/lib/erbook/
36
+
37
+ ERBook is an extensible document processor that emits [1]any
38
+ document you can imagine from [2]eRuby templates that allow
39
+ scripting and dynamic content generation.
40
+
41
+ A working [3]XHTML (web page) format is provided, while
42
+ [4]LaTeX (PDF), [5]UNIX manual page, and [6]plain text
43
+ formats are planned... [7]patches are welcome!
44
+
45
+ ERBook is exciting because:
46
+
47
+ * Its documents are scriptable [8]eRuby templates.
48
+
49
+ * It lets you [9]define your own document formats.
50
+
51
+ * Its core contains less than 300 lines of code.
52
+
53
+ These features distinguish ERBook from the competition, which
54
+ offers neither scriptable documents nor definable document
55
+ formats:
56
+
57
+ * [10]DocBook
58
+
59
+ * [11]Deplate
60
+
61
+ * [12]SiSU
62
+
63
+ * [13]AsciiDoc
64
+
65
+ * [14]txt2tags
66
+
67
+ * [15]Grutatxt
68
+ </pre>
69
+ <p>
70
+ Logistics
71
+ </p>
72
+ <pre>
73
+ * [16]Release notes -- history of project releases.
74
+
75
+ * [17]Source code -- obtain via [18]Git or browse online.
76
+
77
+ * [19]API reference -- documentation for source code.
78
+
79
+ * [20]Project home -- the ERBook project home page.
80
+
81
+ To get help or provide feedback, simply [21]contact the
82
+ authors.
83
+
84
+ Version numbers
85
+
86
+ ERBook releases are numbered in major.minor.patch form
87
+ according to the [22]RubyGems rational versioning policy,
88
+ which can be summarized thus:
89
+ What increased in the version number? The increase indicates
90
+ that the release:
91
+ Is backward compatible? Has new features? Has bug fixes?
92
+ major No Yes Yes
93
+ minor Yes Yes Yes
94
+ patch Yes No Yes
95
+ </pre>
96
+ <p>
97
+ Version 7.0.0 (2009-05-03)
98
+ </p>
99
+ <pre>
100
+ This release improves the appearance, usability, and validity
101
+ of [23]XHTML (web page) output, upgrades to a new eRuby
102
+ templating system, adds new processing options to node
103
+ definitions, and fixes some bugs.
104
+
105
+ Incompatible changes
106
+
107
+ * If you add methods to the ERBook::Template class, in
108
+ order to provide them to eRuby templates, you must now
109
+ add those methods to the ERBook::Template::Sandbox class
110
+ instead.
111
+
112
+ * The [24]Ember template processor is now used to render
113
+ eRuby templates instead of the ERB library that is
114
+ shipped with Ruby.
115
+ + The file inclusion directive has been removed:
116
+ </pre>
117
+ <p>
118
+ <%# include YOUR_FILE #%>
119
+ </p>
120
+ <pre>
121
+ Ember provides equivalent functionality:
122
+ </pre>
123
+ <p>
124
+ %< &#8220;YOUR_FILE&#8220;
125
+ </p>
126
+ <pre>
127
+ * The erbook/to_xhtml library now annotates &lt;code&gt; elements
128
+ with a &quot;line&quot; or &quot;para&quot; class indicating whether they
129
+ span a single or mulitple lines respectively.
130
+ The &quot;pre.code&quot; CSS class is no longer emitted.
131
+
132
+ * The erbook/rdoc library has been updated to work with
133
+ RDoc 2.4.3. It no longer supports the old RDoc that is
134
+ shipped with Ruby 1.8.
135
+
136
+ * Just a reminder from the [25]Version 5.0.0 (2008-11-22)
137
+ release notes:
138
+
139
+ Internet Explorer 6 and 7 [26]do not support the
140
+ application/xhtml+xml mime type, so the output generated
141
+ by the [27]XHTML (web page) format cannot be viewed in
142
+ those browsers.
143
+
144
+ New features
145
+
146
+ * Replace dark background theme with a &quot;wide open spaces&quot;
147
+ theme.
148
+ + Use icons instead of unicode glyphs for mini
149
+ navigation menus.
150
+ + Put mini navigation menus on right-hand side of
151
+ headings
152
+ + Use [28]scrolling animation when local links (URI
153
+ fragments) are visited, instead of instantly
154
+ teleporting to the destination. This gives a sense
155
+ of spatial existence to the web page, making it feel
156
+ almost tangible!
157
+
158
+ * XHTML output is now valid XHTML 1.0 Transitional! And the
159
+ embedded CSS it contains is now valid CSS 3!
160
+ + Minify CSS in XHTML output using the [29]Rainpress
161
+ library.
162
+ + Add CSS style for HTML definition lists.
163
+
164
+ * Omit target type and index (&quot;Section X.Y.Z&quot;) in output of
165
+ xref() nodes in the screen-version (CSS stylesheet) of
166
+ the generated output document.
167
+ This information is still present in the print-version
168
+ (CSS stylesheet) of the generated output document, where
169
+ it is truly helpful to the reader.
170
+
171
+ * Add &quot;bypass&quot; option to node definitions to properly
172
+ support the generic &quot;node&quot; node. Invalid XHTML was being
173
+ generated because the `node' node was marked as simply
174
+ &quot;inline&quot;, so it was not pulled out of the &lt;p&gt; tag created
175
+ by Maruku.
176
+
177
+ Bug fixes
178
+
179
+ * The &quot;silent&quot; property in node definitions was not being
180
+ honored.
181
+
182
+ * Fix error when inserting reference nodes (they are not
183
+ inline!).
184
+
185
+ * Add workaround for Maruku treating first line of input as
186
+ parameter definition, and thereby omitting it from the
187
+ output!
188
+
189
+ * Array#to_s is equivalent to Array#inspect in Ruby 1.9.
190
+
191
+ * [30]HelloWorld format specification file added methods to
192
+ the nonexistent ERBook::Node class instead of adding them
193
+ to the ERBook::Document::Node class.
194
+
195
+ Housekeeping
196
+
197
+ * Simplify language phrases used in mini navigation menus.
198
+
199
+ * Remove CSS hacks for supporting IE6; it cannot render
200
+ XHTML anyway.
201
+
202
+ * Render italics and boldface equally in serif font. Bold
203
+ is truly bold now and italic is distinctive.
204
+
205
+ * Adjust spacing between document title, author, and date
206
+ headings.
207
+
208
+ * Add copyright notice at the top of every file.
209
+ </pre>
210
+ <p>
211
+ References
212
+ </p>
213
+ <pre>
214
+ 1. http://snk.tuxfamily.org/lib/erbook/#HelloWorld
215
+ 2. http://en.wikipedia.org/wiki/ERuby
216
+ 3. http://snk.tuxfamily.org/lib/erbook/#xhtml
217
+ 4. http://snk.tuxfamily.org/lib/erbook/#latex
218
+ 5. http://snk.tuxfamily.org/lib/erbook/#man
219
+ 6. http://snk.tuxfamily.org/lib/erbook/#text
220
+ 7. http://snk.tuxfamily.org/lib/erbook/#License
221
+ 8. http://en.wikipedia.org/wiki/ERuby
222
+ 9. http://snk.tuxfamily.org/lib/erbook/#HelloWorld
223
+ 10. http://www.docbook.org/
224
+ 11. http://deplate.sourceforge.net/
225
+ 12. http://www.jus.uio.no/sisu/SiSU/
226
+ 13. http://www.methods.co.nz/asciidoc/
227
+ 14. http://txt2tags.sourceforge.net/
228
+ 15. http://www.triptico.com/software/grutatxt.html
229
+ 16. http://snk.tuxfamily.org/lib/erbook/#History
230
+ 17. http://github.com/sunaku/erbook
231
+ 18. http://git-scm.com/
232
+ 19. http://snk.tuxfamily.org/lib/erbook/./api/index.html
233
+ 20. http://snk.tuxfamily.org/lib/erbook/
234
+ 21. http://snk.tuxfamily.org/lib/erbook/#License
235
+ 22. http://www.rubygems.org/read/chapter/7
236
+ 23. http://snk.tuxfamily.org/lib/erbook/#xhtml
237
+ 24. http://snk.tuxfamily.org/lib/ember
238
+ 25. http://snk.tuxfamily.org/lib/erbook/#Version-5.0.0-2008-11-22
239
+ 26. http://www.w3.org/MarkUp/2004/xhtml-faq#ie
240
+ 27. http://snk.tuxfamily.org/lib/erbook/#xhtml
241
+ 28. http://demos.flesler.com/jquery/scrollTo/
242
+ 29. http://github.com/sprsquish/rainpress/tree/master
243
+ 30. http://snk.tuxfamily.org/lib/erbook/#HelloWorld.spec
244
+ </pre>
245
+
246
+ </div>
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+ </div>
269
+ </div>
270
+ </body>
271
+ </html>
@@ -0,0 +1,76 @@
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
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>LICENSE</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
9
+ <link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
10
+ <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
11
+ <script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
12
+ <script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
13
+ </head>
14
+
15
+ <body>
16
+ <div class="banner">
17
+ <h1>
18
+ LICENSE
19
+ </h1>
20
+ <ul class="files">
21
+ <li>LICENSE</li>
22
+ <li>Last modified: Tue Apr 21 23:30:26 -0700 2009</li>
23
+ </ul>
24
+ </div>
25
+
26
+ <div id="bodyContent">
27
+ <div id="content">
28
+
29
+ <div class="description">
30
+ <p>
31
+ (the ISC license)
32
+ </p>
33
+ <p>
34
+ Copyright 2006 Suraj N. Kurapati <sunaku@gmail.com>
35
+ </p>
36
+ <p>
37
+ Permission to use, copy, modify, and/or distribute this software for any
38
+ purpose with or without fee is hereby granted, provided that the above
39
+ copyright notice and this permission notice appear in all copies.
40
+ </p>
41
+ <p>
42
+ THE SOFTWARE IS PROVIDED &#8220;AS IS&#8221; AND THE AUTHOR DISCLAIMS ALL
43
+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
44
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
45
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
46
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
47
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
48
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
49
+ </p>
50
+
51
+ </div>
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+ </div>
74
+ </div>
75
+ </body>
76
+ </html>
@@ -0,0 +1,74 @@
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
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>document.rb</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
9
+ <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
10
+ <script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
11
+ <script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
12
+ <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
13
+ </head>
14
+
15
+ <body>
16
+ <div class="banner">
17
+ <h1>
18
+ document.rb
19
+ </h1>
20
+ <ul class="files">
21
+ <li>lib/erbook/document.rb</li>
22
+ <li>Last modified: Sun May 03 22:23:32 -0700 2009</li>
23
+ </ul>
24
+ </div>
25
+
26
+ <div id="bodyContent">
27
+ <div id="content">
28
+
29
+
30
+
31
+ <div class="sectiontitle">Required Files</div>
32
+ <ul>
33
+
34
+ <li>yaml</li>
35
+
36
+ <li>erbook/template</li>
37
+
38
+ <li>digest/sha1</li>
39
+
40
+ <li>enumerator</li>
41
+
42
+ <li>ostruct</li>
43
+
44
+ </ul>
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+ <div class="sectiontitle">Classes and Modules</div>
59
+ <ul>
60
+
61
+ <li><span class="type">MODULE</span> <a href="../../../classes/ERBook.html">ERBook</a></li>
62
+
63
+ </ul>
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+ </div>
72
+ </div>
73
+ </body>
74
+ </html>
@@ -0,0 +1,77 @@
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
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>rdoc.rb</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
9
+ <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
10
+ <script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
11
+ <script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
12
+ <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
13
+ </head>
14
+
15
+ <body>
16
+ <div class="banner">
17
+ <h1>
18
+ rdoc.rb
19
+ </h1>
20
+ <ul class="files">
21
+ <li>lib/erbook/rdoc.rb</li>
22
+ <li>Last modified: Sun May 03 22:23:32 -0700 2009</li>
23
+ </ul>
24
+ </div>
25
+
26
+ <div id="bodyContent">
27
+ <div id="content">
28
+
29
+ <div class="description">
30
+ <p>
31
+ Workaround for `rdoc &#8212;fmt xml` not dumping information about methods.
32
+ </p>
33
+
34
+ </div>
35
+
36
+
37
+
38
+ <div class="sectiontitle">Required Files</div>
39
+ <ul>
40
+
41
+ <li>rubygems</li>
42
+
43
+ <li>rdoc/rdoc</li>
44
+
45
+ <li>rdoc/generators/html_generator</li>
46
+
47
+ </ul>
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+ <div class="sectiontitle">Classes and Modules</div>
62
+ <ul>
63
+
64
+ <li><span class="type">MODULE</span> <a href="../../../classes/RDoc.html">RDoc</a></li>
65
+
66
+ </ul>
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+ </div>
75
+ </div>
76
+ </body>
77
+ </html>