ruby-libnotify 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -1,5 +1,9 @@
1
1
  = Changelog
2
2
 
3
+ == Release 0.5.1
4
+ * ADDED: Notification#name=, see doc
5
+ * CHANGED: extconf.rb
6
+
3
7
  == Release 0.5.0
4
8
  * libnotify >= 0.7.0 is required in order to use this release
5
9
  * CHANGED: Notify.app_name has been renamed to Notify.name
data/COPYING CHANGED
File without changes
@@ -43,5 +43,5 @@ ruby-libnotify is released under the terms of the LGPL license
43
43
 
44
44
  == Authors
45
45
 
46
- (c) Luca Russo 2006 - 2011
46
+ (c) Luca Russo 2006 - 2012
47
47
 
@@ -1,190 +1,191 @@
1
- <?xml version="1.0" encoding="utf-8"?>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
5
  <head>
6
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
7
 
8
- <title>Module: Notify</title>
8
+ <title>Module: Notify</title>
9
9
 
10
- <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
11
 
12
- <script src="./js/jquery.js" type="text/javascript"
13
- charset="utf-8"></script>
14
- <script src="./js/thickbox-compressed.js" type="text/javascript"
15
- charset="utf-8"></script>
16
- <script src="./js/quicksearch.js" type="text/javascript"
17
- charset="utf-8"></script>
18
- <script src="./js/darkfish.js" type="text/javascript"
19
- charset="utf-8"></script>
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>
20
16
 
21
17
  </head>
22
- <body class="module">
18
+ <body id="top" class="module">
23
19
 
24
- <div id="metadata">
25
- <div id="home-metadata">
26
- <div id="home-section" class="section">
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
27
23
  <h3 class="section-header">
28
24
  <a href="./index.html">Home</a>
29
25
  <a href="./index.html#classes">Classes</a>
30
26
  <a href="./index.html#methods">Methods</a>
31
27
  </h3>
