fdroiddata/metadata/com.weicheng.taipeiyoubikeoffline.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

31 lines
830 B
YAML

Categories:
- Navigation
License: GPL-3.0-only
WebSite: http://www.youbike.com.tw/home.php?eng=1
SourceCode: https://bitbucket.org/tiduswc2/taipei-youbike-offline/src
IssueTracker: https://bitbucket.org/tiduswc2/taipei-youbike-offline/issues
Donate: http://techwagon.blogspot.com
AutoName: Taipei Youbike Offline
Summary: Find bike stations in Taiwan
Description: |-
Browse the bike stations in Taiwan's capital city on a Mapnik (OSM) map (which
are bundled). The interface of the app is only in Chinese currently.
RepoType: hg
Repo: https://bitbucket.org/tiduswc2/taipei-youbike-offline
Builds:
- versionName: '1.0'
versionCode: 1
commit: 9148fb9
- versionName: '1.1'
versionCode: 2
commit: 8f13046
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.1'
CurrentVersionCode: 2