This commit is contained in:
David Rose 2009-11-22 00:14:55 +00:00
parent 2c609e1e55
commit 1d1eafcb70

View File

@ -110,7 +110,7 @@ install_rdf = """<?xml version="1.0"?>
</Description> </Description>
</em:targetApplication> </em:targetApplication>
<em:homepageURL>http://www.panda3d.org/</em:homepageURL> <em:homepageURL>http://www.panda3d.org/</em:homepageURL>
<em:updateURL>%(host_url)s/plugin/firefox/nppanda3d.rdf</em:updateURL> <em:updateURL>%(host_url)s/plugin/firefox/update.rdf</em:updateURL>
</Description> </Description>
</RDF> </RDF>
""" """
@ -133,11 +133,12 @@ update_rdf = """<?xml version="1.0"?>
<em:version>%(version)s</em:version> <em:version>%(version)s</em:version>
<em:targetApplication> <em:targetApplication>
<RDF:Description> <RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion> <em:minVersion>3.0</em:minVersion>
<em:maxVersion>*</em:maxVersion> <em:maxVersion>*</em:maxVersion>
<em:updateLink>%(host_url)s/plugin/firefox/nppanda3d.xpi</em:updateLink> <em:updateLink>%(host_url)s/plugin/firefox/nppanda3d.xpi</em:updateLink>
<em:updateHash>sha1:%(xpi_hash)s</em:updateHash> <em:updateHash>sha1:%(xpi_hash)s</em:updateHash>
</RDF:Description>
</em:targetApplication> </em:targetApplication>
</RDF:Description> </RDF:Description>
</RDF:li> </RDF:li>