aboutsummaryrefslogtreecommitdiff
path: root/subprojects/freeamo/freeamo.conf
diff options
context:
space:
mode:
authordavid <public@beloved.name>2018-07-20 12:45:24 +0200
committerdavid <public@beloved.name>2018-07-20 12:45:24 +0200
commit29b7728d89b8c64220ffd06e268fdaa35dac7f45 (patch)
tree4284463133589f582fbd56759a5ab7ec088138f1 /subprojects/freeamo/freeamo.conf
parente82f2396032865c0e54a3fb58832633c5b532e74 (diff)
FreeAMO. General bug fixes. Fixed the description fields for .wiki pages
Diffstat (limited to 'subprojects/freeamo/freeamo.conf')
-rw-r--r--subprojects/freeamo/freeamo.conf17
1 files changed, 12 insertions, 5 deletions
diff --git a/subprojects/freeamo/freeamo.conf b/subprojects/freeamo/freeamo.conf
index fd133e7..910871f 100644
--- a/subprojects/freeamo/freeamo.conf
+++ b/subprojects/freeamo/freeamo.conf
@@ -1,13 +1,20 @@
+# Read the API reference documentation for parameter values:
+# https://addons-server.readthedocs.io/en/latest/topics/api/addons.html
+
+# Mozilla API
+api_version=3
+
# Mozilla API parameters: Add-ons -> Search
app="firefox"
-appversion="$(wget -qO- "http://archive.trisquel.info/trisquel/pool/main/i/icecat/?C=N;O=D" | grep icecat_ | head -n 1 | sed "s|\"|\\n|g; s|-|\\n|g" | grep icecat_ | sed "s|icecat_||" | head -n 1)" # Latest icecat version for Trisquel
-page_size=50 # page_size=50 -- this is the maximum accepted number, it makes the download much faster: 20 seconds for 10 x page_size=50, 35 seconds for 20 x page_size=25 (default)
+appversion=60 # Earliest IceCat version (not released yet)
+page_size=50
platform="linux"
-sort="users" # sort=users. sort=name not working yet - https://github.com/mozilla/addons-server/issues/7600
+sort="users"
type="extension"
# Mozilla API parameters: Add-ons -> Detail
-minimum_average_daily_users="10000"
+minimum_average_daily_users=100000
# Extra
-notes="WebExtensions compatible with the latest icecat package version for the latest stable Trisquel GNU/Linux distribution. GNU IceCat is based on Firefox Extended Support Release (ESR)."
+notes="Extensions for the latest Trisquel GNU/Linux icecat package version."
+mediawikibot__bot_password__Username="wikisysbot"