You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by wk...@apache.org on 2016/09/10 12:52:39 UTC

svn commit: r15289 [5/5] - in /release/devicemap/data: ./ 1.0.3/ 1.0.3/META-INF/ 1.0.3/META-INF/maven/ 1.0.3/META-INF/maven/org.apache.devicemap/ 1.0.3/META-INF/maven/org.apache.devicemap/devicemap-data/ 1.0.3/devicedata/

Added: release/devicemap/data/1.0.3/devicedata/DeviceDataSourcePatch.xml
==============================================================================
--- release/devicemap/data/1.0.3/devicedata/DeviceDataSourcePatch.xml (added)
+++ release/devicemap/data/1.0.3/devicedata/DeviceDataSourcePatch.xml Sat Sep 10 12:52:38 2016
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or
+    more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information regarding
+    copyright ownership. The ASF licenses this file to you under the
+    Apache License, Version 2.0 (the "License"); you may not use
+    this file except in compliance with the License. You may obtain
+    a copy of the License at
+        
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed
+    under the License is distributed on an "AS IS" BASIS, WITHOUT
+    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions
+    and limitations under the License.
+-->         
+<ODDR>
+  <version>
+      <ver>1.0.3</ver>
+      <last_updated>2015-06-19 17:00:00</last_updated>
+      <official_url>http://devicemap.apache.org</official_url>
+      <statement>Licensed under http://www.apache.org/licenses/LICENSE-2.0</statement>
+  </version>
+  <Devices>
+      <device id="patchDevice" parentId="generic-">
+          <property name="custom" value="value"/>
+      </device>
+  </Devices>
+</ODDR>

Added: release/devicemap/data/1.0.3/devicedata/OperatingSystemDataSource.xml
==============================================================================
--- release/devicemap/data/1.0.3/devicedata/OperatingSystemDataSource.xml (added)
+++ release/devicemap/data/1.0.3/devicedata/OperatingSystemDataSource.xml Sat Sep 10 12:52:38 2016
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or
+    more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information regarding
+    copyright ownership. The ASF licenses this file to you under the
+    Apache License, Version 2.0 (the "License"); you may not use
+    this file except in compliance with the License. You may obtain
+    a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed
+    under the License is distributed on an "AS IS" BASIS, WITHOUT
+    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions
+    and limitations under the License.
+-->
+<ODDR>
+    <version>
+        <ver>1.0.3</ver>
+        <last_updated>2015-06-19 17:00:00</last_updated>
+        <official_url>http://devicemap.apache.org</official_url>
+        <statement>Licensed under http://www.apache.org/licenses/LICENSE-2.0</statement>
+    </version>
+    <OperatingSystem>
+        <operatingSystem id="Apple.iOS.1.0.0.0">
+        </operatingSystem>
+    </OperatingSystem>
+</ODDR>

Added: release/devicemap/data/1.0.3/devicedata/coreVocabulary.xml
==============================================================================
--- release/devicemap/data/1.0.3/devicedata/coreVocabulary.xml (added)
+++ release/devicemap/data/1.0.3/devicedata/coreVocabulary.xml Sat Sep 10 12:52:38 2016
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or
+    more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information regarding
+    copyright ownership. The ASF licenses this file to you under the
+    Apache License, Version 2.0 (the "License"); you may not use
+    this file except in compliance with the License. You may obtain
+    a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed
+    under the License is distributed on an "AS IS" BASIS, WITHOUT
+    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions
+    and limitations under the License.
+-->
+<ODDR>
+    <version>
+        <ver>1.0.3</ver>
+        <last_updated>2015-06-19 17:00:00</last_updated>
+        <official_url>http://devicemap.apache.org</official_url>
+        <statement>Licensed under http://www.apache.org/licenses/LICENSE-2.0</statement>
+    </version>
+<!-- DDR Core Vocabulary description -->
+    <VocabularyDescription target="http://www.w3.org/2008/01/ddr-core-vocabulary">
+	<!-- Aspects -->
+        <Aspects>
+            <Aspect name="device"/>
+            <Aspect name="webBrowser"/>
+        </Aspects>
+	<!-- Properties -->
+        <Properties>
+            <Property name="vendor" datatype="xs:string" aspects="device, webBrowser" defaultAspect="device"/>
+            <Property name="model" datatype="xs:string" aspects="device, webBrowser" defaultAspect="device"/>
+            <Property name="displayWidth" datatype="xs:nonNegativeInteger" aspects="device, webBrowser" defaultAspect="device"/>
+            <Property name="displayHeight" datatype="xs:nonNegativeInteger" aspects="device, webBrowser" defaultAspect="device"/>
+            <Property name="cookieSupport" datatype="xs:boolean" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="version" datatype="xs:string" aspects="device, webBrowser" defaultAspect="device"/>
+            <Property name="imageFormatSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="inputModeSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="stylesheetSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="markupSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="inputDevices" datatype="xs:enumeration" aspects="device" defaultAspect="device"/>
+            <Property name="scriptSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+        </Properties>
+    </VocabularyDescription>
+</ODDR>

