From 51943a02f5b9715981c277fc9d43328e9589fe20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Wed, 3 Jul 2019 15:24:43 +0200 Subject: [PATCH] rewrite yml: eu.wikijourney.wikijourney --- metadata/eu.wikijourney.wikijourney.txt | 37 ----------------------- metadata/eu.wikijourney.wikijourney.yml | 40 +++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 37 deletions(-) delete mode 100644 metadata/eu.wikijourney.wikijourney.txt create mode 100644 metadata/eu.wikijourney.wikijourney.yml diff --git a/metadata/eu.wikijourney.wikijourney.txt b/metadata/eu.wikijourney.wikijourney.txt deleted file mode 100644 index 7671d18306..0000000000 --- a/metadata/eu.wikijourney.wikijourney.txt +++ /dev/null @@ -1,37 +0,0 @@ -Provides:com.wikijourney.wikijourney -Categories:Navigation -License:Apache-2.0 -Web Site:https://www.wikijourney.eu/ -Source Code:https://github.com/WikiJourney/wikijourney_app -Issue Tracker:https://github.com/WikiJourney/wikijourney_app/issues -Changelog:https://github.com/WikiJourney/wikijourney_app/releases - -Auto Name:WikiJourney -Summary:Rediscover tourism with Wikipedia -Description: -Rediscover tourism with 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. -. - -Repo Type:git -Repo:https://github.com/WikiJourney/wikijourney_app - -Build:1.2.0,21 - commit=v1.2.0 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.2.0 -Current Version Code:21 diff --git a/metadata/eu.wikijourney.wikijourney.yml b/metadata/eu.wikijourney.wikijourney.yml new file mode 100644 index 0000000000..0d819cdeba --- /dev/null +++ b/metadata/eu.wikijourney.wikijourney.yml @@ -0,0 +1,40 @@ +Provides: com.wikijourney.wikijourney +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 +Changelog: https://github.com/WikiJourney/wikijourney_app/releases + +AutoName: WikiJourney +Summary: Rediscover tourism with Wikipedia +Description: |- + Rediscover tourism with 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.2.0 + versionCode: 21 + commit: v1.2.0 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.2.0 +CurrentVersionCode: 21