[Pkg-privacy-commits] [xul-ext-monkeysphere] 09/296: clean up, organize install.rdf

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:20 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit cbfc0fc3004b8507ab9bda6fa922ef71c8e71844
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sat Jan 9 13:54:26 2010 -0500

    clean up, organize install.rdf
---
 install.rdf | 54 ++++++++++++++++++++++++++++++------------------------
 1 file changed, 30 insertions(+), 24 deletions(-)

diff --git a/install.rdf b/install.rdf
index 37f26ed..1f9bc03 100644
--- a/install.rdf
+++ b/install.rdf
@@ -2,32 +2,38 @@
 
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+  
+  <Description about="urn:mozilla:install-manifest">
+    <em:id>tls-xul-ext at monkeysphere.info</em:id>
+    <em:name>Monkeysphere</em:name>
+    <em:version>0.1</em:version>
+    <em:type>2</em:type>
+    <em:optionsURL>chrome://monkeysphere/content/dialog_prefs.xul</em:optionsURL>
+    <em:description>Consult Monkeysphere validation-agent
+      for validation of x.509 certificates via the OpenPGP Web of Trust.
+    </em:description>
+    <em:creator>The Monkeysphere Project</em:creator>
+    <em:contributor>Jameson Graef Rollins</em:contributor>
+    <em:contributor>Daniel Kahn Gillmor</em:contributor>
+    <em:homepageURL>http://web.monkeysphere.info/validation-agent/</em:homepageURL>
+    <em:iconURL>chrome://monkeysphere/content/default.png</em:iconURL>
+ 
+    <!-- Firefox -->
+    <em:targetApplication>   
+      <Description>
+	<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+	<em:minVersion>3.5.4</em:minVersion>
+	<em:maxVersion>3.5.*</em:maxVersion>
+      </Description>
+    </em:targetApplication>
 
-	<Description about="urn:mozilla:install-manifest">
-		<em:id>monkeysphere at monkeysphere.info</em:id>
-		<em:name>Monkeysphere</em:name>
-		<em:version>0.1</em:version>
-    		<em:type>2</em:type>
-    		<em:optionsURL>chrome://monkeysphere/content/dialog_prefs.xul</em:optionsURL>
-
-     		<!-- Firefox -->
-		<em:targetApplication>   
-			<Description>
-				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-				<em:minVersion>3.5.4</em:minVersion>
-				<em:maxVersion>3.5.*</em:maxVersion>
-			</Description>
-		</em:targetApplication>
+    <!-- here is an example for future localizations ; 
+         em:description, em:creator 
+         should probably be overridden -->
     <em:localized> 
-	<Description> 
-	 <em:locale>en-US</em:locale> 
-		<em:name>Monkeysphere</em:name>
-    		<em:description>Consult Monkeysphere validation-agent
-		 for validation of x.509 certificates with OpenPGP keys.
-		</em:description>
-    		<em:creator>The Monkeysphere Project</em:creator>
-    		<em:homepageURL>http://monkeysphere.info/validation-agent/</em:homepageURL>
-	 </Description> 
+      <Description> 
+	<em:locale>en-US</em:locale> 
+      </Description> 
     </em:localized> 
  </Description>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list