| 1 | <?xml version="1.0"?> |
| 2 | |
| 3 | <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 4 | xmlns:chrome="http://www.mozilla.org/rdf/chrome#"> |
| 5 | |
| 6 | <!-- List all the skins being supplied by this theme --> |
| 7 | <RDF:Seq about="urn:mozilla:skin:root"> |
| 8 | <RDF:li resource="urn:mozilla:skin:LCARStrek/0.3" /> |
| 9 | </RDF:Seq> |
| 10 | |
| 11 | <!-- Information --> |
| 12 | <RDF:Description about="urn:mozilla:skin:LCARStrek/0.3" |
| 13 | chrome:displayName="LCARStrek" |
| 14 | chrome:email="KaiRo@KaiRo.at" |
| 15 | chrome:website="http://www.kairo.at/download/" |
| 16 | chrome:description="For all Trekkies: A theme based on LCARS computer design. Get more info at http://www.kairo.at/download/" |
| 17 | chrome:author="Robert Kaiser" |
| 18 | chrome:name="LCARStrek/0.3" |
| 19 | chrome:image="jar:resource:/chrome/LCARStrek.jar!/global/skin/preview.png"> |
| 20 | <chrome:packages> |
| 21 | <RDF:Seq about="urn:mozilla:skin:LCARStrek/0.3:packages"> |
| 22 | <RDF:li resource="urn:mozilla:skin:LCARStrek/0.3:communicator"/> |
| 23 | <RDF:li resource="urn:mozilla:skin:LCARStrek/0.3:editor"/> |
| 24 | <RDF:li resource="urn:mozilla:skin:LCARStrek/0.3:global"/> |
| 25 | <RDF:li resource="urn:mozilla:skin:LCARStrek/0.3:messenger"/> |
| 26 | <RDF:li resource="urn:mozilla:skin:LCARStrek/0.3:navigator"/> |
| 27 | </RDF:Seq> |
| 28 | </chrome:packages> |
| 29 | </RDF:Description> |
| 30 | </RDF:RDF> |
| 31 | |
| 32 | |
| 33 | |
| 34 | |
| 35 | |