[Pkg-mozext-commits] [requestpolicy] 258/280: update description of subscriptions

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit 50db83e0f6105a4d9a40c3f3d953673c22f100c1
Author: Martin Kimmerle <dev at 256k.de>
Date:   Wed Apr 29 11:52:22 2015 +0200

    update description of subscriptions
    
    update the description of subscriptions on the
    "Subscription Policies" preferences page.
    Also the "learn more" link is updated.
    
    Resolves #510.
---
 src/content/settings/subscriptions.html   | 7 ++++---
 src/content/settings/subscriptions.js     | 2 +-
 src/locale/de/requestpolicy.properties    | 3 ++-
 src/locale/en-US/requestpolicy.properties | 3 ++-
 src/locale/eo/requestpolicy.properties    | 3 ++-
 src/locale/es-MX/requestpolicy.properties | 3 ++-
 src/locale/eu/requestpolicy.properties    | 3 ++-
 src/locale/fr/requestpolicy.properties    | 3 ++-
 src/locale/it/requestpolicy.properties    | 3 ++-
 src/locale/ja/requestpolicy.properties    | 3 ++-
 src/locale/ko-KR/requestpolicy.properties | 3 ++-
 src/locale/lv-LV/requestpolicy.properties | 3 ++-
 src/locale/nl/requestpolicy.properties    | 3 ++-
 src/locale/pt-BR/requestpolicy.properties | 3 ++-
 src/locale/ru-RU/requestpolicy.properties | 3 ++-
 src/locale/sk-SK/requestpolicy.properties | 3 ++-
 src/locale/sv-SE/requestpolicy.properties | 3 ++-
 src/locale/tr/requestpolicy.properties    | 3 ++-
 src/locale/uk-UA/requestpolicy.properties | 3 ++-
 src/locale/zh-CN/requestpolicy.properties | 3 ++-
 src/locale/zh-TW/requestpolicy.properties | 3 ++-
 21 files changed, 43 insertions(+), 23 deletions(-)

diff --git a/src/content/settings/subscriptions.html b/src/content/settings/subscriptions.html
index 0ae21c6..54e6135 100644
--- a/src/content/settings/subscriptions.html
+++ b/src/content/settings/subscriptions.html
@@ -47,9 +47,10 @@
         <div id="pagetitle" data-string="subscriptionPolicies"></div>
 
         <p class="learnmore">
-          <span data-string="subscriptionPoliciesDefinition"/>
-          <a href="https://www.requestpolicy.com/help-subscriptions.html"
-             target="_blank" data-string="learnMore"></a></p>
+          <span data-string="subscriptionPoliciesDefinition"></span>
+          <a href="https://github.com/RequestPolicyContinued/subscriptions/"
+             target="_blank" data-string="learnMoreAboutSubscriptions"></a>
+        </p>
 
         <table class="settings">
           <tr data-defaultpolicy="allow">
