fdroiddata/metadata/com.wbrenna.gtfsoffline.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

40 lines
1.4 KiB
YAML

Categories:
- Navigation
- Time
License: GPL-3.0-only
WebSite: http://wbrenna.ca/wilson/projects/gtfsoffline.php
SourceCode: https://github.com/wbrenna/GTFSOffline
IssueTracker: https://github.com/wbrenna/GTFSOffline/issues
AutoName: GTFSOffline
Summary: Use with any pro-GTFS transit agency
Description: |-
Based on [https://github.com/gdmalet/grtransit GRTransit] and substantially
modified (supporting multiple transit agencies, with stripped-down privacy
centric features), this transit app displays bus route and stop information, as
well as bus times (both scheduled and actual expected times), for the Grand
River Transit (GRT) system.
Because of the standardization of the GTFS feed format, many transit initiatives
across the country are releasing open routes in GTFS format. This app allows you
to download a GTFS zip, process it, put it on your phone, and get access to the
stops nearest you, even with multiple bus systems.
YOU must download AND process the GTFS bus/rail schedules YOURSELF! Please refer
to the [https://github.com/wbrenna/GTFSOffline/blob/HEAD/README.md README] for
instructions.
RepoType: git
Repo: https://github.com/wbrenna/GTFSOffline
Builds:
- versionName: '1.0'
versionCode: 10
commit: 6d342912acaef6a394df0ac997194f3fde7a2c52
subdir: GTFSOffline
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 10