[Pkg-mozext-commits] [itsalltext] 01/459: stuff

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:00 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 2014576f23595cc98b3fb12d26d36e09416893fe
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Sat Dec 9 09:14:26 2006 -0500

    stuff
---
 install.rdf | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/install.rdf b/install.rdf
new file mode 100644
index 0000000..e255f9e
--- /dev/null
+++ b/install.rdf
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>itsalltext at docwhat.gerf.org</em:id>
+	<em:version>0.1</em:version>
+    <em:type>2</em:type>
+
+    <!-- Front End Metadata -->
+    <em:name>It's All Text!</em:name>
+    <em:description>Edit Textareas, and view source!</em:description>
+    <em:homepageURL>http://addons.mozilla.org/firefox/1234</em:homepageURL>
+    <em:optionsURL>chrome://itsalltext/content/options.xul</em:optionsURL>
+    <em:iconURL>chrome://itsalltext/content/icon.png</em:iconURL>
+    <em:aboutURL>chrome://itsalltext/content/about.xul</em:aboutURL>
+
+    <!-- Author and Contributors -->
+    <em:creator>Christian Höltje</em:creator>
+    <!-- <em:contributor></em:contributor> -->
+
+    <!-- Firefox -->
+    <em:targetApplication>
+      <Description>
+         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+         <em:minVersion>1.5</em:minVersion>
+         <em:maxVersion>2.0.0.*</em:maxVersion>
+       </Description>
+	</em:targetApplication>
+  </Description>
+
+</RDF>

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



More information about the Pkg-mozext-commits mailing list