diff options
author | martin <martin@pkgsrc.org> | 2000-10-14 09:28:07 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2000-10-14 09:28:07 +0000 |
commit | df444176c06149a68094cbccd6931c2250207e93 (patch) | |
tree | 815b52646efb0a5d80508eb42c83fbf0f27e60fd /www | |
parent | 30445d21e230225a39ed0be74f6e63c84a29f15a (diff) | |
download | pkgsrc-df444176c06149a68094cbccd6931c2250207e93.tar.gz |
Uppps, forgot to add those before last commit
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/files/user-locales.rdf | 16 | ||||
-rw-r--r-- | www/mozilla/files/user-skins.rdf | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/www/mozilla/files/user-locales.rdf b/www/mozilla/files/user-locales.rdf new file mode 100644 index 00000000000..8e15da32fed --- /dev/null +++ b/www/mozilla/files/user-locales.rdf @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<RDF:RDF + xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <RDF:Description about="urn:mozilla:package:navigator"> + <NS13:selectedLocale xmlns:NS13="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:navigator"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:global"> + <NS14:selectedLocale xmlns:NS14="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:global"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:messenger"> + <NS15:selectedLocale xmlns:NS15="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:messenger"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:communicator"> + <NS16:selectedLocale xmlns:NS16="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:communicator"/> + </RDF:Description> +</RDF:RDF> diff --git a/www/mozilla/files/user-skins.rdf b/www/mozilla/files/user-skins.rdf new file mode 100644 index 00000000000..62b0f8d2e09 --- /dev/null +++ b/www/mozilla/files/user-skins.rdf @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<RDF:RDF + xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <RDF:Description about="urn:mozilla:package:navigator"> + <NS7:selectedSkin xmlns:NS7="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:skin:classic/1.0:navigator"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:global"> + <NS8:selectedSkin xmlns:NS8="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:skin:classic/1.0:global"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:communicator"> + <NS9:selectedSkin xmlns:NS9="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:skin:classic/1.0:communicator"/> + </RDF:Description> +</RDF:RDF> |