-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.conf.example
More file actions
122 lines (99 loc) · 5.94 KB
/
settings.conf.example
File metadata and controls
122 lines (99 loc) · 5.94 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[main]
# The database that holds the dump progress
database = balchivist
# The database host
host = localhost
# The file containing your MySQL credentials
defaults_file = ~/.my.cnf
# The file to log all events and messages to
logfile = output.log
# The modules to be made available to Balchivist (those in the modules directory without the ".py" extension)
modules = ["cirrussearch", "dumps", "mediacounts", "translation", "wikidata"]
[cirrussearch]
# The base directory for all the CirrusSearch dumps (no trailing slash)
# This directory should be the one that contains all the dump dates
# Mirrors can be used as well, provided that the relevant data exists
baseurl = https://dumps.wikimedia.org/other/cirrussearch
# The directory to store the CirrusSearch dump files temporarily
dumpdir = /data/project/temp
# The following are for the metadata of the Internet Archive item
collection = wikimediadownloads
creator = Wikimedia projects editors
contributor = Wikimedia Foundation
mediatype = web
rights = Permission is granted under the Wikimedia Foundation's <a href="https://wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a>. There are also additional <a href="https://archive.org/download/wikimediadownloads/legal.html">copyrights information available</a>
licenseurl = http://creativecommons.org/licenses/by-sa/3.0/
subject = wiki;cirrussearch;elasticsearch;search;dumps;wikimedia
[dumps]
# The directory containing the dump files in the format:
# %(dumpdir)/%(wikidb)/%(dumpdate)
dumpdir = /public/dumps/public
# The server root of the Wikimedia dumps service
dumps = https://dumps.wikimedia.org
# The URLs to the respective database lists
alldblist = https://noc.wikimedia.org/conf/dblists/all.dblist
privatedblist = https://noc.wikimedia.org/conf/dblists/private.dblist
# The following are for the metadata of the Internet Archive item
collection = wikimediadownloads
creator = Wikimedia projects editors
contributor = Wikimedia Foundation
mediatype = web
rights = Permission is granted under the Wikimedia Foundation's <a href="https://wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a>. There are also additional <a href="https://archive.org/download/wikimediadownloads/legal.html">copyrights information available</a>
licenseurl = http://creativecommons.org/licenses/by-sa/3.0/
[mediacounts]
# The base directory for all the mediacounts dumps (no trailing slash)
# This directory should be the one that contains the years
# Mirrors can be used as well, provided that the relevant data exists
baseurl = https://dumps.wikimedia.org/other/mediacounts/daily
# The directory to store the mediacounts dump files temporarily
dumpdir = /data/project/temp
# The following are for the metadata of the Internet Archive item
collection = wikimediadownloads
contributor = Wikimedia Foundation
mediatype = web
subject = wiki;dumps;data dumps;mediacounts;analytics
rights = Permission is granted under the Wikimedia Foundation's <a href="https://wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a>. There are also additional <a href="https://archive.org/download/wikimediadownloads/legal.html">copyrights information available</a>
licenseurl = https://creativecommons.org/publicdomain/zero/1.0/
[pageviews]
# The base directory for all the hourly page views statistics dumps (no trailing slash)
# This directory should be the one that contains the years
# Mirrors can be used as well, provided that the relevant data exists
baseurl = https://dumps.wikimedia.org/other/pageviews
# The directory that contains all the dumps and is the one that contains the years
dumpdir = /public/dumps/pageviews
# The following are for the metadata of the Internet Archive item
collection = wikimedia-other
contributor = Wikimedia Foundation
mediatype = web
subject = data;analysis;statistics;user behavior;wikimedia;pageviews;wiki;dumps;data dumps
rights = Permission is granted under the Wikimedia Foundation's <a href="https://wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a>. There are also additional <a href="https://archive.org/download/wikimediadownloads/legal.html">copyrights information available</a>
licenseurl = https://creativecommons.org/publicdomain/zero/1.0/
[translation]
# The base directory for all the Content Translation dumps (no trailing slash)
# This directory should be the one that contains the all the dump date
# Mirrors can be used as well, provided that the relevant data exists
baseurl = https://dumps.wikimedia.org/other/contenttranslation
# The directory to store the Content Translation dump files temporarily
dumpdir = /data/project/temp
# The following are for the metadata of the Internet Archive item
collection = wikimediadownloads
creator = Wikimedia projects editors
contributor = Wikimedia Foundation
mediatype = web
subject = wiki;dumps;data dumps;contenttranslation;translation;parallel corpora
rights = Permission is granted under the Wikimedia Foundation's <a href="https://wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a>. There are also additional <a href="https://archive.org/download/wikimediadownloads/legal.html">copyrights information available</a>
licenseurl = http://creativecommons.org/licenses/by-sa/3.0/
[wikidata]
# The base directory for all Wikibase dumps (no trailing slash)
# This directory should be the one that contains all the wiki databases
# Mirrors can be used as well, provided that the relevant data exists
baseurl = https://dumps.wikimedia.org/other/wikibase
# The directory to store the Wikibase dump files temporarily
dumpdir = /data/project/temp
# The following are for the metadata of the Internet Archive item
collection = wikimedia-other
creator = Wikidata editors
contributor = Wikimedia Foundation
mediatype = web
rights = Permission is granted under the Wikimedia Foundation's <a href="https://wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a>. There are also additional <a href="https://archive.org/download/wikimediadownloads/legal.html">copyrights information available</a>
licenseurl = https://creativecommons.org/publicdomain/zero/1.0/