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 +3 -0
- data/README.html +215 -188
- data/build_tarball.rake +12 -11
- data/doc/comtasks.html +2 -2
- data/doc/constants.html +2 -2
- data/doc/draw.html +2 -2
- data/doc/ex/get_type_metrics.rb +1 -1
- data/doc/ex/wet_floor.rb +12 -12
- data/doc/ilist.html +2 -2
- data/doc/image1.html +3 -3
- data/doc/image2.html +2 -2
- data/doc/image3.html +2 -2
- data/doc/imageattrs.html +42 -30
- data/doc/imusage.html +2 -2
- data/doc/index.html +3 -3
- data/doc/info.html +2 -2
- data/doc/magick.html +2 -2
- data/doc/optequiv.html +2 -2
- data/doc/rvg.html +2 -2
- data/doc/rvgclip.html +2 -2
- data/doc/rvggroup.html +2 -2
- data/doc/rvgimage.html +2 -2
- data/doc/rvgpattern.html +2 -2
- data/doc/rvgshape.html +2 -2
- data/doc/rvgstyle.html +2 -2
- data/doc/rvgtext.html +2 -2
- data/doc/rvgtspan.html +2 -2
- data/doc/rvgtut.html +2 -2
- data/doc/rvguse.html +2 -2
- data/doc/rvgxform.html +2 -2
- data/doc/struct.html +18 -18
- data/doc/usage.html +2 -2
- data/ext/RMagick/MANIFEST +1 -2
- data/ext/RMagick/extconf.rb +26 -5
- data/ext/RMagick/rmagick.h +20 -9
- data/ext/RMagick/rmdraw.c +21 -13
- data/ext/RMagick/rmfill.c +8 -29
- data/ext/RMagick/rmilist.c +3 -3
- data/ext/RMagick/rmimage.c +235 -143
- data/ext/RMagick/rminfo.c +12 -11
- data/ext/RMagick/rmmain.c +13 -12
- data/ext/RMagick/rmutil.c +27 -27
- data/lib/RMagick.rb +3 -3
- data/rmagick.gemspec +1 -1
- metadata +2 -3
- data/README.txt +0 -245
data/ChangeLog
CHANGED
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.
|
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="
|
6
|
+
<meta name="GENERATOR" content="RedCloth">
|
7
7
|
</head>
|
8
8
|
<body>
|
9
|
-
<h1>RMagick 2.
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
<
|
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
|
-
<
|
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="mailto:rmagick@rubyforge.org">rmagick@rubyforge.org</a></p>
|
44
33
|
|
45
|
-
<
|
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="
|
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
|
-
<
|
44
|
+
<p><strong>O/S</strong> Linux, *BSD, <span class="caps">OS X</span>, Windows 2000, XP, Vista, other *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">
|
57
|
-
The use of versions of Ruby older than 1.8.4 is deprecated
|
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
|
-
<
|
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
|
55
|
+
<h2 id="install">Installing RMagick</h2>
|
75
56
|
|
76
|
-
|
57
|
+
|
58
|
+
<p>First install ImageMagick. Complete and up-to-date instructions for installing
|
59
|
+
ImageMagick on Linux, *BSD, and other *nix-type O/S’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’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
|
69
|
+
his <a href="<http://i.loveruby.net">web site</a>.</p>
|
80
70
|
|
81
|
-
|
71
|
+
|
72
|
+
<p>I assume you’ve already decompressed the tarball, or you wouldn’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
|
-
<
|
91
|
-
|
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’t need to) enter the command</p>
|
92
85
|
|
93
|
-
<pre><code>ruby setup.rb
|
94
|
-
</code></pre>
|
95
86
|
|
96
|
-
<
|
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
|
-
|
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
|
-
<
|
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
|
-
|
112
|
-
<
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
</
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
110
|
+
|
111
|
+
<h4>—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—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>—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’re
|
130
|
+
having trouble installing RMagick and you want to see all the failing examples.</p>
|
131
|
+
|
132
|
+
|
133
|
+
<h4>—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
|
-
<
|
148
|
-
|
149
|
+
<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>
|
150
|
+
|
151
|
+
|
152
|
+
<p>Typically this message means that one or more of the libraries that ImageMagick
|
153
|
+
depends on hasn’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">
|
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
|
-
<
|
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
|
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
|
-
<
|
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
|
-
<
|
187
|
+
<h4>No such file or directory – ”/tmp/rmagick6872.6”</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
|
-
<
|
184
|
-
|
202
|
+
<pre>
|
203
|
+
export TMPDIR=/home/me/tmp
|
204
|
+
</pre>
|
185
205
|
|
186
|
-
<
|
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
|
192
|
-
release of RMagick that supports that release. It
|
209
|
+
<p>If you upgrade to a newer release of ImageMagick, make sure you’re using a
|
210
|
+
release of RMagick that supports that release. It’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
|
-
<
|
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
|
-
<
|
221
|
+
<pre>
|
222
|
+
ruby uninstall.rb
|
223
|
+
</pre>
|
224
|
+
|
225
|
+
<h2 id="samples">More samples</h2>
|
204
226
|
|
205
|
-
|
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
|
-
<
|
211
|
-
|
212
|
-
|
213
|
-
|
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’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
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
<
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
<
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
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>
|