32
- </div>
33
- </div>
34
-
35
- <div id="file-metadata">
36
- <div id="file-list-section" class="section">
37
- <h3 class="section-header">In Files</h3>
38
- <div class="section-body">
39
- <ul>
40
-
41
- <li><a href="./lib/RNotify_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
42
- class="thickbox" title="lib/RNotify.rb">lib/RNotify.rb</a></li>
43
-
44
- <li><a href="./ext/rnotify_c.html?TB_iframe=true&amp;height=550&amp;width=785"
45
- class="thickbox" title="ext/rnotify.c">ext/rnotify.c</a></li>
46
-
47
- </ul>
48
- </div>
49
- </div>
50
-
51
-
52
- </div>
53
-
54
- <div id="class-metadata">
55
-
56
- <!-- Parent Class -->
57
-
58
-
59
- <!-- Namespace Contents -->
60
-
61
- <div id="namespace-list-section" class="section">
62
- <h3 class="section-header">Namespace</h3>
63
- <ul class="link-list">
64
-
65
- <li><span class="type">CLASS</span> <a href="Notify/Notification.html">Notify::Notification</a></li>
66
-
67
- </ul>
68
- </div>
69
-
70
-
71
- <!-- Method Quickref -->
72
-
73
- <div id="method-list-section" class="section">
74
- <h3 class="section-header">Methods</h3>
75
- <ul class="link-list">
76
-
77
- <li><a href="#method-c-init">::init</a></li>
78
-
79
- <li><a href="#method-c-init%3F">::init?</a></li>
80
-
81
- <li><a href="#method-c-name">::name</a></li>
82
-
83
- <li><a href="#method-c-name%3D">::name=</a></li>
84
-
85
- <li><a href="#method-c-server_caps">::server_caps</a></li>
86
-
87
- <li><a href="#method-c-server_info">::server_info</a></li>
88
-
89
- <li><a href="#method-c-uninit">::uninit</a></li>
90
-
91
- </ul>
92
- </div>
93
-
94
-
95
- <!-- Included Modules -->
96
-
97
- </div>
98
-
99
- <div id="project-metadata">
100
-
101
-
102
-
103
- <div id="classindex-section" class="section project-section">
104
- <h3 class="section-header">Class Index
105
- <span class="search-toggle"><img src="./images/find.png"
106
- height="16" width="16" alt="[+]"
107
- title="show/hide quicksearch" /></span></h3>
108
- <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
109
- <fieldset>
110
- <legend>Quicksearch</legend>
111
- <input type="text" name="quicksearch" value=""
112
- class="quicksearch-field" />
113
- </fieldset>
114
- </form>
115
-
116
- <ul class="link-list">
117
-
118
- <li><a href="./Notify.html">Notify</a></li>
119
-
120
- <li><a href="./Notify/Notification.html">Notify::Notification</a></li>
121
-
122
- </ul>
123
- <div id="no-class-search-results" style="display: none;">No matching classes.</div>
124
- </div>
125
-
126
-
127
- </div>
128
- </div>
129
-
130
- <div id="documentation">
131
- <h1 class="module">Notify</h1>
132
-
133
- <div id="description">
134
-
135
- </div>
136
-
137
- <!-- Constants -->
138
-
139
- <div id="constants-list" class="section">
140
- <h3 class="section-header">Constants</h3>
141
- <dl>
142
-
143
- <dt><a name="VERSION">VERSION</a></dt>
144
-
145
- <dd class="description"></dd>
146
-
147
-
148
- </dl>
149
- </div>
150
-
151
-
152
- <!-- Attributes -->
153
-
154
-
155
- <!-- Methods -->
156
-
157
- <div id="public-class-method-details" class="method-section section">
158
- <h3 class="section-header">Public Class Methods</h3>
159
-
160
-
161
- <div id="init-method" class="method-detail ">
162
- <a name="method-c-init"></a>
163
-
164
- <div class="method-heading">
165
-
166
- <span class="method-callseq">init(name)</span>
167
- <span class="method-click-advice">click to toggle source</span>
168
-
169
- </div>
170
-
171
- <div class="method-description">
172
-
173
- <p>
174
- name = application name (required)
175
- </p>
176
- <p>
177
- Initialize libnotify. This must be called before any other functions. Throw
178
- an expection If name is empty or nil
179
- </p>
180
- <p>
181
- Returns TRUE if the library initialized properly, FALSE otherwise
182
- </p>
183
-
184
-
185
-
186
- <div class="method-source-code"
187
- id="init-source">
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="./ext/rnotify_c.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="ext/rnotify.c">ext/rnotify.c</a></li>
39
+
40
+ <li><a href="./lib/RNotify_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
41
+ class="thickbox" title="lib/RNotify.rb">lib/RNotify.rb</a></li>
42
+
43
+ </ul>
44
+ </div>
45
+ </div>
46
+
47
+
48
+ </div>
49
+
50
+ <div id="class-metadata">
51
+
52
+
53
+
54
+
55
+
56
+ <!-- Namespace Contents -->
57
+ <div id="namespace-list-section" class="section">
58
+ <h3 class="section-header">Namespace</h3>
59
+ <ul class="link-list">
60
+
61
+ <li><span class="type">CLASS</span> <a href="Notify/Notification.html">Notify::Notification</a></li>
62
+
63
+ </ul>
64
+ </div>
65
+
66
+
67
+
68
+ <!-- Method Quickref -->
69
+ <div id="method-list-section" class="section">
70
+ <h3 class="section-header">Methods</h3>
71
+ <ul class="link-list">
72
+
73
+ <li><a href="#method-c-init">::init</a></li>
74
+
75
+ <li><a href="#method-c-init-3F">::init?</a></li>
76
+
77
+ <li><a href="#method-c-name">::name</a></li>
78
+
79
+ <li><a href="#method-c-name-3D">::name=</a></li>
80
+
81
+ <li><a href="#method-c-server_caps">::server_caps</a></li>
82
+
83
+ <li><a href="#method-c-server_info">::server_info</a></li>
84
+
85
+ <li><a href="#method-c-uninit">::uninit</a></li>
86
+
87
+ </ul>
88
+ </div>
89
+
90
+
91
+
92
+ </div>
93
+
94
+ <div id="project-metadata">
95
+
96
+
97
+
98
+ <div id="classindex-section" class="section project-section">
99
+ <h3 class="section-header">Class/Module Index
100
+ <span class="search-toggle"><img src="./images/find.png"
101
+ height="16" width="16" alt="[+]"
102
+ title="show/hide quicksearch" /></span></h3>
103
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
104
+ <fieldset>
105
+ <legend>Quicksearch</legend>
106
+ <input type="text" name="quicksearch" value=""
107
+ class="quicksearch-field" />
108
+ </fieldset>
109
+ </form>
110
+
111
+ <ul class="link-list">
112
+
113
+ <li><a href="./Notify.html">Notify</a></li>
114
+
115
+ <li><a href="./Notify/Notification.html">Notify::Notification</a></li>
116
+
117
+ </ul>
118
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
119
+ </div>
120
+
121
+
122
+ </div>
123
+ </div>
124
+
125
+ <div id="documentation">
126
+ <h1 class="module">Notify</h1>
127
+
128
+ <div id="description" class="description">
129
+
130
+ </div><!-- description -->
131
+
132
+
133
+
134
+
135
+ <div id="5Buntitled-5D" class="documentation-section">
136
+
137
+
138
+
139
+
140
+
141
+ <!-- Constants -->
142
+ <div id="constants-list" class="section">
143
+ <h3 class="section-header">Constants</h3>
144
+ <dl>
145
+
146
+ <dt><a name="VERSION">VERSION</a></dt>
147
+
148
+ <dd class="description"></dd>
149
+
150
+
151
+ </dl>
152
+ </div>
153
+
154
+
155
+
156
+
157
+ <!-- Methods -->
158
+
159
+ <div id="public-class-method-details" class="method-section section">
160
+ <h3 class="section-header">Public Class Methods</h3>
161
+
162
+
163
+ <div id="init-method" class="method-detail ">
164
+ <a name="method-c-init"></a>
165
+
166
+
167
+
168
+ <div class="method-heading">
169
+ <span class="method-callseq">init(name)</span>
170
+
171
+ <span class="method-click-advice">click to toggle source</span>
172
+
173
+ </div>
174
+
175
+
176
+
177
+ <div class="method-description">
178
+
179
+ <p>name = application name (required)</p>
180
+
181
+ <p>Initialize libnotify. This must be called before any other functions. Throw
182
+ an expection If name is empty or nil</p>
183
+
184
+ <p>Returns TRUE if the library initialized properly, FALSE otherwise</p>
185
+
186
+
187
+
188
+ <div class="method-source-code" id="init-source">
188
189
  <pre>
