| 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:EarlyBlue/0.7" /> |
| 9 | </RDF:Seq> |
| 10 | |
| 11 | <!-- classic Information --> |
| 12 | <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.7" |
| 13 | chrome:displayName="EarlyBlue" |
| 14 | chrome:accessKey="E" |
| 15 | chrome:author="Robert Kaiser - KaiRo.at" |
| 16 | chrome:description="This theme re-introduces a UI design idea based on early Mozilla milestones. Get more info at http://www.kairo.at/download/" |
| 17 | chrome:name="EarlyBlue/0.7" |
| 18 | chrome:image="jar:resource:///chrome/EarlyBlue.jar!/global/skin/preview.png"> |
| 19 | <chrome:packages> |
| 20 | <RDF:Seq about="urn:mozilla:skin:EarlyBlue/0.7:packages"> |
| 21 | <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.7:global"/> |
| 22 | </RDF:Seq> |
| 23 | </chrome:packages> |
| 24 | </RDF:Description> |
| 25 | |
| 26 | <!-- Version Information. State that we work only with a certain version of this package. --> |
| 27 | <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.7:global" |
| 28 | chrome:skinVersion="0.9.4"/> |
| 29 | </RDF:RDF> |
| 30 | |