-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy path_index.html
More file actions
74 lines (63 loc) · 3.56 KB
/
Copy path_index.html
File metadata and controls
74 lines (63 loc) · 3.56 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
---
description: "Get to places by public transport"
theme_version: '2.8.2'
cascade:
featured_image: '/images/train.webp'
logo: 'images/logo-text.svg'
logo_alt: 'Transitous'
layout: single
---
<!--
SPDX-FileCopyrightText: 2024 Jonah Brüchert <jbb@kaidan.im>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<style>
.app-icon {
margin: 10px;
}
</style>
<p>Transitous is a community-run provider-neutral international public transport routing service.</p>
<p>Using openly available data and a FOSS routing engine we operate a free to use
routing service that does not stop at borders.</p>
<h2>Apps That Use Transitous</h2>
<div class="mt-4 app-card-row">
{{< app-card name="KDE Itinerary" website="https://apps.kde.org/itinerary/" icon="images/apps/kde-itinerary.svg" >}}
{{< app-card name="KTrip" website="https://apps.kde.org/ktrip/" icon="images/apps/ktrip.svg" >}}
{{< app-card name="Railway" website="https://apps.gnome.org/DieBahn/" icon="images/apps/railway.svg" >}}
{{< app-card name="GNOME Maps" website="https://apps.gnome.org/Maps/" icon="images/apps/gnome-maps.svg" >}}
{{< app-card name="Bimba" website="https://bimba.app" icon="images/apps/bimba.svg" >}}
{{< app-card name="Träwelling" website="https://traewelling.de/" icon="images/apps/traewelling.svg" >}}
{{< app-card name="Transportflow (iOS)" website="https://transportflow.hannsadrian.de" icon="images/apps/transportflow.jpg" >}}
</div>
<h2>Use In Your App</h2>
<p>Transitous provides a free to use API that can provide journey planning in your app.</p>
<a class="btn btn-primary text-black" href="/api/"><i class="bi bi-arrow-right m-1"></i>Developer Documentation</a>
<h2>Public Transport Coverage</h2>
<p>If you know where to find public transport data for your region, or if you are a public transport operator, you can help by adding the feed to our data set.</p>
<a class="btn btn-primary theme-button text-black" href="https://transitous.org/doc#adding-a-region"><i class="bi bi-arrow-right m-1"></i>Contributor Documentation</a>
<h2>Conference Talks and Presentations</h2>
<p>Looking for an overview of how this project works? There are several public talks from conferences and meetups that you can watch.</p>
<h3>2024</h3>
<ul>
<li>
🇬🇧 <a target="_blank" href="https://meet.systect.de/playback/presentation/2.3/d941f8412ff350b73e9084e0fd1da86394aff088-1708540821542" >Transitous - Open Transport Meetup<i class="bi bi-box-arrow-right m-2"></i></a>
</li>
<li>
🇩🇪 <a target="_blank" href="https://media.ccc.de/v/38c3-transitous-offener-routingdienst-fr-ffentliche-verkehrsmittel" >offener Routingdienst für öffentliche Verkehrsmittel - 38C3<i class="bi bi-box-arrow-right m-2"></i></a>
</li>
</ul>
<h3>2025</h3>
<ul>
<li>
🇬🇧 <a target="_blank" href="https://fosdem.org/2025/schedule/event/fosdem-2025-4105-gnome-maps-meets-transitous-meets-motis/" >GNOME Maps meets Transitous meets MOTIS - FOSDEM<i class="bi bi-box-arrow-right m-2"></i></a>
</li>
<li>
🇬🇧 <a target="_blank" href="https://meet.systect.de/playback/presentation/2.3/d941f8412ff350b73e9084e0fd1da86394aff088-1739990087983" >Transitous Import Pipeline - Open Transport Meetup<i class="bi bi-box-arrow-right m-2"></i></a>
</li>
<li>
🇩🇪 <a target="_blank" href="https://pretalx.com/fossgis2025/talk/HGUKFM/" >Barrierefreies Routing mit MOTIS - FOSSGIS<i class="bi bi-box-arrow-right m-2"></i></a>
</li>
<li>
🇩🇪 <a target="_blank" href="https://pretalx.com/fossgis2025/talk/TJVVDZ/" >Transitous - Freies Public Transport Routing - FOSSGIS<i class="bi bi-box-arrow-right m-2"></i></a>
</li>
</ul>