mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch '1189-fdroid-link' into 'master'
Switch to generating fdroid.link links Closes #1189 See merge request fdroid/fdroidserver!1459
This commit is contained in:
commit
d20e0adab4
2 changed files with 6 additions and 3 deletions
|
|
@ -195,10 +195,10 @@ def make_website(apps, repodir, repodict):
|
||||||
<kbd>
|
<kbd>
|
||||||
{number_of_apps}
|
{number_of_apps}
|
||||||
</kbd>
|
</kbd>
|
||||||
apps. To add it to your F-Droid client, scan the QR code (click it to enlarge) or use this URL:
|
apps. To add it to your F-Droid app, scan the QR code (click it to enlarge) or use this link:
|
||||||
</p>
|
</p>
|
||||||
<p class="center" style="margin-top:.5em">
|
<p class="center" style="margin-top:.5em">
|
||||||
<a href="{link_fingerprinted}">
|
<a href="https://fdroid.link/#{link_fingerprinted}">
|
||||||
<code style="color:#000000;font-weight:bold;">
|
<code style="color:#000000;font-weight:bold;">
|
||||||
{link}
|
{link}
|
||||||
</code>
|
</code>
|
||||||
|
|
|
||||||
|
|
@ -306,7 +306,10 @@ def main():
|
||||||
readme = '''
|
readme = '''
|
||||||
# {repo_git_base}
|
# {repo_git_base}
|
||||||
|
|
||||||
[]({repo_url})
|
This is an app repository for nightly versions.
|
||||||
|
You can use it with the [F-Droid](https://f-droid.org/) Android app.
|
||||||
|
|
||||||
|
[](https://fdroid.link/#{repo_url})
|
||||||
|
|
||||||
Last updated: {date}'''.format(repo_git_base=repo_git_base,
|
Last updated: {date}'''.format(repo_git_base=repo_git_base,
|
||||||
repo_url=repo_url,
|
repo_url=repo_url,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue