From e6e1d8d93d1732a043083929de8c46804ac33afb Mon Sep 17 00:00:00 2001 From: Sergio Delgado Rodriguez <104692200+Sergiodero@users.noreply.github.com> Date: Wed, 22 May 2024 09:44:21 -0400 Subject: [PATCH] Add About page (#31) * Add About page This changes adds content for the About page, including licencing, how to contribute and a summary of GTFS history. * Update docs/About/index.md Co-authored-by: isabelle-dr * Add important milestones Adding creation of Realtime and MobilityData to GTFS history. --------- Co-authored-by: isabelle-dr --- docs/5-About/index.md | 7 ------- docs/About/index.md | 25 +++++++++++++++++++++++++ mkdocs.yml | 2 +- 3 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 docs/5-About/index.md create mode 100644 docs/About/index.md diff --git a/docs/5-About/index.md b/docs/5-About/index.md deleted file mode 100644 index dbec42001..000000000 --- a/docs/5-About/index.md +++ /dev/null @@ -1,7 +0,0 @@ -#About - -TY A.B. - -MobilityData - -History diff --git a/docs/About/index.md b/docs/About/index.md new file mode 100644 index 000000000..45edac92d --- /dev/null +++ b/docs/About/index.md @@ -0,0 +1,25 @@ +# About + +GTFS.org is the central documentation platform for the General Transit Feed Specification. This site and its contents are maintained by [MobilityData](https://mobilitydata.org/). + +Thank you to [Andrew Byrd](https://www.linkedin.com/in/byrdandrew) for purchasing and lending use of the GTFS.org domain name and providing leadership for the community. + +## Contributing to GTFS.org + +To propose edits to the content of this website, contact MobilityData at [documentation@mobilitydata.org](mailto:documentation@mobilitydata.org) or visit the [GTFS.org GitHub Repository](https://github.com/mobilitydata/gtfs.org) to submit your edits as pull requests. + +## GTFS evolution + +GTFS started with a collaboration between TriMet in Portland, Oregon, and Google. TriMet worked with Google to format their transit data into an easily maintainable and consumable format that could be imported into Google Maps. This transit data format was originally known as the Google Transit Feed Specification (GTFS). + +As a result of developer innovation, GTFS data is now being used by a variety of third-party software applications for many different purposes, including trip planning, timetable creation, mobile data, data visualization, accessibility, and analysis tools for planning. + +In 2010, the GTFS format name was changed to the General Transit Feed Specification to accurately represent its use in many different applications outside of Google products. Real-time information capabilities were added to the specification with the creation of GTFS Realtime in 2011, and in 2019, the non-profit [MobilityData](https://mobilitydata.org/) was established to further maintain GTFS with the help of the community. + +Among public transportation data formats, GTFS stands out because it was conceived to meet specific, practical needs in communicating service information to passengers, not as an exhaustive vocabulary for managing operational details. It is designed to be relatively simple to create and read for both people and machines. + +For further background on the origins of GTFS, see [Pioneering Open Data Standards: The GTFS Story](https://beyondtransparency.org/chapters/part-2/pioneering-open-data-standards-the-gtfs-story/) and [How Google and Portland’s TriMet Set the Standard for Open Transit Data in Streetsblog SF](https://sf.streetsblog.org/2010/01/05/how-google-and-portlands-trimet-set-the-standard-for-open-transit-data). + +## License + +Except as otherwise noted, the content of this site is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/), and code samples are licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 0ff2cfce4..4dcbee596 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -200,4 +200,4 @@ nav: - GTFS Schedule Amendment Process: resource_library/spec_amendment_process/gtfs_schedule_amendment_process.md - GTFS Realtime Amendment Process: resource_library/spec_amendment_process/gtfs_realtime_amendment_process.md - About: - - 5-About/index.md \ No newline at end of file + - About/index.md \ No newline at end of file