Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Sep 2, 2024
1 parent 3f2b5df commit ea847e5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 28 deletions.
23 changes: 8 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,23 @@
# onebusaway-gtfs-modules [![CI](https://github.com/OneBusAway/onebusaway-gtfs-modules/actions/workflows/ci.yml/badge.svg)](https://github.com/OneBusAway/onebusaway-gtfs-modules/actions/workflows/ci.yml)
# onebusaway-gtfs-modules

[![CI](https://github.com/OneBusAway/onebusaway-gtfs-modules/actions/workflows/ci.yml/badge.svg)](https://github.com/OneBusAway/onebusaway-gtfs-modules/actions/workflows/ci.yml)
[![Maven Central](https://img.shields.io/maven-central/v/org.onebusaway/onebusaway-gtfs-modules.svg)](https://mvnrepository.com/artifact/org.onebusaway/onebusaway-gtfs-modules)

A Java library for reading and writing [GTFS](https://developers.google.com/transit/gtfs) feeds, including database support.

See more documentation [on the wiki](https://github.com/OneBusAway/onebusaway-gtfs-modules/wiki).
See more documentation in the [`docs folder`](./docs).

## Maven usage

In your `pom.xml`, include:

~~~
<repositories>
<repository>
<id>public.onebusaway.org</id>
<url>https://repo.camsys-apps.com/releases/</url>
</repository>
</repositories>
~~~

... and inside `<dependencies>`:
```
~~~
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs</artifactId>
<version>1.3.88</version>
<version>2.0.0</version>
</dependency>
~~~
```

...where `<version>` contains the latest version number.
6 changes: 1 addition & 5 deletions docs/onebusaway-gtfs-merge-cli.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
------
GTFS Merge Command-Line Application
------
------
------
# GTFS Merge Command-Line Application

Introduction

Expand Down
12 changes: 4 additions & 8 deletions docs/onebusaway-gtfs-transformer-cli.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
------
GTFS Transformation Command-Line Application
------
Brian Ferris
------
2011-08-17
------
# GTFS Transformation Command-Line Application

## Introduction

Expand All @@ -16,8 +10,10 @@ The `onebusaway-gtfs-transformer-cli` command-line application is a simple comma
* Java 11 or greater

### Getting the Application
You can download the application here:

You can download the application from Maven Central: https://repo1.maven.org/maven2/org/onebusaway/onebusaway-gtfs-transformer-cli/

Select the largest jar file from the version you would like to use, for example https://repo1.maven.org/maven2/org/onebusaway/onebusaway-gtfs-transformer-cli/2.0.0/onebusaway-gtfs-transformer-cli-2.0.0.jar

### Using the Application

Expand Down

0 comments on commit ea847e5

Please sign in to comment.