-
Notifications
You must be signed in to change notification settings - Fork 34
/
views.yaml
153 lines (146 loc) · 4.71 KB
/
views.yaml
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
views:
- output: "about/index.html"
template: "about.html"
- output: "index.html"
template: "landing.html"
- output: "404.html"
template: "404.html"
- output: "tools/index.html"
template: "tools.html"
- output: "standard-for-public-code/index.html"
template: "standard-for-public-code.html"
- output: "statistics/index.html"
query: "countries.rq"
template: "statistics.html"
- output: "statistics/statistics.svg"
query: "countries.rq"
template: "statistics.svg"
unsafe: true
- output: "topics/index.html"
query: "topics.rq"
template: "topic-list.html"
- output: "{{safeName}}/index.html"
query: "topics.rq"
template: "topic-page.html"
- output: "countries/index.html"
query: "countries.rq"
template: "country-list.html"
- output: "{{safeName}}/index.html"
query: "countries.rq"
template: "country-page.html"
- output: "sitemap.xml"
query: "countries.rq"
template: "sitemap.xml"
unsafe: true
- output: "map.json"
query: "countries.rq"
template: "map-data.json"
unsafe: true
- output: "countries/map/index.html"
template: "countries-map.html"
# orgs
- output: "greenland/{{qid}}/index.html"
query: "generators/greenland.rq"
template: "org.html"
- output: "sweden/{{qid}}/index.html"
query: "generators/sweden.rq"
template: "org.html"
- output: "denmark/{{qid}}/index.html"
query: "generators/denmark.rq"
template: "org.html"
- output: "norway/{{qid}}/index.html"
query: "generators/norway.rq"
template: "org.html"
- output: "ghana/{{qid}}/index.html"
query: "generators/ghana.rq"
template: "org.html"
- output: "germany/{{qid}}/index.html"
query: "generators/germany.rq"
template: "org.html"
- output: "south-africa/{{qid}}/index.html"
query: "generators/south-africa.rq"
template: "org.html"
- output: "netherlands/{{qid}}/index.html"
query: "generators/netherlands.rq"
template: "org.html"
- output: "new-zealand/{{qid}}/index.html"
query: "generators/new-zealand.rq"
template: "org.html"
- output: "finland/{{qid}}/index.html"
query: "generators/finland.rq"
template: "org.html"
- output: "ukraine/{{qid}}/index.html"
query: "generators/ukraine.rq"
template: "org.html"
- output: "russia/{{qid}}/index.html"
query: "generators/russia.rq"
template: "org.html"
- output: "east-timor/{{qid}}/index.html"
query: "generators/east-timor.rq"
template: "org.html"
- output: "philippines/{{qid}}/index.html"
query: "generators/philippines.rq"
template: "org.html"
- output: "india/{{qid}}/index.html"
query: "generators/india.rq"
template: "org.html"
- output: "belgium/{{qid}}/index.html"
query: "generators/belgium.rq"
template: "org.html"
- output: "canada/{{qid}}/index.html"
query: "generators/canada.rq"
template: "org.html"
- output: "indonesia/{{qid}}/index.html"
query: "generators/indonesia.rq"
template: "org.html"
- output: "luxembourg/{{qid}}/index.html"
query: "generators/luxembourg.rq"
template: "org.html"
- output: "singapore/{{qid}}/index.html"
query: "generators/singapore.rq"
template: "org.html"
- output: "bermuda/{{qid}}/index.html"
query: "generators/bermuda.rq"
template: "org.html"
- output: "malaysia/{{qid}}/index.html"
query: "generators/malaysia.rq"
template: "org.html"
- output: "czech-republic/{{qid}}/index.html"
query: "generators/czech-republic.rq"
template: "org.html"
- output: "nepal/{{qid}}/index.html"
query: "generators/nepal.rq"
template: "org.html"
- output: "peru/{{qid}}/index.html"
query: "generators/peru.rq"
template: "org.html"
- output: "austria/{{qid}}/index.html"
query: "generators/austria.rq"
template: "org.html"
- output: "iceland/{{qid}}/index.html"
query: "generators/iceland.rq"
template: "org.html"
- output: "malta/{{qid}}/index.html"
query: "generators/malta.rq"
template: "org.html"
- output: "morocco/{{qid}}/index.html"
query: "generators/morocco.rq"
template: "org.html"
- output: "switzerland/{{qid}}/index.html"
query: "generators/switzerland.rq"
template: "org.html"
- output: "cameroon/{{qid}}/index.html"
query: "generators/cameroon.rq"
template: "org.html"
- output: "ireland/{{qid}}/index.html"
query: "generators/ireland.rq"
template: "org.html"
- output: "portugal/{{qid}}/index.html"
query: "generators/portugal.rq"
template: "org.html"
- output: "united-kingdom/{{qid}}/index.html"
query: "generators/united-kingdom.rq"
template: "org.html"
- output: "united-kingdom/scotland/{{qid}}/index.html"
query: "generators/united-kingdom/scotland.rq"
template: "org.html"