rmagick 2.3.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rmagick might be problematic. Click here for more details.

data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ RMagick 2.4.0
2
+ o Added Image#image_type= (feature #20490)
3
+
1
4
  RMagick 2.3.0
2
5
  o Added Image#encipher, Image#decipher (available with ImageMagick 6.3.8-6)
3
6
  o Added DTX1Compression, DTX1Compression, and DTX1Compression
data/README.html CHANGED
@@ -1,264 +1,291 @@
1
1
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
2
  <html>
3
3
  <head>
4
- <title>RMagick 2.3.0 README</title>
4
+ <title>RMagick 2.4.0 README</title>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
- <meta name="GENERATOR" content="BlueCloth">
6
+ <meta name="GENERATOR" content="RedCloth">
7
7
  </head>
8
8
  <body>
9
- <h1>RMagick 2.3.0 README</h1>
10
-
11
- <h2>03/29/08</h2>
12
-
13
- <h2>Table Of Contents</h2>
14
-
15
- <ul>
16
- <li><a href="#intro">Introduction</a></li>
17
- <li><a href="#contact">Contact Information</a></li>
18
- <li><a href="#new">What's new?</a></li>
19
- <li><a href="#prereq">Prerequisites</a></li>
20
- <li><a href="#install">Installing RMagick</a>
21
- <ul>
22
- <li><a href="#options">Configuration options</a></li>
23
- </ul></li>
24
- <li><a href="#uhoh">Things that can go wrong</a></li>
25
- <li><a href="#upgrade">Upgrading</a></li>
26
- <li><a href="#uninstall">Uninstalling</a></li>
27
- <li><a href="#samples">More samples</a></li>
28
- <li><a href="#issues">Known issues</a></li>
29
- <li><a href="#bugs">Reporting bugs</a></li>
30
- <li><a href="#credits">Credits</a></li>
31
- <li><a href="#license">License</a></li>
32
- </ul>
33
-
34
- <h2 id="intro">Introduction</h2>
35
-
36
- <p>RMagick is an interface between the Ruby programming language and the
37
- ImageMagick image processing library.</p>
9
+ <h1>RMagick 2.4.0 <span class="caps">README</span></h1>
10
+
11
+
12
+ <h2>06/02/08</h2>
13
+
14
+
15
+ <h3>Table of Contents</h3>
38
16
 
39
- <h2 id="contact">Contact Information</h2>
40
17
 
41
- <p><strong>Author:</strong> Tim Hunter</p>
18
+ <ul>
19
+ <li><a href="#intro">Introduction</a></li>
20
+ <li><a href="#prereq">Prerequisites</a></li>
21
+ <li><a href="#install">Installing RMagick</a></li>
22
+ <li><a href="#config">Configuration Options</a></li>
23
+ <li><a href="#wrong">Things that can go wrong</a></li>
24
+ <li><a href="#upgrade">Upgrading</a></li>
25
+ <li><a href="#uninstall">Uninstalling</a></li>
26
+ <li><a href="#samples">More samples</a></li>
27
+ <li><a href="#bugs">Reporting Bugs</a></li>
28
+ <li><a href="#contact">Contact Information</a></li>
29
+ <li><a href="#credits">Credits</a></li>
30
+ <li><a href="#license">License</a></li>
31
+ </ul>
42
32
 
43
- <p><strong>Email:</strong> <a href="&#x6D;&#x61;&#x69;l&#x74;&#111;:&#x72;&#x6D;&#x61;&#x67;&#105;&#x63;k&#x40;&#114;&#117;&#x62;&#121;&#x66;&#x6F;&#x72;&#103;&#101;&#046;&#x6F;&#114;&#x67;">&#x72;&#x6D;&#x61;&#x67;&#105;&#x63;k&#x40;&#114;&#117;&#x62;&#121;&#x66;&#x6F;&#x72;&#103;&#101;&#046;&#x6F;&#114;&#x67;</a></p>
44
33
 