189
190
  static VALUE
190
191
  _wrap_notify_init(VALUE self, VALUE app_name)
@@ -203,36 +204,37 @@ _wrap_notify_init(VALUE self, VALUE app_name)
203
204
 
204
205
  return Qfalse;
205
206
  }</pre>
206
- </div>
207
-
208
- </div>
209
-
210
-
211
-
212
-
213
- </div>
214
-
215
-
216
- <div id="init--method" class="method-detail ">
217
- <a name="method-c-init%3F"></a>
218
-
219
- <div class="method-heading">
220
-
221
- <span class="method-callseq">init?</span>
222
- <span class="method-click-advice">click to toggle source</span>
223
-
224
- </div>
225
-
226
- <div class="method-description">
227
-
228
- <p>
229
- Returns TRUE if libnotify is inizialized, FALSE otherwise
230
- </p>
231
-
232
-
233
-
234
- <div class="method-source-code"
235
- id="init--source">
207
+ </div><!-- init-source -->
208
+
209
+ </div>
210
+
211
+
212
+
213
+
214
+ </div><!-- init-method -->
215
+
216
+
217
+ <div id="init-3F-method" class="method-detail ">
218
+ <a name="method-c-init-3F"></a>
219
+
220
+
221
+
222
+ <div class="method-heading">
223
+ <span class="method-callseq">init?</span>
224
+
225
+ <span class="method-click-advice">click to toggle source</span>
226
+
227
+ </div>
228
+
229
+
230
+
231
+ <div class="method-description">
232
+
233
+ <p>Returns TRUE if libnotify is inizialized, FALSE otherwise</p>
234
+
235
+
236
+
237
+ <div class="method-source-code" id="init-3F-source">
236
238
  <pre>
