Skip to content

Commit 894997b

Browse files
Corrections asked by Stephen Miller (#1)
1 parent f91ce7a commit 894997b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

overrides/home.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
</section>
3434

3535
<section class="content-container">
36+
<div class="content-inner">
37+
<header class="md-typeset" style="margin-bottom: 100px; text-align: center; text-wrap: balance">
38+
<h2 style="color:#0A0A0A;">{{text.t("preSection1Para")}}</h2>
39+
</header>
40+
</div>
41+
3642
<div class="content-inner">
3743
<header class="md-typeset">
3844
<h1 style="color:#0A0A0A;">{{text.t("section1Title")}}</h1>

overrides/locales/en.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
"pageTitle": 'GOFS is an open source, community-driven data standard for traveler-facing information about demand responsive transportation.',
33
"getStartedButton": 'Get Started',
44
"documentationButton": 'Documentation',
5+
"preSection1Para": 'GOFS provides real-time information about point-to-point, demand-responsive service within a zone, using a lightweight, easy-to-implement format. It serves a distinct purpose from GTFS-Flex or other data standards and extensions.',
56
"section1Title": 'Which standard(s) should be used for which types of transportation?',
67
"section1Subtitle1": 'Taxi / Ridehail',
78
"section1TextBlock1": '<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank">GOFS</a>',
89
"section1Subtitle2": 'Demand-responsive transit:',
910
"section1Subtitle2part2": 'Zone based (“Microtransit”)',
10-
"section1TextBlock2": '<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank">GOFS</a>&nbsp;or&nbsp;<a href="https://gtfs.org/documentation/schedule/examples/flex/#on-demand-services-within-a-single-zone">GTFS-Flex (zone)</a>',
11+
"section1TextBlock2": '<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank">GOFS</a> (includes real-time)</br>or&nbsp;<a href="https://gtfs.org/documentation/schedule/examples/flex/#on-demand-services-within-a-single-zone">GTFS-Flex (zone)</a> (static only)',
1112
"section1Subtitle3": 'Demand-responsive transit:',
1213
"section1Subtitle3part2": 'Predefined routes with deviation',
1314
"section1Subtitle3part3": 'Fixed stops',
@@ -36,7 +37,7 @@
3637
"section4block2": 'How do I get started using GOFS? Where is there documentation?',
3738
"section4block2a": 'Consult the official <a href="https://github.com/GOFS-lite/GOFS-lite">GOFS specification on GitHub</a> to understand the required data fields and structure for your on-demand service, then develop a process to generate this data accurately from your operational systems.',
3839
"section4block3": 'What’s the level of effort to implement GOFS?',
39-
"section4block3a": 'Generally medium-to-low effort: existing technology systems usually already have the required data. Effort should be focused around understanding the GOFS standard and accurately transforming existing service data into GOFS.',
40+
"section4block3a": 'Generally medium-to-low effort: existing technology systems usually already have the required data. Data producers should focus on understanding the GOFS standard and accurately transforming existing service data into GOFS.',
4041
"section4block4": 'Why open data standards?',
4142
"section4block4a": 'There is a wide variety of demand-responsive transportation services. It is challenging for travellers to get an overview of their options. Standardization allows common journey planning apps to easily integrate a multitude of transportation providers. Read more at <a href="https://www.interoperablemobility.org/">MDIP</a>.',
4243
"section5Title": 'Who can I contact? Where is there support on GOFS adoption?',

0 commit comments

Comments
 (0)