replace wiki markup by html - links (5/5)

This commit is contained in:
fe 60 2021-06-17 19:45:19 +00:00 committed by Izzy
parent 5c0a527338
commit b5bc0663a7
10 changed files with 17 additions and 18 deletions

View file

@ -60,7 +60,7 @@ Builds:
MaintainerNotes: |- MaintainerNotes: |-
There's a separate FOSS branch, which doesn't include the proprietary YouTube There's a separate FOSS branch, which doesn't include the proprietary YouTube
API blob. ([https://github.com/btmura/rbb/issues/286 related issue]) API blob. (<a href="https://github.com/btmura/rbb/issues/286">related issue</a>)
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: Tags UpdateCheckMode: Tags

View file

@ -125,8 +125,7 @@ Builds:
gradle: gradle:
- yes - yes
MaintainerNotes: The libvpx build is documented by upstream [https://github.com/dozingcat/VectorCamera/blob/master/README-libvpx.md MaintainerNotes: The libvpx build is documented by upstream <a href="https://github.com/dozingcat/VectorCamera/blob/master/README-libvpx.md">here</a>.
here].
AutoUpdateMode: Version v%v AutoUpdateMode: Version v%v
UpdateCheckMode: Tags UpdateCheckMode: Tags

View file

@ -6,7 +6,7 @@ IssueTracker: https://gitlab.com/axet/omim/issues
Description: |- Description: |-
<b>Note:</b> The developer is <b>Note:</b> The developer is
[https://gitlab.com/axet/omim/-/issues/162#note_289294302 no longer maintaining this app] <a href="https://gitlab.com/axet/omim/-/issues/162#note_289294302">no longer maintaining this app</a>
and it fails to download maps. and it fails to download maps.
OpenStreetMap offline maps with track recording and custom bookmarks .kml path. OpenStreetMap offline maps with track recording and custom bookmarks .kml path.

View file

@ -219,7 +219,7 @@ Builds:
MaintainerNotes: |- MaintainerNotes: |-
Here is what the <i>build</i> step does (based on instructions provided by upstream): Here is what the <i>build</i> step does (based on instructions provided by upstream):
* Create a [https://developer.android.com/ndk/guides/standalone_toolchain standalone toolchain] that will be used to build OpenSSL. * Create a <a href="https://developer.android.com/ndk/guides/standalone_toolchain">standalone toolchain</a> that will be used to build OpenSSL.
* Download Rust and add it to the PATH. * Download Rust and add it to the PATH.
* Build libsodium (for arm7 and arm64). * Build libsodium (for arm7 and arm64).
* Build OpenSSL (for arm7 and arm64). * Build OpenSSL (for arm7 and arm64).

View file

@ -64,7 +64,7 @@ MaintainerNotes: |-
improvements, and also for maintain a stable connection improvements, and also for maintain a stable connection
with Library Genesis service. with Library Genesis service.
[https://github.com/manuelvargastapia/libgen_api Repo] <a href="https://github.com/manuelvargastapia/libgen_api">Repo</a>
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: None UpdateCheckMode: None

View file

@ -420,9 +420,9 @@ Builds:
MaintainerNotes: |- MaintainerNotes: |-
sed is used to: sed is used to:
* Remove push notifications (see [https://github.com/wix/react-native-notifications/issues/207 this issue]) * Remove push notifications (see <a href="https://github.com/wix/react-native-notifications/issues/207">this issue</a>)
* Remove the native Youtube player (see [https://github.com/inProgress-team/react-native-youtube/issues/288 this issue]) * Remove the native Youtube player (see <a href="https://github.com/inProgress-team/react-native-youtube/issues/288">this issue</a>)
* Remove Play Services from Device Information (see [https://github.com/rebeccahughes/react-native-device-info/issues/381 this issue]) * Remove Play Services from Device Information (see <a href="https://github.com/rebeccahughes/react-native-device-info/issues/381">this issue</a>)
scanignore is used to allow the "node_modules/react-native/android" local Maven repository. scanignore is used to allow the "node_modules/react-native/android" local Maven repository.

View file

@ -101,12 +101,12 @@ Builds:
MaintainerNotes: |- MaintainerNotes: |-
sed is used to: sed is used to:
* Remove push notifications (see [https://github.com/wix/react-native-notifications/issues/207 this issue]) * Remove push notifications (see <a href="https://github.com/wix/react-native-notifications/issues/207">this issue</a>)
* Remove Play Services from Device Information (see [https://github.com/rebeccahughes/react-native-device-info/issues/381 this issue]) * Remove Play Services from Device Information (see <a href="https://github.com/rebeccahughes/react-native-device-info/issues/381">this issue</a>)
scanignore is used to allow the "node_modules/react-native/android" local Maven repository. scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
Tags are centralized in the [https://github.com/demokratie-live/democracy-development democracy-development] repository but version code is set manually so it wouldn't be enough to enable auto update anyway. Tags are centralized in the <a href="https://github.com/demokratie-live/democracy-development">democracy-development</a> repository but version code is set manually so it wouldn't be enough to enable auto update anyway.
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: None UpdateCheckMode: None

View file

@ -88,7 +88,7 @@ MaintainerNotes: |-
We get guava from Maven Central because building it from source would We get guava from Maven Central because building it from source would
require Java 7. require Java 7.
As explained [https://github.com/google/mozc/blob/afb03ddfe72dde4cf2409863a3bfea160f7a66d8/src/data/dictionary_oss/README.txt#L20 here], we use files provided by the Japanese postal services to enrich the dictionary. These files are not published under a FOSS license, but redistribution is allowed. As explained <a href="https://github.com/google/mozc/blob/afb03ddfe72dde4cf2409863a3bfea160f7a66d8/src/data/dictionary_oss/README.txt#L20">here</a>, we use files provided by the Japanese postal services to enrich the dictionary. These files are not published under a FOSS license, but redistribution is allowed.
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: None UpdateCheckMode: None

View file

@ -279,9 +279,9 @@ Builds:
ndk: r20b ndk: r20b
MaintainerNotes: |- MaintainerNotes: |-
18.0-groovy.patch was [https://github.com/xbmc/xbmc/issues/6860#issuecomment-461122155 provided by upstream]; it makes the build use the Debian groovy package instead of a prebuilt JAR. 18.0-groovy.patch was <a href="https://github.com/xbmc/xbmc/issues/6860#issuecomment-461122155">provided by upstream</a>; it makes the build use the Debian groovy package instead of a prebuilt JAR.
Build instructions are available [https://github.com/xbmc/xbmc/blob/master/docs/README.Android.md here]. Build instructions are available <a href="https://github.com/xbmc/xbmc/blob/master/docs/README.Android.md">here</a>.
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: None UpdateCheckMode: None

View file

@ -10,9 +10,9 @@ IssueTracker: https://gitlab.com/divested-mobile/mull-fenix/issues
Name: Mull Name: Mull
Description: This is a privacy oriented and deblobbed web browser based on Mozilla Description: This is a privacy oriented and deblobbed web browser based on Mozilla
technology. It enables many features upstreamed by the [https://wiki.mozilla.org/Security/Tor_Uplift technology. It enables many features upstreamed by the <a href="https://wiki.mozilla.org/Security/Tor_Uplift">Tor
Tor Uplift project] using preferences from the [https://github.com/arkenfox/user.js Uplift project</a> using preferences from the <a href="https://github.com/arkenfox/user.js">arkenfox-user.js
arkenfox-user.js project]. It is recommended to install 'uBlock Origin'. project</a>. It is recommended to install 'uBlock Origin'.
RepoType: git RepoType: git
Repo: https://github.com/mozilla-mobile/fenix Repo: https://github.com/mozilla-mobile/fenix