gravaty 8.0.0

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

Potentially problematic release.


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

Files changed (137) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +587 -0
  3. data/COPYING.md +234 -0
  4. data/Gemfile +17 -0
  5. data/ISSUES.md +40 -0
  6. data/README.md +128 -0
  7. data/Rakefile +48 -0
  8. data/acknowledgements.md +40 -0
  9. data/authors.md +44 -0
  10. data/copyright.md +339 -0
  11. data/examples/avatar.rb +121 -0
  12. data/examples/basics.rb +60 -0
  13. data/examples/profile.rb +143 -0
  14. data/examples/xmlrpc.rb +33 -0
  15. data/gravaty.gemspec +59 -0
  16. data/gravaty.odp +0 -0
  17. data/gravaty.pdf +0 -0
  18. data/html/CHANGELOG.html +876 -0
  19. data/html/COPYING_md.html +803 -0
  20. data/html/Gemfile.html +114 -0
  21. data/html/Gravaty.html +322 -0
  22. data/html/Gravaty/Gravaty.html +997 -0
  23. data/html/Gravaty/ParsableDuckType.html +158 -0
  24. data/html/Gravaty/Parser.html +233 -0
  25. data/html/Gravaty/Parsers.html +94 -0
  26. data/html/Gravaty/Parsers/Avatar.html +166 -0
  27. data/html/Gravaty/Parsers/Callback.html +167 -0
  28. data/html/Gravaty/Parsers/Default.html +174 -0
  29. data/html/Gravaty/Parsers/Force.html +167 -0
  30. data/html/Gravaty/Parsers/Format.html +177 -0
  31. data/html/Gravaty/Parsers/Pixelsize.html +177 -0
  32. data/html/Gravaty/Parsers/Rating.html +177 -0
  33. data/html/Gravaty/Parsers/Secure.html +166 -0
  34. data/html/Gravaty/Parsers/Type.html +177 -0
  35. data/html/Gravaty/Utils.html +107 -0
  36. data/html/Gravaty/Utils/Downloader.html +106 -0
  37. data/html/Gravaty/Utils/Downloader/Downloader.html +224 -0
  38. data/html/Gravaty/Utils/Raisers.html +199 -0
  39. data/html/Gravaty/Utils/Rfc5322.html +149 -0
  40. data/html/Gravaty/Utils/RpcConnector.html +106 -0
  41. data/html/Gravaty/Utils/RpcConnector/RpcConnector.html +241 -0
  42. data/html/ISSUES_md.html +165 -0
  43. data/html/Object.html +183 -0
  44. data/html/README_md.html +436 -0
  45. data/html/Rakefile.html +152 -0
  46. data/html/acknowledgements_md.html +172 -0
  47. data/html/authors_md.html +178 -0
  48. data/html/copyright_md.html +553 -0
  49. data/html/created.rid +59 -0
  50. data/html/css/fonts.css +167 -0
  51. data/html/css/rdoc.css +590 -0
  52. data/html/fonts/Lato-Light.ttf +0 -0
  53. data/html/fonts/Lato-LightItalic.ttf +0 -0
  54. data/html/fonts/Lato-Regular.ttf +0 -0
  55. data/html/fonts/Lato-RegularItalic.ttf +0 -0
  56. data/html/fonts/SourceCodePro-Bold.ttf +0 -0
  57. data/html/fonts/SourceCodePro-Regular.ttf +0 -0
  58. data/html/gravaty_gemspec.html +162 -0
  59. data/html/images/add.png +0 -0
  60. data/html/images/arrow_up.png +0 -0
  61. data/html/images/brick.png +0 -0
  62. data/html/images/brick_link.png +0 -0
  63. data/html/images/bug.png +0 -0
  64. data/html/images/bullet_black.png +0 -0
  65. data/html/images/bullet_toggle_minus.png +0 -0
  66. data/html/images/bullet_toggle_plus.png +0 -0
  67. data/html/images/date.png +0 -0
  68. data/html/images/delete.png +0 -0
  69. data/html/images/find.png +0 -0
  70. data/html/images/loadingAnimation.gif +0 -0
  71. data/html/images/macFFBgHack.png +0 -0
  72. data/html/images/package.png +0 -0
  73. data/html/images/page_green.png +0 -0
  74. data/html/images/page_white_text.png +0 -0
  75. data/html/images/page_white_width.png +0 -0
  76. data/html/images/plugin.png +0 -0
  77. data/html/images/ruby.png +0 -0
  78. data/html/images/tag_blue.png +0 -0
  79. data/html/images/tag_green.png +0 -0
  80. data/html/images/transparent.png +0 -0
  81. data/html/images/wrench.png +0 -0
  82. data/html/images/wrench_orange.png +0 -0
  83. data/html/images/zoom.png +0 -0
  84. data/html/index.html +467 -0
  85. data/html/js/darkfish.js +161 -0
  86. data/html/js/jquery.js +4 -0
  87. data/html/js/navigation.js +142 -0
  88. data/html/js/navigation.js.gz +0 -0
  89. data/html/js/search.js +109 -0
  90. data/html/js/search_index.js +1 -0
  91. data/html/js/search_index.js.gz +0 -0
  92. data/html/js/searcher.js +229 -0
  93. data/html/js/searcher.js.gz +0 -0
  94. data/html/table_of_contents.html +479 -0
  95. data/lib/gravaty.rb +59 -0
  96. data/lib/gravaty/application.rb +272 -0
  97. data/lib/gravaty/constants.rb +53 -0
  98. data/lib/gravaty/locales/en.yml +34 -0
  99. data/lib/gravaty/locales/it.yml +34 -0
  100. data/lib/gravaty/locales/ja.yml +35 -0
  101. data/lib/gravaty/parser.rb +41 -0
  102. data/lib/gravaty/parsers/avatar.rb +33 -0
  103. data/lib/gravaty/parsers/callback.rb +34 -0
  104. data/lib/gravaty/parsers/default.rb +79 -0
  105. data/lib/gravaty/parsers/force.rb +33 -0
  106. data/lib/gravaty/parsers/format.rb +38 -0
  107. data/lib/gravaty/parsers/pixelsize.rb +38 -0
  108. data/lib/gravaty/parsers/rating.rb +38 -0
  109. data/lib/gravaty/parsers/secure.rb +32 -0
  110. data/lib/gravaty/parsers/type.rb +38 -0
  111. data/lib/gravaty/utils/downloader.rb +150 -0
  112. data/lib/gravaty/utils/raisers.rb +50 -0
  113. data/lib/gravaty/utils/rfc5322.rb +102 -0
  114. data/lib/gravaty/utils/rpc_connector.rb +71 -0
  115. data/lib/gravaty/version.rb +20 -0
  116. data/test/gravaty/locales/test_locales.rb +61 -0
  117. data/test/gravaty/parsers/test_avatar.rb +35 -0
  118. data/test/gravaty/parsers/test_callback.rb +37 -0
  119. data/test/gravaty/parsers/test_default.rb +69 -0
  120. data/test/gravaty/parsers/test_force.rb +35 -0
  121. data/test/gravaty/parsers/test_format.rb +48 -0
  122. data/test/gravaty/parsers/test_pixelsize.rb +50 -0
  123. data/test/gravaty/parsers/test_rating.rb +48 -0
  124. data/test/gravaty/parsers/test_secure.rb +35 -0
  125. data/test/gravaty/parsers/test_type.rb +37 -0
  126. data/test/gravaty/test_application.rb +111 -0
  127. data/test/gravaty/test_avatar.rb +115 -0
  128. data/test/gravaty/test_parsable_duck_type.rb +31 -0
  129. data/test/gravaty/test_parser.rb +55 -0
  130. data/test/gravaty/test_profile.rb +63 -0
  131. data/test/gravaty/utils/test_downloader.rb +43 -0
  132. data/test/gravaty/utils/test_raisers.rb +55 -0
  133. data/test/gravaty/utils/test_rfc5322.rb +58 -0
  134. data/test/gravaty/utils/test_rpc_connector.rb +74 -0
  135. data/test/test_gravaty.rb +44 -0
  136. data/test/test_helper.rb +77 -0
  137. metadata +315 -0
