From 673353d32533366dae35e076666eba0a1ee65665 Mon Sep 17 00:00:00 2001 From: "philip.cline" Date: Tue, 16 May 2023 16:45:28 -0400 Subject: [PATCH 1/3] feat(readme): add gitter to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8dc117d4b..fb4ee3b9b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # gtfs-lib [![Build Status](https://travis-ci.org/conveyal/gtfs-lib.svg?branch=master)](https://travis-ci.org/conveyal/gtfs-lib) +[![Join the chat at https://matrix.to/#/#gtfs-lib:gitter.im](https://badges.gitter.im/repo.png)](https://matrix.to/#/#gtfs-lib:gitter.im) + A library for loading and saving GTFS feeds of arbitrary size with disk-backed storage. @@ -14,6 +16,10 @@ The main design goals are: A gtfs-lib GTFSFeed object should faithfully represent the contents of a single GTFS feed file. At least during the initial load, no heuristics are applied to clean up the data. Basic syntax is verified, and any problems encountered are logged in detail. At this stage, fields or entites may be missing, and the data may be nonsensical. Then in an optional post-load validation phase, semantic checks are performed and problems are optionally repaired. +## Getting in touch + +We have a Gitter [space](https://matrix.to/#/#transit-data-tools:gitter.im) for the full TRANSIT-Data-Tools project where you can post questions and comments. This includes a room dedicated to GTFS-lib discussions. + ## Usage gtfs-lib can be used as a Java library or run via the command line. If using this library with PostgreSQL for persistence, you must use at least version 9.6 of PostgreSQL. From 25b37a8d97b82b4115e2d8d71a1ec9edc8e0bfa3 Mon Sep 17 00:00:00 2001 From: "philip.cline" Date: Wed, 9 Aug 2023 10:42:52 -0400 Subject: [PATCH 2/3] refactor(readme): change badge to main link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4ee3b9b..a7435da35 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # gtfs-lib [![Build Status](https://travis-ci.org/conveyal/gtfs-lib.svg?branch=master)](https://travis-ci.org/conveyal/gtfs-lib) -[![Join the chat at https://matrix.to/#/#gtfs-lib:gitter.im](https://badges.gitter.im/repo.png)](https://matrix.to/#/#gtfs-lib:gitter.im) +[![Join the chat at https://matrix.to/#/#transit-data-tools:gitter.im](https://badges.gitter.im/repo.png)](https://matrix.to/#/#gtfs-lib:gitter.im) A library for loading and saving GTFS feeds of arbitrary size with disk-backed storage. From ed6fe94cbceadf0fe3677915fec79e553638cb6a Mon Sep 17 00:00:00 2001 From: Philip Cline <63798641+philip-cline@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:03:21 -0400 Subject: [PATCH 3/3] refactor(README): update link Co-authored-by: binh-dam-ibigroup <56846598+binh-dam-ibigroup@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7435da35..08531d516 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A gtfs-lib GTFSFeed object should faithfully represent the contents of a single ## Getting in touch -We have a Gitter [space](https://matrix.to/#/#transit-data-tools:gitter.im) for the full TRANSIT-Data-Tools project where you can post questions and comments. This includes a room dedicated to GTFS-lib discussions. +We have a [Gitter space](https://matrix.to/#/#transit-data-tools:gitter.im) for the full TRANSIT-Data-Tools project where you can post questions and comments. This includes a room dedicated to GTFS-lib discussions. ## Usage