updated add-on to new sharing site
authorDave Raggett <dsr@w3.org>
Sun, 15 May 2011 09:55:09 +0100
changeset 16 797bd6494391
parent 15 1ede69b72327
child 17 fafb59c4e161
updated add-on to new sharing site
dashboard/chrome/content/dashboard.xul
dashboard/chrome/locale/en-US/dashboard.dtd
dashboard/dashboard.xpi
dashboard/install.rdf
dashboard/readme.txt
--- a/dashboard/chrome/content/dashboard.xul	Mon May 09 11:12:52 2011 +0100
+++ b/dashboard/chrome/content/dashboard.xul	Sun May 15 09:55:09 2011 +0100
@@ -264,7 +264,7 @@
         <hbox>
         <checkbox id="sharing" label="&dashboard.dialog.share.checkbox;" checked="false"/>
         <textbox id="share_to" tooltiptext="&dashboard.dialog.share.server.tooltip;"
-        value="http://primelife.eu/dashboard-data"/>
+        value="http://www.w3.org/services/privacy-dashboard/share.php"/>
         </hbox>
         <html:p>&dashboard.dialog.share.p2;</html:p>
         </vbox>
@@ -277,12 +277,9 @@
         <html:p>&dashboard.dialog.about.p1;</html:p>
 
         <html:ul>
-        <html:li style="background-image: url('chrome://dashboard/skin/glasses-cool.png')">websites
-        that take good care of your privacy</html:li>
-        <html:li style="background-image: url('chrome://dashboard/skin/disappointed.png')">websites
-        which collect some information, but lack a machine readable privacy policy</html:li>
-        <html:li style="background-image: url('chrome://dashboard/skin/mad-tongue.png')">websites
-        that enable third parties to track you across the web</html:li>
+        <html:li style="background-image: url('chrome://dashboard/skin/glasses-cool.png')">&dashboard.dialog.share.icon1;</html:li>
+        <html:li style="background-image: url('chrome://dashboard/skin/disappointed.png')">&dashboard.dialog.share.icon2;</html:li>
+        <html:li style="background-image: url('chrome://dashboard/skin/mad-tongue.png')">&dashboard.dialog.share.icon3;</html:li>
         </html:ul>
 
         <html:p>&dashboard.dialog.about.p2;</html:p>
@@ -294,7 +291,7 @@
         <html:address>
         Dave Raggett, W3C<html:br/>
         Peter Wolkerstorfer, CURE<html:br/>
-        Copyright &#169; 2010 W3C <html:sup>&#xAE;</html:sup>
+        Copyright &#169; 2010-2011 W3C <html:sup>&#xAE;</html:sup>
         (MIT, ERCIM, Keio)</html:address>
         </description>
       </tabpanel>
--- a/dashboard/chrome/locale/en-US/dashboard.dtd	Mon May 09 11:12:52 2011 +0100
+++ b/dashboard/chrome/locale/en-US/dashboard.dtd	Sun May 15 09:55:09 2011 +0100
@@ -197,6 +197,10 @@
 <!ENTITY dashboard.dialog.about.p1
  "This is a Firefox extension that has been designed to help you understand what personal information is being collected by websites, and to provide you with a means to control this on a per website basis. The Dashboard installs an icon on the navigation toolbar that changes according to the current website:">
 
+<!ENTITY dashboard.dialog.share.icon1 "websites that take good care of your privacy">
+<!ENTITY dashboard.dialog.share.icon2 "websites which collect some information, but lack a machine readable privacy policy">
+<!ENTITY dashboard.dialog.share.icon3 "websites that enable third parties to track you across the web">
+
 <!ENTITY dashboard.dialog.about.heading
  "PrimeLife Privacy Dashboard">
 
Binary file dashboard/dashboard.xpi has changed
--- a/dashboard/install.rdf	Mon May 09 11:12:52 2011 +0100
+++ b/dashboard/install.rdf	Sun May 15 09:55:09 2011 +0100
@@ -3,7 +3,7 @@
  xmlns:em="http://www.mozilla.org/2004/em-rdf#">
   <Description about="urn:mozilla:install-manifest">
     <em:id>dashboard@dave.raggett</em:id>
-    <em:version>0.9.4</em:version>
+    <em:version>0.9.5</em:version>
     <em:localized>
       <Description> <!-- example localization via google translate -->
         <em:locale>fr-FR</em:locale>
--- a/dashboard/readme.txt	Mon May 09 11:12:52 2011 +0100
+++ b/dashboard/readme.txt	Sun May 15 09:55:09 2011 +0100
@@ -21,7 +21,7 @@
 
 The smiley icons are from the open source chat program: Pidgin
 
-To rebuild the Extension XPI file, see the shell script: build.sh
+To rebuild the Extension XPI file, see the Linux shell script: build.sh
 
 For more information see:  http://code.w3.org/privacy-dashboard/