45
- <p><strong>RubyForge:</strong> <a href="http://rubyforge.org/projects/rmagick/">http://rubyforge.org/projects/rmagick/</a></p>
34
+ <h2 id="intro">Introduction</h2>
35
+
36
+
37
+ <p>RMagick is an interface between the Ruby programming language and the
38
+ ImageMagick image processing library.</p>
39
+
46
40
 
47
- <h2 id="new">What's new?</h2>
41
+ <h2 id="prereq">Prerequisites</h2>
48
42
 
49
- <p>RMagick 2.0.0 incorporates all changes and bug fixes from RMagick 1.15.13.
50
- See the ChangeLog for additional changes and bug fixes in later releases.</p>
51
43
 
52
- <h2 id="prereq">Prerequisites</h2>
44
+ <p><strong>O/S</strong> Linux, &#042;BSD, <span class="caps">OS X</span>, Windows 2000, XP, Vista, other &#042;nix-like systems.</p>
53
45
 
54
- <p><strong>O/S:</strong> Linux, Sun Solaris, Cygwin, FreeBSD, OS X.</p>
55
46
 
56
- <p><strong>Ruby</strong> 1.8.2 or later. You can get Ruby from <a href="http://www.ruby-lang.org">http://www.ruby-lang.org</a>.
57
- The use of versions of Ruby older than 1.8.4 is deprecated and may be
47
+ <p><strong>Ruby</strong> Version 1.8.2 or later. You can get Ruby from <a href="http://www.ruby-lang.org">www.ruby-lang.org</a>.
48
+ The use of versions of Ruby older than 1.8.4 with RMagick is deprecated. Support will be
58
49
  removed in a future release.</p>
59
50
 
60
- <p><strong>ImageMagick</strong> 6.3.0 or later. You can get ImageMagick from
61
- <a href="http://www.imagemagick.org">http://www.imagemagick.org</a>.</p>
62
51
 
63
- <h2 id="install">Installation</h2>
52
+ <p><strong>ImageMagick</strong> Version 6.3.0 or later. You can get ImageMagick from <a href="http://www.imagemagick.org">www.imagemagick.org</a>.</p>
64
53
 
65
- <p>Before installing RMagick, you must install ImageMagick.
66
- Complete and up-to-date instructions for installing ImageMagick on Linux,
67
- *BSD, and other *nix-type O/S's are available
68
- at <a href="http://rmagick.rubyforge.org/install-linux.html">http://rmagick.rubyforge.org/install-linux.html</a>, steps 0, 1, 2.
69
- Similarly, instructions for installing ImageMagick using MacPorts
70
- on OS X are available at <a href="http://rmagick.rubyforge.org/install-osx.html">http://rmagick.rubyforge.org/install-osx.html</a>,
71
- steps 1 and 2. After installing
72
- ImageMagick, use the instructions in the next section to install RMagick.</p>
73
54
 
74
- <h2 id="install">Installing RMagick 2.3.0</h2>
55
+ <h2 id="install">Installing RMagick</h2>
75
56
 
76
- <p>This release of RMagick uses Minero Aoki's setup.rb script for installation.
57
+
58
+ <p>First install ImageMagick. Complete and up-to-date instructions for installing
59
+ ImageMagick on Linux, &#042;BSD, and other &#042;nix-type O/S&#8217;s are available
60
+ <a href="http://rmagick.rubyforge.org/install-linux.html">here</a>. Use steps 0, 1, and 2.
61
+ Similarly, instructions for installing ImageMagick using MacPorts on <span class="caps">OS X</span>
62
+ are available <a href="http://rmagick.rubyforge.org/install-osx.html">here</a>. Use steps
63
+ 1 and 2.</p>
64
+
65
+
66
+ <p>This release of RMagick uses Minero Aoki&#8217;s setup.rb script for installation.
77
67
  See the next section for configuration options. Usually you do not need to
78
68
  specify any of these options. You can get more information about setup.rb from
79
- his web site <a href="http://i.loveruby.net">http://i.loveruby.net</a></p>
69
+ his <a href="<http://i.loveruby.net">web site</a>.</p>
80
70
 
