erbook 6.0.0 → 6.0.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.
Files changed (4) hide show
  1. data/doc/history.erb +4 -0
  2. data/doc/index.xhtml +36 -30
  3. data/lib/erbook.rb +1 -1
  4. metadata +3 -3
data/doc/history.erb CHANGED
@@ -1,5 +1,9 @@
1
1
  <% chapter "Project history", "history" do %>
2
2
  <% project_history do %>
3
+ <% section "Version 6.0.1 (2009-01-19)" do %>
4
+ This release reattempts to fix the [circular dependency problem](http://www.ruby-forum.com/topic/176173#771281) that occurred when installing either **<%= Inochi::PROJECT %>** or **<%= $project %>**.
5
+ <% end %>
6
+
3
7
  <% section "Version 6.0.0 (2009-01-19)" do %>
4
8
  This release improves the appearance & usability of the XHTML format, refactors the core logic into reusable libraries, fixes some bugs and improves variable names.
5
9
 
data/doc/index.xhtml CHANGED
@@ -12,9 +12,9 @@
12
12
  <html xmlns="http://www.w3.org/1999/xhtml">
13
13
  <head>
14
14
  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
15
- <meta name="generator" content="ERBook 6.0.0"/>
15
+ <meta name="generator" content="ERBook 6.0.1"/>
16
16
 
17
- <title>ERBook 6.0.0</title>
17
+ <title>ERBook 6.0.1</title>
18
18
 
19
19
  <meta name="author" content="Suraj N. Kurapati"/>
20
20
 
@@ -652,7 +652,7 @@
652
652
 
653
653
  <div class="logo"><img src='erbook.png' alt='ERBook logo' /></div>
654
654
 
655
- <h1 class="title">ERBook 6.0.0</h1>
655
+ <h1 class="title">ERBook 6.0.1</h1>
656
656
 
657
657
  <h2 class="subtitle">Extensible document processor based on eRuby</h2>
658
658
 
@@ -673,7 +673,7 @@
673
673
  <a name="Contents"/><div class="nav" id="Contents"><a title="Reverse jump to listing" href="#rev:Contents">&equiv;</a>&#x25B3;&#x25BD;<a title="Jump to this segment" href="#Contents">&#x25CE;</a></div>
674
674
  <h1 class="title">Contents</h1>
675
675
  <ul>
676
- <li>1&nbsp;&nbsp;<a id="rev:Introduction" href="#Introduction">Introduction</a><ul><li>1.1&nbsp;&nbsp;<a id="rev:Logistics" href="#Logistics">Logistics</a><ul><li><a id="rev:Version-numbers" href="#Version-numbers">Version numbers</a></li></ul></li><li>1.2&nbsp;&nbsp;<a id="rev:License" href="#License">License</a></li><li>1.3&nbsp;&nbsp;<a id="rev:Credits" href="#Credits">Credits</a></li><li>1.4&nbsp;&nbsp;<a id="rev:Reviews" href="#Reviews">Reviews</a></li></ul></li><li>2&nbsp;&nbsp;<a id="rev:Setup" href="#Setup">Setup</a><ul><li>2.1&nbsp;&nbsp;<a id="rev:Requirements" href="#Requirements">Requirements</a></li><li>2.2&nbsp;&nbsp;<a id="rev:Installation" href="#Installation">Installation</a></li><li>2.3&nbsp;&nbsp;<a id="rev:Manifest" href="#Manifest">Manifest</a></li></ul></li><li>3&nbsp;&nbsp;<a id="rev:Theory-of-operation" href="#Theory-of-operation">Theory of operation</a><ul><li>3.1&nbsp;&nbsp;<a id="rev:Nodes" href="#Nodes">Nodes</a><ul><li>3.1.1&nbsp;&nbsp;<a id="rev:Node.class" href="#Node.class">The <code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span></code> class</a></li></ul></li><li>3.2&nbsp;&nbsp;<a id="rev:SpecFile" href="#SpecFile">Format specification file</a><ul><li>3.2.1&nbsp;&nbsp;<a id="rev:SpecFile.nodes" href="#SpecFile.nodes">Node definition</a><ul><li>3.2.1.1&nbsp;&nbsp;<a id="rev:SpecFile.nodes.output" href="#SpecFile.nodes.output">Node output template</a></li></ul></li><li>3.2.2&nbsp;&nbsp;<a id="rev:SpecFile.output" href="#SpecFile.output">Document output template</a></li><li>3.2.3&nbsp;&nbsp;<a id="rev:HelloWorld" href="#HelloWorld">Creating your own document format</a></li></ul></li></ul></li><li>4&nbsp;&nbsp;<a id="rev:Usage" href="#Usage">Usage</a><ul><li>4.1&nbsp;&nbsp;<a id="rev:Command-line-interface" href="#Command-line-interface">Command-line interface</a><ul><li>4.1.1&nbsp;&nbsp;<a id="rev:Saving-the-output-to-a-file" href="#Saving-the-output-to-a-file">Saving the output to a file</a></li></ul></li><li>4.2&nbsp;&nbsp;<a id="rev:include" href="#include">Including external documents</a></li><li>4.3&nbsp;&nbsp;<a id="rev:Unindenting-nodes-hierarchically" href="#Unindenting-nodes-hierarchically">Unindenting nodes hierarchically</a></li></ul></li><li>5&nbsp;&nbsp;<a id="rev:Formats" href="#Formats">Formats</a><ul><li>5.1&nbsp;&nbsp;<a id="rev:xhtml" href="#xhtml">XHTML (web page)</a><ul><li>5.1.1&nbsp;&nbsp;<a id="rev:Text-to-XHTML-conversion" href="#Text-to-XHTML-conversion">Text to XHTML conversion</a><ul><li>5.1.1.1&nbsp;&nbsp;<a id="rev:Syntax-coloring-for-source-code" href="#Syntax-coloring-for-source-code">Syntax coloring for source code</a><ul><li>5.1.1.1.1&nbsp;&nbsp;<a id="rev:Specifying-the-programming-language" href="#Specifying-the-programming-language">Specifying the programming language</a></li></ul></li><li>5.1.1.2&nbsp;&nbsp;<a id="rev:Smart-sizing-of-source-code" href="#Smart-sizing-of-source-code">Smart sizing of source code</a></li><li>5.1.1.3&nbsp;&nbsp;<a id="rev:Protecting-verbatim-text" href="#Protecting-verbatim-text">Protecting verbatim text</a></li></ul></li><li>5.1.2&nbsp;&nbsp;<a id="rev:Parameters" href="#Parameters">Parameters</a></li><li>5.1.3&nbsp;&nbsp;<a id="rev:Methods" href="#Methods">Methods</a><ul><li><a id="rev:a-ERBook::Document::Node-title" href="#a-ERBook::Document::Node-title"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#title()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-id" href="#a-ERBook::Document::Node-id"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#id()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-title_xhtml" href="#a-ERBook::Document::Node-title_xhtml"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#title_xhtml()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-content_xhtml" href="#a-ERBook::Document::Node-content_xhtml"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#content_xhtml()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-title_link-title-nil" href="#a-ERBook::Document::Node-title_link-title-nil"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#title_link(title = nil)</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-index_link" href="#a-ERBook::Document::Node-index_link"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#index_link()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-number_link" href="#a-ERBook::Document::Node-number_link"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#number_link()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-navigation" href="#a-ERBook::Document::Node-navigation"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#navigation()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node::navigation-here_frag-list_frag-prev_frag-next_frag" href="#a-ERBook::Document::Node::navigation-here_frag-list_frag-prev_frag-next_frag"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span>::navigation(here_frag, list_frag, prev_frag, next_frag)</code></a></li><li><a id="rev:a-ERBook::Document::Node-xref_link-label-nil" href="#a-ERBook::Document::Node-xref_link-label-nil"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#xref_link(label = nil)</span></code></a></li><li><a id="rev:a-Hash-to_xml_atts" href="#a-Hash-to_xml_atts"><code class="code"><span style="color:#036;font-weight:bold">Hash</span><span style="color:#666">#to_xml_atts()</span></code></a></li><li><a id="rev:a-ERBook::Template-verbatim-content" href="#a-ERBook::Template-verbatim-content"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Template</span><span style="color:#666">#verbatim(content)</span></code></a></li><li><a id="rev:a-ERBook::Template-hyperlink-url-label-url-title-nil" href="#a-ERBook::Template-hyperlink-url-label-url-title-nil"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Template</span><span style="color:#666">#hyperlink(url, label = url, title = nil)</span></code></a></li><li><a id="rev:a-ERBook::Template-embed_image_file-path-format-path-w-atts" href="#a-ERBook::Template-embed_image_file-path-format-path-w-atts"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Template</span><span style="color:#666">#embed_image_file(path, format = path[/\w+/], atts = {})</span></code></a></li><li><a id="rev:a-ERBook::Template-embed_image_data-data-format-atts" href="#a-ERBook::Template-embed_image_data-data-format-atts"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Template</span><span style="color:#666">#embed_image_data(data, format, atts = {})</span></code></a></li><li><a id="rev:a-String-to_xml_entities" href="#a-String-to_xml_entities"><code class="code"><span style="color:#036;font-weight:bold">String</span><span style="color:#666">#to_xml_entities()</span></code></a></li><li><a id="rev:a-String-to_uri_fragment" href="#a-String-to_uri_fragment"><code class="code"><span style="color:#036;font-weight:bold">String</span><span style="color:#666">#to_uri_fragment()</span></code></a></li><li><a id="rev:a-String-to_inline_xhtml" href="#a-String-to_inline_xhtml"><code class="code"><span style="color:#036;font-weight:bold">String</span><span style="color:#666">#to_inline_xhtml()</span></code></a></li><li><a id="rev:a-String-to_xhtml-inline-false" href="#a-String-to_xhtml-inline-false"><code class="code"><span style="color:#036;font-weight:bold">String</span><span style="color:#666">#to_xhtml(inline = false)</span></code></a></li></ul></li><li>5.1.4&nbsp;&nbsp;<a id="rev:xhtml.nodes" href="#xhtml.nodes">Nodes</a><ul><li>5.1.4.1&nbsp;&nbsp;<a id="rev:Structural-nodes" href="#Structural-nodes">Structural nodes</a><ul><li>5.1.4.1.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.header" href="#xhtml.nodes.header">header</a></li><li>5.1.4.1.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.footer" href="#xhtml.nodes.footer">footer</a></li><li>5.1.4.1.3&nbsp;&nbsp;<a id="rev:xhtml.nodes.abstract" href="#xhtml.nodes.abstract">abstract</a></li><li>5.1.4.1.4&nbsp;&nbsp;<a id="rev:xhtml.nodes.xref" href="#xhtml.nodes.xref">xref</a></li></ul></li><li>5.1.4.2&nbsp;&nbsp;<a id="rev:Organizational-nodes" href="#Organizational-nodes">Organizational nodes</a><ul><li>5.1.4.2.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.node" href="#xhtml.nodes.node">node</a></li><li>5.1.4.2.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.part" href="#xhtml.nodes.part">part</a><ul><li>5.1.4.2.2.1&nbsp;&nbsp;<a id="rev:An-example" href="#An-example">An example</a></li></ul></li><li>5.1.4.2.3&nbsp;&nbsp;<a id="rev:xhtml.nodes.chapter" href="#xhtml.nodes.chapter">chapter</a><ul><li>5.1.4.2.3.1&nbsp;&nbsp;<a id="rev:An-example-5.1.4.2.3.1" href="#An-example-5.1.4.2.3.1">An example</a></li></ul></li><li>5.1.4.2.4&nbsp;&nbsp;<a id="rev:xhtml.nodes.section" href="#xhtml.nodes.section">section</a><ul><li>5.1.4.2.4.1&nbsp;&nbsp;<a id="rev:An-example-5.1.4.2.4.1" href="#An-example-5.1.4.2.4.1">An example</a></li></ul></li><li>5.1.4.2.5&nbsp;&nbsp;<a id="rev:xhtml.nodes.paragraph" href="#xhtml.nodes.paragraph">paragraph</a><ul><li><a id="rev:An-example-608866148" href="#An-example-608866148">An example</a></li></ul></li></ul></li><li>5.1.4.3&nbsp;&nbsp;<a id="rev:Admonition-nodes" href="#Admonition-nodes">Admonition nodes</a><ul><li>5.1.4.3.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.warning" href="#xhtml.nodes.warning">warning</a></li><li>5.1.4.3.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.caution" href="#xhtml.nodes.caution">caution</a></li><li>5.1.4.3.3&nbsp;&nbsp;<a id="rev:xhtml.nodes.important" href="#xhtml.nodes.important">important</a></li><li>5.1.4.3.4&nbsp;&nbsp;<a id="rev:xhtml.nodes.note" href="#xhtml.nodes.note">note</a></li><li>5.1.4.3.5&nbsp;&nbsp;<a id="rev:xhtml.nodes.tip" href="#xhtml.nodes.tip">tip</a></li></ul></li><li>5.1.4.4&nbsp;&nbsp;<a id="rev:Auxilary-materials" href="#Auxilary-materials">Auxilary materials</a><ul><li>5.1.4.4.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.figure" href="#xhtml.nodes.figure">figure</a></li><li>5.1.4.4.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.table" href="#xhtml.nodes.table">table</a></li><li>5.1.4.4.3&nbsp;&nbsp;<a id="rev:xhtml.nodes.example" href="#xhtml.nodes.example">example</a></li><li>5.1.4.4.4&nbsp;&nbsp;<a id="rev:xhtml.nodes.equation" href="#xhtml.nodes.equation">equation</a></li><li>5.1.4.4.5&nbsp;&nbsp;<a id="rev:xhtml.nodes.procedure" href="#xhtml.nodes.procedure">procedure</a></li></ul></li><li>5.1.4.5&nbsp;&nbsp;<a id="rev:Bibliographical-nodes" href="#Bibliographical-nodes">Bibliographical nodes</a><ul><li>5.1.4.5.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.reference" href="#xhtml.nodes.reference">reference</a><ul><li><a id="rev:An-example-609181648" href="#An-example-609181648">An example</a></li></ul></li><li>5.1.4.5.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.cite" href="#xhtml.nodes.cite">cite</a></li></ul></li></ul></li></ul></li><li>5.2&nbsp;&nbsp;<a id="rev:text" href="#text">Plain text</a></li><li>5.3&nbsp;&nbsp;<a id="rev:latex" href="#latex">LaTeX (PDF)</a></li><li>5.4&nbsp;&nbsp;<a id="rev:man" href="#man">UNIX manual page</a></li></ul></li><li>6&nbsp;&nbsp;<a id="rev:history" href="#history">Project history</a><ul><li>6.1&nbsp;&nbsp;<a id="rev:Version-6.0.0-2009-01-19" href="#Version-6.0.0-2009-01-19">Version 6.0.0 (2009-01-19)</a><ul><li><a id="rev:Incompatible-changes" href="#Incompatible-changes">Incompatible changes</a></li><li><a id="rev:New-features" href="#New-features">New features</a></li><li><a id="rev:Bug-fixes" href="#Bug-fixes">Bug fixes</a></li><li><a id="rev:Housekeeping" href="#Housekeeping">Housekeeping</a></li></ul></li></ul></li>
676
+ <li>1&nbsp;&nbsp;<a id="rev:Introduction" href="#Introduction">Introduction</a><ul><li>1.1&nbsp;&nbsp;<a id="rev:Logistics" href="#Logistics">Logistics</a><ul><li><a id="rev:Version-numbers" href="#Version-numbers">Version numbers</a></li></ul></li><li>1.2&nbsp;&nbsp;<a id="rev:License" href="#License">License</a></li><li>1.3&nbsp;&nbsp;<a id="rev:Credits" href="#Credits">Credits</a></li><li>1.4&nbsp;&nbsp;<a id="rev:Reviews" href="#Reviews">Reviews</a></li></ul></li><li>2&nbsp;&nbsp;<a id="rev:Setup" href="#Setup">Setup</a><ul><li>2.1&nbsp;&nbsp;<a id="rev:Requirements" href="#Requirements">Requirements</a></li><li>2.2&nbsp;&nbsp;<a id="rev:Installation" href="#Installation">Installation</a></li><li>2.3&nbsp;&nbsp;<a id="rev:Manifest" href="#Manifest">Manifest</a></li></ul></li><li>3&nbsp;&nbsp;<a id="rev:Theory-of-operation" href="#Theory-of-operation">Theory of operation</a><ul><li>3.1&nbsp;&nbsp;<a id="rev:Nodes" href="#Nodes">Nodes</a><ul><li>3.1.1&nbsp;&nbsp;<a id="rev:Node.class" href="#Node.class">The <code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span></code> class</a></li></ul></li><li>3.2&nbsp;&nbsp;<a id="rev:SpecFile" href="#SpecFile">Format specification file</a><ul><li>3.2.1&nbsp;&nbsp;<a id="rev:SpecFile.nodes" href="#SpecFile.nodes">Node definition</a><ul><li>3.2.1.1&nbsp;&nbsp;<a id="rev:SpecFile.nodes.output" href="#SpecFile.nodes.output">Node output template</a></li></ul></li><li>3.2.2&nbsp;&nbsp;<a id="rev:SpecFile.output" href="#SpecFile.output">Document output template</a></li><li>3.2.3&nbsp;&nbsp;<a id="rev:HelloWorld" href="#HelloWorld">Creating your own document format</a></li></ul></li></ul></li><li>4&nbsp;&nbsp;<a id="rev:Usage" href="#Usage">Usage</a><ul><li>4.1&nbsp;&nbsp;<a id="rev:Command-line-interface" href="#Command-line-interface">Command-line interface</a><ul><li>4.1.1&nbsp;&nbsp;<a id="rev:Saving-the-output-to-a-file" href="#Saving-the-output-to-a-file">Saving the output to a file</a></li></ul></li><li>4.2&nbsp;&nbsp;<a id="rev:include" href="#include">Including external documents</a></li><li>4.3&nbsp;&nbsp;<a id="rev:Unindenting-nodes-hierarchically" href="#Unindenting-nodes-hierarchically">Unindenting nodes hierarchically</a></li></ul></li><li>5&nbsp;&nbsp;<a id="rev:Formats" href="#Formats">Formats</a><ul><li>5.1&nbsp;&nbsp;<a id="rev:xhtml" href="#xhtml">XHTML (web page)</a><ul><li>5.1.1&nbsp;&nbsp;<a id="rev:Text-to-XHTML-conversion" href="#Text-to-XHTML-conversion">Text to XHTML conversion</a><ul><li>5.1.1.1&nbsp;&nbsp;<a id="rev:Syntax-coloring-for-source-code" href="#Syntax-coloring-for-source-code">Syntax coloring for source code</a><ul><li>5.1.1.1.1&nbsp;&nbsp;<a id="rev:Specifying-the-programming-language" href="#Specifying-the-programming-language">Specifying the programming language</a></li></ul></li><li>5.1.1.2&nbsp;&nbsp;<a id="rev:Smart-sizing-of-source-code" href="#Smart-sizing-of-source-code">Smart sizing of source code</a></li><li>5.1.1.3&nbsp;&nbsp;<a id="rev:Protecting-verbatim-text" href="#Protecting-verbatim-text">Protecting verbatim text</a></li></ul></li><li>5.1.2&nbsp;&nbsp;<a id="rev:Parameters" href="#Parameters">Parameters</a></li><li>5.1.3&nbsp;&nbsp;<a id="rev:Methods" href="#Methods">Methods</a><ul><li><a id="rev:a-ERBook::Document::Node-title" href="#a-ERBook::Document::Node-title"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#title()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-id" href="#a-ERBook::Document::Node-id"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#id()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-title_xhtml" href="#a-ERBook::Document::Node-title_xhtml"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#title_xhtml()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-content_xhtml" href="#a-ERBook::Document::Node-content_xhtml"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#content_xhtml()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-title_link-title-nil" href="#a-ERBook::Document::Node-title_link-title-nil"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#title_link(title = nil)</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-index_link" href="#a-ERBook::Document::Node-index_link"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#index_link()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-number_link" href="#a-ERBook::Document::Node-number_link"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#number_link()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node-navigation" href="#a-ERBook::Document::Node-navigation"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#navigation()</span></code></a></li><li><a id="rev:a-ERBook::Document::Node::navigation-here_frag-list_frag-prev_frag-next_frag" href="#a-ERBook::Document::Node::navigation-here_frag-list_frag-prev_frag-next_frag"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span>::navigation(here_frag, list_frag, prev_frag, next_frag)</code></a></li><li><a id="rev:a-ERBook::Document::Node-xref_link-label-nil" href="#a-ERBook::Document::Node-xref_link-label-nil"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Document</span>::<span style="color:#036;font-weight:bold">Node</span><span style="color:#666">#xref_link(label = nil)</span></code></a></li><li><a id="rev:a-Hash-to_xml_atts" href="#a-Hash-to_xml_atts"><code class="code"><span style="color:#036;font-weight:bold">Hash</span><span style="color:#666">#to_xml_atts()</span></code></a></li><li><a id="rev:a-ERBook::Template-verbatim-content" href="#a-ERBook::Template-verbatim-content"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Template</span><span style="color:#666">#verbatim(content)</span></code></a></li><li><a id="rev:a-ERBook::Template-hyperlink-url-label-url-title-nil" href="#a-ERBook::Template-hyperlink-url-label-url-title-nil"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Template</span><span style="color:#666">#hyperlink(url, label = url, title = nil)</span></code></a></li><li><a id="rev:a-ERBook::Template-embed_image_file-path-format-path-w-atts" href="#a-ERBook::Template-embed_image_file-path-format-path-w-atts"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Template</span><span style="color:#666">#embed_image_file(path, format = path[/\w+/], atts = {})</span></code></a></li><li><a id="rev:a-ERBook::Template-embed_image_data-data-format-atts" href="#a-ERBook::Template-embed_image_data-data-format-atts"><code class="code"><span style="color:#036;font-weight:bold">ERBook</span>::<span style="color:#036;font-weight:bold">Template</span><span style="color:#666">#embed_image_data(data, format, atts = {})</span></code></a></li><li><a id="rev:a-String-to_xml_entities" href="#a-String-to_xml_entities"><code class="code"><span style="color:#036;font-weight:bold">String</span><span style="color:#666">#to_xml_entities()</span></code></a></li><li><a id="rev:a-String-to_uri_fragment" href="#a-String-to_uri_fragment"><code class="code"><span style="color:#036;font-weight:bold">String</span><span style="color:#666">#to_uri_fragment()</span></code></a></li><li><a id="rev:a-String-to_inline_xhtml" href="#a-String-to_inline_xhtml"><code class="code"><span style="color:#036;font-weight:bold">String</span><span style="color:#666">#to_inline_xhtml()</span></code></a></li><li><a id="rev:a-String-to_xhtml-inline-false" href="#a-String-to_xhtml-inline-false"><code class="code"><span style="color:#036;font-weight:bold">String</span><span style="color:#666">#to_xhtml(inline = false)</span></code></a></li></ul></li><li>5.1.4&nbsp;&nbsp;<a id="rev:xhtml.nodes" href="#xhtml.nodes">Nodes</a><ul><li>5.1.4.1&nbsp;&nbsp;<a id="rev:Structural-nodes" href="#Structural-nodes">Structural nodes</a><ul><li>5.1.4.1.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.header" href="#xhtml.nodes.header">header</a></li><li>5.1.4.1.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.footer" href="#xhtml.nodes.footer">footer</a></li><li>5.1.4.1.3&nbsp;&nbsp;<a id="rev:xhtml.nodes.abstract" href="#xhtml.nodes.abstract">abstract</a></li><li>5.1.4.1.4&nbsp;&nbsp;<a id="rev:xhtml.nodes.xref" href="#xhtml.nodes.xref">xref</a></li></ul></li><li>5.1.4.2&nbsp;&nbsp;<a id="rev:Organizational-nodes" href="#Organizational-nodes">Organizational nodes</a><ul><li>5.1.4.2.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.node" href="#xhtml.nodes.node">node</a></li><li>5.1.4.2.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.part" href="#xhtml.nodes.part">part</a><ul><li>5.1.4.2.2.1&nbsp;&nbsp;<a id="rev:An-example" href="#An-example">An example</a></li></ul></li><li>5.1.4.2.3&nbsp;&nbsp;<a id="rev:xhtml.nodes.chapter" href="#xhtml.nodes.chapter">chapter</a><ul><li>5.1.4.2.3.1&nbsp;&nbsp;<a id="rev:An-example-5.1.4.2.3.1" href="#An-example-5.1.4.2.3.1">An example</a></li></ul></li><li>5.1.4.2.4&nbsp;&nbsp;<a id="rev:xhtml.nodes.section" href="#xhtml.nodes.section">section</a><ul><li>5.1.4.2.4.1&nbsp;&nbsp;<a id="rev:An-example-5.1.4.2.4.1" href="#An-example-5.1.4.2.4.1">An example</a></li></ul></li><li>5.1.4.2.5&nbsp;&nbsp;<a id="rev:xhtml.nodes.paragraph" href="#xhtml.nodes.paragraph">paragraph</a><ul><li><a id="rev:An-example-609366268" href="#An-example-609366268">An example</a></li></ul></li></ul></li><li>5.1.4.3&nbsp;&nbsp;<a id="rev:Admonition-nodes" href="#Admonition-nodes">Admonition nodes</a><ul><li>5.1.4.3.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.warning" href="#xhtml.nodes.warning">warning</a></li><li>5.1.4.3.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.caution" href="#xhtml.nodes.caution">caution</a></li><li>5.1.4.3.3&nbsp;&nbsp;<a id="rev:xhtml.nodes.important" href="#xhtml.nodes.important">important</a></li><li>5.1.4.3.4&nbsp;&nbsp;<a id="rev:xhtml.nodes.note" href="#xhtml.nodes.note">note</a></li><li>5.1.4.3.5&nbsp;&nbsp;<a id="rev:xhtml.nodes.tip" href="#xhtml.nodes.tip">tip</a></li></ul></li><li>5.1.4.4&nbsp;&nbsp;<a id="rev:Auxilary-materials" href="#Auxilary-materials">Auxilary materials</a><ul><li>5.1.4.4.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.figure" href="#xhtml.nodes.figure">figure</a></li><li>5.1.4.4.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.table" href="#xhtml.nodes.table">table</a></li><li>5.1.4.4.3&nbsp;&nbsp;<a id="rev:xhtml.nodes.example" href="#xhtml.nodes.example">example</a></li><li>5.1.4.4.4&nbsp;&nbsp;<a id="rev:xhtml.nodes.equation" href="#xhtml.nodes.equation">equation</a></li><li>5.1.4.4.5&nbsp;&nbsp;<a id="rev:xhtml.nodes.procedure" href="#xhtml.nodes.procedure">procedure</a></li></ul></li><li>5.1.4.5&nbsp;&nbsp;<a id="rev:Bibliographical-nodes" href="#Bibliographical-nodes">Bibliographical nodes</a><ul><li>5.1.4.5.1&nbsp;&nbsp;<a id="rev:xhtml.nodes.reference" href="#xhtml.nodes.reference">reference</a><ul><li><a id="rev:An-example-609682968" href="#An-example-609682968">An example</a></li></ul></li><li>5.1.4.5.2&nbsp;&nbsp;<a id="rev:xhtml.nodes.cite" href="#xhtml.nodes.cite">cite</a></li></ul></li></ul></li></ul></li><li>5.2&nbsp;&nbsp;<a id="rev:text" href="#text">Plain text</a></li><li>5.3&nbsp;&nbsp;<a id="rev:latex" href="#latex">LaTeX (PDF)</a></li><li>5.4&nbsp;&nbsp;<a id="rev:man" href="#man">UNIX manual page</a></li></ul></li><li>6&nbsp;&nbsp;<a id="rev:history" href="#history">Project history</a><ul><li>6.1&nbsp;&nbsp;<a id="rev:Version-6.0.1-2009-01-19" href="#Version-6.0.1-2009-01-19">Version 6.0.1 (2009-01-19)</a></li><li>6.1&nbsp;&nbsp;<a id="rev:Version-6.0.0-2009-01-19" href="#Version-6.0.0-2009-01-19">Version 6.0.0 (2009-01-19)</a><ul><li><a id="rev:Incompatible-changes" href="#Incompatible-changes">Incompatible changes</a></li><li><a id="rev:New-features" href="#New-features">New features</a></li><li><a id="rev:Bug-fixes" href="#Bug-fixes">Bug fixes</a></li><li><a id="rev:Housekeeping" href="#Housekeeping">Housekeeping</a></li></ul></li></ul></li>
677
677
 
678
678
  <li><a id="rev:References" href="#References">References</a></li>
679
679
  </ul>
@@ -847,7 +847,7 @@
847
847
  <p>If the installation was successful, you will see output like this:</p>
848
848
 
849
849
  <p><pre>project: ERBook
850
- version: 6.0.0
850
+ version: 6.0.1
851
851
  release: 2009-01-19
852
852
  website: http://snk.tuxfamily.org/lib/erbook/
853
853
  install: /home/sun/src/erbook</pre></p>
@@ -1315,7 +1315,7 @@ My name is nil and these are my properties:
1315
1315
 
1316
1316
  <dl style='border-left: thick dotted LightGrey; padding-left: 1em;'>
1317
1317
  <dt>args</dt>
1318
- <dd><code class="code">[<span style="background-color:#fff0f0;color:#D20"><span style="color:#710">&quot;</span><span style="">Hopeful</span><span style="color:#710">&quot;</span></span>, <span style="color:#60E;font-weight:bold">0.206825122967076</span>]</code></dd>
1318
+ <dd><code class="code">[<span style="background-color:#fff0f0;color:#D20"><span style="color:#710">&quot;</span><span style="">Hopeful</span><span style="color:#710">&quot;</span></span>, <span style="color:#60E;font-weight:bold">0.129688166237699</span>]</code></dd>
1319
1319
 
1320
1320
  <dt>index</dt>
1321
1321
  <dd><code class="code"><span style="background-color:#fff0f0;color:#D20"><span style="color:#710">&quot;</span><span style="">1.1.1</span><span style="color:#710">&quot;</span></span></code></dd>
@@ -1337,7 +1337,7 @@ My name is nil and these are my properties:
1337
1337
 
1338
1338
  <dl style='border-left: thick dotted LightGrey; padding-left: 1em;'>
1339
1339
  <dt>args</dt>
1340
- <dd><code class="code">[<span style="background-color:#fff0f0;color:#D20"><span style="color:#710">&quot;</span><span style="">Confused</span><span style="color:#710">&quot;</span></span>, <span style="color:#60E;font-weight:bold">0.491025424447163</span>]</code></dd>
1340
+ <dd><code class="code">[<span style="background-color:#fff0f0;color:#D20"><span style="color:#710">&quot;</span><span style="">Confused</span><span style="color:#710">&quot;</span></span>, <span style="color:#60E;font-weight:bold">0.0535821548187691</span>]</code></dd>
1341
1341
 
1342
1342
  <dt>index</dt>
1343
1343
  <dd><code class="code"><span style="background-color:#fff0f0;color:#D20"><span style="color:#710">&quot;</span><span style="">1.1.1.1</span><span style="color:#710">&quot;</span></span></code></dd>
@@ -1386,7 +1386,7 @@ My name is nil and these are my properties:
1386
1386
 
1387
1387
  <dl style='border-left: thick dotted LightGrey; padding-left: 1em;'>
1388
1388
  <dt>args</dt>
1389
- <dd><code class="code">[<span style="background-color:#fff0f0;color:#D20"><span style="color:#710">&quot;</span><span style="">Sleepy</span><span style="color:#710">&quot;</span></span>, <span style="color:#036;font-weight:bold">Mon</span> <span style="color:#036;font-weight:bold">Jan</span> <span style="color:#00D;font-weight:bold">19</span> <span style="color:#00D;font-weight:bold">04</span>:<span style="color:#00D;font-weight:bold">46</span>:<span style="color:#00D;font-weight:bold">00</span> -<span style="color:#00D;font-weight:bold">0800</span> <span style="color:#00D;font-weight:bold">2009</span>]</code></dd>
1389
+ <dd><code class="code">[<span style="background-color:#fff0f0;color:#D20"><span style="color:#710">&quot;</span><span style="">Sleepy</span><span style="color:#710">&quot;</span></span>, <span style="color:#036;font-weight:bold">Mon</span> <span style="color:#036;font-weight:bold">Jan</span> <span style="color:#00D;font-weight:bold">19</span> <span style="color:#00D;font-weight:bold">12</span>:<span style="color:#00D;font-weight:bold">56</span>:<span style="color:#00D;font-weight:bold">00</span> -<span style="color:#00D;font-weight:bold">0800</span> <span style="color:#00D;font-weight:bold">2009</span>]</code></dd>
1390
1390
 
1391
1391
  <dt>index</dt>
1392
1392
  <dd><code class="code"><span style="background-color:#fff0f0;color:#D20"><span style="color:#710">&quot;</span><span style="">1.2</span><span style="color:#710">&quot;</span></span></code></dd>
@@ -1548,7 +1548,7 @@ Option:
1548
1548
  <a name="Save-XHTML-output-as-.xhtml"/><div class="nav" id="Save-XHTML-output-as-.xhtml"><a title="Reverse jump to listing" href="#rev:Save-XHTML-output-as-.xhtml">&equiv;</a><a title="Jump to previous segment" href="#Saving-the-output-to-a-file">&#x25B3;</a><a title="Jump to next segment" href="#include">&#x25BD;</a><a title="Jump to this segment" href="#Save-XHTML-output-as-.xhtml">&#x25CE;</a></div>
1549
1549
  <p class="title">Important 1.&nbsp;&nbsp;Save XHTML output as <tt>.xhtml</tt></p>
1550
1550
  <div class="content">
1551
- <img class="icon" src="&icon_important;" alt="important"/>
1551
+ <img class="icon" alt="important" src="&icon_important;"/>
1552
1552
  <p>When you use the XHTML format, ensure that the file extension of your saved output document is either <tt>.xhtml</tt> or <tt>.xml</tt>. Alternatively, ensure that your saved output document is served to web browsers under the <tt>application/xhtml+xml</tt> mime type.</p>
1553
1553
 
1554
1554
  <p>Otherwise, most web browsers <em>will not display</em> the icons and graphics embedded in the saved XHTML output document because they will treat it as HTML instead of as XML. See <a href='http://www.quirksmode.org/bugreports/archives/2005/02/custom_dtds_int_1.html'>this QuirksMode.org bug report</a> for details.</p>
@@ -2066,20 +2066,20 @@ at the root.
2066
2066
  <div class="content"><p>This is how a <strong>section</strong> node appears.</p></div>
2067
2067
  </div></p></div>
2068
2068
  </div> <div class="section">
2069
- <a name="xhtml.nodes.paragraph"/><div class="nav" id="xhtml.nodes.paragraph"><a title="Reverse jump to listing" href="#rev:xhtml.nodes.paragraph">&equiv;</a><a title="Jump to previous segment" href="#An-example-5.1.4.2.4.1">&#x25B3;</a><a title="Jump to next segment" href="#An-example-608866148">&#x25BD;</a><a title="Jump to this segment" href="#xhtml.nodes.paragraph">&#x25CE;</a></div>
2069
+ <a name="xhtml.nodes.paragraph"/><div class="nav" id="xhtml.nodes.paragraph"><a title="Reverse jump to listing" href="#rev:xhtml.nodes.paragraph">&equiv;</a><a title="Jump to previous segment" href="#An-example-5.1.4.2.4.1">&#x25B3;</a><a title="Jump to next segment" href="#An-example-609366268">&#x25BD;</a><a title="Jump to this segment" href="#xhtml.nodes.paragraph">&#x25CE;</a></div>
2070
2070
  <h5 class="title">
2071
2071
  5.1.4.2.5&nbsp;&nbsp;paragraph
2072
2072
  </h5>
2073
2073
  <div class="content"><p>A collection of sentences about a particular idea.</p>
2074
2074
 
2075
2075
  <p><div class="paragraph">
2076
- <a name="An-example-608866148"/><div class="nav" id="An-example-608866148"><a title="Reverse jump to listing" href="#rev:An-example-608866148">&equiv;</a><a title="Jump to previous segment" href="#xhtml.nodes.paragraph">&#x25B3;</a><a title="Jump to next segment" href="#Admonition-nodes">&#x25BD;</a><a title="Jump to this segment" href="#An-example-608866148">&#x25CE;</a></div>
2076
+ <a name="An-example-609366268"/><div class="nav" id="An-example-609366268"><a title="Reverse jump to listing" href="#rev:An-example-609366268">&equiv;</a><a title="Jump to previous segment" href="#xhtml.nodes.paragraph">&#x25B3;</a><a title="Jump to next segment" href="#Admonition-nodes">&#x25BD;</a><a title="Jump to this segment" href="#An-example-609366268">&#x25CE;</a></div>
2077
2077
  <p class="title">An example</p>
2078
2078
  <div class="content"><p>This is how a <strong>paragraph</strong> node appears. Notice that there is no LaTeX-style index number in the heading of this <strong>paragraph</strong> node.</p></div>
2079
2079
  </div></p></div>
2080
2080
  </div></p></div>
2081
2081
  </div> <div class="section">
2082
- <a name="Admonition-nodes"/><div class="nav" id="Admonition-nodes"><a title="Reverse jump to listing" href="#rev:Admonition-nodes">&equiv;</a><a title="Jump to previous segment" href="#An-example-608866148">&#x25B3;</a><a title="Jump to next segment" href="#xhtml.nodes.warning">&#x25BD;</a><a title="Jump to this segment" href="#Admonition-nodes">&#x25CE;</a></div>
2082
+ <a name="Admonition-nodes"/><div class="nav" id="Admonition-nodes"><a title="Reverse jump to listing" href="#rev:Admonition-nodes">&equiv;</a><a title="Jump to previous segment" href="#An-example-609366268">&#x25B3;</a><a title="Jump to next segment" href="#xhtml.nodes.warning">&#x25BD;</a><a title="Jump to this segment" href="#Admonition-nodes">&#x25CE;</a></div>
2083
2083
  <h4 class="title">
2084
2084
  5.1.4.3&nbsp;&nbsp;Admonition nodes
2085
2085
  </h4>
@@ -2098,7 +2098,7 @@ at the root.
2098
2098
  <a name="An-example-1"/><div class="nav" id="An-example-1"><a title="Reverse jump to listing" href="#rev:An-example-1">&equiv;</a><a title="Jump to previous segment" href="#xhtml.nodes.warning">&#x25B3;</a><a title="Jump to next segment" href="#xhtml.nodes.caution">&#x25BD;</a><a title="Jump to this segment" href="#An-example-1">&#x25CE;</a></div>
2099
2099
  <p class="title">Warning 1.&nbsp;&nbsp;An example</p>
2100
2100
  <div class="content">
2101
- <img class="icon" src="&icon_warning;" alt="warning"/>
2101
+ <img class="icon" alt="warning" src="&icon_warning;"/>
2102
2102
  <p>This is how a <strong>warning</strong> node appears.</p>
2103
2103
  </div>
2104
2104
  </div></p></div>
@@ -2113,7 +2113,7 @@ at the root.
2113
2113
  <a name="An-example-1-1"/><div class="nav" id="An-example-1-1"><a title="Reverse jump to listing" href="#rev:An-example-1-1">&equiv;</a><a title="Jump to previous segment" href="#xhtml.nodes.caution">&#x25B3;</a><a title="Jump to next segment" href="#xhtml.nodes.important">&#x25BD;</a><a title="Jump to this segment" href="#An-example-1-1">&#x25CE;</a></div>
2114
2114
  <p class="title">Caution 1.&nbsp;&nbsp;An example</p>
2115
2115
  <div class="content">
2116
- <img class="icon" src="&icon_caution;" alt="caution"/>
2116
+ <img class="icon" alt="caution" src="&icon_caution;"/>
2117
2117
  <p>This is how a <strong>caution</strong> node appears.</p>
2118
2118
  </div>
2119
2119
  </div></p></div>
@@ -2130,7 +2130,7 @@ at the root.
2130
2130
  <a name="An-example-2"/><div class="nav" id="An-example-2"><a title="Reverse jump to listing" href="#rev:An-example-2">&equiv;</a><a title="Jump to previous segment" href="#xhtml.nodes.important">&#x25B3;</a><a title="Jump to next segment" href="#xhtml.nodes.note">&#x25BD;</a><a title="Jump to this segment" href="#An-example-2">&#x25CE;</a></div>
2131
2131
  <p class="title">Important 2.&nbsp;&nbsp;An example</p>
2132
2132
  <div class="content">
2133
- <img class="icon" src="&icon_important;" alt="important"/>
2133
+ <img class="icon" alt="important" src="&icon_important;"/>
2134
2134
  <p>This is how a <strong>important</strong> node appears.</p>
2135
2135
  </div>
2136
2136
  </div></p></div>
@@ -2147,7 +2147,7 @@ at the root.
2147
2147
  <a name="An-example-1-1-1"/><div class="nav" id="An-example-1-1-1"><a title="Reverse jump to listing" href="#rev:An-example-1-1-1">&equiv;</a><a title="Jump to previous segment" href="#xhtml.nodes.note">&#x25B3;</a><a title="Jump to next segment" href="#xhtml.nodes.tip">&#x25BD;</a><a title="Jump to this segment" href="#An-example-1-1-1">&#x25CE;</a></div>
2148
2148
  <p class="title">Note 1.&nbsp;&nbsp;An example</p>
2149
2149
  <div class="content">
2150
- <img class="icon" src="&icon_note;" alt="note"/>
2150
+ <img class="icon" alt="note" src="&icon_note;"/>
2151
2151
  <p>This is how a <strong>note</strong> node appears.</p>
2152
2152
  </div>
2153
2153
  </div></p></div>
@@ -2164,7 +2164,7 @@ at the root.
2164
2164
  <a name="An-example-1-1-1-1"/><div class="nav" id="An-example-1-1-1-1"><a title="Reverse jump to listing" href="#rev:An-example-1-1-1-1">&equiv;</a><a title="Jump to previous segment" href="#xhtml.nodes.tip">&#x25B3;</a><a title="Jump to next segment" href="#Auxilary-materials">&#x25BD;</a><a title="Jump to this segment" href="#An-example-1-1-1-1">&#x25CE;</a></div>
2165
2165
  <p class="title">Tip 1.&nbsp;&nbsp;An example</p>
2166
2166
  <div class="content">
2167
- <img class="icon" src="&icon_tip;" alt="tip"/>
2167
+ <img class="icon" alt="tip" src="&icon_tip;"/>
2168
2168
  <p>This is how a <strong>tip</strong> node appears.</p>
2169
2169
  </div>
2170
2170
  </div></p></div>
@@ -2243,7 +2243,7 @@ at the root.
2243
2243
  <div class="content"><p>The nodes in this section deal with attribution of ideas&#8212;an important weapon against plagiarism.</p>
2244
2244
 
2245
2245
  <p><div class="section">
2246
- <a name="xhtml.nodes.reference"/><div class="nav" id="xhtml.nodes.reference"><a title="Reverse jump to listing" href="#rev:xhtml.nodes.reference">&equiv;</a><a title="Jump to previous segment" href="#Bibliographical-nodes">&#x25B3;</a><a title="Jump to next segment" href="#An-example-609181648">&#x25BD;</a><a title="Jump to this segment" href="#xhtml.nodes.reference">&#x25CE;</a></div>
2246
+ <a name="xhtml.nodes.reference"/><div class="nav" id="xhtml.nodes.reference"><a title="Reverse jump to listing" href="#rev:xhtml.nodes.reference">&equiv;</a><a title="Jump to previous segment" href="#Bibliographical-nodes">&#x25B3;</a><a title="Jump to next segment" href="#An-example-609682968">&#x25BD;</a><a title="Jump to this segment" href="#xhtml.nodes.reference">&#x25CE;</a></div>
2247
2247
  <h5 class="title">
2248
2248
  5.1.4.5.1&nbsp;&nbsp;reference
2249
2249
  </h5>
@@ -2252,12 +2252,12 @@ at the root.
2252
2252
  <p>If you wish to cite a certain source in several places in your document, start by creating a <strong>reference</strong> node first and then use a <strong>cite</strong> node (see <a class="xref" href="#xhtml.nodes.cite">Section 5.1.4.5.2. cite</a>) to perform the citation.</p>
2253
2253
 
2254
2254
  <p><div class="paragraph">
2255
- <a name="An-example-609181648"/><div class="nav" id="An-example-609181648"><a title="Reverse jump to listing" href="#rev:An-example-609181648">&equiv;</a><a title="Jump to previous segment" href="#xhtml.nodes.reference">&#x25B3;</a><a title="Jump to next segment" href="#xhtml.nodes.cite">&#x25BD;</a><a title="Jump to this segment" href="#An-example-609181648">&#x25CE;</a></div>
2255
+ <a name="An-example-609682968"/><div class="nav" id="An-example-609682968"><a title="Reverse jump to listing" href="#rev:An-example-609682968">&equiv;</a><a title="Jump to previous segment" href="#xhtml.nodes.reference">&#x25B3;</a><a title="Jump to next segment" href="#xhtml.nodes.cite">&#x25BD;</a><a title="Jump to this segment" href="#An-example-609682968">&#x25CE;</a></div>
2256
2256
  <p class="title">An example</p>
2257
2257
  <div class="content"><p>See <a class="xref" href="#xhtml.nodes.reference.example">Reference 2</a> for an example of how a <strong>reference</strong> node appears.</p></div>
2258
2258
  </div> </p></div>
2259
2259
  </div> <div class="section">
2260
- <a name="xhtml.nodes.cite"/><div class="nav" id="xhtml.nodes.cite"><a title="Reverse jump to listing" href="#rev:xhtml.nodes.cite">&equiv;</a><a title="Jump to previous segment" href="#An-example-609181648">&#x25B3;</a><a title="Jump to next segment" href="#text">&#x25BD;</a><a title="Jump to this segment" href="#xhtml.nodes.cite">&#x25CE;</a></div>
2260
+ <a name="xhtml.nodes.cite"/><div class="nav" id="xhtml.nodes.cite"><a title="Reverse jump to listing" href="#rev:xhtml.nodes.cite">&equiv;</a><a title="Jump to previous segment" href="#An-example-609682968">&#x25B3;</a><a title="Jump to next segment" href="#text">&#x25BD;</a><a title="Jump to this segment" href="#xhtml.nodes.cite">&#x25CE;</a></div>
2261
2261
  <h5 class="title">
2262
2262
  5.1.4.5.2&nbsp;&nbsp;cite
2263
2263
  </h5>
@@ -2310,14 +2310,20 @@ at the root.
2310
2310
  <a href='http://en.wikipedia.org/wiki/Man_page'>http://en.wikipedia.org/wiki/Man_page</a></div>
2311
2311
  </div></p></div>
2312
2312
  </div><div class="chapter">
2313
- <a name="history"/><div class="nav" id="history"><a title="Reverse jump to listing" href="#rev:history">&equiv;</a><a title="Jump to previous segment" href="#man">&#x25B3;</a><a title="Jump to next segment" href="#Version-6.0.0-2009-01-19">&#x25BD;</a><a title="Jump to this segment" href="#history">&#x25CE;</a></div>
2313
+ <a name="history"/><div class="nav" id="history"><a title="Reverse jump to listing" href="#rev:history">&equiv;</a><a title="Jump to previous segment" href="#man">&#x25B3;</a><a title="Jump to next segment" href="#Version-6.0.1-2009-01-19">&#x25BD;</a><a title="Jump to this segment" href="#history">&#x25CE;</a></div>
2314
2314
  <h1 class="title">
2315
2315
  Chapter&nbsp;6
2316
2316
  <br/>
2317
2317
  <big>Project history</big>
2318
2318
  </h1>
2319
2319
  <div class="content"><p><p><div class="section">
2320
- <a name="Version-6.0.0-2009-01-19"/><div class="nav" id="Version-6.0.0-2009-01-19"><a title="Reverse jump to listing" href="#rev:Version-6.0.0-2009-01-19">&equiv;</a><a title="Jump to previous segment" href="#history">&#x25B3;</a><a title="Jump to next segment" href="#Incompatible-changes">&#x25BD;</a><a title="Jump to this segment" href="#Version-6.0.0-2009-01-19">&#x25CE;</a></div>
2320
+ <a name="Version-6.0.1-2009-01-19"/><div class="nav" id="Version-6.0.1-2009-01-19"><a title="Reverse jump to listing" href="#rev:Version-6.0.1-2009-01-19">&equiv;</a><a title="Jump to previous segment" href="#history">&#x25B3;</a><a title="Jump to next segment" href="#Version-6.0.0-2009-01-19">&#x25BD;</a><a title="Jump to this segment" href="#Version-6.0.1-2009-01-19">&#x25CE;</a></div>
2321
+ <h2 class="title">
2322
+ 6.1&nbsp;&nbsp;Version 6.0.1 (2009-01-19)
2323
+ </h2>
2324
+ <div class="content"><p>This release reattempts to fix the <a href='http://www.ruby-forum.com/topic/176173#771281'>circular dependency problem</a> that occurred when installing either <strong>Inochi</strong> or <strong>ERBook</strong>.</p></div>
2325
+ </div> <div class="section">
2326
+ <a name="Version-6.0.0-2009-01-19"/><div class="nav" id="Version-6.0.0-2009-01-19"><a title="Reverse jump to listing" href="#rev:Version-6.0.0-2009-01-19">&equiv;</a><a title="Jump to previous segment" href="#Version-6.0.1-2009-01-19">&#x25B3;</a><a title="Jump to next segment" href="#Incompatible-changes">&#x25BD;</a><a title="Jump to this segment" href="#Version-6.0.0-2009-01-19">&#x25CE;</a></div>
2321
2327
  <h2 class="title">
2322
2328
  6.1&nbsp;&nbsp;Version 6.0.0 (2009-01-19)
2323
2329
  </h2>
@@ -2437,16 +2443,16 @@ at the root.
2437
2443
 
2438
2444
  <div id="footer">
2439
2445
 
2440
- Generated by <a href="http://snk.tuxfamily.org/lib/erbook/">ERBook 6.0.0</a> on Mon Jan 19 04:46:04 -0800 2009.
2446
+ Generated by <a href="http://snk.tuxfamily.org/lib/erbook/">ERBook 6.0.1</a> on Mon Jan 19 12:56:04 -0800 2009.
2441
2447
 
2442
2448
  <div id="footer-credits">
2443
2449
  <p>
2444
- <img class="icon" src="&icon_caution;" alt="caution"/>
2445
- <img class="icon" src="&icon_tip;" alt="tip"/>
2446
- <img class="icon" src="&icon_important;" alt="important"/>
2447
- <img class="icon" src="&icon_note;" alt="note"/>
2448
- <img class="icon" src="&icon_warning;" alt="warning"/>
2449
- <img class="icon" src="&icon_quote;" alt="quote"/>
2450
+ <img class="icon" alt="caution" src="&icon_caution;"/>
2451
+ <img class="icon" alt="tip" src="&icon_tip;"/>
2452
+ <img class="icon" alt="important" src="&icon_important;"/>
2453
+ <img class="icon" alt="note" src="&icon_note;"/>
2454
+ <img class="icon" alt="warning" src="&icon_warning;"/>
2455
+ <img class="icon" alt="quote" src="&icon_quote;"/>
2450
2456
 
2451
2457
  <br/>
2452
2458
 
@@ -2454,7 +2460,7 @@ at the root.
2454
2460
  </p>
2455
2461
 
2456
2462
  <p>
2457
- <img class="icon" src="&icon_link;" alt="link"/>
2463
+ <img class="icon" alt="link" src="&icon_link;"/>
2458
2464
 
2459
2465
  <br/>
2460
2466
 
data/lib/erbook.rb CHANGED
@@ -3,7 +3,7 @@ require 'inochi'
3
3
 
4
4
  Inochi.init :ERBook,
5
5
  :program => 'erbook',
6
- :version => '6.0.0',
6
+ :version => '6.0.1',
7
7
  :release => '2009-01-19',
8
8
  :website => 'http://snk.tuxfamily.org/lib/erbook/',
9
9
  :tagline => 'Extensible document processor based on eRuby',
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: 6.0.0
4
+ version: 6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suraj N. Kurapati
@@ -18,9 +18,9 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - "="
21
+ - - ~>
22
22
  - !ruby/object:Gem::Version
23
- version: 0.0.0
23
+ version: "0"
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: maruku