237
239
  static VALUE
238
240
  _wrap_notify_is_initted(VALUE self)
@@ -242,36 +244,38 @@ _wrap_notify_is_initted(VALUE self)
242
244
 
243
245
  return Qfalse;
244
246
  }</pre>
245
- </div>
246
-
247
- </div>
248
-
249
-
250
-
251
-
252
- </div>
253
-
254
-
255
- <div id="name-method" class="method-detail ">
256
- <a name="method-c-name"></a>
257
-
258
- <div class="method-heading">
259
-
260
- <span class="method-callseq">name</span>
261
- <span class="method-click-advice">click to toggle source</span>
262
-
263
- </div>
264
-
265
- <div class="method-description">
266
-
267
- <p>
268
- Returns the application name passed to Notify.init
269
- </p>
270
-
271
-
272
-
273
- <div class="method-source-code"
274
- id="name-source">
247
+ </div><!-- init-3F-source -->
248
+
249
+ </div>
250
+
251
+
252
+
253
+
254
+ </div><!-- init-3F-method -->
255
+
256
+
257
+ <div id="name-method" class="method-detail ">
258
+ <a name="method-c-name"></a>
259
+
260
+
261
+
262
+ <div class="method-heading">
263
+ <span class="method-callseq">name</span>
264
+
265
+ <span class="method-click-advice">click to toggle source</span>
266
+
267
+ </div>
268
+
269
+
270
+
271
+ <div class="method-description">
272
+
273
+ <p>Returns the application name passed to <a
274
+ href="Notify.html#method-c-init">Notify.init</a></p>
275
+
276
+
277
+
278
+ <div class="method-source-code" id="name-source">
275
279
  <pre>
276
280
  static VALUE
277
281
  _wrap_notify_get_app_name(VALUE self)
@@ -280,40 +284,40 @@ _wrap_notify_get_app_name(VALUE self)
280
284
 
281
285
  return rb_str_new2(name);
282
286
  }</pre>
283
- </div>
284
-
285
- </div>
286
-
287
-
288
-
289
-
290
- </div>
291
-
292
-
293
- <div id="name--method" class="method-detail ">
294
- <a name="method-c-name%3D"></a>
295
-
296
- <div class="method-heading">
297
-
298
- <span class="method-callseq">name= new_name</span>
299
- <span class="method-click-advice">click to toggle source</span>
300
-
301
- </div>
302
-
303
- <div class="method-description">
304
-
305
- <p>
306
- if new_name is a valid string, change the application name to new_name
307
- otherwise nothing will be changed
308
- </p>
309
- <p>
310
- ** ONLY WHEN COMPILED AGAINST LIBNOTIFY >= 0.7.2 **
311
- </p>
312
-
313
-
314
-
315
- <div class="method-source-code"
316
- id="name--source">
287
+ </div><!-- name-source -->
288
+
289
+ </div>
290
+
291
+
292
+
293
+
294
+ </div><!-- name-method -->
295
+
296
+
297
+ <div id="name-3D-method" class="method-detail ">
298
+ <a name="method-c-name-3D"></a>
299
+
300
+
301
+
302
+ <div class="method-heading">
303
+ <span class="method-callseq">name= new_name</span>
304
+
305
+ <span class="method-click-advice">click to toggle source</span>
306
+
307
+ </div>
308
+
309
+
310
+
311
+ <div class="method-description">
312
+
313
+ <p>if new_name is a valid string, change the application name to new_name
314
+ otherwise nothing will be changed</p>
315
+
316
+ <p>** ONLY WHEN COMPILED AGAINST LIBNOTIFY &gt;= 0.7.2 **</p>
317
+
318
+
319
+
320
+ <div class="method-source-code" id="name-3D-source">
317
321
  <pre>
