-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patharchmap.conf
More file actions
25 lines (21 loc) · 856 Bytes
/
archmap.conf
File metadata and controls
25 lines (21 loc) · 856 Bytes
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
[files]
# Define where to get the wiki list from.
# If a file path is supplied to 'default_file', it will be used instead of the URL
url = https://wiki.archlinux.org/index.php/ArchMap/List
file =
# Set the output locations for the raw-text, GeoJSON, KML and CSV files.
# Setting any of the following to 'no' or leaving them blank will disable the output,
# use '-' to print the generated text to stdout.
text = /tmp/archmap.txt
geojson = /tmp/archmap.geojson
kml = /tmp/archmap.kml
csv = /tmp/archmap.csv
[extras]
# Define the verbosity level:
# '-1' will disable all messages other than critical messages (same as '--quiet')
# '0' will disable all messages other than error messages
# '1' will enable info messages
# '2' will enable debugging
verbosity = 1
# Setting the following to 'True' will align the columns in the raw-text list
pretty = False