-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.rdf
executable file
·61 lines (53 loc) · 2.85 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?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>[email protected]</em:id>
<em:version>0.2.6.183</em:version>
<em:type>2</em:type>
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.6</em:minVersion>
<em:maxVersion>47.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:bootstrap>true</em:bootstrap>
<em:optionsURL>chrome://pcmanfx2/content/preferences.xul</em:optionsURL>
<!-- Front End MetaData -->
<em:name>PCMan Firefox Extension</em:name>
<em:description>A GNU/GPL telnet client extension specifically designed for BBS browsing.</em:description>
<em:creator>洪任諭 (Hong Jen Yee) <[email protected]></em:creator>
<em:developer>bootleq <[email protected]></em:developer>
<em:developer>呂康豪 (Kang Hao Lu) <http://dig.csail.mit.edu/People/kennyluck#I></em:developer>
<em:developer>littlebtc <http://blog.littleb.tc/></em:developer>
<em:developer>u881831 <[email protected]></em:developer>
<em:homepageURL>http://code.google.com/p/pcmanfx/</em:homepageURL>
<em:localized>
<Description>
<em:locale>zh-TW</em:locale>
<em:name>PCMan Firefox 擴充套件</em:name>
<em:description>專為 BBS 瀏覽設計,採 GNU/GPL 授權的 telnet 連線程式套件</em:description>
<em:creator>洪任諭 <[email protected]></em:creator>
<em:developer>bootleq <[email protected]></em:developer>
<em:developer>呂康豪 <http://dig.csail.mit.edu/People/kennyluck#I></em:developer>
<em:developer>littlebtc <http://blog.littleb.tc/></em:developer>
<em:developer>u881831 <[email protected]></em:developer>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>zh-CN</em:locale>
<em:name>PCMan Firefox 扩充</em:name>
<em:description>专为 BBS 浏览设计,采 GNU/GPL 授权的 telnet 程序套件</em:description>
<em:creator>洪任谕 <[email protected]></em:creator>
<em:developer>bootleq <[email protected]></em:developer>
<em:developer>吕康豪 <http://dig.csail.mit.edu/People/kennyluck#I></em:developer>
<em:developer>littlebtc <http://blog.littleb.tc/></em:developer>
<em:developer>u881831 <[email protected]></em:developer>
</Description>
</em:localized>
</Description>
</RDF>