workflow-to-galaxy 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,107 +1,105 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <!DOCTYPE html>
4
2
 
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <html>
6
4
  <head>
7
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
8
6
 
9
- <title>File: README [workflow-to-galaxy Docs]</title>
7
+ <title>README - workflow-to-galaxy Docs</title>
10
8
 
11
- <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
12
21
 
13
- <script src="./js/jquery.js" type="text/javascript"
14
- charset="utf-8"></script>
15
- <script src="./js/thickbox-compressed.js" type="text/javascript"
16
- charset="utf-8"></script>
17
- <script src="./js/quicksearch.js" type="text/javascript"
18
- charset="utf-8"></script>
19
- <script src="./js/darkfish.js" type="text/javascript"
20
- charset="utf-8"></script>
21
- </head>
22
22
 
23
23
  <body class="file">
24
- <div id="metadata">
25
- <div id="home-metadata">
26
- <div id="home-section" class="section">
27
- <h3 class="section-header">
28
- <a href="./index.html">Home</a>
29
- <a href="./index.html#classes">Classes</a>
30
- <a href="./index.html#methods">Methods</a>
31
- </h3>
32
- </div>
33
- </div>
34
-
35
- <div id="project-metadata">
36
-
37
-
38
- <div id="fileindex-section" class="section project-section">
39
- <h3 class="section-header">Files</h3>
40
- <ul>
41
-
42
- <li class="file"><a href="./CHANGES.html">CHANGES</a></li>
43
-
44
- <li class="file"><a href="./LICENSE.html">LICENSE</a></li>
45
-
46
- <li class="file"><a href="./README.html">README</a></li>
47
-
48
- </ul>
49
- </div>
50
-
51
-
52
- <div id="classindex-section" class="section project-section">
53
- <h3 class="section-header">Class Index
54
- <span class="search-toggle"><img src="./images/find.png"
55
- height="16" width="16" alt="[+]"
56
- title="show/hide quicksearch" /></span></h3>
57
- <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
58
- <fieldset>
59
- <legend>Quicksearch</legend>
60
- <input type="text" name="quicksearch" value=""
61
- class="quicksearch-field" />
62
- </fieldset>
63
- </form>
64
-
65
- <ul class="link-list">
66
-
67
- <li><a href="./WorkflowToGalaxy.html">WorkflowToGalaxy</a></li>
68
-
69
- <li><a href="./WorkflowToGalaxy/GalaxyTool.html">WorkflowToGalaxy::GalaxyTool</a></li>
70
-
71
- <li><a href="./WorkflowToGalaxy/Workflows.html">WorkflowToGalaxy::Workflows</a></li>
72
-
73
- <li><a href="./String.html">String</a></li>
74
-
75
- </ul>
76
- <div id="no-class-search-results" style="display: none;">No matching classes.</div>
77
- </div>
78
-
79
-
80
- </div>
81
- </div>
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="./CHANGES.html">CHANGES</a>
53
+
54
+ <li class="file"><a href="./LICENSE.html">LICENSE</a>
55
+
56
+ <li class="file"><a href="./README.html">README</a>
57
+
58
+ </ul>
59
+ </nav>
60
+
61
+ <nav id="classindex-section" class="section project-section">
62
+ <h3 class="section-header">Class and Module Index</h3>
63
+
64
+ <ul class="link-list">
65
+
66
+ <li><a href="./WorkflowToGalaxy.html">WorkflowToGalaxy</a>
67
+
68
+ <li><a href="./WorkflowToGalaxy/GalaxyTool.html">WorkflowToGalaxy::GalaxyTool</a>
69
+
70
+ <li><a href="./WorkflowToGalaxy/Workflows.html">WorkflowToGalaxy::Workflows</a>
71
+
72
+ <li><a href="./String.html">String</a>
73
+
74
+ </ul>
75
+ </nav>
82
76
 
83
- <div id="documentation">
84
-
85
- <h1>workflow-to-galaxy tool generator</h1>
86
- <table class="rdoc-list"><tr><td class="rdoc-term"><p>Authors</p></td>
87
- <td>
88
- <p>Konstantinos Karasavvas</p>
89
- </td></tr><tr><td class="rdoc-term"><p>Gem Version</p></td>
90
- <td>
91
- <p>0.3.3</p>
92
- </td></tr><tr><td class="rdoc-term"><p>Contact</p></td>
93
- <td>
94
- <p><a href="mailto:kostas.karasavvas@nbic.nl">kostas.karasavvas@nbic.nl</a></p>
95
- </td></tr><tr><td class="rdoc-term"><p>Licence</p></td>
96
- <td>
77
+ </div>
78
+ </nav>
79
+
80
+ <div id="documentation" class="description">
81
+
82
+ <h1 id="label-workflow-to-galaxy+tool+generator">workflow-to-galaxy tool generator</h1>
83
+ <dl class="rdoc-list note-list"><dt>Authors
84
+ <dd>
85
+ <p>Konstantinos Karasavvas, Finn Bacall</p>
86
+ </dd><dt>Gem Version
87
+ <dd>
88
+ <p>0.3.4</p>
89
+ </dd><dt>Contact
90
+ <dd>
91
+ <p><a href="mailto:r.m.van_schouwen@lumc.nl">r.m.van_schouwen@lumc.nl</a>, <a
92
+ href="mailto:finn.bacall@cs.man.ac.uk">finn.bacall@cs.man.ac.uk</a></p>
93
+ </dd><dt>Licence
94
+ <dd>
97
95
  <p>MIT (See LICENCE or <a
98
96
  href="http://www.opensource.org/licenses/mit-license">www.opensource.org/licenses/mit-license</a>)</p>
