summaryrefslogtreecommitdiff
path: root/gecko/install.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'gecko/install.rdf')
-rw-r--r--gecko/install.rdf27
1 files changed, 0 insertions, 27 deletions
diff --git a/gecko/install.rdf b/gecko/install.rdf
deleted file mode 100644
index c0eee1f..0000000
--- a/gecko/install.rdf
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-
-<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:em="http://www.mozilla.org/2004/em-rdf#"
- xmlns:doap="http://usefulinc.com/ns/doap#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-
- <Description about="urn:mozilla:install-manifest">
- <em:id>simplyread@njw.me.uk</em:id>
- <em:version>VERSION</em:version>
- <em:type>2</em:type>
-
- <em:targetApplication>
- <Description>
- <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
- <em:minVersion>3.0</em:minVersion>
- <em:maxVersion>4.0.*</em:maxVersion>
- </Description>
- </em:targetApplication>
-
- <em:name>SimplyRead</em:name>
- <em:description>Makes webpages more readable. Press Ctrl-Alt-r or click the 'sr' icon in the status bar to toggle SimplyRead.</em:description>
- <em:creator>Nick White</em:creator>
- <em:homepageURL>http://njw.me.uk/software/simplyread/</em:homepageURL>
- <doap:license rdf:resource="http://www.gnu.org/licenses/agpl.html"/>
- </Description>
-</RDF>