erbook 9.2.0 → 9.2.1
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/doc/api/classes/ERBook/Document.html +19 -210
- data/doc/api/classes/ERBook/Document/Node.html +42 -42
- data/doc/api/classes/ERBook/Template.html +5 -5
- data/doc/api/classes/ERBook/Template/Sandbox.html +5 -5
- data/doc/api/classes/RDoc/AnyMethod.html +20 -20
- data/doc/api/classes/RDoc/TopLevel.html +30 -30
- data/doc/api/classes/String.html +5 -5
- data/doc/api/created.rid +1 -1
- data/doc/api/files/lib/erbook/document_rb.html +3 -1
- data/doc/api/files/lib/erbook/to_xhtml_rb.html +1 -1
- data/doc/api/files/lib/erbook_rb.html +1 -3
- data/doc/api/panel/search_index.js +1 -1
- data/doc/history.erb +23 -0
- data/doc/index.html +450 -381
- data/fmt/xhtml.yaml +11 -5
- data/fmt/xhtml/icons/index.yaml +4 -0
- data/fmt/xhtml/icons/w3.org/README +2 -0
- data/fmt/xhtml/icons/w3.org/valid-xhtml10.png +0 -0
- data/fmt/xhtml/icons/w3.org/vcss.gif +0 -0
- data/lib/erbook.rb +2 -2
- data/lib/erbook/document.rb +216 -197
- metadata +8 -5
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: erbook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.2.
|
4
|
+
version: 9.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Suraj N. Kurapati
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-11-
|
12
|
+
date: 2009-11-18 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -92,9 +92,9 @@ dependencies:
|
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: "1"
|
94
94
|
version:
|
95
|
-
description: " ERBook 9.2.
|
96
|
-
Version 9.2.
|
97
|
-
References\n\n 1. http://snk.tuxfamily.org/lib/erbook/#HelloWorld\n 2. http://en.wikipedia.org/wiki/ERuby\n 3. http://
|
95
|
+
description: " ERBook 9.2.1\n\n Write books, manuals, and documents in eRuby\n\n http://snk.tuxfamily.org/lib/erbook/\n\n ERBook is an extensible document processor that emits [1]any\n document you can imagine from [2]eRuby templates, which allow\n scripting and dynamic content generation.\n\n\
|
96
|
+
Version 9.2.1 (2009-11-18)\n\n This release fixes some bugs in, and improves the readability\n and load time of, generated XHTML documents.\n\n Bug fixes\n\n * Prevent search button from starting search when search\n box untouched.\n\n * Prevent browser from fetching base-64 embedded URI\n sources by qualifying their digests with the \"cid\" URI\n schema, which is used to identify the parts of a\n multi-part e-mail message.\n This cuts down on the amount of \"404 - File Not Found\"\n errors on the web server which hosts your generated XHTML\n documents because web browsers will not confuse these\n embedded \"cid\" digests as being relative HTTP files.\n\n Housekeeping\n\n * Increase vertical spacing between [3]References for\n better readability.\n\n * Embed W3C validator badges as base-64 data URIs to reduce\n page load time.\n\n * Split the document processing code in ERBook::Document\n into smaller self-documenting methods.\n\n\
|
97
|
+
References\n\n 1. http://snk.tuxfamily.org/lib/erbook/#HelloWorld\n 2. http://en.wikipedia.org/wiki/ERuby\n 3. http://snk.tuxfamily.org/lib/erbook/#_references\n"
|
98
98
|
email: sunaku@gmail.com
|
99
99
|
executables:
|
100
100
|
- erbook
|
@@ -156,6 +156,9 @@ files:
|
|
156
156
|
- fmt/xhtml/icons/tango-icon-theme-0.8.90/32x32/actions/go-next.png
|
157
157
|
- fmt/xhtml/icons/tango-icon-theme-0.8.90/16x16/places/start-here.png
|
158
158
|
- fmt/xhtml/icons/tango-icon-theme-0.8.90/README
|
159
|
+
- fmt/xhtml/icons/w3.org/valid-xhtml10.png
|
160
|
+
- fmt/xhtml/icons/w3.org/vcss.gif
|
161
|
+
- fmt/xhtml/icons/w3.org/README
|
159
162
|
- fmt/xhtml/icons/index.yaml
|
160
163
|
- rakefile
|
161
164
|
- lang/ru.yaml
|