gravaty 9.0.0

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