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/acknowledgements.md
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
wwwjdic
|
3
|
-
|
4
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
5
|
-
|
6
|
-
This file is part of wwwjdic.
|
7
|
-
|
8
|
-
wwwjdic is free software: you can redistribute it and/or modify it under
|
9
|
-
the terms of the GNU General Public License as published by the Free
|
10
|
-
Software Foundation, either version 3 of the License, or (at your
|
11
|
-
option) any later version.
|
12
|
-
|
13
|
-
wwwjdic is distributed in the hope that it will be useful, but WITHOUT
|
14
|
-
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
16
|
-
more details.
|
17
|
-
|
18
|
-
You should have received a copy of the GNU General Public License along
|
19
|
-
with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
20
|
-
-->
|
21
|
-
|
22
|
-
# Acknowledgements
|
23
|
-
FSIJ理事会の理事長、新部裕さんの日本語の翻訳。 Japanese translation by
|
24
|
-
Yutaka Niibe, President of Free Software Initiative of Japan.
|
25
|
-
|
26
|
-
Thanks to Łukasz Niemier for his suggestions on possible improvements.
|
27
|
-
|
28
|
-
## An HTTP/HTTPS/FTP file downloader library/CLI based upon MiniPortile's HTTP implementation.
|
29
|
-
[An HTTP/HTTPS/FTP file downloader library/CLI based upon MiniPortile's
|
30
|
-
HTTP implementation.](https://gist.github.com/jonforums/2202048) gist by
|
31
|
-
Jon Maken. About *An HTTP/HTTPS/FTP file downloader library/CLI based
|
32
|
-
upon MiniPortile's HTTP implementation*, please note that "License:
|
33
|
-
3-clause BSD". This license is GNU GPLv3 compatible according to
|
34
|
-
<http://www.gnu.org/licenses/license-list.en.html#ModifiedBSD>.
|
35
|
-
|
36
|
-
------------------------------------------
|
37
|
-
|
38
|
-
wwwjdic
|
39
|
-
|
40
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
41
|
-
|
42
|
-
This file is part of wwwjdic.
|
43
|
-
|
44
|
-
wwwjdic is free software: you can redistribute it and/or modify it under
|
45
|
-
the terms of the GNU General Public License as published by the Free
|
46
|
-
Software Foundation, either version 3 of the License, or (at your
|
47
|
-
option) any later version.
|
48
|
-
|
49
|
-
wwwjdic is distributed in the hope that it will be useful, but WITHOUT
|
50
|
-
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
51
|
-
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
52
|
-
more details.
|
53
|
-
|
54
|
-
You should have received a copy of the GNU General Public License along
|
55
|
-
with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
data/authors.md
DELETED
@@ -1,67 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
wwwjdic
|
3
|
-
|
4
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
5
|
-
|
6
|
-
This file is part of wwwjdic.
|
7
|
-
|
8
|
-
wwwjdic is free software: you can redistribute it and/or modify it under
|
9
|
-
the terms of the GNU General Public License as published by the Free
|
10
|
-
Software Foundation, either version 3 of the License, or (at your
|
11
|
-
option) any later version.
|
12
|
-
|
13
|
-
wwwjdic is distributed in the hope that it will be useful, but WITHOUT
|
14
|
-
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
16
|
-
more details.
|
17
|
-
|
18
|
-
You should have received a copy of the GNU General Public License along
|
19
|
-
with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
20
|
-
-->
|
21
|
-
|
22
|
-
# Project and gem owned by
|
23
|
-
* *Author*: [Marco Bresciani](mailto:marcobresciani_1974@libero.it)
|
24
|
-
|
25
|
-
# Authors list (in appearing order)
|
26
|
-
* *Author*: [Marco Bresciani](mailto:marcobresciani_1974@libero.it)
|
27
|
-
* *Contributor*: [Jim
|
28
|
-
Breen](http://www.csse.monash.edu.au/~jwb/index.html)
|
29
|
-
* *Author*: [Jon Maken](mailto:jon.forums@gmail.com), [An HTTP/HTTPS/FTP
|
30
|
-
file downloader library/CLI based upon MiniPortile's HTTP
|
31
|
-
implementation.](https://gist.github.com/jonforums/2202048)
|
32
|
-
|
33
|
-
## Translations Authors (in appearing order)
|
34
|
-
* *Italiano*: [Marco Bresciani](mailto:marcobresciani_1974@libero.it)
|
35
|
-
* *English*: [Marco Bresciani](mailto:marcobresciani_1974@libero.it)
|
36
|
-
* *日本語*: [新部裕](mailto:gniibe@fsij.org)
|
37
|
-
* *Russian*: Google Translate
|
38
|
-
* *German*: Google Translate
|
39
|
-
* *Spanish*: Google Translate
|
40
|
-
* *French*: Google Translate
|
41
|
-
* *Hungarian*: Google Translate
|
42
|
-
* *Dutch*: Google Translate
|
43
|
-
* *Slovenian*: Google Translate
|
44
|
-
* *Swedish*: Google Translate
|
45
|
-
|
46
|
-
No one else, yet.
|
47
|
-
|
48
|
-
------------------------------------------
|
49
|
-
|
50
|
-
wwwjdic
|
51
|
-
|
52
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
53
|
-
|
54
|
-
This file is part of wwwjdic.
|
55
|
-
|
56
|
-
wwwjdic is free software: you can redistribute it and/or modify it under
|
57
|
-
the terms of the GNU General Public License as published by the Free
|
58
|
-
Software Foundation, either version 3 of the License, or (at your
|
59
|
-
option) any later version.
|
60
|
-
|
61
|
-
wwwjdic is distributed in the hope that it will be useful, but WITHOUT
|
62
|
-
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
63
|
-
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
64
|
-
more details.
|
65
|
-
|
66
|
-
You should have received a copy of the GNU General Public License along
|
67
|
-
with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
@@ -1,149 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>acknowledgements - wwwjdic 13.0.1</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-Acknowledgements">Acknowledgements</a>
|
61
|
-
<li><a href="#label-An+HTTP-2FHTTPS-2FFTP+file+downloader+library-2FCLI+based+upon+MiniPortile-27s+HTTP+implementation.">An HTTP/HTTPS/FTP file downloader library/CLI based upon MiniPortile's HTTP implementation.</a>
|
62
|
-
</ul>
|
63
|
-
</div>
|
64
|
-
|
65
|
-
|
66
|
-
<div id="project-metadata">
|
67
|
-
<div id="fileindex-section" class="nav-section">
|
68
|
-
<h3>Pages</h3>
|
69
|
-
|
70
|
-
<ul class="link-list">
|
71
|
-
|
72
|
-
<li><a href="./CHANGELOG.html">CHANGELOG</a>
|
73
|
-
|
74
|
-
<li><a href="./COPYING_md.html">COPYING</a>
|
75
|
-
|
76
|
-
<li><a href="./Gemfile.html">Gemfile</a>
|
77
|
-
|
78
|
-
<li><a href="./README_md.html">README</a>
|
79
|
-
|
80
|
-
<li><a href="./Rakefile.html">Rakefile</a>
|
81
|
-
|
82
|
-
<li><a href="./acknowledgements_md.html">acknowledgements</a>
|
83
|
-
|
84
|
-
<li><a href="./authors_md.html">authors</a>
|
85
|
-
|
86
|
-
<li><a href="./copyright_md.html">copyright</a>
|
87
|
-
|
88
|
-
<li><a href="./wwwjdic_gemspec.html">wwwjdic.gemspec</a>
|
89
|
-
|
90
|
-
</ul>
|
91
|
-
</div>
|
92
|
-
|
93
|
-
</div>
|
94
|
-
</nav>
|
95
|
-
|
96
|
-
<main role="main" aria-label="Page acknowledgements.md">
|
97
|
-
<!--
|
98
|
-
wwwjdic
|
99
|
-
|
100
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
101
|
-
|
102
|
-
This file is part of wwwjdic.
|
103
|
-
|
104
|
-
wwwjdic is free software: you can redistribute it and/or modify it under
|
105
|
-
the terms of the GNU General Public License as published by the Free
|
106
|
-
Software Foundation, either version 3 of the License, or (at your
|
107
|
-
option) any later version.
|
108
|
-
|
109
|
-
wwwjdic is distributed in the hope that it will be useful, but WITHOUT
|
110
|
-
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
111
|
-
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
112
|
-
more details.
|
113
|
-
|
114
|
-
You should have received a copy of the GNU General Public License along
|
115
|
-
with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
116
|
-
-->
|
117
|
-
<h1 id="label-Acknowledgements">Acknowledgements<span><a href="#label-Acknowledgements">¶</a> <a href="#top">↑</a></span></h1>
|
118
|
-
|
119
|
-
<p>FSIJ理事会の理事長、新部裕さんの日本語の翻訳。 Japanese translation by Yutaka Niibe, President of Free Software Initiative of Japan.</p>
|
120
|
-
|
121
|
-
<p>Thanks to Łukasz Niemier for his suggestions on possible improvements.</p>
|
122
|
-
|
123
|
-
<h2 id="label-An+HTTP-2FHTTPS-2FFTP+file+downloader+library-2FCLI+based+upon+MiniPortile-27s+HTTP+implementation.">An HTTP/HTTPS/FTP file downloader library/CLI based upon MiniPortile's HTTP implementation.<span><a href="#label-An+HTTP-2FHTTPS-2FFTP+file+downloader+library-2FCLI+based+upon+MiniPortile-27s+HTTP+implementation.">¶</a> <a href="#top">↑</a></span></h2>
|
124
|
-
|
125
|
-
<p><a href="https://gist.github.com/jonforums/2202048">An HTTP/HTTPS/FTP file downloader library/CLI based upon MiniPortile’s HTTP implementation.</a> gist by Jon Maken. About <em>An HTTP/HTTPS/FTP file downloader library/CLI based upon MiniPortile's HTTP implementation</em>, please note that “License: 3-clause BSD”. This license is GNU GPLv3 compatible according to <a href="http://www.gnu.org/licenses/license-list.en.html#ModifiedBSD">www.gnu.org/licenses/license-list.en.html#ModifiedBSD</a>.</p>
|
126
|
-
<hr>
|
127
|
-
|
128
|
-
<p>wwwjdic</p>
|
129
|
-
|
130
|
-
<p>Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani</p>
|
131
|
-
|
132
|
-
<p>This file is part of wwwjdic.</p>
|
133
|
-
|
134
|
-
<p>wwwjdic 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>
|
135
|
-
|
136
|
-
<p>wwwjdic 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>
|
137
|
-
|
138
|
-
<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
|
-
|
140
|
-
</main>
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
<footer id="validator-badges" role="contentinfo">
|
145
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
146
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
|
147
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
148
|
-
</footer>
|
149
|
-
|
data/html/authors_md.html
DELETED
@@ -1,181 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>authors - wwwjdic 13.0.1</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="./README_md.html">README</a>
|
80
|
-
|
81
|
-
<li><a href="./Rakefile.html">Rakefile</a>
|
82
|
-
|
83
|
-
<li><a href="./acknowledgements_md.html">acknowledgements</a>
|
84
|
-
|
85
|
-
<li><a href="./authors_md.html">authors</a>
|
86
|
-
|
87
|
-
<li><a href="./copyright_md.html">copyright</a>
|
88
|
-
|
89
|
-
<li><a href="./wwwjdic_gemspec.html">wwwjdic.gemspec</a>
|
90
|
-
|
91
|
-
</ul>
|
92
|
-
</div>
|
93
|
-
|
94
|
-
</div>
|
95
|
-
</nav>
|
96
|
-
|
97
|
-
<main role="main" aria-label="Page authors.md">
|
98
|
-
<!--
|
99
|
-
wwwjdic
|
100
|
-
|
101
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
102
|
-
|
103
|
-
This file is part of wwwjdic.
|
104
|
-
|
105
|
-
wwwjdic is free software: you can redistribute it and/or modify it under
|
106
|
-
the terms of the GNU General Public License as published by the Free
|
107
|
-
Software Foundation, either version 3 of the License, or (at your
|
108
|
-
option) any later version.
|
109
|
-
|
110
|
-
wwwjdic is distributed in the hope that it will be useful, but WITHOUT
|
111
|
-
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
112
|
-
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
113
|
-
more details.
|
114
|
-
|
115
|
-
You should have received a copy of the GNU General Public License along
|
116
|
-
with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
117
|
-
-->
|
118
|
-
<h1 id="label-Project+and+gem+owned+by">Project and gem owned by<span><a href="#label-Project+and+gem+owned+by">¶</a> <a href="#top">↑</a></span></h1>
|
119
|
-
<ul><li>
|
120
|
-
<p><em>Author</em>: <a href="mailto:marcobresciani_1974@libero.it">Marco Bresciani</a></p>
|
121
|
-
</li></ul>
|
122
|
-
|
123
|
-
<h1 id="label-Authors+list+-28in+appearing+order-29">Authors list (in appearing order)<span><a href="#label-Authors+list+-28in+appearing+order-29">¶</a> <a href="#top">↑</a></span></h1>
|
124
|
-
<ul><li>
|
125
|
-
<p><em>Author</em>: <a href="mailto:marcobresciani_1974@libero.it">Marco Bresciani</a></p>
|
126
|
-
</li><li>
|
127
|
-
<p><em>Contributor</em>: <a href="http://www.csse.monash.edu.au/~jwb/index.html">Jim Breen</a></p>
|
128
|
-
</li><li>
|
129
|
-
<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>
|
130
|
-
</li></ul>
|
131
|
-
|
132
|
-
<h2 id="label-Translations+Authors+-28in+appearing+order-29">Translations Authors (in appearing order)<span><a href="#label-Translations+Authors+-28in+appearing+order-29">¶</a> <a href="#top">↑</a></span></h2>
|
133
|
-
<ul><li>
|
134
|
-
<p><em>Italiano</em>: <a href="mailto:marcobresciani_1974@libero.it">Marco Bresciani</a></p>
|
135
|
-
</li><li>
|
136
|
-
<p><em>English</em>: <a href="mailto:marcobresciani_1974@libero.it">Marco Bresciani</a></p>
|
137
|
-
</li><li>
|
138
|
-
<p><em>日本語</em>: <a href="mailto:gniibe@fsij.org">新部裕</a></p>
|
139
|
-
</li><li>
|
140
|
-
<p><em>Russian</em>: Google Translate</p>
|
141
|
-
</li><li>
|
142
|
-
<p><em>German</em>: Google Translate</p>
|
143
|
-
</li><li>
|
144
|
-
<p><em>Spanish</em>: Google Translate</p>
|
145
|
-
</li><li>
|
146
|
-
<p><em>French</em>: Google Translate</p>
|
147
|
-
</li><li>
|
148
|
-
<p><em>Hungarian</em>: Google Translate</p>
|
149
|
-
</li><li>
|
150
|
-
<p><em>Dutch</em>: Google Translate</p>
|
151
|
-
</li><li>
|
152
|
-
<p><em>Slovenian</em>: Google Translate</p>
|
153
|
-
</li><li>
|
154
|
-
<p><em>Swedish</em>: Google Translate</p>
|
155
|
-
</li></ul>
|
156
|
-
|
157
|
-
<p>No one else, yet.</p>
|
158
|
-
<hr>
|
159
|
-
|
160
|
-
<p>wwwjdic</p>
|
161
|
-
|
162
|
-
<p>Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani</p>
|
163
|
-
|
164
|
-
<p>This file is part of wwwjdic.</p>
|
165
|
-
|
166
|
-
<p>wwwjdic 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>
|
167
|
-
|
168
|
-
<p>wwwjdic 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>
|
169
|
-
|
170
|
-
<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>
|
171
|
-
|
172
|
-
</main>
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
<footer id="validator-badges" role="contentinfo">
|
177
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
178
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
|
179
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
180
|
-
</footer>
|
181
|
-
|