mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
use https URI for f-droid.org everywhere and avoid redirects
Now that f-droid.org defaults to https, use only https URIs to save redirects and leak less info.
This commit is contained in:
parent
c31d3f0581
commit
2d6f3f8cec
3 changed files with 3 additions and 3 deletions
2
README
2
README
|
@ -9,4 +9,4 @@ assist in creating, testing and submitting metadata to the main repository.
|
||||||
|
|
||||||
For documentation, please see the docs directory.
|
For documentation, please see the docs directory.
|
||||||
|
|
||||||
Alternatively, visit http://f-droid.org/manual/
|
Alternatively, visit https://f-droid.org/manual/
|
||||||
|
|
|
@ -96,7 +96,7 @@ def update_wiki(apps, apks):
|
||||||
wikidata += "This app provides: %s" % ', '.join(app['Summary'].split(','))
|
wikidata += "This app provides: %s" % ', '.join(app['Summary'].split(','))
|
||||||
|
|
||||||
wikidata += app['Summary']
|
wikidata += app['Summary']
|
||||||
wikidata += " - [http://f-droid.org/repository/browse/?fdid=" + app['id'] + " view in repository]\n\n"
|
wikidata += " - [https://f-droid.org/repository/browse/?fdid=" + app['id'] + " view in repository]\n\n"
|
||||||
|
|
||||||
wikidata += "=Description=\n"
|
wikidata += "=Description=\n"
|
||||||
wikidata += metadata.description_wiki(app['Description']) + "\n"
|
wikidata += metadata.description_wiki(app['Description']) + "\n"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Plugin Name: WP FDroid
|
Plugin Name: WP FDroid
|
||||||
Plugin URI: http://f-droid.org/repository
|
Plugin URI: https://f-droid.org/repository
|
||||||
Description: An FDroid repository browser
|
Description: An FDroid repository browser
|
||||||
Author: Ciaran Gultnieks
|
Author: Ciaran Gultnieks
|
||||||
Version: 0.01
|
Version: 0.01
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue