File: install.rdf

package info (click to toggle)
checky 2.5-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 592 kB
  • ctags: 107
  • sloc: sh: 40; makefile: 38
file content (41 lines) | stat: -rw-r--r-- 2,070 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
29
30
31
32
33
34
35
36
37
38
39
40
41
<?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:creator>Joachim Schreiber (yobiz@users.sourceforge.net)</em:creator>
        <em:description>Easy to use interface to many free and commercial online validation and analysis services. Validate and analyse HTML, XHTML, CSS, RDF, RSS, XML, WAI, Section 508, P3P, hyperlinks, metadata and many more. Adds a context and tools menu.</em:description>
        <em:homepageURL>http://checky.sourceforge.net</em:homepageURL>
        <!--em:iconURL>chrome://checky/content/logo.gif</em:iconURL-->
        <em:id>{770EEDCE-0815-4605-B356-DC660AD089FD}</em:id>
        <em:name>Checky</em:name>
        <em:optionsURL>chrome://checky/content/prefDialog.xul</em:optionsURL>
        <em:version>2.5</em:version>
        <em:contributor>Mike Hommey (mh@glandium.org)</em:contributor>
<!--
		<em:updateURL>http://checky.sourceforge.net/update.rdf</em:updateURL>
		<em:updateURL>http://checky.mozdev.org/update.rdf</em:updateURL>
-->
        <em:file>
            <Description about="urn:mozilla:extension:file:checky">
                <em:locale>locale/en-US/checky/</em:locale>
                <em:locale>locale/en/checky/</em:locale>
                <em:package>content/checky/</em:package>
            </Description>
        </em:file>
        <em:targetApplication>
            <Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:maxVersion>1.5.0.*</em:maxVersion>
                <em:minVersion>0.6</em:minVersion>
            </Description>
        </em:targetApplication>
        <em:targetApplication>
            <Description>
                <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
                <em:maxVersion>1.7</em:maxVersion>
                <em:minVersion>1.5</em:minVersion>
            </Description>
        </em:targetApplication>
    </Description>
</RDF>