1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-15 06:33:33 +01:00

added update.rdf.in

changed help file to look much more vim like (with monospaced font)
This commit is contained in:
Martin Stubenschrott
2007-04-28 18:08:44 +00:00
parent d7dfaf86f5
commit 896b83521a
4 changed files with 47 additions and 18 deletions

26
update.rdf.in Normal file
View File

@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/2004/em-rdf#">
<!-- Foo Widget Extension -->
<r:Description about="urn:mozilla:extension:{f9570b26-e246-4753-9b68-61aa95994237}">
<updates>
<r:Seq>
<r:li>
<r:Description>
<version>###VERSION###</version>
<targetApplication>
<r:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>2.0</minVersion>
<maxVersion>3.0</maxVersion>
<updateLink>http://downloads.mozdev.org/vimperator/vimperator_###VERSION###.xpi</updateLink>
</r:Description>
</targetApplication>
</r:Description>
</r:li>
</r:Seq>
</updates>
<version>###VERSION###</version>
<updateLink>http://downloads.mozdev.org/vimperator/vimperator-###VERSION###.xpi</updateLink>
</r:Description>
</r:RDF>