6c177c1fc3
!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 ```
26 lines
692 B
YAML
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
|