318
322
  static VALUE
319
323
  _wrap_notify_set_app_name(VALUE self, VALUE app_name)
@@ -325,36 +329,37 @@ _wrap_notify_set_app_name(VALUE self, VALUE app_name)
325
329
 
326
330
  return Qnil;
327
331
  }</pre>
328
- </div>
329
-
330
- </div>
331
-
332
-
333
-
334
-
335
- </div>
336
-
337
-
338
- <div id="server-caps-method" class="method-detail ">
339
- <a name="method-c-server_caps"></a>
340
-
341
- <div class="method-heading">
342
-
343
- <span class="method-callseq">server_caps</span>
344
- <span class="method-click-advice">click to toggle source</span>
345
-
346
- </div>
347
-
348
- <div class="method-description">
349
-
350
- <p>
351
- Queries the server for its capabilities and returns them in an Array
352
- </p>
353
-
354
-
355
-
356
- <div class="method-source-code"
357
- id="server-caps-source">
332
+ </div><!-- name-3D-source -->
333
+
334
+ </div>
335
+
336
+
337
+
338
+
339
+ </div><!-- name-3D-method -->
340
+
341
+
342
+ <div id="server_caps-method" class="method-detail ">
343
+ <a name="method-c-server_caps"></a>
344
+
345
+
346
+
347
+ <div class="method-heading">
348
+ <span class="method-callseq">server_caps</span>
349
+
350
+ <span class="method-click-advice">click to toggle source</span>
351
+
352
+ </div>
353
+
354
+
355
+
356
+ <div class="method-description">
357
+
358
+ <p>Queries the server for its capabilities and returns them in an Array</p>
359
+
360
+
361
+
362
+ <div class="method-source-code" id="server_caps-source">
358
363
  <pre>
359
364
  static VALUE
360
365
  _wrap_notify_get_server_caps(VALUE self)
@@ -376,49 +381,48 @@ _wrap_notify_get_server_caps(VALUE self)
376
381
 
377
382
  return rb_caps;
378
383
  }</pre>
379
- </div>
380
-
381
- </div>
382
-
383
-
384
-
385
-
386
- </div>
387
-
388
-
389
- <div id="server-info-method" class="method-detail ">
390
- <a name="method-c-server_info"></a>
391
-
392
- <div class="method-heading">
393
-
394
- <span class="method-callseq">server_info</span>
395
- <span class="method-click-advice">click to toggle source</span>
396
-
397
- </div>
398
-
399
- <div class="method-description">
400
-
401
- <p>
402
- Queries the server for its information (name, vendor, server version,
403
- notification version)
404
- </p>
405
- <p>
406
- Returns FALSE if there were errors, an Hash otherwise
407
- </p>
408
- <p>
409
- example:
410
- </p>
411
- <pre>
412
- h = Notify.server_info
413
- p h[:name] #print the product name of the server
414
- p h[:vendor] #print the vendor
415
- p h[:version] #print the server version
416
- p h[:spec_version] #print the specification version supported</pre>
417
-
418
-
419
-
420
- <div class="method-source-code"
421
- id="server-info-source">
384
+ </div><!-- server_caps-source -->
385
+
386
+ </div>
387
+
388
+
389
+
390
+
391
+ </div><!-- server_caps-method -->
392
+
393
+
394
+ <div id="server_info-method" class="method-detail ">
395
+ <a name="method-c-server_info"></a>
396
+
397
+
398
+
399
+ <div class="method-heading">
400
+ <span class="method-callseq">server_info</span>
401
+
402
+ <span class="method-click-advice">click to toggle source</span>
403
+
404
+ </div>
405
+
406
+
407
+
408
+ <div class="method-description">
409
+
410
+ <p>Queries the server for its information (name, vendor, server version,
411
+ notification version)</p>
412
+
413
+ <p>Returns FALSE if there were errors, an Hash otherwise</p>
414
+
415
+ <p>example:</p>
416
+
417
+ <pre>h = Notify.server_info
418
+ p h[:name] #print the product name of the server
419
+ p h[:vendor] #print the vendor
420
+ p h[:version] #print the server version
421
+ p h[:spec_version] #print the specification version supported</pre>
422
+
423
+
424
+
425
+ <div class="method-source-code" id="server_info-source">
422
426
  <pre>
