-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (110 loc) · 3.34 KB
/
Copy pathindex.html
File metadata and controls
116 lines (110 loc) · 3.34 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>GTFS-Flex-Feed für den VBB</title>
<style>
body {
margin: 2rem auto 3rem auto;
padding: 0 1rem;
max-width: 42rem;
background-color: #fff;
/* copied from the main VBB page*/
font-family: "Transit",sans-serif,Arial,-apple-system,BlinkMacSystemFont,"Segoe UI Emoji",Roboto,"Helvetica Neue","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1.25rem;
line-height: 1.7;
color: #383434;
}
h1, h2, h3, p {
margin: 1rem 0;
}
h1, h2, h3 {
font-weight: 700;
}
h1 {
font-size: 1.75rem;
}
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.125rem;
}
a, a code {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: underline;
color: #ad0000;
}
a code {
color: inherit;
}
a::before {
content: "";
display: inline-block;
width: 18px;
height: 15px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: -1px;
background-position: 0 bottom;
background-size: contain;
background-repeat: no-repeat;
flex: 1 0 auto;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><clipPath><path d="M0 0h100v80H0z"/></clipPath><path d="M68.253,67.8,92,44.047,68.253,20.3,61.111,27.38,74.236,39.041H31.99V49.053H74.236l-13.126,11.6ZM52.014,84.035V74.022h-50V14.01h50V4H-8V84.035Z" transform="translate(7.998 5.984)" fill="%23e10000"/></svg>');
}
a.no-link-icon::before {
display: none;
}
code, pre {
padding: .05em .2em;
background-color: #f8f8f8;
border: 1px solid #ddd;
border-radius: .15em;
/* https://www.client9.com/css-system-font-stack-monospace-v2/ */
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 95%;
color: #111;
}
pre {
padding: .25em .3em;
font-size: 90%;
text-align: left;
line-height: 1.4;
overflow-x: scroll;
}
pre code {
padding: 0;
background-color: unset;
border: none;
border-radius: 0;
font-size: inherit;
}
#logo {
text-align: center;
}
#logo img {
height: 3rem;
}
</style>
</head>
<body>
<!-- <figure id="logo">
<a class="no-link-icon" href="https://vbb.de">
<img src="vbb-logo.svg" title="Verkehrsverbund Berlin-Brandenburg" alt="VBB logo" />
</a>
</figure> -->
<h1>GTFS-Flex-Feed für den VBB</h1>
<p>
Dies ist ein <a href="https://gtfs.org/community/extensions/flex/" rel="noreferrer noopener">GTFS-Flex</a>-Feed, der den <a href="https://unternehmen.vbb.de/digitale-services/datensaetze/">offiziellen GTFS-Schedule-Feed</a> des <a href="https://en.wikipedia.org/wiki/Verkehrsverbund_Berlin-Brandenburg">VBB</a> ergänzt: <a class="no-link-icon" href="./gtfs-flex.zip"><code>gtfs-flex.zip</code></a>
</p>
<ul>
<li>Der Feed ist frei lizensiert unter <a href="https://creativecommons.org/publicdomain/zero/1.0/" referrerpolicy="no-referrer">CC0 1.0</a>.</li>
<li><a href="https://github.com/public-transport/vbb-gtfs-flex">Repository, mit dem dieser Feed generiert wird (Englisch)</a></li>
<li><a href="https://gtfs.org/community/extensions/flex/" rel="noreferrer noopener">Informationen zum GTFS-Flex-Format (Englisch)</a></li>
</ul>
</body>
</html>