wwwjdic 13.0.1 → 16.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG +60 -1
- data/Gemfile +7 -1
- data/README.md +500 -225
- data/Rakefile +10 -3
- data/copyright.md +17 -29
- data/examples/basics.rb +53 -45
- data/examples/translate.rb +159 -86
- data/examples/uri.rb +46 -78
- data/html/CHANGELOG.html +90 -35
- data/html/COPYING_md.html +26 -38
- data/html/Gemfile.html +25 -35
- data/html/Object.html +838 -74
- data/html/README_md.html +322 -175
- data/html/Rakefile.html +28 -38
- data/html/WWWJDic.html +63 -104
- data/html/WWWJDic/ParsableDuckType.html +38 -58
- data/html/WWWJDic/Parser.html +52 -92
- data/html/WWWJDic/Parsers.html +29 -35
- data/html/WWWJDic/Parsers/Dict.html +50 -76
- data/html/WWWJDic/Parsers/Display.html +45 -69
- data/html/WWWJDic/Parsers/Key.html +46 -70
- data/html/WWWJDic/Parsers/Search.html +41 -61
- data/html/WWWJDic/Parsers/Server.html +45 -69
- data/html/WWWJDic/Splitter.html +81 -175
- data/html/WWWJDic/Utils.html +30 -36
- data/html/WWWJDic/Utils/Downloader.html +41 -41
- data/html/WWWJDic/Utils/Downloader/Downloader.html +65 -92
- data/html/WWWJDic/Utils/Raisers.html +46 -98
- data/html/WWWJDic/WWWJDic.html +166 -348
- data/html/copyright_md.html +219 -239
- data/html/created.rid +33 -58
- data/html/css/rdoc.css +638 -590
- data/html/index.html +313 -182
- data/html/js/darkfish.js +84 -161
- data/html/js/navigation.js +4 -40
- data/html/js/navigation.js.gz +0 -0
- data/html/js/search.js +109 -109
- data/html/js/search_index.js +1 -1
- data/html/js/search_index.js.gz +0 -0
- data/html/js/searcher.js +228 -229
- data/html/js/searcher.js.gz +0 -0
- data/html/table_of_contents.html +161 -200
- data/lib/wwwjdic.rb +14 -15
- data/lib/wwwjdic/application.rb +68 -36
- data/lib/wwwjdic/constants.rb +56 -12
- data/lib/wwwjdic/locales/de.yml +9 -4
- data/lib/wwwjdic/locales/en.yml +9 -4
- data/lib/wwwjdic/locales/es.yml +9 -4
- data/lib/wwwjdic/locales/fr.yml +9 -4
- data/lib/wwwjdic/locales/hu.yml +9 -4
- data/lib/wwwjdic/locales/it.yml +9 -4
- data/lib/wwwjdic/locales/ja.yml +11 -5
- data/lib/wwwjdic/locales/nl.yml +9 -4
- data/lib/wwwjdic/locales/ru.yml +9 -4
- data/lib/wwwjdic/locales/sl.yml +9 -4
- data/lib/wwwjdic/locales/sv.yml +9 -4
- data/lib/wwwjdic/parser.rb +13 -8
- data/lib/wwwjdic/parsers/dict.rb +11 -8
- data/lib/wwwjdic/parsers/display.rb +8 -3
- data/lib/wwwjdic/parsers/key.rb +9 -3
- data/lib/wwwjdic/parsers/search.rb +10 -3
- data/lib/wwwjdic/parsers/server.rb +8 -3
- data/lib/wwwjdic/utils/downloader.rb +37 -34
- data/lib/wwwjdic/utils/raisers.rb +12 -15
- data/lib/wwwjdic/utils/splitter.rb +32 -18
- data/lib/wwwjdic/version.rb +22 -8
- data/test/test_helper.rb +10 -1
- data/test/test_wwwjdic.rb +10 -4
- data/test/wwwjdic/locales/de.yml +9 -1
- data/test/wwwjdic/locales/en.yml +9 -1
- data/test/wwwjdic/locales/es.yml +9 -1
- data/test/wwwjdic/locales/fr.yml +9 -1
- data/test/wwwjdic/locales/hu.yml +9 -1
- data/test/wwwjdic/locales/it.yml +10 -1
- data/test/wwwjdic/locales/ja.yml +11 -2
- data/test/wwwjdic/locales/nl.yml +9 -1
- data/test/wwwjdic/locales/ru.yml +9 -1
- data/test/wwwjdic/locales/sl.yml +9 -1
- data/test/wwwjdic/locales/sv.yml +9 -1
- data/test/wwwjdic/locales/test_locales.rb +41 -24
- data/test/wwwjdic/parsers/test_dict.rb +65 -37
- data/test/wwwjdic/parsers/test_display.rb +11 -5
- data/test/wwwjdic/parsers/test_key.rb +10 -4
- data/test/wwwjdic/parsers/test_server.rb +11 -5
- data/test/wwwjdic/test_application.rb +199 -149
- data/test/wwwjdic/test_parsable_duck_type.rb +9 -5
- data/test/wwwjdic/utils/test_downloader.rb +7 -1
- data/test/wwwjdic/utils/test_raisers.rb +46 -29
- data/wwwjdic.gemspec +44 -26
- metadata +55 -43
- data/acknowledgements.md +0 -55
- data/authors.md +0 -67
- data/html/acknowledgements_md.html +0 -149
- data/html/authors_md.html +0 -181
- data/html/js/jquery.js +0 -4
- data/html/wwwjdic_gemspec.html +0 -161
data/html/copyright_md.html
CHANGED
@@ -4,26 +4,27 @@
|
|
4
4
|
<head>
|
5
5
|
<meta charset="UTF-8">
|
6
6
|
|
7
|
-
<title>copyright - wwwjdic
|
7
|
+
<title>copyright - wwwjdic 16.1.0</title>
|
8
8
|
|
9
9
|
<script type="text/javascript">
|
10
10
|
var rdoc_rel_prefix = "./";
|
11
11
|
var index_rel_prefix = "./";
|
12
12
|
</script>
|
13
13
|
|
14
|
-
<script src="./js/
|
15
|
-
<script src="./js/
|
14
|
+
<script defer src="./js/navigation.js"></script>
|
15
|
+
<script defer src="./js/search.js"></script>
|
16
|
+
<script defer src="./js/search_index.js"></script>
|
17
|
+
<script defer src="./js/searcher.js"></script>
|
18
|
+
<script defer src="./js/darkfish.js"></script>
|
16
19
|
|
17
20
|
<link href="./css/fonts.css" rel="stylesheet">
|
18
21
|
<link href="./css/rdoc.css" rel="stylesheet">
|
19
22
|
|
20
23
|
|
21
|
-
|
22
|
-
|
23
|
-
<body id="top" role="document" class="file">
|
24
|
+
<body class="file" id="top" role="document">
|
24
25
|
<nav role="navigation">
|
25
26
|
<div id="project-navigation">
|
26
|
-
<div id="home-section" role="region" title="Quick navigation"
|
27
|
+
<div class="nav-section" id="home-section" role="region" title="Quick navigation">
|
27
28
|
<h2>
|
28
29
|
<a href="./index.html" rel="home">Home</a>
|
29
30
|
</h2>
|
@@ -35,24 +36,24 @@
|
|
35
36
|
</div>
|
36
37
|
</div>
|
37
38
|
|
38
|
-
<div
|
39
|
-
<form action="#" method="get"
|
39
|
+
<div class="project-section initially-hidden" id="search-section" role="search">
|
40
|
+
<form accept-charset="utf-8" action="#" method="get">
|
40
41
|
<div id="search-field-wrapper">
|
41
|
-
<input
|
42
|
-
|
43
|
-
|
44
|
-
|
42
|
+
<input aria-autocomplete="list" aria-controls="search-results" aria-label="Search"
|
43
|
+
id="search-field" name="search"
|
44
|
+
placeholder="Search" role="combobox" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"
|
45
|
+
type="text">
|
45
46
|
</div>
|
46
47
|
|
47
|
-
<ul
|
48
|
-
aria-
|
49
|
-
|
48
|
+
<ul aria-atomic="false" aria-busy="false"
|
49
|
+
aria-expanded="false" aria-label="Search Results"
|
50
|
+
class="initially-hidden" id="search-results"></ul>
|
50
51
|
</form>
|
51
52
|
</div>
|
52
53
|
|
53
54
|
</div>
|
54
55
|
|
55
|
-
|
56
|
+
|
56
57
|
<div class="nav-section">
|
57
58
|
<h3>Table of Contents</h3>
|
58
59
|
|
@@ -63,48 +64,34 @@
|
|
63
64
|
<li><a href="#label-Sorce+Code+Pro+Font+-28-26+fonts.css-29">Sorce Code Pro Font (& fonts.css)</a>
|
64
65
|
<li><a href="#label-Lato+Font">Lato Font</a>
|
65
66
|
<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
67
|
<li><a href="#label-JsonIndex+generator+-28navigation.js+-26+search.js+-26+search_index.js+-26+searcher.js-29">JsonIndex generator (navigation.js & search.js & search_index.js & searcher.js)</a>
|
69
68
|
</ul>
|
70
69
|
</div>
|
71
70
|
|
72
71
|
|
73
72
|
<div id="project-metadata">
|
74
|
-
|
73
|
+
|
74
|
+
<div class="nav-section" id="fileindex-section">
|
75
75
|
<h3>Pages</h3>
|
76
76
|
|
77
77
|
<ul class="link-list">
|
78
|
-
|
79
78
|
<li><a href="./CHANGELOG.html">CHANGELOG</a>
|
80
|
-
|
81
79
|
<li><a href="./COPYING_md.html">COPYING</a>
|
82
|
-
|
83
80
|
<li><a href="./Gemfile.html">Gemfile</a>
|
84
|
-
|
85
81
|
<li><a href="./README_md.html">README</a>
|
86
|
-
|
87
82
|
<li><a href="./Rakefile.html">Rakefile</a>
|
88
|
-
|
89
|
-
<li><a href="./acknowledgements_md.html">acknowledgements</a>
|
90
|
-
|
91
|
-
<li><a href="./authors_md.html">authors</a>
|
92
|
-
|
93
83
|
<li><a href="./copyright_md.html">copyright</a>
|
94
|
-
|
95
|
-
<li><a href="./wwwjdic_gemspec.html">wwwjdic.gemspec</a>
|
96
|
-
|
97
84
|
</ul>
|
98
85
|
</div>
|
99
86
|
|
100
87
|
</div>
|
101
88
|
</nav>
|
102
89
|
|
103
|
-
<main
|
90
|
+
<main aria-label="Page copyright.md" role="main">
|
104
91
|
<!--
|
105
92
|
wwwjdic
|
106
93
|
|
107
|
-
|
94
|
+
© 2014-2021 Marco Bresciani
|
108
95
|
|
109
96
|
This file is part of wwwjdic.
|
110
97
|
|
@@ -120,14 +107,18 @@ more details.
|
|
120
107
|
|
121
108
|
You should have received a copy of the GNU General Public License along
|
122
109
|
with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
110
|
+
|
111
|
+
SPDX-FileCopyrightText: 2014-2021 Marco Bresciani
|
112
|
+
|
113
|
+
SPDX-License-Identifier: FSFAP
|
123
114
|
-->
|
124
115
|
<h1 id="label-Copyright+Notes">Copyright Notes<span><a href="#label-Copyright+Notes">¶</a> <a href="#top">↑</a></span></h1>
|
125
116
|
|
126
|
-
<p>
|
117
|
+
<p>2021-08-06 update.</p>
|
127
118
|
|
128
119
|
<p>wwwjdic</p>
|
129
120
|
|
130
|
-
<p
|
121
|
+
<p>© 2014-2021 Marco Bresciani</p>
|
131
122
|
|
132
123
|
<p>This file is part of wwwjdic.</p>
|
133
124
|
|
@@ -137,11 +128,11 @@ with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
|
137
128
|
|
138
129
|
<p>You should have received a copy of the GNU General Public License along with wwwjdic. If not, see <a href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
139
130
|
|
140
|
-
<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>
|
131
|
+
<p>All project files, except for those listed in whole <a href="#rdoc">RDoc</a> 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>
|
141
132
|
|
142
133
|
<h2 id="label-RDoc">RDoc<span><a href="#label-RDoc">¶</a> <a href="#top">↑</a></span></h2>
|
143
134
|
|
144
|
-
<p>
|
135
|
+
<p>Ruby RDoc tool automatically generated documents in the <code>html</code> directory using Markdown syntax. Automatically included files have the following licenses:</p>
|
145
136
|
|
146
137
|
<h3 id="label-Darkfish+-28darkfish.js+-26+rdoc.css-29">Darkfish (darkfish.js & rdoc.css)<span><a href="#label-Darkfish+-28darkfish.js+-26+rdoc.css-29">¶</a> <a href="#top">↑</a></span></h3>
|
147
138
|
|
@@ -169,98 +160,100 @@ with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
|
169
160
|
|
170
161
|
<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>
|
171
162
|
|
172
|
-
<pre
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
163
|
+
<pre>/*
|
164
|
+
* -----------------------------------------------------------
|
165
|
+
* SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
166
|
+
* -----------------------------------------------------------
|
167
|
+
*
|
168
|
+
* PREAMBLE
|
169
|
+
* The goals of the Open Font License (OFL) are to stimulate
|
170
|
+
* worldwide development of collaborative font projects, to support
|
171
|
+
* the font creation efforts of academic and linguistic communities,
|
172
|
+
* and to provide a free and open framework in which fonts may be
|
173
|
+
* shared and improved in partnership with others.
|
174
|
+
*
|
175
|
+
* The OFL allows the licensed fonts to be used, studied, modified
|
176
|
+
* and redistributed freely as long as they are not sold by
|
177
|
+
* themselves. The fonts, including any derivative works, can be
|
178
|
+
* bundled, embedded, redistributed and/or sold with any software
|
179
|
+
* provided that any reserved names are not used by derivative
|
180
|
+
* works. The fonts and derivatives, however, cannot be released
|
181
|
+
* under any other type of license. The requirement for fonts to
|
182
|
+
* remain under this license does not apply to any document created
|
183
|
+
* using the fonts or their derivatives.
|
184
|
+
*
|
185
|
+
* DEFINITIONS
|
186
|
+
* "Font Software" refers to the set of files released by the
|
187
|
+
* Copyright Holder(s) under this license and clearly marked as
|
188
|
+
* such. This may include source files, build scripts and
|
189
|
+
* documentation.
|
190
|
+
*
|
191
|
+
* "Reserved Font Name" refers to any names specified as such after
|
192
|
+
* the copyright statement(s).
|
193
|
+
*
|
194
|
+
* "Original Version" refers to the collection of Font Software
|
195
|
+
* components as distributed by the Copyright Holder(s).
|
196
|
+
*
|
197
|
+
* "Modified Version" refers to any derivative made by adding to,
|
198
|
+
* deleting, or substituting -- in part or in whole -- any of the
|
199
|
+
* components of the Original Version, by changing formats or by
|
200
|
+
* porting the Font Software to a new environment.
|
201
|
+
*
|
202
|
+
* "Author" refers to any designer, engineer, programmer, technical
|
203
|
+
* writer or other person who contributed to the Font Software.
|
204
|
+
*
|
205
|
+
* PERMISSION & CONDITIONS
|
206
|
+
* Permission is hereby granted, free of charge, to any person
|
207
|
+
* obtaining a copy of the Font Software, to use, study, copy,
|
208
|
+
* merge, embed, modify, redistribute, and sell modified and
|
209
|
+
* unmodified copies of the Font Software, subject to the following
|
210
|
+
* conditions:
|
211
|
+
*
|
212
|
+
* 1) Neither the Font Software nor any of its individual
|
213
|
+
* components, in Original or Modified Versions, may be sold by
|
214
|
+
* itself.
|
215
|
+
*
|
216
|
+
* 2) Original or Modified Versions of the Font Software may be
|
217
|
+
* bundled, redistributed and/or sold with any software, provided
|
218
|
+
* that each copy contains the above copyright notice and this
|
219
|
+
* license. These can be included either as stand-alone text files,
|
220
|
+
* human-readable headers or in the appropriate machine-readable
|
221
|
+
* metadata fields within text or binary files as long as those
|
222
|
+
* fields can be easily viewed by the user.
|
223
|
+
*
|
224
|
+
* 3) No Modified Version of the Font Software may use the Reserved
|
225
|
+
* Font Name(s) unless explicit written permission is granted by the
|
226
|
+
* corresponding Copyright Holder. This restriction only applies to
|
227
|
+
* the primary font name as presented to the users.
|
228
|
+
*
|
229
|
+
* 4) The name(s) of the Copyright Holder(s) or the Author(s) of the
|
230
|
+
* Font Software shall not be used to promote, endorse or advertise
|
231
|
+
* any Modified Version, except to acknowledge the contribution(s)
|
232
|
+
* of the Copyright Holder(s) and the Author(s) or with their
|
233
|
+
* explicit written permission.
|
234
|
+
*
|
235
|
+
* 5) The Font Software, modified or unmodified, in part or in
|
236
|
+
* whole, must be distributed entirely under this license, and must
|
237
|
+
* not be distributed under any other license. The requirement for
|
238
|
+
* fonts to remain under this license does not apply to any document
|
239
|
+
* created using the Font Software.
|
240
|
+
*
|
241
|
+
* TERMINATION
|
242
|
+
* This license becomes null and void if any of the above conditions
|
243
|
+
* are not met.
|
244
|
+
*
|
245
|
+
* DISCLAIMER
|
246
|
+
* THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
247
|
+
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
|
248
|
+
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
|
249
|
+
* AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER
|
250
|
+
* RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
|
251
|
+
* CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
|
252
|
+
* SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER
|
253
|
+
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
254
|
+
* THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
|
255
|
+
* DEALINGS IN THE FONT SOFTWARE.
|
256
|
+
*/</pre>
|
264
257
|
|
265
258
|
<h3 id="label-Lato+Font">Lato Font<span><a href="#label-Lato+Font">¶</a> <a href="#top">↑</a></span></h3>
|
266
259
|
|
@@ -271,99 +264,99 @@ with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
|
271
264
|
<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>
|
272
265
|
|
273
266
|
<pre>/*
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
267
|
+
* -----------------------------------------------------------
|
268
|
+
* SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
269
|
+
* -----------------------------------------------------------
|
270
|
+
*
|
271
|
+
* PREAMBLE
|
272
|
+
* The goals of the Open Font License (OFL) are to stimulate
|
273
|
+
* worldwide development of collaborative font projects, to support
|
274
|
+
* the font creation efforts of academic and linguistic communities,
|
275
|
+
* and to provide a free and open framework in which fonts may be
|
276
|
+
* shared and improved in partnership with others.
|
277
|
+
*
|
278
|
+
* The OFL allows the licensed fonts to be used, studied, modified
|
279
|
+
* and redistributed freely as long as they are not sold by
|
280
|
+
* themselves. The fonts, including any derivative works, can be
|
281
|
+
* bundled, embedded, redistributed and/or sold with any software
|
282
|
+
* provided that any reserved names are not used by derivative
|
283
|
+
* works. The fonts and derivatives, however, cannot be released
|
284
|
+
* under any other type of license. The requirement for fonts to
|
285
|
+
* remain under this license does not apply to any document created
|
286
|
+
* using the fonts or their derivatives.
|
287
|
+
*
|
288
|
+
* DEFINITIONS
|
289
|
+
* "Font Software" refers to the set of files released by the
|
290
|
+
* Copyright Holder(s) under this license and clearly marked as
|
291
|
+
* such. This may include source files, build scripts and
|
292
|
+
* documentation.
|
293
|
+
*
|
294
|
+
* "Reserved Font Name" refers to any names specified as such after
|
295
|
+
* the copyright statement(s).
|
296
|
+
*
|
297
|
+
* "Original Version" refers to the collection of Font Software
|
298
|
+
* components as distributed by the Copyright Holder(s).
|
299
|
+
*
|
300
|
+
* "Modified Version" refers to any derivative made by adding to,
|
301
|
+
* deleting, or substituting -- in part or in whole -- any of the
|
302
|
+
* components of the Original Version, by changing formats or by
|
303
|
+
* porting the Font Software to a new environment.
|
304
|
+
*
|
305
|
+
* "Author" refers to any designer, engineer, programmer, technical
|
306
|
+
* writer or other person who contributed to the Font Software.
|
307
|
+
*
|
308
|
+
* PERMISSION & CONDITIONS
|
309
|
+
* Permission is hereby granted, free of charge, to any person
|
310
|
+
* obtaining a copy of the Font Software, to use, study, copy,
|
311
|
+
* merge, embed, modify, redistribute, and sell modified and
|
312
|
+
* unmodified copies of the Font Software, subject to the following
|
313
|
+
* conditions:
|
314
|
+
*
|
315
|
+
* 1) Neither the Font Software nor any of its individual
|
316
|
+
* components, in Original or Modified Versions, may be sold by
|
317
|
+
* itself.
|
318
|
+
*
|
319
|
+
* 2) Original or Modified Versions of the Font Software may be
|
320
|
+
* bundled, redistributed and/or sold with any software, provided
|
321
|
+
* that each copy contains the above copyright notice and this
|
322
|
+
* license. These can be included either as stand-alone text files,
|
323
|
+
* human-readable headers or in the appropriate machine-readable
|
324
|
+
* metadata fields within text or binary files as long as those
|
325
|
+
* fields can be easily viewed by the user.
|
326
|
+
*
|
327
|
+
* 3) No Modified Version of the Font Software may use the Reserved
|
328
|
+
* Font Name(s) unless explicit written permission is granted by the
|
329
|
+
* corresponding Copyright Holder. This restriction only applies to
|
330
|
+
* the primary font name as presented to the users.
|
331
|
+
*
|
332
|
+
* 4) The name(s) of the Copyright Holder(s) or the Author(s) of the
|
333
|
+
* Font Software shall not be used to promote, endorse or advertise
|
334
|
+
* any Modified Version, except to acknowledge the contribution(s)
|
335
|
+
* of the Copyright Holder(s) and the Author(s) or with their
|
336
|
+
* explicit written permission.
|
337
|
+
*
|
338
|
+
* 5) The Font Software, modified or unmodified, in part or in
|
339
|
+
* whole, must be distributed entirely under this license, and must
|
340
|
+
* not be distributed under any other license. The requirement for
|
341
|
+
* fonts to remain under this license does not apply to any document
|
342
|
+
* created using the Font Software.
|
343
|
+
*
|
344
|
+
* TERMINATION
|
345
|
+
* This license becomes null and void if any of the above conditions
|
346
|
+
* are not met.
|
347
|
+
*
|
348
|
+
* DISCLAIMER
|
349
|
+
* THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
350
|
+
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
|
351
|
+
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
|
352
|
+
* AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER
|
353
|
+
* RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
|
354
|
+
* CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
|
355
|
+
* SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER
|
356
|
+
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
357
|
+
* THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
|
358
|
+
* DEALINGS IN THE FONT SOFTWARE.
|
359
|
+
*/</pre>
|
367
360
|
|
368
361
|
<h3 id="label-Silk+Icons">Silk Icons<span><a href="#label-Silk+Icons">¶</a> <a href="#top">↑</a></span></h3>
|
369
362
|
|
@@ -373,18 +366,6 @@ with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
|
373
366
|
|
374
367
|
<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>
|
375
368
|
|
376
|
-
<h3 id="label-jquery.js">jquery.js<span><a href="#label-jquery.js">¶</a> <a href="#top">↑</a></span></h3>
|
377
|
-
|
378
|
-
<p>jQuery JavaScript Library v1.6.2 <a href="http://jquery.com">jquery.com</a>/</p>
|
379
|
-
|
380
|
-
<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>
|
381
|
-
|
382
|
-
<h4 id="label-Sizzle.js">Sizzle.js<span><a href="#label-Sizzle.js">¶</a> <a href="#top">↑</a></span></h4>
|
383
|
-
|
384
|
-
<p>Includes Sizzle.js <a href="http://sizzlejs.com">sizzlejs.com</a>/</p>
|
385
|
-
|
386
|
-
<p>Copyright 2011, The Dojo Foundation Released under the MIT, BSD, and GPL Licenses. Date: Thu Jun 30 14:16:56 2011 -0400</p>
|
387
|
-
|
388
369
|
<h3 id="label-JsonIndex+generator+-28navigation.js+-26+search.js+-26+search_index.js+-26+searcher.js-29">JsonIndex generator (navigation.js & search.js & search_index.js & searcher.js)<span><a href="#label-JsonIndex+generator+-28navigation.js+-26+search.js+-26+search_index.js+-26+searcher.js-29">¶</a> <a href="#top">↑</a></span></h3>
|
389
370
|
|
390
371
|
<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>
|
@@ -400,7 +381,7 @@ with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
|
400
381
|
|
401
382
|
<p>wwwjdic</p>
|
402
383
|
|
403
|
-
<p
|
384
|
+
<p>© 2014-2021 Marco Bresciani</p>
|
404
385
|
|
405
386
|
<p>This file is part of wwwjdic.</p>
|
406
387
|
|
@@ -416,7 +397,6 @@ with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
|
416
397
|
|
417
398
|
<footer id="validator-badges" role="contentinfo">
|
418
399
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
419
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
400
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
420
401
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
421
402
|
</footer>
|
422
|
-
|