423
427
  static VALUE
424
428
  _wrap_notify_get_server_info(VALUE self)
@@ -447,36 +451,37 @@ _wrap_notify_get_server_info(VALUE self)
447
451
 
448
452
  return rb_info;
449
453
  }</pre>
450
- </div>
451
-
452
- </div>
453
-
454
-
455
-
456
-
457
- </div>
458
-
459
-
460
- <div id="uninit-method" class="method-detail ">
461
- <a name="method-c-uninit"></a>
462
-
463
- <div class="method-heading">
464
-
465
- <span class="method-callseq">uninit</span>
466
- <span class="method-click-advice">click to toggle source</span>
467
-
468
- </div>
469
-
470
- <div class="method-description">
471
-
472
- <p>
473
- Deinitialize libnotify, you must to call this before quit the program
474
- </p>
475
-
476
-
477
-
478
- <div class="method-source-code"
479
- id="uninit-source">
454
+ </div><!-- server_info-source -->
455
+
456
+ </div>
457
+
458
+
459
+
460
+
461
+ </div><!-- server_info-method -->
462
+
463
+
464
+ <div id="uninit-method" class="method-detail ">
465
+ <a name="method-c-uninit"></a>
466
+
467
+
468
+
469
+ <div class="method-heading">
470
+ <span class="method-callseq">uninit</span>
471
+
472
+ <span class="method-click-advice">click to toggle source</span>
473
+
474
+ </div>
475
+
476
+
477
+
478
+ <div class="method-description">
479
+
480
+ <p>Deinitialize libnotify, you must to call this before quit the program</p>
481
+
482
+
483
+
484
+ <div class="method-source-code" id="uninit-source">
480
485
  <pre>
481
486
  static VALUE
482
487
  _wrap_notify_uninit(VALUE self)
@@ -485,33 +490,28 @@ _wrap_notify_uninit(VALUE self)
485
490
 
486
491
  return Qnil;
487
492
  }</pre>
488
- </div>
489
-
490
- </div>
491
-
492
-
493
-
494
-
495
- </div>
493
+ </div><!-- uninit-source -->
494
+
495
+ </div>
496
496
 
497
-
498
- </div>
499
-
497
+
500
498
 
501
- </div>
499
+
500
+ </div><!-- uninit-method -->
502
501
 
502
+
503
+ </div><!-- public-class-method-details -->
504
+
505
+ </div><!-- 5Buntitled-5D -->
506
+
503
507
 
504
- <div id="rdoc-debugging-section-dump" class="debugging-section">
505
-
506
- <p>Disabled; run with --debug to generate this.</p>
507
-
508
- </div>
508
+ </div><!-- documentation -->
509
509
 
510
- <div id="validator-badges">
511
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
512
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
513
- Rdoc Generator</a> 1.1.6</small>.</p>
514
- </div>
510
+ <div id="validator-badges">
511
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
512
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
513
+ Rdoc Generator</a> 2</small>.</p>
514
+ </div>
515
515
 
516
516
  </body>
517
517
  </html>