erbook 9.2.0 → 9.2.1

Sign up to get free protection for your applications and to get access to all the features.
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.0
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-06 00:00:00 -08:00
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.0\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.0 (2009-11-06)\n\n This release improves the usability of the JavaScript-based\n search functionality in the XHTML format and fixes a bug in\n the footer node.\n\n New features\n\n * Put search box on the main tab navigation bar.\n\n * Hide search results tab until search is performed.\n\n * Show default text in search box and mention regexps.\n\n * Add jQuery UI progress bar to show search status.\n\n * Add search mutex - only one search at a time.\n\n * Detect & report invalid regexp in search query.\n\n * Add start & stop buttons to search form.\n\n * Update all language translations accordingly.\n\n Bug fixes\n\n * The footer node was not being converted into XHTML\n correctly.\n\n * Implement an even [3]simpler solution to the multi-row\n tab alignment problem for jQuery UI tabs.\n\n * Add gap between checkbox & \"printer friendly\" label.\n\n Housekeeping\n\n * Show \"0 results\" instead of \"Not found\" after a search.\n\n * Remove \"Help\" link for regexp syntax reference in search\n from. That reference was English-only anyway.\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://dev.jqueryui.com/ticket/4882\n"
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