fdroiddata/metadata/com.wikijourney.wikijourney.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
License: Apache-2.0
WebSite: https://www.wikijourney.eu/
SourceCode: https://github.com/WikiJourney/wikijourney_app
IssueTracker: https://github.com/WikiJourney/wikijourney_app/issues
Name: WikiJourney (legacy)
AutoName: WikiJourney
Summary: Rediscover tourism with Wikipedia
Description: |-
This app has been deprecated in favor of [[eu.wikijourney.wikijourney]].
[https://www.wikijourney.eu/ WikiJourney] is an app that allows tourists to
visit a town with Wikipedia information. The app looks around the user for the
points of interest, lists them, then creates a custom trail according to the
user's likes and the time he has.
Features:
* Find POIs around me: the app locates you, and the automatically searches on English Wikipedia the available POIs.
* Map display: once you have been located, the app displays your location with every POIs around you on a map. By tapping one of these points, a bubble displays more information, and links to the Wikipedia article.
* List of POIs: a screen gathers every POIs found by the app, for a fast and easy interaction.
RepoType: git
Repo: https://github.com/WikiJourney/wikijourney_app
Builds:
- versionName: 1.1.2
versionCode: 19
commit: v1.1.2
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.1.2
CurrentVersionCode: 19