99
- </td></tr><tr><td class="rdoc-term"><p>Copyright</p></td>
100
- <td>
97
+ </dd><dt>Copyright
98
+ <dd>
101
99
  <p>© 2010 Netherlands Bioinformatics Centre, The Netherlands</p>
102
- </td></tr></table>
100
+ </dd></dl>
103
101
 
104
- <h2>Synopsis</h2>
102
+ <h2 id="label-Synopsis">Synopsis</h2>
105
103
 
106
104
  <p>This script requires a Taverna2 workflow URL as input and generates a
107
105
  Galaxy tool (a UI XML definition plus a script) that will enable the
@@ -114,11 +112,11 @@ its REST API but a workflow description from a file is also supported.</p>
114
112
  is possible that it will support other workflow management systems in the
115
113
  future.</p>
116
114
 
117
- <h2>Installation</h2>
115
+ <h2 id="label-Installation">Installation</h2>
118
116
 
119
117
  <pre>[sudo] gem install workflow-to-galaxy</pre>
120
118
 
121
- <h2>Usage</h2>
119
+ <h2 id="label-Usage">Usage</h2>
122
120
 
123
121
  <p>workflow_to_galaxy [options] &lt;myExperiement-workflow&gt; |
124
122
  &lt;t2flow-file&gt;</p>
@@ -135,7 +133,7 @@ options are:</p>
135
133
 
136
134
  -t, --t2flow The workflow is a t2flow file.</pre>
137
135
 
138
- <h2>Example</h2>
136
+ <h2 id="label-Example">Example</h2>
139
137
 
140
138
  <p>Let’s say we want to install the taverna2 workflow <a
141
139
  href="http://www.myexperiment.org/workflows/74.html">www.myexperiment.org/workflows/74.html</a>
@@ -143,34 +141,34 @@ from myExperiment repository:</p>
143
141
 
144
142
  <pre>$ workflow_to_galaxy -s http://localhost:8980/taverna-server http://www.myexperiment.org/workflows/74/download/bioaid_proteindiscovery_781733.t2flow?version=5</pre>
145
143
 
146
- <h2>References</h2>
147
- <table class="rdoc-list"><tr><td class="rdoc-term"><p>Taverna-Galaxy</p></td>
148
- <td>
144
+ <h2 id="label-References">References</h2>
145
+ <dl class="rdoc-list note-list"><dt>Taverna-Galaxy
146
+ <dd>
149
147
  <p><a
150
148
  href="https://trac.nbic.nl/elabfactory/wiki/eGalaxy">trac.nbic.nl/elabfactory/wiki/eGalaxy</a></p>
151
- </td></tr><tr><td class="rdoc-term"><p>Galaxy</p></td>
152
- <td>
149
+ </dd><dt>Galaxy
150
+ <dd>
153
151
  <p><a href="http://galaxy.psu.edu">galaxy.psu.edu</a></p>
154
- </td></tr><tr><td class="rdoc-term"><p>Taverna2</p></td>
155
- <td>
152
+ </dd><dt>Taverna2
153
+ <dd>
156
154
  <p><a href="http://www.taverna.org.uk">www.taverna.org.uk</a></p>
157
- </td></tr><tr><td class="rdoc-term"><p>myExperiment</p></td>
158
- <td>
155
+ </dd><dt>myExperiment
156
+ <dd>
159
157
  <p><a href="http://www.myexperiment.org">www.myexperiment.org</a></p>
160
- </td></tr></table>
158
+ </dd></dl>
161
159
 
162
- <h2>Semantic Versioning</h2>
160
+ <h2 id="label-Semantic+Versioning">Semantic Versioning</h2>
163
161
 
164
162
  <p>This module uses semantic versioning concepts from <a
165
163
  href="http://semver.org/.">semver.org/.</a></p>
166
164
 
167
- </div>
165
+ </div>
168
166
 
