Browse CVS Repository
Annotation of /bbs2ch/bbs2chreader/install.rdf
Parent Directory
| Revision Log
| Revision Graph
Revision 1.20 -
( hide annotations)
( download)
( as text)
Tue Sep 19 11:39:42 2006 UTC
(17 years, 7 months ago)
by flyson
Branch: MAIN
CVS Tags: RELEASE_0_2_12
Changes since 1.19: +2 -2 lines
File MIME type: application/rdf+xml
ver 0.2.12
| 1 |
flyson |
1.1 |
<?xml version="1.0"?> |
| 2 |
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 3 |
|
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
| 4 |
|
|
|
| 5 |
|
|
<Description about="urn:mozilla:install-manifest"> |
| 6 |
|
|
<em:name>bbs2chreader</em:name> |
| 7 |
|
|
<em:id>{0B9D558E-6983-486b-9AAD-B6CBCD2FC807}</em:id> |
| 8 |
flyson |
1.20 |
<em:version>0.2.12</em:version> |
| 9 |
flyson |
1.1 |
<em:description>2ch(Japanese Web Forum) Reader</em:description> |
| 10 |
|
|
<em:optionsURL>chrome://bbs2chreader/content/settings/settings.xul</em:optionsURL> |
| 11 |
|
|
<em:homepageURL>http://bbs2ch.sourceforge.jp/</em:homepageURL> |
| 12 |
|
|
<em:iconURL>chrome://bbs2chreader/content/icon.png</em:iconURL> |
| 13 |
|
|
<em:creator>flyson</em:creator> |
| 14 |
flyson |
1.6 |
<em:contributor>Nazo</em:contributor> |
| 15 |
flyson |
1.1 |
|
| 16 |
|
|
<em:targetApplication> |
| 17 |
|
|
<Description> |
| 18 |
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
| 19 |
flyson |
1.16 |
<em:minVersion>1.5</em:minVersion> |
| 20 |
flyson |
1.20 |
<em:maxVersion>2.0.0.*</em:maxVersion> |
| 21 |
flyson |
1.1 |
</Description> |
| 22 |
|
|
</em:targetApplication> |
| 23 |
|
|
|
| 24 |
|
|
<em:file> |
| 25 |
|
|
<Description about="urn:mozilla:extension:file:bbs2chreader.jar"> |
| 26 |
|
|
<em:package>content/bbs2chreader/</em:package> |
| 27 |
|
|
<em:skin>skin/classic/bbs2chreader/</em:skin> |
| 28 |
|
|
<em:locale>locale/en-US/bbs2chreader/</em:locale> |
| 29 |
|
|
<em:locale>locale/ja-JP/bbs2chreader/</em:locale> |
| 30 |
|
|
</Description> |
| 31 |
|
|
</em:file> |
| 32 |
|
|
</Description> |
| 33 |
|
|
</RDF> |
|