vgritsenko 02/01/18 09:25:18
Modified: src/webapp legacyDevice.xml
Added: src/webapp/resources/legacyProfiles amaya.rdf mozilla.rdf
opera.rdf
Log:
Add more device profiles submitted by Butler, Mark [[EMAIL PROTECTED]]
Revision Changes Path
1.2 +16 -0 xml-cocoon2/src/webapp/legacyDevice.xml
Index: legacyDevice.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/legacyDevice.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- legacyDevice.xml 9 Jan 2002 22:20:42 -0000 1.1
+++ legacyDevice.xml 18 Jan 2002 17:25:18 -0000 1.2
@@ -12,4 +12,20 @@
<useragentstring>Rainbow</useragentstring>
<profileref>http://localhost:8080/cocoon/legacyProfiles/nokia.rdf</profileref>
</legacyDevice>
+ <legacyDevice>
+ <useragentstring>Nokia-MIT-Browser</useragentstring>
+
<profileref>http://localhost:8080/cocoon/legacyProfiles/nokia.rdf</profileref>
+ </legacyDevice>
+ <legacyDevice>
+ <useragentstring>Opera</useragentstring>
+
<profileref>http://localhost:8080/cocoon/legacyProfiles/opera.rdf</profileref>
+ </legacyDevice>
+ <legacyDevice>
+ <useragentstring>amaya</useragentstring>
+
<profileref>http://localhost:8080/cocoon/legacyProfiles/amaya.rdf</profileref>
+ </legacyDevice>
+ <legacyDevice>
+ <useragentstring>Mozilla</useragentstring>
+
<profileref>http://localhost:8080/cocoon/legacyProfiles/mozilla.rdf</profileref>
+ </legacyDevice>
</devices>
1.1 xml-cocoon2/src/webapp/resources/legacyProfiles/amaya.rdf
Index: amaya.rdf
===================================================================
<?xml version="1.0"?>
<!-- edited with XML Spy v3.0.7 NT (http://www.xmlspy.com) by Mark Butler
(Hewlett-Packard Laboratories UK) -->
<rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
<rdf:Description rdf:ID="Amaya">
<prf:component>
<rdf:Description rdf:ID="HardwarePlatform">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
<prf:ColorCapable>Yes</prf:ColorCapable>
<prf:TextInputCapable>Yes</prf:TextInputCapable>
<prf:ImageCapable>Yes</prf:ImageCapable>
<prf:Keyboard>Qwerty</prf:Keyboard>
<prf:Vendor>W3C</prf:Vendor>
<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
</rdf:Description>
</prf:component>
<prf:component>
<rdf:Description rdf:ID="SoftwarePlatform">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
<prf:CcppAccept>
<rdf:Bag>
<rdf:li>image/gif</rdf:li>
<rdf:li>image/jpeg</rdf:li>
<rdf:li>text/html</rdf:li>
</rdf:Bag>
</prf:CcppAccept>
</rdf:Description>
</prf:component>
<prf:component>
<rdf:Description rdf:ID="NetworkCharacteristics">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
</rdf:Description>
</prf:component>
<prf:component>
<rdf:Description rdf:ID="BrowserUA">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
<prf:BrowserName>Amaya</prf:BrowserName>
<prf:FramesCapable>Yes</prf:FramesCapable>
<prf:TablesCapable>Yes</prf:TablesCapable>
</rdf:Description>
</prf:component>
</rdf:Description>
</rdf:RDF>
1.1 xml-cocoon2/src/webapp/resources/legacyProfiles/mozilla.rdf
Index: mozilla.rdf
===================================================================
<?xml version="1.0"?>
<!-- edited with XML Spy v3.0.7 NT (http://www.xmlspy.com) by Mark Butler
(Hewlett-Packard Laboratories UK) -->
<rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
<rdf:Description rdf:ID="Amaya">
<prf:component>
<rdf:Description rdf:ID="HardwarePlatform">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
<prf:ColorCapable>Yes</prf:ColorCapable>
<prf:TextInputCapable>Yes</prf:TextInputCapable>
<prf:ImageCapable>Yes</prf:ImageCapable>
<prf:Keyboard>Qwerty</prf:Keyboard>
<prf:Vendor>Netscape</prf:Vendor>
<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
</rdf:Description>
</prf:component>
<prf:component>
<rdf:Description rdf:ID="SoftwarePlatform">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
<prf:CcppAccept>
<rdf:Bag>
<rdf:li>image/gif</rdf:li>
<rdf:li>image/jpeg</rdf:li>
<rdf:li>text/html</rdf:li>
</rdf:Bag>
</prf:CcppAccept>
</rdf:Description>
</prf:component>
<prf:component>
<rdf:Description rdf:ID="NetworkCharacteristics">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
</rdf:Description>
</prf:component>
<prf:component>
<rdf:Description rdf:ID="BrowserUA">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
<prf:BrowserName>Mozilla</prf:BrowserName>
<prf:FramesCapable>Yes</prf:FramesCapable>
<prf:TablesCapable>Yes</prf:TablesCapable>
</rdf:Description>
</prf:component>
</rdf:Description>
</rdf:RDF>
1.1 xml-cocoon2/src/webapp/resources/legacyProfiles/opera.rdf
Index: opera.rdf
===================================================================
<?xml version="1.0"?>
<!-- edited with XML Spy v3.0.7 NT (http://www.xmlspy.com) by Mark Butler
(Hewlett-Packard Laboratories UK) -->
<rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
<rdf:Description rdf:ID="Opera">
<prf:component>
<rdf:Description rdf:ID="HardwarePlatform">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
<prf:ColorCapable>Yes</prf:ColorCapable>
<prf:TextInputCapable>Yes</prf:TextInputCapable>
<prf:ImageCapable>Yes</prf:ImageCapable>
<prf:Keyboard>Qwerty</prf:Keyboard>
<prf:Vendor>Opera</prf:Vendor>
<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
</rdf:Description>
</prf:component>
<prf:component>
<rdf:Description rdf:ID="SoftwarePlatform">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
<prf:CcppAccept>
<rdf:Bag>
<rdf:li>image/gif</rdf:li>
<rdf:li>image/jpeg</rdf:li>
<rdf:li>text/html</rdf:li>
</rdf:Bag>
</prf:CcppAccept>
</rdf:Description>
</prf:component>
<prf:component>
<rdf:Description rdf:ID="NetworkCharacteristics">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
</rdf:Description>
</prf:component>
<prf:component>
<rdf:Description rdf:ID="BrowserUA">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
<prf:BrowserName>Opera</prf:BrowserName>
<prf:FramesCapable>Yes</prf:FramesCapable>
<prf:TablesCapable>Yes</prf:TablesCapable>
</rdf:Description>
</prf:component>
</rdf:Description>
</rdf:RDF>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]