169
- <div id="validator-badges">
170
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
171
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
172
- Rdoc Generator</a> 2</small>.</p>
173
- </div>
174
- </body>
175
- </html>
167
+
168
+
169
+ <footer id="validator-badges">
170
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
171
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
172
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
173
+ </footer>
176
174
 
@@ -1,203 +1,190 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+
3
+ <html>
5
4
  <head>
6
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class String - workflow-to-galaxy Docs</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
7
10
 
8
- <title>Class: String</title>
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
9
14
 
10
- <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
11
21
 
12
- <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
- <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
- <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
- <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
22
 
17
- </head>
18
23
  <body id="top" class="class">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/workflow-to-galaxy.rb
51
+ </ul>
52
+ </nav>
19
53
 
20
- <div id="metadata">
21
- <div id="home-metadata">
22
- <div id="home-section" class="section">
23
- <h3 class="section-header">
24
- <a href="./index.html">Home</a>
25
- <a href="./index.html#classes">Classes</a>
26
- <a href="./index.html#methods">Methods</a>
27
- </h3>
28
- </div>
29
- </div>
30
-
31
- <div id="file-metadata">
32
- <div id="file-list-section" class="section">
33
- <h3 class="section-header">In Files</h3>
34
- <div class="section-body">
35
- <ul>
36
-
37
- <li><a href="./lib/workflow-to-galaxy_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
- class="thickbox" title="lib/workflow-to-galaxy.rb">lib/workflow-to-galaxy.rb</a></li>
39
-
40
- </ul>
41
- </div>
42
- </div>
54
+
55
+ </div>
43
56
 
44
-
45
- </div>
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link">Object
63
+
64
+ </nav>
46
65
 
47
- <div id="class-metadata">
48
-
49
- <!-- Parent Class -->
50
- <div id="parent-class-section" class="section">
51
- <h3 class="section-header">Parent</h3>
52
-
53
- <p class="link">Object</p>
54
-
55
- </div>
56
-
66
+
67
+ <!-- Method Quickref -->
68
+ <nav id="method-list-section" class="section">
69
+ <h3 class="section-header">Methods</h3>
70
+
71
+ <ul class="link-list">
72
+
73
+ <li><a href="#method-i-to_filename">#to_filename</a>
74
+
75
+ </ul>
76
+ </nav>
57
77
 
58
-
78
+ </div>
59
79
 
60
-
80
+ <div id="project-metadata">
81
+ <nav id="fileindex-section" class="section project-section">
82
+ <h3 class="section-header">Pages</h3>
61
83
 
62
-
63
- <!-- Method Quickref -->
64
- <div id="method-list-section" class="section">
65
- <h3 class="section-header">Methods</h3>
66
- <ul class="link-list">
67
-
68
- <li><a href="#method-i-to_filename">#to_filename</a></li>
69
-
70
- </ul>
71
- </div>
72
-
73
-
74
-
75
- </div>
76
-
77
- <div id="project-metadata">
78
-
79
-
80
- <div id="fileindex-section" class="section project-section">
81
- <h3 class="section-header">Files</h3>
82
- <ul>
83
-
84
- <li class="file"><a href="./CHANGES.html">CHANGES</a></li>
85
-
86
- <li class="file"><a href="./LICENSE.html">LICENSE</a></li>
87
-
88
- <li class="file"><a href="./README.html">README</a></li>
89
-
90
- </ul>
91
- </div>
92
-
93
-
94
- <div id="classindex-section" class="section project-section">
95
- <h3 class="section-header">Class/Module Index
96
- <span class="search-toggle"><img src="./images/find.png"
97
- height="16" width="16" alt="[+]"
98
- title="show/hide quicksearch" /></span></h3>
99
- <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
100
- <fieldset>
101
- <legend>Quicksearch</legend>
102
- <input type="text" name="quicksearch" value=""
103
- class="quicksearch-field" />
104
- </fieldset>
105
- </form>
106
-
107
- <ul class="link-list">
108
-
109
- <li><a href="./WorkflowToGalaxy.html">WorkflowToGalaxy</a></li>
110
-
111
- <li><a href="./WorkflowToGalaxy/GalaxyTool.html">WorkflowToGalaxy::GalaxyTool</a></li>
112
-
113
- <li><a href="./WorkflowToGalaxy/Workflows.html">WorkflowToGalaxy::Workflows</a></li>
114
-
115
- <li><a href="./String.html">String</a></li>
116
-
117
- </ul>
118
- <div id="no-class-search-results" style="display: none;">No matching classes.</div>
119
- </div>
84
+ <ul>
85
+
86
+ <li class="file"><a href="./CHANGES.html">CHANGES</a>
87
+
88
+ <li class="file"><a href="./LICENSE.html">LICENSE</a>
89
+
90
+ <li class="file"><a href="./README.html">README</a>
91
+
92
+ </ul>
93
+ </nav>
94
+
95
+ <nav id="classindex-section" class="section project-section">
96
+ <h3 class="section-header">Class and Module Index</h3>
97
+
98
+ <ul class="link-list">
99
+
100
+ <li><a href="./WorkflowToGalaxy.html">WorkflowToGalaxy</a>
101
+
102
+ <li><a href="./WorkflowToGalaxy/GalaxyTool.html">WorkflowToGalaxy::GalaxyTool</a>
103
+
104
+ <li><a href="./WorkflowToGalaxy/Workflows.html">WorkflowToGalaxy::Workflows</a>
105
+
106
+ <li><a href="./String.html">String</a>
107
+
108
+ </ul>
109
+ </nav>
120
110
 