81
- <p>I assume you've already decompressed the tarball, or you wouldn't be reading
71
+
72
+ <p>I assume you&#8217;ve already decompressed the tarball, or you wouldn&#8217;t be reading
82
73
  this. If you have not decompressed the tarball, do so with one of these commands,
83
74
  depending on which tarball you have:</p>
84
75
 
85
- <pre><code>tar xvzf RMagick-2.3.0-tar.gz (gzipped tarball)
86
- tar xvjf RMagick-2.3.0-tar.bz2 (bzipped tarball)
87
- 7z e RMagick-x.y.z.tar.lzma -so | tar xv (7zipped tarball)
88
- </code></pre>
89
76
 
90
- <p>Change to the RMagick-2.3.0 directory. If you are not using any
91
- configuration options (usually you don't need to) enter the command</p>
77
+ <pre>
78
+ tar xvzf RMagick-2.4.0-tar.gz (gzipped tarball)
79
+ tar xvjf RMagick-2.4.0-tar.bz2 (bzipped tarball)
80
+ 7z e RMagick-x.y.z.tar.lzma -so | tar xv (7zipped tarball)
81
+ </pre>
82
+
83
+ <p>Change to the RMagick-2.4.0 directory. If you are not using any
84
+ configuration options (usually you don&#8217;t need to) enter the command</p>
92
85
 
93
- <pre><code>ruby setup.rb
94
- </code></pre>
95
86
 
96
- <p>Note that setup.rb executes all the example programs, so this can take
87
+ <pre>
88
+ ruby setup.rb
89
+ </pre>
90
+
91
+ <p>Note that setup.rb executes all the example programs, so this can take
97
92
  some time. This process both builds the example images used in the
98
93
  documentation and validates your RMagick installation.</p>
99
94
 
100
- <p>After this command completes, make sure you have root priviledges (that
95
+
96
+ <p>After this command completes, make sure you have root privileges (that
101
97
  is, login as root or use su or sudo) and enter the command</p>
102
98
 
103
- <pre><code>ruby setup.rb install
104
- </code></pre>
105
99
 
106
- <h4 id="options">Configuration Options</h4>
100
+ <pre>
101
+ ruby setup.rb install
102
+ </pre>
103
+
104
+ <h2 id="config">Configuration options</h2>
105
+
107
106
 
108
- <p>Type <code>ruby setup.rb --help</code> to see a list of configuration options. In
107
+ <p>Type <code>ruby setup.rb --help</code> to see a list of configuration options. In
109
108
  addition to the regular options, there are a few RMagick-specific options:</p>
110
109
 
111
- <ul>
112
- <li><p>--doc-dir=<em>directory</em></p>
113
-
114
- <blockquote>
115
- <p>Specify the directory to install the RMagick documentation.
116
- By default this is $prefix/share/RMagick, where $prefix is the
117
- prefix specified by --prefix. For example, to install the
118
- documentation in /Users/me/RMagick, specify:</p>
119
-
120
- <p><code>./configure --doc-dir=/Users/me/RMagick</code></p>
121
- </blockquote></li>
122
- <li><p>--allow-example-errors</p>
123
-
124
- <blockquote>
125
- <p>Normally the documentation installation terminates if 5 examples fail.
126
- If you use this option, the installation does not check for failing
127
- examples and will always complete. This option is useful if you're
128
- having trouble installing RMagick and you want to see all the failing examples.</p>
129
- </blockquote></li>
130
- <li><p>--disable-htmldoc</p>
131
-
132
- <blockquote>
133
- <p>By default the install process runs all the RMagick example programs
134
- and generates HTML versions of all the examples. This option causes
135
- the install process to skip this step. No install verification occurs
136
- and no documentation is installed.</p>
137
- </blockquote></li>
138
- </ul>
139
-
140
- <h2 id="uhoh">Things that can go wrong</h2>
141
-
142
- <p>The RMagick installation FAQ [<a href="http://rmagick.rubyforge.org/install-faq.html">http://rmagick.rubyforge.org/install-faq.html</a>]
110
+
111
+ <h4>&#8212;doc-dir=directory</h4>
112
+
113
+
114
+ <p>Specify the directory to install the RMagick documentation.
115
+ By default this is $prefix/share/RMagick, where $prefix is the
116
+ prefix specified by&#8212;prefix. For example, to install the
117
+ documentation in /Users/me/RMagick, specify:</p>
118
+
119
+
120
+ <pre>
121
+ ruby setup.rb --doc-dir=/Users/me/RMagick
122
+ </pre>
123
+
124
+ <h4>&#8212;allow-example-errors</h4>
125
+
126
+
127
+ <p>Normally the documentation installation terminates if 5 examples fail.
128
+ If you use this option, the installation does not check for failing
129
+ examples and will always complete. This option is useful if you&#8217;re
130
+ having trouble installing RMagick and you want to see all the failing examples.</p>
131
+
132
+
133
+ <h4>&#8212;disable-htmldoc</h4>
134
+
135
+
136
+ <p>By default the install process runs all the RMagick example programs and
137
+ generates <span class="caps">HTML</span> versions of all the examples. This option causes the
138
+ install process to skip this step. No install verification will take
139
+ place and no documentation will be installed.</p>
140
+
141
+
142
+ <h2 id="wrong">Things that can go wrong</h2>
143
+
144
+
145
+ <p>The <a href="http://rmagick.rubyforge.org/install-faq.html">RMagick installation <span class="caps">FAQ</span></a>
143
146
  has answers to the most commonly reported problems.</p>
144
147
 
145
- <h4>Can't install RMagick. Can't find libMagick or one of the dependent libraries. Check the mkmf.log file for more detailed information.</h4>
146
148
 
147
- <p>Typically this message means that one or more of the libraries that ImageMagick
148
- depends on hasn't been installed. Examine the mkmf.log file in the ext/RMagick
149
+ <h4>Can&#8217;t install RMagick. Can&#8217;t find libMagick or one of the dependent libraries. Check the mkmf.log file for more detailed information.</h4>
150
+
151
+
152
+ <p>Typically this message means that one or more of the libraries that ImageMagick
153
+ depends on hasn&#8217;t been installed. Examine the mkmf.log file in the ext/RMagick
149
154
  subdirectory of the installation directory for any error messages. These messages
150
155
  typically contain enough additional information for you to be able to diagnose
151
- the problem. Also see <a href="http://rmagick.rubyforge.org/install-faq.html#libmagick">http://rmagick.rubyforge.org/install-faq.html#libmagick</a>.</p>
156
+ the problem. Also see <a href="http://rmagick.rubyforge.org/install-faq.html#libmagick">this <span class="caps">FAQ</span></a>.</p>
152
157
 
153
- <h4>Cannot open shared object file</h4>
154
158
 
155
- <p>When make is running the examples, if you get a message like this:</p>
159
+ <h4>Cannot open shared object file</h4>
156
160
 
157
- <pre><code>/home/you/RMagick-2.3.0/lib/RMagick.rb:11:in `require': libMagick.so.0:
158
- cannot open shared object file: No such file or directory -
159
- /home/you/RMagick-2.3.0/ext/RMagick/RMagick.so (LoadError)
160
- </code></pre>
161
161
 
162
- <p>you probably do not have the directory in which the ImageMagick library
162
+ <p>If you get a message like this:</p>
163
+
164
+
165
+ <pre>
166
+ $DIR/RMagick.rb:11:in `require': libMagick.so.0:
167
+ cannot open shared object file: No such file or directory -
168
+ $DIR/RMagick2.so (LoadError)
169
+ </pre>
170
+
171
+ <p>you probably do not have the directory in which the ImageMagick library
163
172
  is installed in your load path. An easy way to fix this is to define
164
173
  the directory in the LD_LIBRARY_PATH environment variable. For
165
174
  example, suppose you installed the ImageMagick library libMagick.so in
166
175
  /usr/local/lib. (By default this is where it is installed.) Create the
167
176
  LD_LIBRARY_PATH variable like this:</p>
168
177
 
169
- <pre><code>export LD_LIBRARY_PATH=/usr/local/lib
170
- </code></pre>
171
178
 
172
- <p>On Linux, see <code>ld(1)</code> and <code>ld.so(8)</code> for more information. On other operating
179
+ <pre>
180
+ export LD_LIBRARY_PATH=/usr/local/lib
181
+ </pre>
182
+
183
+ <p>On Linux, see <code>ld(1)</code> and <code>ld.so(8)</code> for more information. On other operating
173
184
  systems, see the documentation for the dynamic loading facility.</p>
174
185
 
175
- <h4>No such file or directory - "/tmp/rmagick6872.6"</h4>
176
186
 
177
- <p>When make is running the examples, if you get a message like this:</p>
187
+ <h4>No such file or directory &#8211; &#8221;/tmp/rmagick6872.6&#8221;</h4>
188
+
189
+
190
+ <p>When setup.rb is running the examples, if you get a message like this:</p>
191
+
192
+
193
+ <pre>
194
+ hook /home/me/src/RMagick-2.4.0/./post-setup.rb failed:
195
+ No such file or directory - "/tmp/rmagick6872.6"
196
+ </pre>
197
+
198
+ <p>you probably do not have a temporary directory environment variable set. Set
199
+ the <span class="caps">TMPDIR</span> environment variable to your temporary directory. For example:</p>
178
200
 
179
- <pre><code>hook /home/me/src/RMagick-2.3.0/./post-setup.rb failed:
180
- No such file or directory - "/tmp/rmagick6872.6"
181
- </code></pre>
182
201
 
183
- <p>you probably do not have a temporary directory environment variable set. Set
184
- the TMPDIR environment variable to your temporary directory. For example:</p>
202
+ <pre>
203
+ export TMPDIR=/home/me/tmp
204
+ </pre>
185
205
 
186
- <pre><code>export TMPDIR=/home/me/tmp
187
- </code></pre>
206
+ <h2 id="upgrade">Upgrading</h2>
188
207
 
189
- <h2 id="upgrade">Upgrading</h2>
190
208
 
191
- <p>If you upgrade to a newer release of ImageMagick, make sure you're using a
192
- release of RMagick that supports that release. It's safe to install a newer
209
+ <p>If you upgrade to a newer release of ImageMagick, make sure you&#8217;re using a
210
+ release of RMagick that supports that release. It&#8217;s safe to install a new
193
211
  release of RMagick over an earlier release.</p>
194
212
 
195
- <h2 id="uninstall">Uninstalling</h2>
196
213
 
197
- <p>The <code>uninstall.rb</code> script will uninstall RMagick completely. Make sure you
214
+ <h2 id="uninstall">Uninstalling</h2>
215
+
216
+
217
+ <p>The uninstall.rb script will uninstall RMagick completely. Make sure you
198
218
  have administrator priviledges. Then run this command:</p>
199
219
 
200
- <pre><code>ruby uninstall.rb
201
- </code></pre>
202
220
 
203
- <h2 id="samples">More samples</h2>
221
+ <pre>
222
+ ruby uninstall.rb
223
+ </pre>
224
+
225
+ <h2 id="samples">More samples</h2>
204
226
 
205
- <p>You can find more sample RMagick programs in the /example directory.
227
+
228
+ <p>You can find more sample RMagick programs in the /example directory.
206
229
  These programs are not installed in the RMagick documentation tree.</p>
207
230
 
208
- <h2 id="bugs">Reporting bugs</h2>
209
231
 
210
- <p>Please report bugs in RMagick, its documentation, or its installation
211
- programs to me via the bug tracker on the <a href="http://rubyforge.org/projects/rmagick">RMagick project page at
212
- RubyForge</a>. However, I can't help
213
- with Ruby installation and configuration or ImageMagick
232
+ <h2 id="bugs">Reporting bugs</h2>
233
+
234
+
235
+ <p>Please report bugs in RMagick, its documentation, or its installation
236
+ programs to me via the bug tracker on the <a href="http://rubyforge.org/projects/rmagick">RMagick project page</a>.
237
+ However, I can&#8217;t help with Ruby installation and configuration or ImageMagick
214
238
  installation and configuration. Information about reporting problems and
215
- getting help for ImageMagick is available at the ImageMagick web site
216
- (http://www.imagemagick.org).</p>
217
-
218
- <h2 id="credits">Credits</h2>
219
-
220
- <p>Thanks to</p>
221
-
222
- <ul>
223
- <li>ImageMagick Studio LLC, for ImageMagick and for hosting the RMagick documentation.</li>
224
- </ul>
225
-
226
- <h2 id="license">License</h2>
227
-
228
- <blockquote>
229
- <p>Copyright � 2002-2008 by Timothy P. Hunter</p>
230
-
231
- <p>Permission is hereby granted, free of charge, to any person obtaining a
232
- copy of this software and associated documentation files (the "Software"),
233
- to deal in the Software without restriction, including without limitation
234
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
235
- and/or sell copies of the Software, and to permit persons to whom the
236
- Software is furnished to do so, subject to the following conditions:</p>
237
-
238
- <p>The above copyright notice and this permission notice shall be included in
239
- all copies or substantial portions of the Software.</p>
240
-
241
- <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
242
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
243
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
244
- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
245
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
246
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
247
- DEALINGS IN THE SOFTWARE.</p>
248
- </blockquote>
249
-
250
- <div align="center">
251
- <a href="http://www.opensource.org/docs/definition.php">
252
- <img src="http://opensource.org/trademarks/osi-certified/web/osi-certified-90x75.gif"
253
- border="0" width="90" height="75">
254
- </a>
255
- </div>
256
-
257
- <hr/>
258
-
259
- <p><em>
260
- This file is marked up using <a href="http://daringfireball.net/projects/markdown">Markdown</a>.
261
- The HTML version was produced with <a href="http://bluecloth.rubyforge.org">BlueCloth</a>.
262
- </em></p>
239
+ getting help for ImageMagick is available at the <a href="http://www.imagemagick.org">ImageMagick web site</a>
240
+ or the <a href="http://www.imagemagick.org/discourse-server">ImageMagick Forum</a>.</p>
241
+
242
+
243
+ <h2 id="contact">Contact Information</h2>
244
+
245
+
246
+ <p><strong>Author:</strong> Tim Hunter</p>
247
+
248
+
249
+ <p><strong>Email:</strong> <a href="mailto:rmagick@rubyforge.org">rmagick@rubyforge.org</a></p>
250
+
251
+
252
+ <p><strong>Web site:</strong> <a href="http://rmagick.rubyforge.org">http://rmagick.rubyforge.org</a></p>
253
+
254
+
255
+ <h2 id="credits">Credits</h2>
256
+
257
+
258
+ <p>Thanks to <a href="http://www.imagemagick.org">ImageMagick Studio <span class="caps">LLC</span></a> for ImageMagick
259
+ and for hosting the RMagick documentation.</p>
260
+
261
+
262
+ <h2 id="license">License</h2>
263
+
264
+
265
+ <pre>
266
+ Copyright 2002-2008 by Timothy P. Hunter
267
+
268
+ Permission is hereby granted, free of charge, to any person obtaining a
269
+ copy of this software and associated documentation files (the "Software"),
270
+ to deal in the Software without restriction, including without limitation
271
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
272
+ and/or sell copies of the Software, and to permit persons to whom the
273
+ Software is furnished to do so, subject to the following conditions:
274
+
275
+ The above copyright notice and this permission notice shall be included in
276
+ all copies or substantial portions of the Software.
277
+
278
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
279
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
280
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
281
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
282
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
283
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
284
+ DEALINGS IN THE SOFTWARE.
285
+ </pre>
286
+
287
+ <hr>
288
+ This file is marked up using <a href="http://hobix.com/textile/">Textile</a> and converted
289
+ to <span class="caps">HTML</span> with <a href="http://whytheluckystiff.net/ruby/redcloth/">RedCloth</a>.
263
290
  </body>
264
291
  </html>