diff options
author | Nick White <git@njw.me.uk> | 2010-11-13 18:54:00 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-13 18:54:00 +0000 |
commit | 3d293ecb997547ce48ab5ee3c6a83effddbbb0ae (patch) | |
tree | 87553f863bbd48a8268ccbebd71a3a7783c720e0 /gecko/install.rdf | |
parent | 6184d6bdac39e3a1f2e72ce180db40cb896724cf (diff) |
Rename to simplyread to avoid name clash
Diffstat (limited to 'gecko/install.rdf')
-rw-r--r-- | gecko/install.rdf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gecko/install.rdf b/gecko/install.rdf index b00b1a7..81ea31c 100644 --- a/gecko/install.rdf +++ b/gecko/install.rdf @@ -6,7 +6,7 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Description about="urn:mozilla:install-manifest"> - <em:id>readable@njw.me.uk</em:id> + <em:id>simplyread@njw.me.uk</em:id> <em:version>VERSION</em:version> <em:type>2</em:type> @@ -18,10 +18,10 @@ </Description> </em:targetApplication> - <em:name>Readable</em:name> - <em:description>Makes webpages more readable. Press Ctrl-Alt-r or click the 'r' icon in the status bar to toggle readable.</em:description> + <em:name>SimplyRead</em:name> + <em:description>Makes webpages more readable. Press Ctrl-Alt-r or click the 'r' icon in the status bar to toggle SimplyRead.</em:description> <em:creator>Nick White</em:creator> - <em:homepageURL>http://njw.me.uk/software/readable/</em:homepageURL> + <em:homepageURL>http://njw.me.uk/software/simplyread/</em:homepageURL> <doap:license rdf:resource="http://www.gnu.org/licenses/agpl.html"/> </Description> </RDF> |