@@ -0,0 +1,553 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>copyright - gravaty 8.0.0</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" role="document" class="file">
23
+ <nav role="navigation">
24
+ <div id="project-navigation">
25
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
26
+ <h2>
27
+ <a href="./index.html" rel="home">Home</a>
28
+ </h2>
29
+
30
+ <div id="table-of-contents-navigation">
31
+ <a href="./table_of_contents.html#pages">Pages</a>
32
+ <a href="./table_of_contents.html#classes">Classes</a>
33
+ <a href="./table_of_contents.html#methods">Methods</a>
34
+ </div>
35
+ </div>
36
+
37
+ <div id="search-section" role="search" class="project-section initially-hidden">
38
+ <form action="#" method="get" accept-charset="utf-8">
39
+ <div id="search-field-wrapper">
40
+ <input id="search-field" role="combobox" aria-label="Search"
41
+ aria-autocomplete="list" aria-controls="search-results"
42
+ type="text" name="search" placeholder="Search" spellcheck="false"
43
+ title="Type to search, Up and Down to navigate, Enter to load">
44
+ </div>
45
+
46
+ <ul id="search-results" aria-label="Search Results"
47
+ aria-busy="false" aria-expanded="false"
48
+ aria-atomic="false" class="initially-hidden"></ul>
49
+ </form>
50
+ </div>
51
+
52
+ </div>
53
+
54
+
55
+ <div class="nav-section">
56
+ <h3>Table of Contents</h3>
57
+
58
+ <ul class="link-list" role="directory">
59
+ <li><a href="#label-Copyright+Notes">Copyright Notes</a>
60
+ <li><a href="#label-RDoc">RDoc</a>
61
+ <li><a href="#label-Darkfish+-28darkfish.js+-26+rdoc.css-29">Darkfish (darkfish.js &amp; rdoc.css)</a>
62
+ <li><a href="#label-Sorce+Code+Pro+Font+-28-26+fonts.css-29">Sorce Code Pro Font (&amp; fonts.css)</a>
63
+ <li><a href="#label-Lato+Font">Lato Font</a>
64
+ <li><a href="#label-Silk+Icons">Silk Icons</a>
65
+ <li><a href="#label-jquery.js">jquery.js</a>
66
+ <li><a href="#label-Sizzle.js">Sizzle.js</a>
67
+ <li><a href="#label-JsonIndex+generator+-28navigation.js+-26+search.js+-26+search_index.js+-26+searcher.js-29">JsonIndex generator (navigation.js &amp; search.js &amp; search_index.js &amp; searcher.js)</a>
68
+ <li><a href="#label-root.crt">root.crt</a>
69
+ </ul>
70
+ </div>
71
+
72
+
73
+ <div id="project-metadata">
74
+ <div id="fileindex-section" class="nav-section">
75
+ <h3>Pages</h3>
76
+
77
+ <ul class="link-list">
78
+
79
+ <li><a href="./CHANGELOG.html">CHANGELOG</a>
80
+
81
+ <li><a href="./COPYING_md.html">COPYING</a>
82
+
83
+ <li><a href="./Gemfile.html">Gemfile</a>
84
+
85
+ <li><a href="./ISSUES_md.html">ISSUES</a>
86
+
87
+ <li><a href="./README_md.html">README</a>
88
+
89
+ <li><a href="./Rakefile.html">Rakefile</a>
90
+
91
+ <li><a href="./acknowledgements_md.html">acknowledgements</a>
92
+
93
+ <li><a href="./authors_md.html">authors</a>
94
+
95
+ <li><a href="./copyright_md.html">copyright</a>
96
+
97
+ <li><a href="./gravaty_gemspec.html">gravaty.gemspec</a>
98
+
99
+ </ul>
100
+ </div>
101
+
102
+ </div>
103
+ </nav>
104
+
105
+ <main role="main" aria-label="Page copyright.md">
106
+ <!--
107
+ gravaty
108
+
109
+ Copyright © 2013, 2014, 2015, 2016 Marco Bresciani
110
+
111
+ This file is part of gravaty.
112
+
113
+ gravaty is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
114
+
115
+ gravaty is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
116
+
117
+ You should have received a copy of the GNU General Public License along with gravaty. If not, see <http://www.gnu.org/licenses/>.
118
+ -->
119
+ <h1 id="label-Copyright+Notes">Copyright Notes<span><a href="#label-Copyright+Notes">&para;</a> <a href="#top">&uarr;</a></span></h1>
120
+
121
+ <p>2014-04-16 update.</p>
122
+
123
+ <p>gravaty</p>
124
+
125
+ <p>Copyright © 2013, 2014, 2015, 2016 Marco Bresciani</p>
126
+
127
+ <p>This file is part of gravaty.</p>
128
+
129
+ <p>gravaty is free software: you can redistribute it and/or modify it under
130
+ the terms of the GNU General Public License as published by the Free
131
+ Software Foundation, either version 3 of the License, or (at your option)
132
+ any later version.</p>
133
+
134
+ <p>gravaty is distributed in the hope that it will be useful, but WITHOUT ANY
135
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
136
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
137
+ details.</p>
138
+
139
+ <p>You should have received a copy of the GNU General Public License along
140
+ with gravaty. If not, see <a
141
+ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
142
+
143
+ <p>All project files, except for those listed in whole RDoc section below are
144
+ released according to the above notice. The contributed code by Peter R.
145
+ Marreck and Jon Maken are released according to their own licenses,
146
+ specified inside the source code and checked being compatible with GNU
147
+ GPLv3 license and the free software philosophy.</p>
148
+
149
+ <h2 id="label-RDoc">RDoc<span><a href="#label-RDoc">&para;</a> <a href="#top">&uarr;</a></span></h2>
150
+
151
+ <p>Documents in the html directory are automatically generated by Ruby RDoc
152
+ tool, with Markdown syntax. Automatically included files have the following
153
+ licenses:</p>
154
+
155
+ <h3 id="label-Darkfish+-28darkfish.js+-26+rdoc.css-29">Darkfish (darkfish.js &amp; rdoc.css)<span><a href="#label-Darkfish+-28darkfish.js+-26+rdoc.css-29">&para;</a> <a href="#top">&uarr;</a></span></h3>
156
+
157
+ <p>See <a
158
+ href="http://www.ruby-doc.org/stdlib-2.0/libdoc/rdoc/rdoc/RDoc/Generator/Darkfish.html">www.ruby-doc.org/stdlib-2.0/libdoc/rdoc/rdoc/RDoc/Generator/Darkfish.html</a></p>
159
+
160
+ <p>Copyright © 2007, 2008, Michael Granger. All rights reserved.</p>
161
+
162
+ <p>Redistribution and use in source and binary forms, with or without
163
+ modification, are permitted provided that the following conditions are met:</p>
164
+
165
+ <pre>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
166
+
167
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
168
+
169
+ Neither the name of the author/s, nor the names of the project’s contributors may be used to endorse or promote products derived from this software without specific prior written permission.</pre>
170
+
171
+ <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS”
172
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
173
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
174
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
175
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
176
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
177
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
178
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
179
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
180
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
181
+ POSSIBILITY OF SUCH DAMAGE.</p>
182
+
183
+ <p>Darkfish uses the Silk Icons set by Mark James.</p>
184
+
185
+ <h3 id="label-Sorce+Code+Pro+Font+-28-26+fonts.css-29">Sorce Code Pro Font (&amp; fonts.css)<span><a href="#label-Sorce+Code+Pro+Font+-28-26+fonts.css-29">&para;</a> <a href="#top">&uarr;</a></span></h3>
186
+
187
+ <p>Copyright 2010, 2012 Adobe Systems Incorporated (<a
188
+ href="http://www.adobe.com">www.adobe.com</a>/), with Reserved Font Name
189
+ “Source”. All Rights Reserved. Source is a trademark of Adobe Systems
190
+ Incorporated in the United States and/or other countries.</p>
191
+
192
+ <p>This Font Software is licensed under the SIL Open Font License, Version
193
+ 1.1.</p>
194
+
195
+ <p>This license is copied below, and is also available with a FAQ at: <a
196
+ href="http://scripts.sil.org/OFL">scripts.sil.org/OFL</a></p>
197
+
198
+ <pre> -----------------------------------------------------------
199
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
200
+ -----------------------------------------------------------
201
+
202
+ PREAMBLE
203
+ The goals of the Open Font License (OFL) are to stimulate worldwide
204
+ development of collaborative font projects, to support the font creation
205
+ efforts of academic and linguistic communities, and to provide a free and
206
+ open framework in which fonts may be shared and improved in partnership
207
+ with others.
208
+
209
+ The OFL allows the licensed fonts to be used, studied, modified and
210
+ redistributed freely as long as they are not sold by themselves. The
211
+ fonts, including any derivative works, can be bundled, embedded,
212
+ redistributed and/or sold with any software provided that any reserved
213
+ names are not used by derivative works. The fonts and derivatives,
214
+ however, cannot be released under any other type of license. The
215
+ requirement for fonts to remain under this license does not apply
216
+ to any document created using the fonts or their derivatives.
217
+
218
+ DEFINITIONS
219
+ &quot;Font Software&quot; refers to the set of files released by the Copyright
220
+ Holder(s) under this license and clearly marked as such. This may
221
+ include source files, build scripts and documentation.
222
+
223
+ &quot;Reserved Font Name&quot; refers to any names specified as such after the
224
+ copyright statement(s).
225
+
226
+ &quot;Original Version&quot; refers to the collection of Font Software components as
227
+ distributed by the Copyright Holder(s).
228
+
229
+ &quot;Modified Version&quot; refers to any derivative made by adding to, deleting,
230
+ or substituting -- in part or in whole -- any of the components of the
231
+ Original Version, by changing formats or by porting the Font Software to a
232
+ new environment.
233
+
234
+ &quot;Author&quot; refers to any designer, engineer, programmer, technical
235
+ writer or other person who contributed to the Font Software.
236
+
237
+ PERMISSION &amp; CONDITIONS
238
+ Permission is hereby granted, free of charge, to any person obtaining
239
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
240
+ redistribute, and sell modified and unmodified copies of the Font
241
+ Software, subject to the following conditions:
242
+
243
+ 1) Neither the Font Software nor any of its individual components,
244
+ in Original or Modified Versions, may be sold by itself.
245
+
246
+ 2) Original or Modified Versions of the Font Software may be bundled,
247
+ redistributed and/or sold with any software, provided that each copy
248
+ contains the above copyright notice and this license. These can be
249
+ included either as stand-alone text files, human-readable headers or
250
+ in the appropriate machine-readable metadata fields within text or
251
+ binary files as long as those fields can be easily viewed by the user.
252
+
253
+ 3) No Modified Version of the Font Software may use the Reserved Font
254
+ Name(s) unless explicit written permission is granted by the corresponding
255
+ Copyright Holder. This restriction only applies to the primary font name as
256
+ presented to the users.
257
+
258
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
259
+ Software shall not be used to promote, endorse or advertise any
260
+ Modified Version, except to acknowledge the contribution(s) of the
261
+ Copyright Holder(s) and the Author(s) or with their explicit written
262
+ permission.
263
+
264
+ 5) The Font Software, modified or unmodified, in part or in whole,
265
+ must be distributed entirely under this license, and must not be
266
+ distributed under any other license. The requirement for fonts to
267
+ remain under this license does not apply to any document created
268
+ using the Font Software.
269
+
270
+ TERMINATION
271
+ This license becomes null and void if any of the above conditions are
272
+ not met.
273
+
274
+ DISCLAIMER
275
+ THE FONT SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
276
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
277
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
278
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
279
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
280
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
281
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
282
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
283
+ OTHER DEALINGS IN THE FONT SOFTWARE.</pre>
284
+
285
+ <h3 id="label-Lato+Font">Lato Font<span><a href="#label-Lato+Font">&para;</a> <a href="#top">&uarr;</a></span></h3>
286
+
287
+ <p>Copyright © 2010, Łukasz Dziedzic (<a
288
+ href="mailto:dziedzic@typoland.com">dziedzic@typoland.com</a>), with
289
+ Reserved Font Name Lato.</p>
290
+
291
+ <p>This Font Software is licensed under the SIL Open Font License, Version
292
+ 1.1.</p>
293
+
294
+ <p>This license is copied below, and is also available with a FAQ at: <a
295
+ href="http://scripts.sil.org/OFL">scripts.sil.org/OFL</a></p>
296
+
297
+ <pre>/*
298
+ -----------------------------------------------------------
299
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
300
+ -----------------------------------------------------------
301
+
302
+ PREAMBLE
303
+ The goals of the Open Font License (OFL) are to stimulate worldwide
304
+ development of collaborative font projects, to support the font creation
305
+ efforts of academic and linguistic communities, and to provide a free and
306
+ open framework in which fonts may be shared and improved in partnership
307
+ with others.
308
+
309
+ The OFL allows the licensed fonts to be used, studied, modified and
310
+ redistributed freely as long as they are not sold by themselves. The
311
+ fonts, including any derivative works, can be bundled, embedded,
312
+ redistributed and/or sold with any software provided that any reserved
313
+ names are not used by derivative works. The fonts and derivatives,
314
+ however, cannot be released under any other type of license. The
315
+ requirement for fonts to remain under this license does not apply
316
+ to any document created using the fonts or their derivatives.
317
+
318
+ DEFINITIONS
319
+ &quot;Font Software&quot; refers to the set of files released by the Copyright
320
+ Holder(s) under this license and clearly marked as such. This may
321
+ include source files, build scripts and documentation.
322
+
323
+ &quot;Reserved Font Name&quot; refers to any names specified as such after the
324
+ copyright statement(s).
325
+
326
+ &quot;Original Version&quot; refers to the collection of Font Software components as
327
+ distributed by the Copyright Holder(s).
328
+
329
+ &quot;Modified Version&quot; refers to any derivative made by adding to, deleting,
330
+ or substituting -- in part or in whole -- any of the components of the
331
+ Original Version, by changing formats or by porting the Font Software to a
332
+ new environment.
333
+
334
+ &quot;Author&quot; refers to any designer, engineer, programmer, technical
335
+ writer or other person who contributed to the Font Software.
336
+
337
+ PERMISSION &amp; CONDITIONS
338
+ Permission is hereby granted, free of charge, to any person obtaining
339
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
340
+ redistribute, and sell modified and unmodified copies of the Font
341
+ Software, subject to the following conditions:
342
+
343
+ 1) Neither the Font Software nor any of its individual components,
344
+ in Original or Modified Versions, may be sold by itself.
345
+
346
+ 2) Original or Modified Versions of the Font Software may be bundled,
347
+ redistributed and/or sold with any software, provided that each copy
348
+ contains the above copyright notice and this license. These can be
349
+ included either as stand-alone text files, human-readable headers or
350
+ in the appropriate machine-readable metadata fields within text or
351
+ binary files as long as those fields can be easily viewed by the user.
352
+
353
+ 3) No Modified Version of the Font Software may use the Reserved Font
354
+ Name(s) unless explicit written permission is granted by the corresponding
355
+ Copyright Holder. This restriction only applies to the primary font name as
356
+ presented to the users.
357
+
358
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
359
+ Software shall not be used to promote, endorse or advertise any
360
+ Modified Version, except to acknowledge the contribution(s) of the
361
+ Copyright Holder(s) and the Author(s) or with their explicit written
362
+ permission.
363
+
364
+ 5) The Font Software, modified or unmodified, in part or in whole,
365
+ must be distributed entirely under this license, and must not be
366
+ distributed under any other license. The requirement for fonts to
367
+ remain under this license does not apply to any document created
368
+ using the Font Software.
369
+
370
+ TERMINATION
371
+ This license becomes null and void if any of the above conditions are
372
+ not met.
373
+
374
+ DISCLAIMER
375
+ THE FONT SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
376
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
377
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
378
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
379
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
380
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
381
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
382
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
383
+ OTHER DEALINGS IN THE FONT SOFTWARE.
384
+ /</pre>
385
+
386
+ <h3 id="label-Silk+Icons">Silk Icons<span><a href="#label-Silk+Icons">&para;</a> <a href="#top">&uarr;</a></span></h3>
387
+
388
+ <p>See <a
389
+ href="http://www.famfamfam.com/lab/icons/silk">www.famfamfam.com/lab/icons/silk</a>/</p>
390
+
391
+ <p>This work is licensed under a Creative Commons Attribution 2.5 License.
392
+ This means you may use it for any purpose, and make any changes you like.
393
+ All I ask is that you include a link back to this page in your credits
394
+ (although a giant link on every page of your website really isn&#39;t
395
+ needed, contact me to discuss specifics).</p>
396
+
397
+ <p>The icons can also be used under Creative Commons Attribution 3.0 License
398
+ (Hi Debian folks!) with the following requirements: As an author, I would
399
+ appreciate a reference to my authorship of the Silk icon set contents
400
+ within a readme file or equivalent documentation for the software which
401
+ includes the set or a subset of the icons contained within.</p>
402
+
403
+ <h3 id="label-jquery.js">jquery.js<span><a href="#label-jquery.js">&para;</a> <a href="#top">&uarr;</a></span></h3>
404
+
405
+ <p>jQuery JavaScript Library v1.6.2. See <a
406
+ href="http://jquery.com">jquery.com</a>/</p>
407
+
408
+ <p>Copyright 2011, John Resig Dual licensed under the MIT or GPL Version 2
409
+ licenses. <a href="http://jquery.org/license">jquery.org/license</a></p>
410
+
411
+ <h4 id="label-Sizzle.js">Sizzle.js<span><a href="#label-Sizzle.js">&para;</a> <a href="#top">&uarr;</a></span></h4>
412
+
413
+ <p>Includes Sizzle.js <a href="http://sizzlejs.com">sizzlejs.com</a>/
414
+ Copyright 2011, The Dojo Foundation Released under the MIT, BSD, and GPL
415
+ Licenses.</p>
416
+
417
+ <h3 id="label-JsonIndex+generator+-28navigation.js+-26+search.js+-26+search_index.js+-26+searcher.js-29">JsonIndex generator (navigation.js &amp; search.js &amp; search_index.js &amp; searcher.js)<span><a href="#label-JsonIndex+generator+-28navigation.js+-26+search.js+-26+search_index.js+-26+searcher.js-29">&para;</a> <a href="#top">&uarr;</a></span></h3>
418
+
419
+ <p>See <a
420
+ href="http://www.ruby-doc.org/stdlib-2.0/libdoc/rdoc/rdoc/RDoc/Generator/JsonIndex.html">www.ruby-doc.org/stdlib-2.0/libdoc/rdoc/rdoc/RDoc/Generator/JsonIndex.html</a></p>
421
+
422
+ <p>The JsonIndex generator is designed to complement an HTML generator and
423
+ produces a JSON search index. This generator is derived from sdoc by
424
+ Vladimir Kolesnikov and contains verbatim code written by him.</p>
425
+
426
+ <p>Copyright © 2009 Vladimir Kolesnikov</p>
427
+
428
+ <p>Permission is hereby granted, free of charge, to any person obtaining a
429
+ copy of this software and associated documentation files (the “Software”),
430
+ to deal in the Software without restriction, including without limitation
431
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
432
+ and/or sell copies of the Software, and to permit persons to whom the
433
+ Software is furnished to do so, subject to the following conditions:</p>
434
+
435
+ <p>The above <a href="copyright_md.html">copyright</a> notice and this
436
+ permission notice shall be included in all copies or substantial portions
437
+ of the Software.</p>
438
+
439
+ <p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
440
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
441
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
442
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
443
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
444
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
445
+ DEALINGS IN THE SOFTWARE.</p>
446
+
447
+ <h2 id="label-root.crt">root.crt<span><a href="#label-root.crt">&para;</a> <a href="#top">&uarr;</a></span></h2>
448
+
449
+ <p>The root.crt root certificate by CAcert.org is release under the Root
450
+ Distribution License (see <a
451
+ href="http://www.cacert.org/policy/RootDistributionLicense.php">www.cacert.org/policy/RootDistributionLicense.php</a>).</p>
452
+
453
+ <p>Name: RDL <a
454
+ href="https://svn.cacert.org/CAcert/Policies/ControlledDocumentList.html">COD14</a>
455
+ Status: DRAFT <a
456
+ href="https://wiki.cacert.org/PolicyDecisions#p20100710">p20100710</a>
457
+ Editor: Mark Lipscombe RDL Status - DRAFT</p>
458
+
459
+ <p>Root Distribution License 1. Terms</p>
460
+
461
+ <p>“CAcert Inc” means CAcert Incorporated, a non-profit association
462
+ incorporated in New South Wales, Australia. “CAcert Community Agreement”
463
+ means the agreement entered into by each person wishing to RELY. “Member”
464
+ means a natural or legal person who has agreed to the CAcert Community
465
+ Agreement. “Certificate” means any certificate or like device to which
466
+ CAcert Inc&#39;s digital signature has been affixed. “CAcert Root
467
+ Certificates” means any certificate issued by CAcert Inc to itself for the
468
+ purposes of signing further CAcert Roots or for signing certificates of
469
+ Members. “RELY” means the human act in taking on a risk or liability on the
470
+ basis of the claim(s) bound within a certificate issued by CAcert.
471
+ “Embedded” means a certificate that is contained within a software
472
+ application or hardware system, when and only when, that software
473
+ application or system is distributed in binary form only. 2. Copyright</p>
474
+
475
+ <p>CAcert Root Certificates are Copyright CAcert Incorporated. All rights
476
+ reserved. 3. License</p>
477
+
478
+ <p>You may copy and distribute CAcert Root Certificates only in accordance
479
+ with this license.</p>
480
+
481
+ <p>CAcert Inc grants you a free, non-exclusive license to copy and distribute
482
+ CAcert Root Certificates in any medium, with or without modification,
483
+ provided that the following conditions are met:</p>
484
+
485
+ <pre>Redistributions of Embedded CAcert Root Certificates must take reasonable steps to inform the recipient of the disclaimer in section 4 or reproduce this license and copyright notice in full in the documentation provided with the distribution.
486
+ Redistributions in all other forms must reproduce this license and copyright notice in full.</pre>
487
+ <ol><li>
488
+ <p>Disclaimer</p>
489
+ </li></ol>
490
+
491
+ <p>THE CACERT ROOT CERTIFICATES ARE PROVIDED “AS IS” AND ANY EXPRESS OR
492
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
493
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED TO
494
+ THE MAXIMUM EXTENT PERMITTED BY LAW. IN NO EVENT SHALL CACERT INC, ITS
495
+ MEMBERS, AGENTS, SUBSIDIARIES OR RELATED PARTIES BE LIABLE TO THE LICENSEE
496
+ OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
497
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
498
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
499
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
500
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
501
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THESE CERTIFICATES, EVEN IF
502
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. IN ANY EVENT, CACERT&#39;S
503
+ LIABILITY SHALL NOT EXCEED $1,000.00 AUSTRALIAN DOLLARS.</p>
504
+
505
+ <p>THIS LICENSE SPECIFICALLY DOES NOT PERMIT YOU TO RELY UPON ANY CERTIFICATES
506
+ ISSUED BY CACERT INC. IF YOU WISH TO RELY ON CERTIFICATES ISSUED BY CACERT
507
+ INC, YOU MUST ENTER INTO A SEPARATE AGREEMENT WITH CACERT INC. 5. Statutory
508
+ Rights</p>
509
+
510
+ <p>Nothing in this license affects any statutory rights that cannot be waived
511
+ or limited by contract. In the event that any provision of this license is
512
+ held to be invalid or unenforceable, the remaining provisions of this
513
+ license remain in full force and effect. Alternatives</p>
514
+
515
+ <p>If you find the terms of the above Root Distribution License difficult or
516
+ inadequate for your purposes, you may wish to:</p>
517
+
518
+ <pre>Enter into the CAcert Community Agreement by {registering as a Member}[https://www.cacert.org/index.php?id=1]. This is free.
519
+ Delete CAcert Root Certificates from your software. Your software documentation should give directions and assistance for this.</pre>
520
+
521
+ <p>These alternatives are outside the above Root Distribution License and do
522
+ not incorporate.</p>
523
+ <hr>
524
+
525
+ <p>gravaty</p>
526
+
527
+ <p>Copyright © 2013, 2014, 2015, 2016 Marco Bresciani</p>
528
+
529
+ <p>This file is part of gravaty.</p>
530
+
531
+ <p>gravaty is free software: you can redistribute it and/or modify it under
532
+ the terms of the GNU General Public License as published by the Free
533
+ Software Foundation, either version 3 of the License, or (at your option)
534
+ any later version.</p>
535
+
536
+ <p>gravaty is distributed in the hope that it will be useful, but WITHOUT ANY
537
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
538
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
539
+ details.</p>
540
+
541
+ <p>You should have received a copy of the GNU General Public License along
542
+ with gravaty. If not, see <a
543
+ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
544
+ </main>
545
+
546
+
547
+
548
+ <footer id="validator-badges" role="contentinfo">
549
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
550
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.4.
551
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
552
+ </footer>
553
+