121
-
122
- </div>
123
111
  </div>
112
+ </nav>
124
113
 
125
- <div id="documentation">
126
- <h1 class="class">String</h1>
114
+ <div id="documentation">
115
+ <h1 class="class">class String</h1>
127
116
 
128
- <div id="description" class="description">
129
-
117
+ <div id="description" class="description">
118
+
130
119
  <p>Add methods to the <a href="String.html">String</a> class to operate on
131
120
  file paths.</p>
132
121
 
133
- </div><!-- description -->
122
+ </div><!-- description -->
134
123
 
124
+
125
+
126
+
127
+ <section id="5Buntitled-5D" class="documentation-section">
135
128
 
136
- <div id="5Buntitled-5D" class="documentation-section">
137
-
138
-
139
-
140
129
 
141
-
130
+
142
131
 
143
-
132
+
144
133
 
145
- <!-- Methods -->
146
-
147
- <div id="public-instance-method-details" class="method-section section">
148
- <h3 class="section-header">Public Instance Methods</h3>
134
+
149
135
 
150
-
151
- <div id="to_filename-method" class="method-detail ">
152
- <a name="method-i-to_filename"></a>
136
+ <!-- Methods -->
137
+
138
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
139
+ <h3 class="section-header">Public Instance Methods</h3>
153
140
 
141
+
142
+ <div id="method-i-to_filename" class="method-detail ">
143
+
144
+
145
+ <div class="method-heading">
146
+ <span class="method-callseq">
147
+ to_filename &rarr; string
148
+ </span>
154
149
 
150
+ <span class="method-click-advice">click to toggle source</span>
155
151
 
156
- <div class="method-heading">
157
- <span class="method-callseq">to_filename &rarr; string</span>
158
-
159
- <span class="method-click-advice">click to toggle source</span>
160
-
161
- </div>
162
-
163
-
152
+ </div>
153
+
154
+
164
155
 
165
- <div class="method-description">
166
-
167
- <p>Returns a new <a href="String.html">String</a> with spaces substituted by
156
+ <div class="method-description">
157
+
158
+ <p>Returns a new <a href="String.html">String</a> with spaces substituted by
168
159
  underscores and removes all special characters.</p>
169
-
160
+
170
161
 
171
-
172
- <div class="method-source-code" id="to_filename-source">
173
- <pre>
174
- <span class="ruby-comment"># File lib/workflow-to-galaxy.rb, line 17</span>
162
+
163
+ <div class="method-source-code" id="to_filename-source">
164
+ <pre><span class="ruby-comment"># File lib/workflow-to-galaxy.rb, line 17</span>
175
165
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_filename</span>
176
- <span class="ruby-keyword">self</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">/ /</span>, <span class="ruby-string">'_'</span>).<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">/[^A-Za-z0-9_]/</span>, <span class="ruby-string">''</span>)
166
+ <span class="ruby-keyword">self</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">%r /</span>, <span class="ruby-string">'_'</span>).<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">%r[^A-Za-z0-9_]/</span>, <span class="ruby-string">''</span>)
177
167
  <span class="ruby-keyword">end</span></pre>
178
- </div><!-- to_filename-source -->
179
-
180
- </div>
181
-
168
+ </div><!-- to_filename-source -->
182
169
 
170
+ </div>
183
171
 
184
-
185
- </div><!-- to_filename-method -->
172
+
173
+
174
+
175
+ </div><!-- to_filename-method -->
186
176
 
187
-
188
- </div><!-- public-instance-method-details -->
189
177
 
190
- </div><!-- 5Buntitled-5D -->
178
+ </section><!-- public-instance-method-details -->
191
179
 
180
+ </section><!-- 5Buntitled-5D -->
192
181
 
193
- </div><!-- documentation -->
182
+ </div><!-- documentation -->
194
183
 
195
- <div id="validator-badges">
196
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
197
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
198
- Rdoc Generator</a> 2</small>.</p>
199
- </div>
200
184
 
201
- </body>
202
- </html>
185
+ <footer id="validator-badges">
186
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
187
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
188
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
189
+ </footer>
203
190