diff --git a/src/content/settings/subscriptions.js b/src/content/settings/subscriptions.js
index af9d2a8..d6d873c 100644
--- a/src/content/settings/subscriptions.js
+++ b/src/content/settings/subscriptions.js
@@ -2,9 +2,9 @@ var PAGE_STRINGS = [
   'yourPolicy',
   'defaultPolicy',
   'subscriptions',
-  'learnMore',
   'subscriptionPolicies',
   'subscriptionPoliciesDefinition',
+  'learnMoreAboutSubscriptions',
   'usability',
   'privacy',
   'browser',
diff --git a/src/locale/de/requestpolicy.properties b/src/locale/de/requestpolicy.properties
index 3380905..4128720 100644
--- a/src/locale/de/requestpolicy.properties
+++ b/src/locale/de/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/en-US/requestpolicy.properties b/src/locale/en-US/requestpolicy.properties
index 784718f..af44884 100644
--- a/src/locale/en-US/requestpolicy.properties
+++ b/src/locale/en-US/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/eo/requestpolicy.properties b/src/locale/eo/requestpolicy.properties
index b83ef44..cedbce5 100644
--- a/src/locale/eo/requestpolicy.properties
+++ b/src/locale/eo/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/es-MX/requestpolicy.properties b/src/locale/es-MX/requestpolicy.properties
index f316b90..59775a3 100644
--- a/src/locale/es-MX/requestpolicy.properties
+++ b/src/locale/es-MX/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/eu/requestpolicy.properties b/src/locale/eu/requestpolicy.properties
index 7837668..d0d7558 100644
--- a/src/locale/eu/requestpolicy.properties
+++ b/src/locale/eu/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/fr/requestpolicy.properties b/src/locale/fr/requestpolicy.properties
index cefa3c4..d6e2894 100644
--- a/src/locale/fr/requestpolicy.properties
+++ b/src/locale/fr/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Autoriser les requêtes vers le même domaine (www.
 differentSubscriptionsAreAvailable=Modifier votre comportement par défaut mets des souscriptions différentes à disposition.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/it/requestpolicy.properties b/src/locale/it/requestpolicy.properties
index 2c867ca..95534bf 100644
--- a/src/locale/it/requestpolicy.properties
+++ b/src/locale/it/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Permetti le richieste allo stesso dominio (www.esem
 differentSubscriptionsAreAvailable=La modifica della regola predefinita comporta la disponibilità di sottoscrizioni differenti.
 manageSubscriptions=Gestisci le sottoscrizioni.
 subscriptionPolicies=Sottoscrizioni di Regole
-subscriptionPoliciesDefinition=Le sottoscrizioni di regole sono serie di regole mantenute da noi con l'aiuto della comunità. Queste regole sono aggiornate automaticamente con lo scopo di minimizzare gli errori nei siti e bloccare le richieste che violano la tua privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Accessibilità
 browser=Browser
diff --git a/src/locale/ja/requestpolicy.properties b/src/locale/ja/requestpolicy.properties
index e51f677..d677eb0 100644
--- a/src/locale/ja/requestpolicy.properties
+++ b/src/locale/ja/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/ko-KR/requestpolicy.properties b/src/locale/ko-KR/requestpolicy.properties
index dfb5cb2..f1936ca 100644
--- a/src/locale/ko-KR/requestpolicy.properties
+++ b/src/locale/ko-KR/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/lv-LV/requestpolicy.properties b/src/locale/lv-LV/requestpolicy.properties
index 3d12663..5ef1e12 100644
--- a/src/locale/lv-LV/requestpolicy.properties
+++ b/src/locale/lv-LV/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Atļaut pieprasījumus domēna ietvaros (www.exampl
 differentSubscriptionsAreAvailable=Katram noklusējuma noteikumam ir pieejami atšķirīgi abonementi.
 manageSubscriptions=Pārvaldīt abonementus.
 subscriptionPolicies=Politiku abonementi.
-subscriptionPoliciesDefinition=Politiku abonementi - izstrādātāju un lietotāju kopienas uzturētas vietņu noteikumu datu kopas. Šie noteikumi tiek atjaunināti automātiski un to lietošana palīdz samazināt izkropļotu vietņu skaitu.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privātums
 usability=Lietojamība
 browser=Pārlūks
diff --git a/src/locale/nl/requestpolicy.properties b/src/locale/nl/requestpolicy.properties
index 4004fec..8bd9fd8 100644
--- a/src/locale/nl/requestpolicy.properties
+++ b/src/locale/nl/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/pt-BR/requestpolicy.properties b/src/locale/pt-BR/requestpolicy.properties
index 0911363..5d94b34 100644
--- a/src/locale/pt-BR/requestpolicy.properties
+++ b/src/locale/pt-BR/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/ru-RU/requestpolicy.properties b/src/locale/ru-RU/requestpolicy.properties
index d69702d..ef60f38 100644
--- a/src/locale/ru-RU/requestpolicy.properties
+++ b/src/locale/ru-RU/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/sk-SK/requestpolicy.properties b/src/locale/sk-SK/requestpolicy.properties
index 1bce9dc..09cbfaf 100644
--- a/src/locale/sk-SK/requestpolicy.properties
+++ b/src/locale/sk-SK/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/sv-SE/requestpolicy.properties b/src/locale/sv-SE/requestpolicy.properties
index da32ebd..5078cb9 100644
--- a/src/locale/sv-SE/requestpolicy.properties
+++ b/src/locale/sv-SE/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/tr/requestpolicy.properties b/src/locale/tr/requestpolicy.properties
index 3e7591a..0f6b688 100644
--- a/src/locale/tr/requestpolicy.properties
+++ b/src/locale/tr/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/uk-UA/requestpolicy.properties b/src/locale/uk-UA/requestpolicy.properties
index 7adfe0b..abf04f2 100644
--- a/src/locale/uk-UA/requestpolicy.properties
+++ b/src/locale/uk-UA/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser
diff --git a/src/locale/zh-CN/requestpolicy.properties b/src/locale/zh-CN/requestpolicy.properties
index 10e6ceb..3805888 100644
--- a/src/locale/zh-CN/requestpolicy.properties
+++ b/src/locale/zh-CN/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=允许同一域的请求(www.example.com -> stati
 differentSubscriptionsAreAvailable=更改您的默认规则即改变订阅规则。
 manageSubscriptions=管理订阅。
 subscriptionPolicies=订阅策略
-subscriptionPoliciesDefinition=“订阅策略”是我们依靠社区帮助维护的几个规则集。这些规则是自动更新的,目标是尽量减少为保护您的隐私而阻断请求导致网站发生的异常。
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=隐私
 usability=可用性
 browser=浏览器
diff --git a/src/locale/zh-TW/requestpolicy.properties b/src/locale/zh-TW/requestpolicy.properties
index 58df555..bff2fee 100644
--- a/src/locale/zh-TW/requestpolicy.properties
+++ b/src/locale/zh-TW/requestpolicy.properties
@@ -83,7 +83,8 @@ allowRequestsToTheSameDomain=Allow requests to the same domain (www.example.com
 differentSubscriptionsAreAvailable=Changing your default rule means different subscriptions are available.
 manageSubscriptions=Manage subscriptions.
 subscriptionPolicies=Subscription Policies
-subscriptionPoliciesDefinition=Subscription policies are sets of rules maintained by us with help from the community. These rules are updated automatically and aim to minimize website breakage while blocking requests that impact your privacy.
+subscriptionPoliciesDefinition=Subscription policies are preset rules maintained by the community. These rules are updated automatically and can fulfil different needs, such as blocking known web browsing tracking sites, or allowing requests to allow certain sites to display/work properly.
+learnMoreAboutSubscriptions=Learn more about subscriptions.
 privacy=Privacy
 usability=Usability
 browser=Browser

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list