author | Michael Krelin <hacker@klever.net> | 2006-09-26 23:24:19 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-09-26 23:24:19 (UTC) |
commit | 1783adce5169fc0a924983249222527bc2cdddc2 (patch) (unidiff) | |
tree | 5b4167dc1d932c7f98ee27cd09a1613e1cb14324 | |
parent | 22d3c6c4f3f587f45132af6c12860f624a40b340 (diff) | |
download | fireflix-1783adce5169fc0a924983249222527bc2cdddc2.zip fireflix-1783adce5169fc0a924983249222527bc2cdddc2.tar.gz fireflix-1783adce5169fc0a924983249222527bc2cdddc2.tar.bz2 |
homepage fix and addons.mozilla.org conformance
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@162 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | install.rdf.in | 4 | ||||
-rw-r--r-- | update.rdf.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/install.rdf.in b/install.rdf.in index 73c9d37..62933e2 100644 --- a/install.rdf.in +++ b/install.rdf.in | |||
@@ -1,28 +1,28 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | 2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
3 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | 3 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
4 | 4 | ||
5 | <Description about="urn:mozilla:install-manifest"> | 5 | <Description about="urn:mozilla:install-manifest"> |
6 | 6 | ||
7 | <em:id>@MOZ_EXT_ID@</em:id> | 7 | <em:id>@MOZ_EXT_ID@</em:id> |
8 | <em:name>Fireflix</em:name> | 8 | <em:name>Fireflix</em:name> |
9 | <em:version>@VERSION@</em:version> | 9 | <em:version>@VERSION@</em:version> |
10 | <em:description>Flickr management tool</em:description> | 10 | <em:description>Flickr management tool</em:description> |
11 | <em:creator>Klever Group; http://www.klever.net/</em:creator> | 11 | <em:creator>Klever Group; http://www.klever.net/</em:creator> |
12 | <em:homepageURL>http://kin.klever.net/</em:homepageURL> | 12 | <em:homepageURL>http://kin.klever.net/fireflix/</em:homepageURL> |
13 | <em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL> | 13 | <em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL> |
14 | <em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL> | 14 | <em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL> |
15 | <em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL> | 15 | <em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL> |
16 | 16 | ||
17 | <!-- Firefox --> | 17 | <!-- Firefox --> |
18 | <em:targetApplication> | 18 | <em:targetApplication> |
19 | <Description> | 19 | <Description> |
20 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 20 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
21 | <em:minVersion>1.5</em:minVersion> | 21 | <em:minVersion>1.5</em:minVersion> |
22 | <em:maxVersion>1.5.0.7</em:maxVersion> | 22 | <em:maxVersion>1.5.0.*</em:maxVersion> |
23 | </Description> | 23 | </Description> |
24 | </em:targetApplication> | 24 | </em:targetApplication> |
25 | 25 | ||
26 | </Description> | 26 | </Description> |
27 | 27 | ||
28 | </RDF> | 28 | </RDF> |
diff --git a/update.rdf.in b/update.rdf.in index 7a78470..0273e55 100644 --- a/update.rdf.in +++ b/update.rdf.in | |||
@@ -1,26 +1,26 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <RDF:RDF | 2 | <RDF:RDF |
3 | xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | 3 | xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | 4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
5 | 5 | ||
6 | <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@"> | 6 | <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@"> |
7 | <em:updates> | 7 | <em:updates> |
8 | <RDF:Seq> | 8 | <RDF:Seq> |
9 | <RDF:li resource="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"/> | 9 | <RDF:li resource="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"/> |
10 | </RDF:Seq> | 10 | </RDF:Seq> |
11 | </em:updates> | 11 | </em:updates> |
12 | </RDF:Description> | 12 | </RDF:Description> |
13 | 13 | ||
14 | <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"> | 14 | <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"> |
15 | <em:version>@VERSION@</em:version> | 15 | <em:version>@VERSION@</em:version> |
16 | <em:targetApplication> | 16 | <em:targetApplication> |
17 | <Description> | 17 | <Description> |
18 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 18 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
19 | <em:minVersion>1.5</em:minVersion> | 19 | <em:minVersion>1.5</em:minVersion> |
20 | <em:maxVersion>1.5.0.7</em:maxVersion> | 20 | <em:maxVersion>1.5.0.*</em:maxVersion> |
21 | <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink> | 21 | <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink> |
22 | </Description> | 22 | </Description> |
23 | </em:targetApplication> | 23 | </em:targetApplication> |
24 | </RDF:Description> | 24 | </RDF:Description> |
25 | 25 | ||
26 | </RDF:RDF> | 26 | </RDF:RDF> |