fdroiddata/metadata/org.github.OxygenGuide.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

26 lines
692 B
YAML

Categories:
- Navigation
License: GPL-3.0-only
SourceCode: https://github.com/nicolas-raoul/OxygenGuide-Android
IssueTracker: https://github.com/nicolas-raoul/OxygenGuide-Android/issues
AutoName: Wikivoyage offline
Summary: Wikivoyage Offline travel guide
Description: |-
A world travel guide stored on the SD card. Articles are downloaded from
Wikivoyage.org, the travel wiki. The whole world takes less than 1GB.
RepoType: git
Repo: https://github.com/nicolas-raoul/OxygenGuide-Android.git
Builds:
- versionName: '1.3'
versionCode: 4
commit: 0c9cea72a9
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.3'
CurrentVersionCode: 4