File: install.rdf

package info (click to toggle)
vimperator 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 992 kB
  • ctags: 376
  • sloc: makefile: 35
file content (28 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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#">

    <Description about="urn:mozilla:install-manifest">
	<em:id>vimperator@mozdev.org</em:id>
	<em:name>Vimperator</em:name>
	<em:version>1.1</em:version>
	<em:description>Make Firefox behave like Vim</em:description>
	<em:creator>Martin Stubenschrott</em:creator>
	<em:homepageURL>http://vimperator.mozdev.org</em:homepageURL>
	<em:iconURL>chrome://vimperator/skin/icon.png</em:iconURL>
	<!--em:updateURL>http://downloads.mozdev.org/vimperator/update.rdf</em:updateURL-->
	<em:file>
	    <Description about="urn:mozilla:extension:file:vimperator.jar">
		<em:package>content/vimperator/</em:package>
	    </Description>
	</em:file>

	<em:targetApplication>
	    <Description>
		<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
		<em:minVersion>3.0b3</em:minVersion>
		<em:maxVersion>3.0.*</em:maxVersion>
	    </Description>
	</em:targetApplication>
    </Description>
</RDF>