Added: release/devicemap/data/1.0.3/devicedata/oddrLimitedVocabulary.xml
==============================================================================
--- release/devicemap/data/1.0.3/devicedata/oddrLimitedVocabulary.xml (added)
+++ release/devicemap/data/1.0.3/devicedata/oddrLimitedVocabulary.xml Sat Sep 10 12:52:38 2016
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or
+    more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information regarding
+    copyright ownership. The ASF licenses this file to you under the
+    Apache License, Version 2.0 (the "License"); you may not use
+    this file except in compliance with the License. You may obtain
+    a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed
+    under the License is distributed on an "AS IS" BASIS, WITHOUT
+    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions
+    and limitations under the License.
+-->
+<ODDR>
+    <version>
+        <ver>1.0.3</ver>
+        <last_updated>2015-06-19 17:00:00</last_updated>
+        <official_url>http://devicemap.apache.org</official_url>
+        <statement>Licensed under http://www.apache.org/licenses/LICENSE-2.0</statement>
+    </version>
+<!-- DDR Core Vocabulary description -->
+    <VocabularyDescription target="http://www.w3.org/2008/01/ddr-core-vocabulary">
+	<!-- Aspects -->
+        <Aspects>
+            <Aspect name="device"/>
+        </Aspects>
+	<!-- Properties -->
+        <Properties>
+            <Property name="vendor" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="model" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="displayWidth" datatype="xs:nonNegativeInteger" aspects="device" defaultAspect="device"/>
+            <Property name="displayHeight" datatype="xs:nonNegativeInteger" aspects="device" defaultAspect="device"/>
+            <Property name="mobile_browser" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="mobile_browser_version" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="device_os" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="device_os_version" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="nokia_edition" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="nokia_series" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="dual_orientation" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="inputDevices" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="is_wireless_device" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="is_tablet" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="is_desktop" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="is_bot" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="ajax_support_javascript" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="ajax_support_getelementbyid" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="ajax_support_inner_html" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="ajax_manipulate_dom" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="ajax_manipulate_css" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="ajax_support_events" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="ajax_support_event_listener" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="xhtml_format_as_css_property" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="xhtml_format_as_attribute" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="marketing_name" datatype="xs:string" aspects="device"  defaultAspect="device" />
+            <Property name="image_inlining" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="from" datatype="xs:string" aspects="device" defaultAspect="device"/>
+        </Properties>
+    </VocabularyDescription>
+</ODDR>

