convert all MediaWiki links to HTML links

```python
import yaml, glob, re, os
from fdroidserver import metadata

pat = re.compile(r'\[(https?://[^ \]]+)\s+([^\]]+)\]')

for f in glob.glob('metadata/*.yml'):
    with open(f) as fp:
        data = yaml.load(fp)
    description = data.get('Description', '')
    for m in pat.finditer(data.get('Description', '')):
        link = m.group(1)
        text = m.group(2)
        print(f, link, text, flush=True)
        description = description.replace(m.group(), '<a href="%s">%s</a>' % (link, text))
    data['Description'] = description
    app = metadata.App(data)
    metadata.write_metadata(f, app)
```

```
sed -i 's,^      - true,      - yes,' metadata/*.yml
sed -i 's,^      - false,      - no,' metadata/*.yml
```

closes fdroid-website#510
This commit is contained in:
Hans-Christoph Steiner 2020-12-09 15:34:49 +01:00
parent cc6460c60f
commit cf4e8a40ff
461 changed files with 740 additions and 815 deletions

View file

@ -15,7 +15,7 @@ Description: |-
Speech (TTS) services while you are connected. Each paired Bluetooth device or
virtual device (home dock, car dock, power connection, or headset plug) can be
configured to your liking. There is a
[https://github.com/jroal/a2dpvolume/wiki/Manual manual] on the website.
<a href="https://github.com/jroal/a2dpvolume/wiki/Manual">manual</a> on the website.
A secondary feature is the ability to capture location information so you can
find where you left your car. The location can also be automatically captured

View file

@ -26,7 +26,7 @@ Description: |-
* Icon Shape selection on Android 8.0
For Pixel users, theres also a
[https://github.com/amirzaidi/launcher3magisk/releases Magisk version].
<a href="https://github.com/amirzaidi/launcher3magisk/releases">Magisk version</a>.
RepoType: git
Repo: https://github.com/amirzaidi/Launcher3.git

View file

@ -10,7 +10,7 @@ Description: |-
demos.
We use a patched fork authorized by the
[https://github.com/anupam1525/AcrylicPaint/ original author] until main
<a href="https://github.com/anupam1525/AcrylicPaint/">original author</a> until main
development is active again.
RepoType: git

View file

@ -19,7 +19,7 @@ Description: |-
Key features:
* Free software ([https://github.com/milesmcc/LibreNews-Server server] and client licensed under GPLv3)
* Free software (<a href="https://github.com/milesmcc/LibreNews-Server">server</a> and client licensed under GPLv3)
* Doesnt use up a ton of battery life
* Up-to-date and current
* Doesnt rely on Google infrastructure
@ -34,8 +34,7 @@ Description: |-
* Syncs automatically, regardless of whether the app is open
You can expect LibreNews to send you about three notifications per day if you
connect to the [https://librenews.io default server] [https://librenews.io/api
API].
connect to the <a href="https://librenews.io">default server</a> <a href="https://librenews.io/api">API</a>.
RepoType: git
Repo: https://github.com/milesmcc/LibreNews-Android

View file

@ -19,7 +19,7 @@ Description: |-
* Keepalive feature to prevent unnecessary disconnections
* Compatible with ARMv7, x86, and MIPS devices
* No root required
* Based on the popular [http://www.infradead.org/openconnect/ OpenConnect Linux package]
* Based on the popular <a href="http://www.infradead.org/openconnect/">OpenConnect Linux package</a>
Requirements:

View file

@ -9,7 +9,7 @@ Changelog: https://github.com/aminecmi/ReaderforSelfoss/blob/HEAD/CHANGELOG.md
AutoName: Reader for Selfoss
Description: |-
A new RSS reader for [http://selfoss.aditu.de/ selfoss].
A new RSS reader for <a href="http://selfoss.aditu.de/">selfoss</a>.
It connects to your selfoss instance (works only with selfoss, and can't work
without it), and you'll be able to read and manage all your RSS feeds.

View file

@ -15,7 +15,7 @@ Description: |-
refills.
Help with translating RxDroid to your language at
[https://crowdin.com/project/rxdroid crowdin.com]!
<a href="https://crowdin.com/project/rxdroid">crowdin.com</a>!
RepoType: git
Repo: https://github.com/jclehner/rxdroid

View file

@ -10,7 +10,7 @@ Bitcoin: 1GLTBBirbj8GZ8uY1gwovZ1QEMjfWu3rWT
AutoName: GLT Companion
Description: |-
Advanced schedule browser for the [https://linuxtage.at/ Grazer Linuxtage]
Advanced schedule browser for the <a href="https://linuxtage.at/">Grazer Linuxtage</a>
conference in Graz, Austria. Download the most recent schedule and browse it
offline.

View file

@ -10,7 +10,7 @@ Description: |-
allow it to access. You can control the level of detail of the data collected
from within the app. The app comes preconfigured so as to collect data for
upstream's open 3G connectivity map,
[https://skylla.fc.univie.ac.at/~puehringer/o3gm_django Open3GMap]: it sends
<a href="https://skylla.fc.univie.ac.at/~puehringer/o3gm_django">Open3GMap</a>: it sends
data once an hour when a WiFi connection is available, but the URLs and
frequency can be chosen.

View file

@ -20,7 +20,7 @@ Description: |-
This is a re-issued version of https://f-droid.org/packages/at.zweng.bankomatinfos. The original app was
removed from the PlayStore due to TOS violations. More information in the
[https://github.com/johnzweng/bankomatinfos/issues/7 issue tracker].
<a href="https://github.com/johnzweng/bankomatinfos/issues/7">issue tracker</a>.
RepoType: git
Repo: https://github.com/johnzweng/bankomatinfos.git

View file

@ -8,12 +8,10 @@ IssueTracker: https://github.com/mattkwan/android-xserver/issues
AutoName: X Server
Summary: Display remote X11 apps
Description: |-
X Server, allowing you to display [http://en.wikipedia.org/wiki/X_Window_System
X11] applications on your device. It could be used in conjunction with
X Server, allowing you to display <a href="http://en.wikipedia.org/wiki/X_Window_System">X11</a> applications on your device. It could be used in conjunction with
https://f-droid.org/packages/info.guardianproject.lildebi to use graphical apps according to the
instructions on
[https://web.archive.org/web/20141008132408/http://j05hyyy.blogspot.ca/2012_09_01_archive.html
this blog]
<a href="https://web.archive.org/web/20141008132408/http://j05hyyy.blogspot.ca/2012_09_01_archive.html">this blog</a>
RepoType: git
Repo: https://github.com/mattkwan/android-xserver

View file

@ -9,7 +9,7 @@ IssueTracker: https://gitlab.com/AwaisKing/Instagrabber/issues
AutoName: InstaGrabber
Description: |-
[NOTE: this app is discontinued, use [https://f-droid.org/en/packages/me.austinhuang.instagrabber/ the maintained fork] instead]
[NOTE: this app is discontinued, use <a href="https://f-droid.org/en/packages/me.austinhuang.instagrabber/">the maintained fork</a> instead]
Hey moron, this is what you can do:
* you can search for hashtags and use usernames.

View file

@ -19,7 +19,7 @@ Description: |-
Select your bike network, find some stations in the list or on the map
(OpenStreetMap) and youre good to go!
Data is retrieved from the [http://api.citybik.es/v2/ CityBikes] API.
Data is retrieved from the <a href="http://api.citybik.es/v2/">CityBikes</a> API.
RepoType: git
Repo: https://github.com/bparmentier/OpenBikeSharing

View file

@ -10,7 +10,7 @@ Changelog: https://github.com/cbeyls/fosdem-companion-android/releases
AutoName: FOSDEM Companion
Description: |-
Advanced schedule browser for the [https://fosdem.org/ FOSDEM] conference in
Advanced schedule browser for the <a href="https://fosdem.org/">FOSDEM</a> conference in
Brussels, Belgium. Download the most recent schedule and browse it offline.
Features:

View file

@ -14,8 +14,8 @@ Description: |-
* If your smartphone encounters an unknown access point with a known name (for example, a malicious access point pretending to be your home network), it asks whether you trust this access point before connecting. This makes sure that other people are not able to steal your data.
Further details are discussed in two papers, a
[https://brambonne.com/docs/bonne14sasquatchprivacypolice.pdf short one] and
[https://brambonne.com/docs/bonne14sasquatch.pdf long version].
<a href="https://brambonne.com/docs/bonne14sasquatchprivacypolice.pdf">short one</a> and
<a href="https://brambonne.com/docs/bonne14sasquatch.pdf">long version</a>.
RepoType: git
Repo: https://github.com/BramBonne/privacypolice

View file

@ -12,7 +12,7 @@ AutoName: BRouter
Description: |-
Sophisticated routing engine for offline cycling directions. Works as a
selectable navigation service within a mapping application like
https://f-droid.org/packages/net.osmand.plus. Check out the [http://brouter.de/brouter/ website] for a
https://f-droid.org/packages/net.osmand.plus. Check out the <a href="http://brouter.de/brouter/">website</a> for a
full description of features.
RepoType: git

View file

@ -8,7 +8,7 @@ IssueTracker: https://github.com/rafi-kamal/Bangla-Dictionary/issues
AutoName: Ridmik Dictionary
Description: |-
Based on ankur.org's database. More info
[http://www.bengalinux.org/english-to-bengali-dictionary/about.htm here].
<a href="http://www.bengalinux.org/english-to-bengali-dictionary/about.htm">here</a>.
RepoType: git
Repo: https://github.com/rafi-kamal/Bangla-Dictionary.git

View file

@ -9,7 +9,7 @@ IssueTracker: https://github.com/graham22/Classic/issues
Name: MidniteSolar Classic Monitor
AutoName: Classic
Description: |-
Unofficial status monitor for [http://www.midnitesolar.com/ Midnite solar]s
Unofficial status monitor for <a href="http://www.midnitesolar.com/">Midnite solar</a>s
Classic 150, 200, 250 Charge Controller. It is a Read Only Program, it does not
write to the Classic.

View file

@ -23,7 +23,7 @@ Description: |-
Just install, enable, reboot, and youre done. Get back to work.
Requires the [http://xposed.info Xposed framework]
Requires the <a href="http://xposed.info">Xposed framework</a>
RequiresRoot: 'yes'

View file

@ -12,7 +12,7 @@ Donate: http://citux.tip.me
AutoName: TD
Description: |-
Watch video streams about gaming with this simple client for the
[http://twitch.tv Twitch] streaming service.
<a href="http://twitch.tv">Twitch</a> streaming service.
RepoType: git
Repo: https://github.com/CiTuX/TD

View file

@ -18,7 +18,7 @@ Description: |-
* Color recognition does not work properly sometimes
* Tablets are not yet supported (orientation is off)
[http://chir.ag/projects/name-that-color Name that color] is used to detect
<a href="http://chir.ag/projects/name-that-color">Name that color</a> is used to detect
color names.
RepoType: git

View file

@ -20,7 +20,7 @@ Description: |-
* The camera should not move.
* The object must be visible at the start and the end of the video.
[https://github.com/Jiikuy/VelocityCalculator/wiki Full documentation].
<a href="https://github.com/Jiikuy/VelocityCalculator/wiki">Full documentation</a>.
RepoType: git
Repo: https://github.com/jiikuy/velocitycalculator

View file

@ -9,8 +9,8 @@ Changelog: https://github.com/bamless/chromium-swe-updater/releases
AutoName: Chromium SWE Updater
Description: |-
Automatically update an unofficial build of
[https://www.codeaurora.org/projects/all-active-projects/chromium-browser-snapdragon
Code Aurora's Chromium for Snapdragon], an optimized fork targeting Qualcomm's
<a href="https://www.codeaurora.org/projects/all-active-projects/chromium-browser-snapdragon
Code">Aurora's Chromium for Snapdragon</a>, an optimized fork targeting Qualcomm's
Snapdragon processors.
The custom build aims to deploy the stock Chromium SWE with only few additions:

View file

@ -24,7 +24,7 @@ Description: |-
* automatic reconnect
Get firmware, screenshots, documentation and '''circuit''' from
[https://github.com/no-go/UART-Smartwatch UART-Smartwatch Website].
<a href="https://github.com/no-go/UART-Smartwatch">UART-Smartwatch Website</a>.
UART-Smartwatch firmware features:

View file

@ -8,7 +8,7 @@ IssueTracker: https://github.com/louboco/Icicle/issues
AutoName: Icicle for Freenet
Description: |-
Connect to your [https://freenetproject.org/ Freenet] node, check the status,
Connect to your <a href="https://freenetproject.org/">Freenet</a> node, check the status,
uploads, downloads, and peers. A working Freenet node is required for this app
to be useful.

View file

@ -13,7 +13,7 @@ Changelog: https://github.com/Sparker0i/Weather/releases
AutoName: Simple Weather
Description: |-
Get all weather information you want at a glance. The app uses
[https://openweathermap.org/ Open Weather Map] as weather provider that might
<a href="https://openweathermap.org/">Open Weather Map</a> as weather provider that might
require a user provided API key.
Features:

View file

@ -20,7 +20,7 @@ Description: |-
lyrics.
More info about scrobbling can be found on
[http://www.last.fm/help/faq?category=Scrobbling#201 Last.fm's FAQ].
<a href="http://www.last.fm/help/faq?category=Scrobbling#201">Last.fm's FAQ</a>.
RepoType: git
Repo: https://github.com/simple-last-fm-scrobbler/sls.git

View file

@ -12,8 +12,7 @@ Donate: https://www.patreon.com/kanedias
AutoName: Man Man
Description: |-
Convenient tool for any Linux enthusiast familiar with manpages. Provides a fast
way to search, browse and save manpages via [http://www.mankier.com/
mankier.com].
way to search, browse and save manpages via <a href="http://www.mankier.com/">mankier.com</a>.
AntiFeature described applies only to http exchange with mankier.com website.
All cached and local manpage search/view works without it as well.

View file

@ -13,7 +13,7 @@ Description: |-
This build might be unstable and crash when not used in "explorer mode". Please
don't report issues to upstream that are not present in
[https://github.com/afollestad/impression/releases official builds].
<a href="https://github.com/afollestad/impression/releases">official builds</a>.
Builds:
- versionName: 0.8.0

View file

@ -10,8 +10,8 @@ Changelog: https://github.com/agateau/cat-avatar-generator-app/blob/HEAD/CHANGEL
AutoName: Cat Avatar Generator
Description: |-
Generate avatar and profile pictures based on
[http://www.peppercarrot.com/extras/html/2016_cat-generator/index.php Pepper and
Carrot] by David Revoy.
<a href="http://www.peppercarrot.com/extras/html/2016_cat-generator/index.php">Pepper and
Carrot</a> by David Revoy.
RepoType: git
Repo: https://github.com/agateau/cat-avatar-generator-app

View file

@ -8,7 +8,7 @@ IssueTracker: https://gitlab.com/alaskalinuxuser/app_justcraigslist/issues
AutoName: Just Craigslist
Description: |-
Search [https://www.craigslist.org Craigslist] and save on bandwidth at the same
Search <a href="https://www.craigslist.org">Craigslist</a> and save on bandwidth at the same
time. The search is only text, which presents you with a list of your search
criteria. Then, when you select a posting that you wish to see, it will be
displayed as normal in a special web view window. With simple colors and

View file

@ -7,7 +7,7 @@ IssueTracker: https://github.com/allan-simon/verbiste-android/issues
AutoName: Verbiste Android
Description: |-
Verb conjugation for French, powered by
[http://perso.b2b2c.ca/~sarrazip/dev/verbiste.html Verbiste] database.
<a href="http://perso.b2b2c.ca/~sarrazip/dev/verbiste.html">Verbiste</a> database.
RepoType: git
Repo: https://github.com/allan-simon/verbiste-android

View file

@ -7,8 +7,8 @@ IssueTracker: https://github.com/Amabyte/vtu-cs-lab-manual/issues
AutoName: VTU CS Lab Manual
Description: |-
VTU CS Lab Manual aims at providing Lab Manual for Computer Science students of
all semesters affiliated to [http://vtu.ac.in/ Vishweshwarayya Technical
University]. The Lab materials provided in this app are all checked and verified
all semesters affiliated to <a href="http://vtu.ac.in/">Vishweshwarayya Technical
University</a>. The Lab materials provided in this app are all checked and verified
to be working. Content is derived from FSMKs Lab manual project which is
released under CC-BY-SA.

View file

@ -9,7 +9,7 @@ Description: |-
Port of Quake 1 to Android. Requires hardware keys, no sound. You have to put
your own copy of the pak0.pak and maps Quake game data files under
/sdcard/data/quake/id1/. The best way to obtain those files currently is by
using [http://nquake.sourceforge.net/ nQuake].
using <a href="http://nquake.sourceforge.net/">nQuake</a>.
RepoType: git
Repo: https://github.com/jackpal/glesquake

View file

@ -10,7 +10,7 @@ Changelog: https://github.com/nilesr/United4/releases
AutoName: la/u/ncher
Description: |-
The official app for danger/u/, [https://dangeru.us/ dangeru.us]
The official app for danger/u/, <a href="https://dangeru.us/">dangeru.us</a>
Based on the Sukeban Games visual novel Va-11 Hall-A. Assets used with
permission.

View file

@ -12,8 +12,8 @@ Bitcoin: 3DetrDfft3ChjXMQUsTwQL1ozQvBXwGSsQ
Litecoin: LXRwRuKMpqSepWobvpKaCKYFHrtwQC4bqM
Description: |-
'''Note:''' This app is [https://gitlab.com/fdroid/fdroiddata/issues/1720
currently not working].
'''Note:''' This app is <a href="https://gitlab.com/fdroid/fdroiddata/issues/1720
currently">not working</a>.
OpenL Translator is an open source front-end to the high-quality DeepL machine
translation services (available for English, German, French, Spanish, Italian,

View file

@ -9,8 +9,8 @@ Donate: https://anysoftkeyboard.github.io/
Name: 'AnySoftKeyboard: Esperanto'
AutoName: AnySoftKeyboard - Esperanto Language Pack
Description: |-
Dictionary is [http://wiki.apertium.org/wiki/Vikipedia_korpuso_de_Esperanto
based on the Wikipedia] article database and has about 50,000 words.
Dictionary is <a href="http://wiki.apertium.org/wiki/Vikipedia_korpuso_de_Esperanto">
based on the Wikipedia</a> article database and has about 50,000 words.
Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
layout from AnySoftKeyboard's Settings->Keyboards menu.

View file

@ -12,8 +12,7 @@ Description: |-
AZERTY, BEPO and French-Canadian layouts with an almost 400,000 word dictionary.
You would need an 800MHz processor for it work smoothly.
Dictionary is from [http://www.dicollecte.org/inscription.php?prj=fr
Dicollecte.org], and is licensed under the terms of the Mozilla public license.
Dictionary is from <a href="http://www.dicollecte.org/inscription.php?prj=fr">Dicollecte.org</a>, and is licensed under the terms of the Mozilla public license.
Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
layout from AnySoftKeyboard's Settings->Keyboards menu.

View file

@ -13,8 +13,7 @@ Description: |-
instead. Hebrew keyboard layout (regular, 16 keys and Phonetic) and dictionary
of over 100,000 words. Note: This will NOT install Hebrew fonts on your device!
Dictionary comes from [http://www.mila.cs.technion.ac.il
www.mila.cs.technion.ac.il]. The source code is in another branch to the
Dictionary comes from <a href="http://www.mila.cs.technion.ac.il">www.mila.cs.technion.ac.il</a>. The source code is in another branch to the
default.
Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired

View file

@ -8,7 +8,7 @@ Name: 'AnySoftKeyboard: Malayalam'
AutoName: AnySoftKeyboard - Malayalam Language Pack
Description: |-
A neat Malayalam font is required. You can download Malayalam font optimized for
Android from [https://gitorious.org/angari here]: root permissions may be
Android from <a href="https://gitorious.org/angari">here</a>: root permissions may be
necessary for installing a font in your system.
Three layouts are available:

View file

@ -9,7 +9,7 @@ Name: 'AnySoftKeyboard: NEO2'
AutoName: neo2 for AnySoftKeyboard
Description: |-
Neo2 Keyboard Layout for ASK with dictionary based on
[https://www.j3e.de/ispell/igerman98/ igerman] dictionary licensed under GPLv3.
<a href="https://www.j3e.de/ispell/igerman98/">igerman</a> dictionary licensed under GPLv3.
Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
layout from AnySoftKeyboard's Settings->Keyboards menu.

View file

@ -11,8 +11,7 @@ AutoName: AnySoftKeyboard - change_me Language Pack
Description: |-
You may need a special font to display the diacritics properly: this would
require root and instructions are
[http://anewtab.com/install-hindi-marathi-devanagari-fonts-in-andriod-phonesdevices
here].
<a href="http://anewtab.com/install-hindi-marathi-devanagari-fonts-in-andriod-phonesdevices">here</a>.
Standard QWERTY keyboard layout with Pali and Sanskrit diacritics and Pali
dictionary (about 75,000 of the most common word-forms in the Pali texts).

View file

@ -17,7 +17,7 @@ Description: |-
* Persian numbers
Dictionaries are based on the
[http://ece.ut.ac.ir/dbrg/Hamshahri/publications.html#pub_1 Hamshahri Corpus],
<a href="http://ece.ut.ac.ir/dbrg/Hamshahri/publications.html#pub_1">Hamshahri Corpus</a>,
which is free only for non-commercial use.
RepoType: git

View file

@ -10,8 +10,7 @@ IssueTracker: https://github.com/aragaer/jtt_android/issues
AutoName: Japanese Traditional Time
Description: |-
A clock widget based on the traditional Japanese time
[https://en.wikipedia.org/wiki/Japanese_clock#The_traditional_Japanese_time_system
system].
<a href="https://en.wikipedia.org/wiki/Japanese_clock#The_traditional_Japanese_time_system">system</a>.
* Widget showing the current hour (named after an animal)
* Mapping of traditional time to local time

View file

@ -9,8 +9,8 @@ IssueTracker: https://github.com/aselalee/sl-train-schedule/issues
AutoName: Train Schedule
Description: |-
A simple app to retrieve the Sri Lanka Railway train schedule by reading the
[http://www.icta.lk Information and Communication Technology Agency of Sri
Lanka]'s (ICTA) [http://mobile.icta.lk/services/railwayservice JSON API]. The
<a href="http://www.icta.lk">Information and Communication Technology Agency of Sri
Lanka</a>'s (ICTA) <a href="http://mobile.icta.lk/services/railwayservice">JSON API</a>. The
aim of this application is to retrieve the schedule as quickly as possible with
minimum user interactions.

View file

@ -22,7 +22,7 @@ Description: |-
Some features at a glance:
* Secure with automatic end-to-end-encryption, supporting the new [https://autocrypt.org Autocrypt] standard
* Secure with automatic end-to-end-encryption, supporting the new <a href="https://autocrypt.org">Autocrypt</a> standard
* Fast by the use of Push-IMAP
* Largest userbase -- receivers not using Delta Chat can be reached as well
* Compatible -- not only to itself

View file

@ -9,7 +9,7 @@ Changelog: https://github.com/ekx/GitLabAndroid/blob/HEAD/changelog.txt
AutoName: GitLab
Description: |-
Unofficial client for accounts and git repositories hosted at
[https://www.gitlab.com GitLab].
<a href="https://www.gitlab.com">GitLab</a>.
RepoType: git
Repo: https://github.com/ekx/GitLabAndroid

View file

@ -10,7 +10,7 @@ Summary: Client for BeC3
Description: |-
This app has been superseded by https://f-droid.org/packages/com.bec3.mobilite.
A client for [https://bec3.com BeC3], an IoT connectivity solution. It aims to
A client for <a href="https://bec3.com">BeC3</a>, an IoT connectivity solution. It aims to
include Android devices in the IoT network.
SECURITY WARNING: This application uses an insecure HTTP connection to exchange

View file

@ -7,7 +7,7 @@ IssueTracker: https://framagit.org/bec3/Diolite-android/issues
AutoName: DioLite
Description: |-
A client for [https://bec3.com BeC3], an IoT connectivity solution. It aims to
A client for <a href="https://bec3.com">BeC3</a>, an IoT connectivity solution. It aims to
include Android devices in the IoT network.
SECURITY WARNING: This application uses an insecure HTTP connection to exchange

View file

@ -12,17 +12,17 @@ Description: |-
routine library and C-based programming language that is primarily used to
create graphical adventure games. Titles, created with it, include:
* [https://en.wikipedia.org/wiki/Blackwell_(series) Blackwell series]
* [https://en.wikipedia.org/wiki/Resonance_(game) Resonance]
* [https://en.wikipedia.org/wiki/Gemini_Rue Gemini Rue]
* <a href="https://en.wikipedia.org/wiki/Blackwell_(series)">Blackwell series</a>
* <a href="https://en.wikipedia.org/wiki/Resonance_(game)">Resonance</a>
* <a href="https://en.wikipedia.org/wiki/Gemini_Rue">Gemini Rue</a>
and many other.
A lot of free (as in beer) games can be downloaded from the
[http://www.adventuregamestudio.co.uk/site/games/ project site].
<a href="http://www.adventuregamestudio.co.uk/site/games/">project site</a>.
[https://github.com/adventuregamestudio/ags/blob/HEAD/Android/README.md#adding-games-to-the-game-list
Android README]
<a href="https://github.com/adventuregamestudio/ags/blob/HEAD/Android/README.md#adding-games-to-the-game-list">
Android README</a>
Status: BETA

View file

@ -8,12 +8,12 @@ IssueTracker: https://github.com/jyio/botbrew-gui/issues
AutoName: BotBrew Basil
Description: |-
Botbrew Basil is a frontend application which allows to install
[http://en.wikipedia.org/wiki/Debian Debian] in a
[http://en.wikipedia.org/wiki/Chroot chroot] on your Android device, and manage
<a href="http://en.wikipedia.org/wiki/Debian">Debian</a> in a
<a href="http://en.wikipedia.org/wiki/Chroot">chroot</a> on your Android device, and manage
installed packages and running services via comfortable UI.
Botbrew release "Basil" uses dpkg, unlike previous release Botbrew "Anise" (not
available as open-source) which used [http://en.wikipedia.org/wiki/Opkg opkg].
available as open-source) which used <a href="http://en.wikipedia.org/wiki/Opkg">opkg</a>.
It uses official Debian and Emdebian package repositories, though some bootstrap
and support packages are downloaded from botbrew.com.

View file

@ -6,7 +6,7 @@ IssueTracker: https://github.com/grzegorznittner/chanu/issues
AutoName: Chanu
Description: |-
Browse the famous [https://en.wikipedia.org/wiki/4chan 4chan image board].
Browse the famous <a href="https://en.wikipedia.org/wiki/4chan">4chan image board</a>.
Features include:
* Browse boards and threads at high speed

View file

@ -14,8 +14,8 @@ Description: |-
notifications within user selected hours. Defaults apply for this and all other
settings.
'''Note:''' This app only [https://github.com/kaputnikGo/LittleSirEcho/issues/4
works up to Android 5].
'''Note:''' This app only <a href="https://github.com/kaputnikGo/LittleSirEcho/issues/4">
works up to Android 5</a>.
RepoType: git
Repo: https://github.com/kaputnikGo/LittleSirEcho

View file

@ -10,7 +10,7 @@ Changelog: https://github.com/claha/movianremote/blob/HEAD/CHANGELOG.md
AutoName: Movian Remote
Description: |-
Remote control for a [https://movian.tv/ Movian] media center instance.
Remote control for a <a href="https://movian.tv/">Movian</a> media center instance.
Features:

View file

@ -10,7 +10,7 @@ Summary: Listen to AIR 107.2's radio broadcast
Description: |-
'''Note:''' This app is no longer maintained.
Listen to the UK based radio station [http://aironair.co.uk/ AIR 107.2].
Listen to the UK based radio station <a href="http://aironair.co.uk/">AIR 107.2</a>.
RepoType: git
Repo: https://github.com/davidbain/BasicRadioAndroid

View file

@ -8,7 +8,7 @@ IssueTracker: https://github.com/concentricsky/android-viewer-for-khan-academy/i
Name: Khan Academy viewer
AutoName: Viewer for Khan Academy
Description: |-
View [http://khanacademy.org Khan Academy]'s library of over 4,000 educational
View <a href="http://khanacademy.org">Khan Academy</a>'s library of over 4,000 educational
videos. Topics covered include: general science, biology, chemistry, physics,
math, finance, history, the humanities, and more.

View file

@ -27,7 +27,7 @@ Description: |-
Tries to access dropbox.com when entering settings.
[https://github.com/crazyhitty/Munch/tree/HEAD/screenshots Screenshots]
<a href="https://github.com/crazyhitty/Munch/tree/HEAD/screenshots">Screenshots</a>
RepoType: git
Repo: https://github.com/crazyhitty/Munch

View file

@ -16,8 +16,8 @@ Description: |-
Then root will be called for if you try to change something that normally cant
be.
[https://github.com/CyanogenMod/android_packages_apps_CMFileManager Upstream
project Info]
<a href="https://github.com/CyanogenMod/android_packages_apps_CMFileManager">Upstream
project Info</a>
RepoType: git
Repo: https://github.com/mcrosson/android_packages_apps_CMFileManager.git

View file

@ -7,10 +7,10 @@ Changelog: https://github.com/dfrits/MobilePauker2/releases
AutoName: Mobile Pauker ++
Description: |-
This app is based on the PC-Version [http://pauker.sourceforge.net Pauker] and
This app is based on the PC-Version <a href="http://pauker.sourceforge.net">Pauker</a> and
the
[https://bitbucket.org/bsfford/android_pauker/src/4eb3d2d04a34599469b49b38c876927e20039b46?at=default
Pocket Pauker]. It was part of my Master Thesis to update the Pocket Pauker and
<a href="https://bitbucket.org/bsfford/android_pauker/src/4eb3d2d04a34599469b49b38c876927e20039b46?at=default
Pocket">Pauker</a>. It was part of my Master Thesis to update the Pocket Pauker and
make it more intuitive to use. Also to update it to the current Android version.
You can save your lessons on Dropbox and learn with the MobilePauker++ or Pauker.

View file

@ -12,12 +12,11 @@ IssueTracker: https://github.com/danielme-com/Muspy-for-Android/issues
AutoName: Muspy for Android
Description: |-
Client for [https://muspy.com Muspy.com]; import your favourite artists and
Client for <a href="https://muspy.com">Muspy.com</a>; import your favourite artists and
youll be notified when they have new recordings or gigs. Youll also get
associated links to Wikipedia et al. and see the album art.
Muspy.com is based on Muspy, AGPL software that checks [http://musicbrainz.org
MusicBrainz].
Muspy.com is based on Muspy, AGPL software that checks <a href="http://musicbrainz.org">MusicBrainz</a>.
RepoType: git
Repo: https://github.com/danielme-com/Muspy-for-Android.git

View file

@ -7,8 +7,8 @@ IssueTracker: https://github.com/derekcsm/hubble_gallery/issues
AutoName: Hubble Gallery
Description: |-
'''NOTE:''' This project
[https://github.com/derekcsm/hubble_gallery/issues/52#issuecomment-539209980
is abandoned] and looks for a new maintainer to take over.
<a href="https://github.com/derekcsm/hubble_gallery/issues/52#issuecomment-539209980
is">abandoned</a> and looks for a new maintainer to take over.
Hubble Gallery enables you to browse through all the amazing images and
descriptions that the Hubble Space Telescope mission released to the public over

View file

@ -10,7 +10,7 @@ IssueTracker: https://github.com/iFixit/iFixitAndroid/issues
AutoName: Dozuki
Description: |-
The official iFixit app offers native guide viewing using iFixits
[http://www.ifixit.com/api/1.0/doc public APIs], integrated web views of the
<a href="http://www.ifixit.com/api/1.0/doc">public APIs</a>, integrated web views of the
site with Answers and Cart.
v1.2.1+ is built with the non-free Google Analytics library replaced with the

View file

@ -10,8 +10,7 @@ Changelog: https://github.com/ebaschiera/TripleCamel/releases
AutoName: TripleCamel
Description: |-
Checks for product price history using the [http://camelcamelcamel.com/
CamelCamelCamel] website. You can also set a notification for when the price
Checks for product price history using the <a href="http://camelcamelcamel.com/">CamelCamelCamel</a> website. You can also set a notification for when the price
gets lower. You just have to share a product from the Amazon app, and choose
Triple Camel as the sharing app from the list.

View file

@ -6,7 +6,7 @@ SourceCode: https://github.com/e-venement/eve-control
AutoName: Eve-control
Description: |-
Control tickets with an existing [http://www.e-venement.org/ e-venement]
Control tickets with an existing <a href="http://www.e-venement.org/">e-venement</a>
instance.
When launched, the user is prompted to enter the host name as well as his login

View file

@ -8,8 +8,7 @@ Changelog: https://gitlab.com/ForgottenUmbrella/cardboardmuseum/blob/HEAD/CHANGE
AutoName: Cardboard Museum
Description: |
A Muzei 3.0 plugin for the (potentially NSFW) [https://danbooru.donmai.us/
Danbooru] imageboard, which sets the wallpaper to an (anime/manga-style) image
A Muzei 3.0 plugin for the (potentially NSFW) <a href="https://danbooru.donmai.us/">Danbooru</a> imageboard, which sets the wallpaper to an (anime/manga-style) image
matching the given tags.
Supports authentication to bypass account restrictions e.g. the default limit
@ -17,8 +16,8 @@ Description: |
by default (although this is configurable), and there is the ability to preview
potential matching images to be aware of what the wallpaper will be like.
Code of the Danbooru Image Board can [https://github.com/r888888888/danbooru be
found at Github].
Code of the Danbooru Image Board can <a href="https://github.com/r888888888/danbooru">be
found at Github</a>.
RepoType: git
Repo: https://gitlab.com/ForgottenUmbrella/cardboardmuseum.git

View file

@ -7,7 +7,7 @@ Bitcoin: 15WVb3LZWCsdZGjkNFBuELwt3U4zpnSgwa
AutoName: Analytical Translator
Description: |-
Front-end for the natural language translator project
[https://github.com/xpheres/analyticaltranslator "Analytical Translator"], a
<a href="https://github.com/xpheres/analyticaltranslator">"Analytical Translator"</a>, a
translator that analyzes sentences, corrects syntax and grammar and reports and
explains mistakes. A pedagogical translator for language learners that detects
and corrects gender,conjugation and declination discrepancies as well as some

View file

@ -6,7 +6,7 @@ IssueTracker: https://github.com/F0x06/EddyMalou/issues
AutoName: Eddy Malou
Description: |-
[https://en.wikipedia.org/wiki/Soundboard_%28computer_program%29 Soundboard]
<a href="https://en.wikipedia.org/wiki/Soundboard_%28computer_program%29">Soundboard</a>
featuring Eddy Malou.
RepoType: git

View file

@ -12,7 +12,7 @@ Description: |-
and some system functionality. It is a fork of https://f-droid.org/packages/com.harasoft.relaunch project
rebranded to avoid confusion. Tested on and developed for Onyx Boox Max, but
many other e-readers are supported as well. Discussion goes on the forum
[https://www.mobileread.com/forums/showthread.php?t=284418 mobileread].
<a href="https://www.mobileread.com/forums/showthread.php?t=284418">mobileread</a>.
RepoType: git
Repo: https://github.com/Leszek111/ReLaunchX.git

View file

@ -17,14 +17,13 @@ Description: |-
timer for competitive play.
'''Note:''' Card price look-ups fail in the
[https://f-droid.org/en/packages/com.gelakinetic.mtgfam/ F-Droid APK] due to a
[https://github.com/AEFeinstein/mtg-familiar/issues/388 missing API key].
[https://apt.izzysoft.de/fdroid/repo?fingerprint=3BF0D6ABFEAE2F401707B6D966BE743BF0EEE49C2561B9BA39073711F628937A
IzzyOnDroid] hosts an
[https://apt.izzysoft.de/fdroid/index/apk/com.gelakinetic.mtgfam APK with the
API key]. This APK comes from the
[https://github.com/AEFeinstein/mtg-familiar/releases projects GitHub releases
page] and is the same APK as on Google Play.
<a href="https://f-droid.org/en/packages/com.gelakinetic.mtgfam/">F-Droid APK</a> due to a
<a href="https://github.com/AEFeinstein/mtg-familiar/issues/388">missing API key</a>.
<a href="https://apt.izzysoft.de/fdroid/repo?fingerprint=3BF0D6ABFEAE2F401707B6D966BE743BF0EEE49C2561B9BA39073711F628937A">IzzyOnDroid</a> hosts an
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.gelakinetic.mtgfam">APK with the
API key</a>. This APK comes from the
<a href="https://github.com/AEFeinstein/mtg-familiar/releases">projects GitHub releases
page</a> and is the same APK as on Google Play.
Switching between APKs from different repositories requires you to uninstall MTG
Familiar first because the APKs use different digital signatures. To preserve

View file

@ -12,7 +12,7 @@ Description: |-
creates or retrieves the password.
Compatible with the
[https://addons.mozilla.org/en-US/firefox/addon/password-hasher Password Hasher]
<a href="https://addons.mozilla.org/en-US/firefox/addon/password-hasher">Password Hasher</a>
Firefox extension (licensed under MPL1.1)
RepoType: git

View file

@ -15,7 +15,7 @@ Description: |-
back to the MIC recording, no ads, open-source, GPLv3.
Google knows about issue but do nothing, can read more
[https://code.google.com/p/android/issues/detail?id=206613#c13 here]
<a href="https://code.google.com/p/android/issues/detail?id=206613#c13">here</a>
RepoType: git
Repo: https://gitlab.com/axet/android-call-recorder.git

View file

@ -8,8 +8,8 @@ IssueTracker: https://gitlab.com/axet/android-tone-generator/issues
AutoName: ToneGenerator.class
Description: |-
Help utility allow you to listen to
[https://developer.android.com/reference/android/media/ToneGenerator.html
android ToneGenerator] constant sounds, no ads, open-source, GPLv3.
<a href="https://developer.android.com/reference/android/media/ToneGenerator.html
android">ToneGenerator</a> constant sounds, no ads, open-source, GPLv3.
RepoType: git
Repo: https://gitlab.com/axet/android-tone-generator.git

View file

@ -15,7 +15,7 @@ Description: |-
then grant the permissions to record screen captures and save images to
the internal storage.
This is a fork of [https://github.com/ipcjs/ScreenshotTile ScreenshotTile]
This is a fork of <a href="https://github.com/ipcjs/ScreenshotTile">ScreenshotTile</a>
but does not require root. If you have root access, you should use the
original app, its faster and more reliant than this fork.

View file

@ -23,8 +23,7 @@ Description: |-
* 1.1: added localization support and Italian translation; added ACTION_PROCESS_TEXT intent filter.
* 1.0: Initial version.
This application is based on [https://github.com/gianluca-nitti/java-expr-eval
this] open source (MIT licensed) library.
This application is based on <a href="https://github.com/gianluca-nitti/java-expr-eval">this</a> open source (MIT licensed) library.
RepoType: git
Repo: https://github.com/gianluca-nitti/android-expr-eval.git

View file

@ -11,8 +11,8 @@ Changelog: https://github.com/gotify/android/releases
AutoName: Gotify
Description: |-
Gotify is a service for sending and receiving push notifications.
This app subscribes to [https://github.com/gotify/server gotify/server] and creates push notifications for incoming messages.
Note: A self-hosted [https://github.com/gotify/server gotify/server] is required for this app to work.
This app subscribes to <a href="https://github.com/gotify/server">gotify/server</a> and creates push notifications for incoming messages.
Note: A self-hosted <a href="https://github.com/gotify/server">gotify/server</a> is required for this app to work.
RepoType: git
Repo: https://github.com/gotify/android

View file

@ -28,8 +28,8 @@ Description: |-
uninstall system apps. Yalp Store can be installed as a system app to gain
background package installation permission. In ths case "Unknown sources"
setting can be left off. You can let Yalp Store self-install as a system app, or
get the OTA zip from the [https://github.com/kiliakin/YalpStore/releases
releases page].
get the OTA zip from the <a href="https://github.com/kiliakin/YalpStore/releases
releases">page</a>.
The point of Yalp Store is to be small and independent from Google Services
Framework. You might want to use Yalp Store is if you frequently flash

View file

@ -9,8 +9,7 @@ Description: |-
'''Note: This app is no longer maintained. Instead, use its newer fork
https://f-droid.org/packages/de.igloffstein.maik.aRevelation.'''
Password manager using the same format as [http://revelation.olasagasti.info
Revelation]
Password manager using the same format as <a href="http://revelation.olasagasti.info">Revelation</a>
Builds:
- versionName: 0.01b

View file

@ -14,8 +14,8 @@ Description: |-
accounts.
'''NOTE:''' Twitter has
[https://github.com/moko256/twitlatte/issues/54#issuecomment-574955039
permanently suspended this app] so its unlikely Twitlatte will be able
<a href="https://github.com/moko256/twitlatte/issues/54#issuecomment-574955039
permanently">suspended this app</a> so its unlikely Twitlatte will be able
to support Twitter in the foreseeable future.
RepoType: git

View file

@ -8,7 +8,7 @@ IssueTracker: https://github.com/niqdev/ipcam-view/issues
AutoName: IPCam Demo
Description: |-
Demo app for the [https://github.com/niqdev/ipcam-view ipcam-view library] with
Demo app for the <a href="https://github.com/niqdev/ipcam-view">ipcam-view library</a> with
current features handle basic authentication, multiple camera in one activity
and take snapshots.

View file

@ -12,7 +12,7 @@ Summary: Download ePaper issue of the Der Bund
Description: |-
'''Note:''' This app is no longer maintained.
[http://epaper.derbund.ch/ Der Bund] is a swiss newspaper, which offers an
<a href="http://epaper.derbund.ch/">Der Bund</a> is a swiss newspaper, which offers an
ePaper version.
RepoType: git

View file

@ -46,7 +46,7 @@ Description: |-
* Spanish
Is your language missing? You can
[http://ruleant.github.io/getback_gps/#translation help translating].
<a href="http://ruleant.github.io/getback_gps/#translation">help translating</a>.
RepoType: git
Repo: https://github.com/ruleant/getback_gps.git

View file

@ -22,7 +22,7 @@ Description: |-
Dumbphone Assistant lets you copy contacts from phone to SIM card and vice-versa
in bulk and individually.
This app is a rewrite of [https://code.google.com/p/simsalabim/ simsalabim]. It
This app is a rewrite of <a href="https://code.google.com/p/simsalabim/">simsalabim</a>. It
was last updated in 2010, when Android 2.0 came out. Now it supports Android 1.5
through Android 6.0.

View file

@ -29,8 +29,8 @@ Description: |-
uninstall system apps. Yalp Store can be installed as a system app to gain
background package installation permission. In ths case "Unknown sources"
setting can be left off. You can let Yalp Store self-install as a system app, or
get the OTA zip from the [https://github.com/yeriomin/YalpStore/releases
releases page].
get the OTA zip from the <a href="https://github.com/yeriomin/YalpStore/releases">
releases page</a>.
The point of Yalp Store is to be small and independent from Google Services
Framework. You might want to use Yalp Store is if you frequently flash

View file

@ -15,8 +15,8 @@ Description: |-
The same application can be used to configure different kernels if the kernel
has support for the interface. An example implementation can be found on the
author's source code site in the [https://github.com/gokhanmoral/initramfs3
initramfs of Siyah Kernel] for S2.
author's source code site in the <a href="https://github.com/gokhanmoral/initramfs3">
initramfs of Siyah Kernel</a> for S2.
RequiresRoot: 'yes'

View file

@ -20,8 +20,7 @@ Description: |-
location provider. It acts as a middleware for various plugins aka backends, it
does not provide any location lookup itself. For further information please
refer to the
[https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md
README].
<a href="https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md">README</a>.
List of backends for geolocation:

View file

@ -20,8 +20,7 @@ Description: |-
acts as a middleware for various plugins aka backends, it does not provide any
location lookup itself. For further information please refer to the
https://f-droid.org/packages/com.google.android.gms package and the
[https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md
README].
<a href="https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md">README</a>.
After installing you have to reboot your device, install a backend service and
activate/configure it in the app settings. After this you can use UnifiedNlp by

View file

@ -24,8 +24,7 @@ Description: |-
# (Android 4.0 and later) Enable explore-by-touch
See the
[https://eyes-free.googlecode.com/svn/trunk/documentation/android_access/index.html
FAQ] or the [http://eyes-free.blogspot.com Eyes-Free blog] for more on Android
<a href="https://eyes-free.googlecode.com/svn/trunk/documentation/android_access/index.html">FAQ</a> or the <a href="http://eyes-free.blogspot.com">Eyes-Free blog</a> for more on Android
accessibility.
RepoType: srclib

View file

@ -10,8 +10,8 @@ Description: |-
geocaching is finding these objects around you.
Jacob Paulsen did a
[http://androidsocialmedia.com/apps/geobeagle-geocaching-android-style YouTube
video] featuring GeoBeagle.
<a href="http://androidsocialmedia.com/apps/geobeagle-geocaching-android-style">YouTube
video</a> featuring GeoBeagle.
RepoType: hg
Repo: https://code.google.com/p/geobeagle

View file

@ -14,8 +14,7 @@ Description: |-
stopped on.
See the
[https://eyes-free.googlecode.com/svn/trunk/documentation/android_access/index.html
FAQ] or the [http://eyes-free.blogspot.com Eyes-Free blog] for more on Android
<a href="https://eyes-free.googlecode.com/svn/trunk/documentation/android_access/index.html">FAQ</a> or the <a href="http://eyes-free.blogspot.com">Eyes-Free blog</a> for more on Android
accessibility.
RepoType: srclib

View file

@ -24,7 +24,7 @@ Description: |-
Please give feedback on the project page.
Some of the content and graphics are released under non-free licenses: see
[https://github.com/AndorsTrailRelease/andors-trail#content GitHub page].
<a href="https://github.com/AndorsTrailRelease/andors-trail#content">GitHub page</a>.
RepoType: git
Repo: https://github.com/AndorsTrailRelease/andors-trail

View file

@ -11,14 +11,14 @@ Description: |-
List of working webcoms:
* [https://www.xkcd.com/ xkcd]
* [http://www.lunarbaboon.com/ Lunarbaboon]
* [http://explosm.net/ Cyanide & Happiness]
* <a href="https://www.xkcd.com/">xkcd</a>
* <a href="http://www.lunarbaboon.com/">Lunarbaboon</a>
* <a href="http://explosm.net/">Cyanide & Happiness</a>
List of planned webcoms:
* [http://dilbert.com/ Dilbert]
* [https://www.peppercarrot.com/ Pepper & Carrot]
* <a href="http://dilbert.com/">Dilbert</a>
* <a href="https://www.peppercarrot.com/">Pepper & Carrot</a>
RepoType: git
Repo: https://gitlab.com/halftough/webcom-reader.git

View file

@ -80,14 +80,13 @@ Description: |-
* and many more
Please see
[https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale
Wikipage] for the full list and the level of support for each scale.
<a href="https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale">Wikipage</a> for the full list and the level of support for each scale.
====Support====
If you find a bug, have an idea on how to improve openScale or have a question,
please visit the openScale project page on
[https://github.com/oliexdev/openScale GitHub]
<a href="https://github.com/oliexdev/openScale">GitHub</a>
RepoType: git
Repo: https://github.com/oliexdev/openScale

View file

@ -8,8 +8,7 @@ AutoName: Spiped
Description: |-
'''NOTE:''' This app is no longer maintained.
Compatible with Colin Percivals original [https://www.tarsnap.com/spiped.html
spiped] utility.
Compatible with Colin Percivals original <a href="https://www.tarsnap.com/spiped.html">spiped</a> utility.
RepoType: git
Repo: https://github.com/howeyc/spipedmobile

View file

@ -8,7 +8,7 @@ AutoName: Currency Converter
Description: |-
A simple currency converter. It retrieves reference exchange rates from the
European Central Bank (ECB), so supports
[http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html these]
<a href="http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html">these</a>
currencies.
To have up to date rates, you need to enable "Background Update" in the

View file

@ -7,11 +7,10 @@ IssueTracker: https://github.com/icecondor/android/issues
AutoName: IceCondor
Description: |-
[https://icecondor.com IceCondor] is advanced location recording and sharing.
<a href="https://icecondor.com">IceCondor</a> is advanced location recording and sharing.
While the app has an on/off control, it is meant to run all day. Also this app
records and pushes data. Using the data is done on [https://icecondor.com
icecondor.com].
records and pushes data. Using the data is done on <a href="https://icecondor.com">icecondor.com</a>.
* Time based URLs for easy temporary sharing with anyone
* Friending for permanent sharing

View file

@ -20,7 +20,7 @@ Description: |-
Opt-in synchronization uses the non-free AnkiWeb service by default, but this can be
changed in the settings to use, for example, an instance of the unofficial
[https://github.com/ankicommunity/anki-sync-server Anki Sync Server]).
<a href="https://github.com/ankicommunity/anki-sync-server">Anki Sync Server</a>).
Opt-in / off-by-default crash reporting will send data to a private / AnkiDroid
open source team controlled crash reporting server if enabled. This data is only

View file

@ -9,7 +9,7 @@ IssueTracker: https://github.com/OSRSHelper/OSRSHelper/issues
AutoName: OSRS Helper
Description: |-
View stats of your [http://oldschool.runescape.com/ OldSchool Runescape]
View stats of your <a href="http://oldschool.runescape.com/">OldSchool Runescape</a>
character.
Do you sometimes feel the urgent need to look up your total level or your daily

View file

@ -11,11 +11,11 @@ Changelog: https://github.com/schollz/find3-android-scanner/releases
AutoName: FIND3 Scanner
Description: |-
''FIND3'' is a minimal Android app for using with
[https://www.internalpositioning.com/ FIND3]. This app will allow you to use
<a href="https://www.internalpositioning.com/">FIND3</a>. This app will allow you to use
your phone to perform constant scans of Bluetooth and WiFi signals and levels
that can be associated with certain locations in your home to allow internal
positioning. To receive the data, the [https://github.com/schollz/find3 FIND3
public server] can be used or a personal server can be deployed.
positioning. To receive the data, the <a href="https://github.com/schollz/find3">FIND3
public server</a> can be used or a personal server can be deployed.
The Framework for Internal Navigation and Discovery (FIND) is like GPS, but for
your every room in your house/business, with using only a simple smartphone or

View file

@ -8,7 +8,7 @@ AutoName: Doze Editor
Description: |-
Simple editor of the settings or parameters which affect the operation of Doze.
A list of parameters and corresponding descriptions is available in the
[https://github.com/p0isonra1n/Doze-Settings-Editor/blob/HEAD/README.md README].
<a href="https://github.com/p0isonra1n/Doze-Settings-Editor/blob/HEAD/README.md">README</a>.
RequiresRoot: 'yes'

View file

@ -10,7 +10,7 @@ Description: |-
Upload photos and videos to your coppermine gallery through the standard "Share"
menu.
See: [http://forum.coppermine-gallery.net/index.php/topic,77788 Coppermine]
See: <a href="http://forum.coppermine-gallery.net/index.php/topic,77788">Coppermine</a>
RepoType: git
Repo: https://github.com/IsaNexusDev/androidcpg

Some files were not shown because too many files have changed in this diff Show more