-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
35 lines (35 loc) · 1.47 KB
/
install.rdf
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
<?xml version="1.0" encoding="UTF-8"?>
<RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#" xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Klint</em:name>
<em:version>2.0.0</em:version>
<em:description>Adds a Syntax Checking tab into Komodo's bottom pane.</em:description>
<em:creator>Davide Ficano</em:creator>
<em:contributor>ActiveState</em:contributor>
<em:homepageURL>http://dafizilla.sourceforge.net/klint</em:homepageURL>
<em:updateURL>http://dafizilla.sourceforge.net/klint/update.php?item_id=%ITEM_ID%&item_version=%ITEM_VERSION%&app_id=%APP_ID%&app_version=%APP_VERSION%</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3PgNKVyoQIfygs5ZetbWKi1
WP4QZo/OisHBpKI2ke/ZATE60S4kr5+3iNAjV9Vj4jG797nL2N/Cq8OnMDna+rB
/xFw5n7mU0gswZk8HBz8euWAuoo0lD/HoNattF79quYEFDU/H8gblKyH529NiQw
26bUyAC61RYTxWHgSAlIxQIDAQAB
</em:updateKey>
<em:iconURL>chrome://klint/skin/appicon.png</em:iconURL>
<!-- Komodo IDE -->
<em:targetApplication>
<Description>
<em:id>{36E66FA0-F259-11D9-850E-000D935D3368}</em:id>
<em:minVersion>4.2</em:minVersion>
<em:maxVersion>9.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Komodo Edit -->
<em:targetApplication>
<Description>
<em:id>{b1042fb5-9e9c-11db-b107-000d935d3368}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>9.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>