Added: release/devicemap/data/1.0.3/devicedata/oddrVocabulary.xml
==============================================================================
--- release/devicemap/data/1.0.3/devicedata/oddrVocabulary.xml (added)
+++ release/devicemap/data/1.0.3/devicedata/oddrVocabulary.xml Sat Sep 10 12:52:38 2016
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or
+    more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information regarding
+    copyright ownership. The ASF licenses this file to you under the
+    Apache License, Version 2.0 (the "License"); you may not use
+    this file except in compliance with the License. You may obtain
+    a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed
+    under the License is distributed on an "AS IS" BASIS, WITHOUT
+    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions
+    and limitations under the License.
+-->
+<ODDR>
+    <version>
+        <ver>1.0.3</ver>
+        <last_updated>2015-06-19 17:00:00</last_updated>
+        <official_url>http://devicemap.apache.org</official_url>
+        <statement>Licensed under http://www.apache.org/licenses/LICENSE-2.0</statement>
+    </version>
+    <!-- ODDR Vocabulary description -->
+    <VocabularyDescription target="http://www.openddr.org/oddr-vocabulary">
+	<!-- Aspects -->
+        <Aspects>
+            <Aspect name="device"/>
+            <Aspect name="webBrowser"/>
+            <Aspect name="operativeSystem"/>
+<!--            <Aspect name="group"/>-->
+        </Aspects>
+<!--        <Variables>
+            <Variable id="a" vocabulary="http://www.openddr.org/oddr-vocabulary" name="model" aspect="device" />
+            <Variable id="b" vocabulary="http://www.openddr.org/oddr-vocabulary" name="vendor" aspect="device" />
+            <Variable id="c" vocabulary="http://www.openddr.org/oddr-vocabulary" name="model" aspect="webBrowser" />
+            <Variable id="d" vocabulary="http://www.openddr.org/oddr-vocabulary" name="notApple" aspect="group" />
+        </Variables>-->
+	<!-- Properties -->
+        <Properties>
+		<!-- Core Property -->
+<!--            <Property name="notApple" datatype="xs:string" aspects="group" defaultAspect="group" expr="$a != 'iPhone'"/>
+            <Property name="isApple" datatype="xs:string" aspects="group" defaultAspect="group" expr="($a == 'iPhone' || $a == 'iPad' || $a == 'iPod touch') and $d == 'true'"/>
+            <Property name="isApple" datatype="xs:string" aspects="group" defaultAspect="group" expr="$a == 'iPhone' || $a == 'iPad' || $a == 'iPod touch'"/>
+            <Property name="webkitUiSupport" datatype="xs:string" aspects="group" defaultAspect="group" expr="$b == 'Apple' || $c == 'Android Browser'"/>-->
+            <Property name="id" datatype="xs:string" aspects="device" defaultAspect="device"/>
+            <Property name="vendor" datatype="xs:string" aspects="device, webBrowser, operativeSystem" defaultAspect="device"/>
+            <Property name="model" datatype="xs:string" aspects="device, webBrowser,  operativeSystem" defaultAspect="device"/>
+            <Property name="displayWidth" datatype="xs:nonNegativeInteger" aspects="device, webBrowser" defaultAspect="device"/>
+            <Property name="displayHeight" datatype="xs:nonNegativeInteger" aspects="device, webBrowser" defaultAspect="device"/>
+            <Property name="version" datatype="xs:string" aspects="device, webBrowser, operativeSystem" defaultAspect="device"/>
+            <Property name="inputDevices" datatype="xs:enumeration" aspects="device" defaultAspect="device"/>
+            <Property name="cookieSupport" datatype="xs:boolean" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="imageFormatSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="inputModeSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="stylesheetSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="markupSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+            <Property name="scriptSupport" datatype="xs:enumeration" aspects="webBrowser" defaultAspect="webBrowser"/>
+     <!-- ODDR property -->	
+            <Property aspects="device" datatype="xs:string" defaultAspect="device" name="mobile_browser"/>
+            <Property aspects="device" datatype="xs:string" defaultAspect="device" name="device_os"/>
+            <Property aspects="device" datatype="xs:integer" defaultAspect="device" name="nokia_series"/>
+            <Property aspects="device" datatype="xs:string" defaultAspect="device" name="mobile_browser_version"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="is_tablet"/>
+            <Property aspects="device" datatype="xs:integer" defaultAspect="device" name="nokia_edition"/>
+            <Property aspects="device" datatype="xs:string" defaultAspect="device" name="device_os_version"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="is_wireless_device"/>
+            <Property aspects="device" datatype="xs:string" defaultAspect="device" name="marketing_name"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="xhtml_format_as_attribute"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="xhtml_format_as_css_property"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="ajax_support_getelementbyid"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="ajax_support_event_listener"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="ajax_manipulate_dom"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="ajax_support_javascript"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="ajax_support_inner_html"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="ajax_manipulate_css"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="ajax_support_events"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="dual_orientation"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="image_inlining"/>
+            <Property aspects="device" datatype="xs:string" defaultAspect="device" name="from"/>
+     <!-- DeviceMap property -->
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="is_desktop"/>
+            <Property aspects="device" datatype="xs:boolean" defaultAspect="device" name="is_bot"/>
+        </Properties>
+    </VocabularyDescription>
+</ODDR>