thinner 0.1.0
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.
- data/.document +5 -0
- data/.gitignore +21 -0
- data/LICENSE +20 -0
- data/README +17 -0
- data/Rakefile +64 -0
- data/VERSION +1 -0
- data/bin/thinner +4 -0
- data/doc/Thinner/Client.html +602 -0
- data/doc/Thinner/CommandLine.html +291 -0
- data/doc/Thinner/Configuration.html +592 -0
- data/doc/Thinner/Purger.html +433 -0
- data/doc/Thinner.html +455 -0
- data/doc/_index.html +138 -0
- data/doc/class_list.html +36 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +53 -0
- data/doc/css/style.css +307 -0
- data/doc/file.README.html +71 -0
- data/doc/file_list.html +38 -0
- data/doc/frames.html +13 -0
- data/doc/index.html +71 -0
- data/doc/js/app.js +202 -0
- data/doc/js/full_list.js +149 -0
- data/doc/js/jquery.js +154 -0
- data/doc/method_list.html +211 -0
- data/doc/top-level-namespace.html +88 -0
- data/documentation/css/dawn.css +121 -0
- data/documentation/css/styles.css +53 -0
- data/documentation/examples/configure.rb +25 -0
- data/documentation/examples/purge.rb +5 -0
- data/documentation/images/proplogo.png +0 -0
- data/documentation/index.html.erb +64 -0
- data/index.html +87 -0
- data/lib/thinner/client.rb +88 -0
- data/lib/thinner/command_line.rb +80 -0
- data/lib/thinner/configuration.rb +37 -0
- data/lib/thinner/purger.rb +46 -0
- data/lib/thinner.rb +37 -0
- data/test/helper.rb +10 -0
- data/test/test_thinner.rb +32 -0
- data/thinner.gemspec +90 -0
- metadata +138 -0
data/doc/Thinner.html
ADDED
@@ -0,0 +1,455 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>Module: Thinner</title>
|
7
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
+
|
10
|
+
<script type="text/javascript" charset="utf-8">
|
11
|
+
relpath = '';
|
12
|
+
if (relpath != '') relpath += '/';
|
13
|
+
</script>
|
14
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
+
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
+
</script>
|
22
|
+
|
23
|
+
<div id="header">
|
24
|
+
<div id="menu">
|
25
|
+
|
26
|
+
<a href="_index.html">Index (T)</a> »
|
27
|
+
|
28
|
+
|
29
|
+
<span class="title">Thinner</span>
|
30
|
+
|
31
|
+
|
32
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="search">
|
36
|
+
<a id="class_list_link" href="#">Class List</a>
|
37
|
+
<a id="method_list_link" href="#">Method List</a>
|
38
|
+
<a id ="file_list_link" href="#">File List</a>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div class="clear"></div>
|
42
|
+
</div>
|
43
|
+
|
44
|
+
<iframe id="search_frame"></iframe>
|
45
|
+
|
46
|
+
<div id="content"><h1>Module: Thinner
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
</h1>
|
51
|
+
|
52
|
+
<dl class="box">
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
<dt class="r1 last">Defined in:</dt>
|
62
|
+
<dd class="r1 last">lib/thinner.rb<span class="defines">,<br />
|
63
|
+
lib/thinner/client.rb,<br /> lib/thinner/purger.rb,<br /> lib/thinner/command_line.rb,<br /> lib/thinner/configuration.rb</span>
|
64
|
+
</dd>
|
65
|
+
|
66
|
+
</dl>
|
67
|
+
<div class="clear"></div>
|
68
|
+
|
69
|
+
<h2>Defined Under Namespace</h2>
|
70
|
+
<p class="children">
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Thinner/Client.html" title="Thinner::Client (class)">Client</a></span>, <span class='object_link'><a href="Thinner/CommandLine.html" title="Thinner::CommandLine (class)">CommandLine</a></span>, <span class='object_link'><a href="Thinner/Configuration.html" title="Thinner::Configuration (class)">Configuration</a></span>, <span class='object_link'><a href="Thinner/Purger.html" title="Thinner::Purger (class)">Purger</a></span>
|
76
|
+
|
77
|
+
|
78
|
+
</p>
|
79
|
+
|
80
|
+
<h2>Constant Summary</h2>
|
81
|
+
|
82
|
+
<dl class="constants">
|
83
|
+
|
84
|
+
<dt id="ROOT-constant" class="">ROOT =
|
85
|
+
<div class="docstring">
|
86
|
+
<div class="discussion">
|
87
|
+
<p>
|
88
|
+
The base location of the Thinner gem.
|
89
|
+
</p>
|
90
|
+
|
91
|
+
|
92
|
+
</div>
|
93
|
+
</div>
|
94
|
+
<div class="tags">
|
95
|
+
|
96
|
+
</div>
|
97
|
+
</dt>
|
98
|
+
<dd><pre class="code"><span class='File constant id'>File</span><span class='dot token'>.</span><span class='expand_path identifier id'>expand_path</span> <span class='dstring node'>"#{File.dirname __FILE__}/.."</span>
|
99
|
+
</pre></dd>
|
100
|
+
|
101
|
+
<dt id="VERSION-constant" class="">VERSION =
|
102
|
+
<div class="docstring">
|
103
|
+
<div class="discussion">
|
104
|
+
<p>
|
105
|
+
The Thinner version.
|
106
|
+
</p>
|
107
|
+
|
108
|
+
|
109
|
+
</div>
|
110
|
+
</div>
|
111
|
+
<div class="tags">
|
112
|
+
|
113
|
+
</div>
|
114
|
+
</dt>
|
115
|
+
<dd><pre class="code"><span class='File constant id'>File</span><span class='dot token'>.</span><span class='read identifier id'>read</span><span class='lparen token'>(</span><span class='dstring node'>"#{ROOT}/VERSION"</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='chomp identifier id'>chomp</span>
|
116
|
+
</pre></dd>
|
117
|
+
|
118
|
+
<dt id="PROCESS_IDENTIFIER-constant" class="">PROCESS_IDENTIFIER =
|
119
|
+
<div class="docstring">
|
120
|
+
<div class="discussion">
|
121
|
+
<p>
|
122
|
+
The process label to run each Thinner::Client under.
|
123
|
+
</p>
|
124
|
+
|
125
|
+
|
126
|
+
</div>
|
127
|
+
</div>
|
128
|
+
<div class="tags">
|
129
|
+
|
130
|
+
</div>
|
131
|
+
</dt>
|
132
|
+
<dd><pre class="code"><span class='string val'>"Thinner"</span>
|
133
|
+
</pre></dd>
|
134
|
+
|
135
|
+
</dl>
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
<h2>Class Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
140
|
+
<ul class="summary">
|
141
|
+
|
142
|
+
<li class="public ">
|
143
|
+
<span class="summary_signature">
|
144
|
+
|
145
|
+
<a href="#configuration-class_method" title="configuration (class method)">+ (Object) <strong>configuration</strong> </a>
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
</span>
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
<span class="summary_desc"><div class='inline'><p>
|
162
|
+
Returns the value of attribute configuration.
|
163
|
+
</p>
|
164
|
+
</div></span>
|
165
|
+
|
166
|
+
</li>
|
167
|
+
|
168
|
+
|
169
|
+
</ul>
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
<h2>
|
174
|
+
Class Method Summary
|
175
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
176
|
+
</h2>
|
177
|
+
|
178
|
+
<ul class="summary">
|
179
|
+
|
180
|
+
<li class="public ">
|
181
|
+
<span class="summary_signature">
|
182
|
+
|
183
|
+
<a href="#configure-class_method" title="configure (class method)">+ (Object) <strong>configure</strong> {|configuration| ... }</a>
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
</span>
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
<span class="summary_desc"><div class='inline'><p>
|
197
|
+
Set any thinner settings by passing in a block.
|
198
|
+
</p>
|
199
|
+
</div></span>
|
200
|
+
|
201
|
+
</li>
|
202
|
+
|
203
|
+
|
204
|
+
<li class="public ">
|
205
|
+
<span class="summary_signature">
|
206
|
+
|
207
|
+
<a href="#purge%21-class_method" title="purge! (class method)">+ (Object) <strong>purge!</strong>(urls) </a>
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
</span>
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
<span class="summary_desc"><div class='inline'><p>
|
221
|
+
Begin purging urls.
|
222
|
+
</p>
|
223
|
+
</div></span>
|
224
|
+
|
225
|
+
</li>
|
226
|
+
|
227
|
+
|
228
|
+
<li class="public ">
|
229
|
+
<span class="summary_signature">
|
230
|
+
|
231
|
+
<a href="#stop%21-class_method" title="stop! (class method)">+ (Object) <strong>stop!</strong> </a>
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
</span>
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
<span class="summary_desc"><div class='inline'><p>
|
245
|
+
Halt any running instances of Thinner::Client.
|
246
|
+
</p>
|
247
|
+
</div></span>
|
248
|
+
|
249
|
+
</li>
|
250
|
+
|
251
|
+
|
252
|
+
</ul>
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
<div id="class_attr_details" class="attr_details">
|
257
|
+
<h2>Class Attribute Details</h2>
|
258
|
+
|
259
|
+
|
260
|
+
<span id="configuration=-class_method"></span>
|
261
|
+
<span id="configuration-class_method"></span>
|
262
|
+
<div class="method_details first">
|
263
|
+
<p class="signature first" id="configuration-class_method">
|
264
|
+
|
265
|
+
+ (<tt>Object</tt>) <strong>configuration</strong>
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
</p><div class="docstring">
|
270
|
+
<div class="discussion">
|
271
|
+
<p>
|
272
|
+
Returns the value of attribute configuration
|
273
|
+
</p>
|
274
|
+
|
275
|
+
|
276
|
+
</div>
|
277
|
+
</div>
|
278
|
+
<div class="tags">
|
279
|
+
|
280
|
+
</div><table class="source_code">
|
281
|
+
<tr>
|
282
|
+
<td>
|
283
|
+
<pre class="lines">
|
284
|
+
|
285
|
+
|
286
|
+
13
|
287
|
+
14
|
288
|
+
15</pre>
|
289
|
+
</td>
|
290
|
+
<td>
|
291
|
+
<pre class="code"><span class="info file"># File 'lib/thinner.rb', line 13</span>
|
292
|
+
|
293
|
+
<span class='def def kw'>def</span> <span class='configuration identifier id'>configuration</span>
|
294
|
+
<span class='@configuration ivar id'>@configuration</span>
|
295
|
+
<span class='end end kw'>end</span>
|
296
|
+
</pre>
|
297
|
+
</td>
|
298
|
+
</tr>
|
299
|
+
</table>
|
300
|
+
</div>
|
301
|
+
|
302
|
+
</div>
|
303
|
+
|
304
|
+
|
305
|
+
<div id="class_method_details" class="method_details_list">
|
306
|
+
<h2>Class Method Details</h2>
|
307
|
+
|
308
|
+
|
309
|
+
<div class="method_details first">
|
310
|
+
<p class="signature first" id="configure-class_method">
|
311
|
+
|
312
|
+
+ (<tt>Object</tt>) <strong>configure</strong> {|configuration| ... }
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
</p><div class="docstring">
|
317
|
+
<div class="discussion">
|
318
|
+
<p>
|
319
|
+
Set any thinner settings by passing in a block.
|
320
|
+
</p>
|
321
|
+
|
322
|
+
|
323
|
+
</div>
|
324
|
+
</div>
|
325
|
+
<div class="tags">
|
326
|
+
<h3>Yields:</h3>
|
327
|
+
<ul class="yield">
|
328
|
+
|
329
|
+
<li>
|
330
|
+
|
331
|
+
<span class='type'>(<tt><span class='object_link'><a href="#configuration-class_method" title="Thinner.configuration (method)">configuration</a></span></tt>)</span>
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
|
336
|
+
</li>
|
337
|
+
|
338
|
+
</ul>
|
339
|
+
|
340
|
+
</div><table class="source_code">
|
341
|
+
<tr>
|
342
|
+
<td>
|
343
|
+
<pre class="lines">
|
344
|
+
|
345
|
+
|
346
|
+
16
|
347
|
+
17
|
348
|
+
18
|
349
|
+
19</pre>
|
350
|
+
</td>
|
351
|
+
<td>
|
352
|
+
<pre class="code"><span class="info file"># File 'lib/thinner.rb', line 16</span>
|
353
|
+
|
354
|
+
<span class='def def kw'>def</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='configure identifier id'>configure</span>
|
355
|
+
<span class='self self kw'>self</span><span class='dot token'>.</span><span class='configuration identifier id'>configuration</span> <span class='opasgn op'>||=</span> <span class='Configuration constant id'>Configuration</span><span class='dot token'>.</span><span class='new identifier id'>new</span>
|
356
|
+
<span class='yield yield kw'>yield</span> <span class='configuration identifier id'>configuration</span>
|
357
|
+
<span class='end end kw'>end</span>
|
358
|
+
</pre>
|
359
|
+
</td>
|
360
|
+
</tr>
|
361
|
+
</table>
|
362
|
+
</div>
|
363
|
+
|
364
|
+
<div class="method_details ">
|
365
|
+
<p class="signature " id="purge!-class_method">
|
366
|
+
|
367
|
+
+ (<tt>Object</tt>) <strong>purge!</strong>(urls)
|
368
|
+
|
369
|
+
|
370
|
+
|
371
|
+
</p><div class="docstring">
|
372
|
+
<div class="discussion">
|
373
|
+
<p>
|
374
|
+
Begin purging urls.
|
375
|
+
</p>
|
376
|
+
|
377
|
+
|
378
|
+
</div>
|
379
|
+
</div>
|
380
|
+
<div class="tags">
|
381
|
+
|
382
|
+
</div><table class="source_code">
|
383
|
+
<tr>
|
384
|
+
<td>
|
385
|
+
<pre class="lines">
|
386
|
+
|
387
|
+
|
388
|
+
27
|
389
|
+
28
|
390
|
+
29</pre>
|
391
|
+
</td>
|
392
|
+
<td>
|
393
|
+
<pre class="code"><span class="info file"># File 'lib/thinner.rb', line 27</span>
|
394
|
+
|
395
|
+
<span class='def def kw'>def</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='purge! fid id'>purge!</span> <span class='urls identifier id'>urls</span>
|
396
|
+
<span class='Purger constant id'>Purger</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='lparen token'>(</span><span class='urls identifier id'>urls</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='purge! fid id'>purge!</span>
|
397
|
+
<span class='end end kw'>end</span>
|
398
|
+
</pre>
|
399
|
+
</td>
|
400
|
+
</tr>
|
401
|
+
</table>
|
402
|
+
</div>
|
403
|
+
|
404
|
+
<div class="method_details ">
|
405
|
+
<p class="signature " id="stop!-class_method">
|
406
|
+
|
407
|
+
+ (<tt>Object</tt>) <strong>stop!</strong>
|
408
|
+
|
409
|
+
|
410
|
+
|
411
|
+
</p><div class="docstring">
|
412
|
+
<div class="discussion">
|
413
|
+
<p>
|
414
|
+
Halt any running instances of Thinner::Client
|
415
|
+
</p>
|
416
|
+
|
417
|
+
|
418
|
+
</div>
|
419
|
+
</div>
|
420
|
+
<div class="tags">
|
421
|
+
|
422
|
+
</div><table class="source_code">
|
423
|
+
<tr>
|
424
|
+
<td>
|
425
|
+
<pre class="lines">
|
426
|
+
|
427
|
+
|
428
|
+
22
|
429
|
+
23
|
430
|
+
24</pre>
|
431
|
+
</td>
|
432
|
+
<td>
|
433
|
+
<pre class="code"><span class="info file"># File 'lib/thinner.rb', line 22</span>
|
434
|
+
|
435
|
+
<span class='def def kw'>def</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='stop! fid id'>stop!</span>
|
436
|
+
<span class='Purger constant id'>Purger</span><span class='dot token'>.</span><span class='stop! fid id'>stop!</span>
|
437
|
+
<span class='end end kw'>end</span>
|
438
|
+
</pre>
|
439
|
+
</td>
|
440
|
+
</tr>
|
441
|
+
</table>
|
442
|
+
</div>
|
443
|
+
|
444
|
+
</div>
|
445
|
+
|
446
|
+
</div>
|
447
|
+
|
448
|
+
<div id="footer">
|
449
|
+
Generated on Tue Nov 2 14:25:50 2010 by
|
450
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
451
|
+
0.6.1 (ruby-1.8.7).
|
452
|
+
</div>
|
453
|
+
|
454
|
+
</body>
|
455
|
+
</html>
|
data/doc/_index.html
ADDED
@@ -0,0 +1,138 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>Documentation by YARD 0.6.1</title>
|
7
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
+
|
10
|
+
<script type="text/javascript" charset="utf-8">
|
11
|
+
relpath = '';
|
12
|
+
if (relpath != '') relpath += '/';
|
13
|
+
</script>
|
14
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
+
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
+
</script>
|
22
|
+
|
23
|
+
<div id="header">
|
24
|
+
<div id="menu">
|
25
|
+
|
26
|
+
|
27
|
+
<span class="title"></span>
|
28
|
+
|
29
|
+
|
30
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
31
|
+
</div>
|
32
|
+
|
33
|
+
<div id="search">
|
34
|
+
<a id="class_list_link" href="#">Class List</a>
|
35
|
+
<a id="method_list_link" href="#">Method List</a>
|
36
|
+
<a id ="file_list_link" href="#">File List</a>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div class="clear"></div>
|
40
|
+
</div>
|
41
|
+
|
42
|
+
<iframe id="search_frame"></iframe>
|
43
|
+
|
44
|
+
<div id="content"><div id="listing">
|
45
|
+
<h1 class="noborder title">Documentation by YARD 0.6.1</h1>
|
46
|
+
<h1 class="alphaindex">Alphabetic Index</h1>
|
47
|
+
|
48
|
+
|
49
|
+
<h2>File Listing</h2>
|
50
|
+
<ul id="files">
|
51
|
+
|
52
|
+
|
53
|
+
<li class="r1"><a href="index.html" title="README">README</a></li>
|
54
|
+
|
55
|
+
|
56
|
+
</ul>
|
57
|
+
|
58
|
+
<div class="clear"></div>
|
59
|
+
|
60
|
+
<h2>Namespace Listing A-Z</h2>
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
<table>
|
66
|
+
<tr>
|
67
|
+
<td valign='top' width="33%">
|
68
|
+
|
69
|
+
|
70
|
+
<ul id="alpha_C" class="alpha">
|
71
|
+
<li class="letter">C</li>
|
72
|
+
<ul>
|
73
|
+
|
74
|
+
<li>
|
75
|
+
<span class='object_link'><a href="Thinner/Client.html" title="Thinner::Client (class)">Client</a></span>
|
76
|
+
|
77
|
+
<small>(Thinner)</small>
|
78
|
+
|
79
|
+
</li>
|
80
|
+
|
81
|
+
<li>
|
82
|
+
<span class='object_link'><a href="Thinner/CommandLine.html" title="Thinner::CommandLine (class)">CommandLine</a></span>
|
83
|
+
|
84
|
+
<small>(Thinner)</small>
|
85
|
+
|
86
|
+
</li>
|
87
|
+
|
88
|
+
<li>
|
89
|
+
<span class='object_link'><a href="Thinner/Configuration.html" title="Thinner::Configuration (class)">Configuration</a></span>
|
90
|
+
|
91
|
+
<small>(Thinner)</small>
|
92
|
+
|
93
|
+
</li>
|
94
|
+
|
95
|
+
</ul>
|
96
|
+
</ul>
|
97
|
+
|
98
|
+
|
99
|
+
<ul id="alpha_P" class="alpha">
|
100
|
+
<li class="letter">P</li>
|
101
|
+
<ul>
|
102
|
+
|
103
|
+
<li>
|
104
|
+
<span class='object_link'><a href="Thinner/Purger.html" title="Thinner::Purger (class)">Purger</a></span>
|
105
|
+
|
106
|
+
<small>(Thinner)</small>
|
107
|
+
|
108
|
+
</li>
|
109
|
+
|
110
|
+
</ul>
|
111
|
+
</ul>
|
112
|
+
|
113
|
+
|
114
|
+
<ul id="alpha_T" class="alpha">
|
115
|
+
<li class="letter">T</li>
|
116
|
+
<ul>
|
117
|
+
|
118
|
+
<li>
|
119
|
+
<span class='object_link'><a href="Thinner.html" title="Thinner (module)">Thinner</a></span>
|
120
|
+
|
121
|
+
</li>
|
122
|
+
|
123
|
+
</ul>
|
124
|
+
</ul>
|
125
|
+
|
126
|
+
</td>
|
127
|
+
</tr>
|
128
|
+
</table>
|
129
|
+
</div></div>
|
130
|
+
|
131
|
+
<div id="footer">
|
132
|
+
Generated on Tue Nov 2 14:25:50 2010 by
|
133
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
134
|
+
0.6.1 (ruby-1.8.7).
|
135
|
+
</div>
|
136
|
+
|
137
|
+
</body>
|
138
|
+
</html>
|
data/doc/class_list.html
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
7
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
9
|
+
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
10
|
+
<base id="base_target" target="_parent" />
|
11
|
+
</head>
|
12
|
+
<body>
|
13
|
+
<script type="text/javascript" charset="utf-8">
|
14
|
+
if (window.top.frames.main) {
|
15
|
+
document.getElementById('base_target').target = 'main';
|
16
|
+
document.body.className = 'frames';
|
17
|
+
}
|
18
|
+
</script>
|
19
|
+
<div id="content">
|
20
|
+
<h1 id="full_list_header">Class List</h1>
|
21
|
+
<div id="nav">
|
22
|
+
<a target="_self" href="class_list.html">Classes</a> |
|
23
|
+
<a target="_self" href="method_list.html">Methods</a> |
|
24
|
+
<a target="_self" href="file_list.html">Files</a>
|
25
|
+
</div>
|
26
|
+
<div id="search">Search: <input type="text" /></div>
|
27
|
+
|
28
|
+
<ul id="full_list" class="class">
|
29
|
+
<li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
|
30
|
+
<li><a class='toggle'></a> <span class='object_link'><a href="Thinner.html" title="Thinner (module)">Thinner</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Thinner/Client.html" title="Thinner::Client (class)">Client</a></span> < Object<small class='search_info'>Thinner</small></li><li><span class='object_link'><a href="Thinner/CommandLine.html" title="Thinner::CommandLine (class)">CommandLine</a></span> < Object<small class='search_info'>Thinner</small></li><li><span class='object_link'><a href="Thinner/Configuration.html" title="Thinner::Configuration (class)">Configuration</a></span> < Object<small class='search_info'>Thinner</small></li><li><span class='object_link'><a href="Thinner/Purger.html" title="Thinner::Purger (class)">Purger</a></span> < Object<small class='search_info'>Thinner</small></li></ul>
|
31
|
+
|
32
|
+
</ul>
|
33
|
+
</div>
|
34
|
+
</body>
|
35
|
+
</html>
|
36
|
+
|
data/doc/css/common.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
/* Override this file with custom rules */
|
@@ -0,0 +1,53 @@
|
|
1
|
+
body {
|
2
|
+
margin: 0;
|
3
|
+
font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
|
4
|
+
font-size: 13px;
|
5
|
+
height: 101%;
|
6
|
+
overflow-x: hidden;
|
7
|
+
}
|
8
|
+
|
9
|
+
h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
|
10
|
+
.clear { clear: both; }
|
11
|
+
#search { position: absolute; right: 5px; top: 9px; padding-left: 24px; }
|
12
|
+
#content.insearch #search, #content.insearch #noresults { background: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAAPr6+pKSkoiIiO7u7sjIyNjY2J6engAAAI6OjsbGxjIyMlJSUuzs7KamppSUlPLy8oKCghwcHLKysqSkpJqamvT09Pj4+KioqM7OzkRERAwMDGBgYN7e3ujo6Ly8vCoqKjY2NkZGRtTU1MTExDw8PE5OTj4+PkhISNDQ0MrKylpaWrS0tOrq6nBwcKysrLi4uLq6ul5eXlxcXGJiYoaGhuDg4H5+fvz8/KKiohgYGCwsLFZWVgQEBFBQUMzMzDg4OFhYWBoaGvDw8NbW1pycnOLi4ubm5kBAQKqqqiQkJCAgIK6urnJyckpKSjQ0NGpqatLS0sDAwCYmJnx8fEJCQlRUVAoKCggICLCwsOTk5ExMTPb29ra2tmZmZmhoaNzc3KCgoBISEiIiIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCAAAACwAAAAAEAAQAAAHaIAAgoMgIiYlg4kACxIaACEJCSiKggYMCRselwkpghGJBJEcFgsjJyoAGBmfggcNEx0flBiKDhQFlIoCCA+5lAORFb4AJIihCRbDxQAFChAXw9HSqb60iREZ1omqrIPdJCTe0SWI09GBACH5BAkIAAAALAAAAAAQABAAAAdrgACCgwc0NTeDiYozCQkvOTo9GTmDKy8aFy+NOBA7CTswgywJDTIuEjYFIY0JNYMtKTEFiRU8Pjwygy4ws4owPyCKwsMAJSTEgiQlgsbIAMrO0dKDGMTViREZ14kYGRGK38nHguHEJcvTyIEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDAggPg4iJAAMJCRUAJRIqiRGCBI0WQEEJJkWDERkYAAUKEBc4Po1GiKKJHkJDNEeKig4URLS0ICImJZAkuQAhjSi/wQyNKcGDCyMnk8u5rYrTgqDVghgZlYjcACTA1sslvtHRgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCQARAtOUoQRGRiFD0kJUYWZhUhKT1OLhR8wBaaFBzQ1NwAlkIszCQkvsbOHL7Y4q4IuEjaqq0ZQD5+GEEsJTDCMmIUhtgk1lo6QFUwJVDKLiYJNUd6/hoEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4uen4ICCA+IkIsDCQkVACWmhwSpFqAABQoQF6ALTkWFnYMrVlhWvIKTlSAiJiVVPqlGhJkhqShHV1lCW4cMqSkAR1ofiwsjJyqGgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCSMhREZGIYYGY2ElYebi56fhyWQniSKAKKfpaCLFlAPhl0gXYNGEwkhGYREUywag1wJwSkHNDU3D0kJYIMZQwk8MjPBLx9eXwuETVEyAC/BOKsuEjYFhoEAIfkECQgAAAAsAAAAABAAEAAAB2eAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4ueICImip6CIQkJKJ4kigynKaqKCyMnKqSEK05StgAGQRxPYZaENqccFgIID4KXmQBhXFkzDgOnFYLNgltaSAAEpxa7BQoQF4aBACH5BAkIAAAALAAAAAAQABAAAAdogACCg4SFggJiPUqCJSWGgkZjCUwZACQkgxGEXAmdT4UYGZqCGWQ+IjKGGIUwPzGPhAc0NTewhDOdL7Ykji+dOLuOLhI2BbaFETICx4MlQitdqoUsCQ2vhKGjglNfU0SWmILaj43M5oEAOwAAAAAAAAAAAA==) no-repeat center left; }
|
13
|
+
#full_list { padding: 0; list-style: none; margin-left: 0; }
|
14
|
+
#full_list ul { padding: 0; }
|
15
|
+
#full_list li { padding: 5px; padding-left: 12px; margin: 0; font-size: 1.1em; list-style: none; }
|
16
|
+
#noresults { padding: 7px 12px; }
|
17
|
+
#content.insearch #noresults { margin-left: 7px; }
|
18
|
+
ul.collapsed ul, ul.collapsed li { display: none; }
|
19
|
+
li a.toggle { cursor: default; position: relative; left: -5px; top: 4px; text-indent: -999px; width: 10px; height: 9px; margin-left: -10px; display: block; float: left; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC) no-repeat bottom left; }
|
20
|
+
li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
|
21
|
+
li { color: #888; cursor: pointer; }
|
22
|
+
li.deprecated { text-decoration: line-through; font-style: italic; }
|
23
|
+
li.r1 { background: #f0f0f0; }
|
24
|
+
li.r2 { background: #fafafa; }
|
25
|
+
li:hover { background: #ddd; }
|
26
|
+
li small:before { content: "("; }
|
27
|
+
li small:after { content: ")"; }
|
28
|
+
li small.search_info { display: none; }
|
29
|
+
a:link, a:visited { text-decoration: none; color: #05a; }
|
30
|
+
li.clicked { background: #05a; color: #ccc; }
|
31
|
+
li.clicked a:link, li.clicked a:visited { color: #eee; }
|
32
|
+
li.clicked a.toggle { opacity: 0.5; background-position: bottom right; }
|
33
|
+
li.collapsed.clicked a.toggle { background-position: top right; }
|
34
|
+
#search input { border: 1px solid #bbb; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
|
35
|
+
#nav { margin-left: 10px; font-size: 0.9em; display: none; color: #aaa; }
|
36
|
+
#nav a:link, #nav a:visited { color: #358; }
|
37
|
+
#nav a:hover { background: transparent; color: #5af; }
|
38
|
+
|
39
|
+
.frames #content h1 { margin-top: 0; }
|
40
|
+
.frames li { white-space: nowrap; cursor: normal; }
|
41
|
+
.frames li small { display: block; font-size: 0.8em; }
|
42
|
+
.frames li small:before { content: ""; }
|
43
|
+
.frames li small:after { content: ""; }
|
44
|
+
.frames li small.search_info { display: none; }
|
45
|
+
.frames #search { width: 170px; position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; padding-left: 0; padding-right: 24px; }
|
46
|
+
.frames #content.insearch #search { background-position: center right; }
|
47
|
+
.frames #search input { width: 110px; }
|
48
|
+
.frames #nav { display: block; }
|
49
|
+
|
50
|
+
#full_list.insearch li { display: none; }
|
51
|
+
#full_list.insearch li.found { display: list-item; padding-left: 10px; }
|
52
|
+
#full_list.insearch li a.toggle { display: none; }
|
53
|
+
#full_list.insearch li small.search_info { display: block; }
|