-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
68 lines (41 loc) · 1.82 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
data-web-impls
~~~~~~~~~~~~~~
* data/firefox-locales.json
Locales supported by latest stable Firefox release. The file contains
a JSON object which has a name |locales|, whose value is a JSON object
where names are locale language tags as used by Firefox.
* data/firefox-releases.json
Firefox releases. The file contains a JSON object which has following
name/value pairs:
latest
A string containing the version string of the latest release.
releases
A JSON object whose names are version strings of Firefox releases.
* data/firefox-blocklisted-certs.json
Obsolete.
* data/geckodriver-latest.txt
The version string of the latest release of geckodriver.
* data/url-samples/brank/YYYYMM.txt
Historical.
Lists of top Japanese Web site of month YYYY-MM, extracted from the
daily Hatena Bookmark ranking <http://b.hatena.ne.jp/ranking/daily>.
These files contain list of pairs of the site and one of URLs in the
site from the ranking, as the lines of the values separated by a
U+0020 character. (When there are multiple URLs in a same site in the
ranking, only one of them are chosen for the list.) The site is
identified by the ASCII serialization of the eTLD+1 of the host of the
URL. The order of the lines in the files is not significant.
In 2017-03 the ranking page of the service has been removed.
* Sources
<https://archive.mozilla.org/pub/firefox/releases/>.
<https://github.com/mozilla/geckodriver/releases>.
<https://b.hatena.ne.jp/ranking/daily>.
* Author
Wakaba <[email protected]>.
* Acknowledgements
Thanks to @nobuoka and Hatena <http://hatenacorp.jp/>.
* License
Per CC0 <https://creativecommons.org/publicdomain/zero/1.0/>, to the
extent possible under law, the author of the data files, this
document, and the scripts used to generate them has waived all
copyright and related or neighboring rights to them.