From 8fa4c8195d8f561ab5bda8678891277e115782d3 Mon Sep 17 00:00:00 2001 From: Aaron Antrim Date: Thu, 24 Nov 2016 09:01:15 -0800 Subject: [PATCH] feed_info.feed_contact_email and feed_contact_url earlier discussion: https://groups.google.com/forum/#!topic/gtfs-changes/iJkdVB1DQnM --- gtfs/spec/en/reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md index b0877a3a7..96c2df0e1 100644 --- a/gtfs/spec/en/reference.md +++ b/gtfs/spec/en/reference.md @@ -402,4 +402,6 @@ The file contains information about the feed itself, rather than the services th | feed_lang | Required | The **feed_lang** field contains a IETF BCP 47 language code specifying the default language used for the text in this feed. This setting helps GTFS consumers choose capitalization rules and other language-specific settings for the feed. For an introduction to IETF BCP 47, please refer to http://www.rfc-editor.org/rfc/bcp/bcp47.txt and http://www.w3.org/International/articles/language-tags/. | | feed_start_date | Optional | The feed provides complete and reliable schedule information for service in the period from the beginning of the **feed_start_date** day to the end of the **feed_end_date** day. Both days are given as dates in YYYYMMDD format as for [calendar.txt](#calendartxt), or left empty if unavailable. The **feed_end_date** date must not precede the **feed_start_date** date if both are given. Feed providers are encouraged to give schedule data outside this period to advise of likely future service, but feed consumers should treat it mindful of its non-authoritative status. If **feed_start_date** or **feed_end_date** extend beyond the active calendar dates defined in [calendar.txt](#calendartxt) and [calendar_dates.txt](#calendar_datestxt), the feed is making an explicit assertion that there is no service for dates within the **feed_start_date** or **feed_end_date** range but not included in the active calendar dates. | | feed_end_date | Optional | (see above) | -| feed_version | Optional | The feed publisher can specify a string here that indicates the current version of their GTFS feed. GTFS-consuming applications can display this value to help feed publishers determine whether the latest version of their feed has been incorporated. | \ No newline at end of file +| feed_version | Optional | The feed publisher can specify a string here that indicates the current version of their GTFS feed. GTFS-consuming applications can display this value to help feed publishers determine whether the latest version of their feed has been incorporated. | +| feed_contact_email | Optional | An email address for communication regarding the GTFS dataset and data publishing practices. ***feed_contact_email*** is for a technical contact for GTFS-consuming applications. Provide customer service contact information through ***agency.txt***. | +| feed_contact_url | Optional | A URL for contact information, a web-form, support desk, or other tools for communication regarding the GTFS dataset and data publishing practices. **feed_contact_url*** is for a technical contact for GTFS-consuming applications. Provide customer service contact information through ***agency.txt***. | \ No newline at end of file