2009/dap/system-info Overview.html,1.28,1.29

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv30264

Modified Files:
	Overview.html 
Log Message:
don't use Curies


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.html	9 Dec 2009 13:55:21 -0000	1.28
+++ Overview.html	9 Dec 2009 13:58:58 -0000	1.29
@@ -81,7 +81,7 @@
           
             <dl class="parameters">
               <dt>DOMString propertyId</dt>
-              <dd>The URI or curie of the property to retrieve.</dd>
+              <dd>The URI or short name of the property to retrieve.</dd>
               <dt>SuccessCB successCallback</dt>
               <dd>function called when the properties have been successfully retrieved</dd>
               <dt>optional ErrorCB? errorCallback</dt>
@@ -119,7 +119,7 @@
             </ol>
             <dl class="parameters">
               <dt>DOMString propertyId</dt>
-              <dd>URI or curie identifying the property to track.</dd>
+              <dd>URI or short name identifying the property to track.</dd>
               <dt>SuccessCB successCallback</dt>
               <dd>function called when the properties have been successfully retrieved</dd>
               <dt>optional ErrorCB? errorCallback</dt>
@@ -144,7 +144,7 @@
           
             <dl class="parameters">
               <dt>DOMString propertyId</dt>
-              <dd>The URI or curie of the property to retrieve.</dd>
+              <dd>The URI or short name of the property to retrieve.</dd>
               <dt>SuccessCB successCallback</dt>
               <dd>function called when the property have been successfully modified</dd>
               <dt>optional ErrorCB? errorCallback</dt>
@@ -206,7 +206,7 @@
             <h5>Battery Level</h5>
             <ul>
               <li>URI: <code>http://www.w3.org/2009/dap/SysInfo/Power#batteryLevel</code></li>
-              <li>Curie: <code>power:batteryLevel</code></li>
+              <li>Short Name: <code>power:batteryLevel</code></li>
               <li>Value type: <a>PowerState</a></li>
               <li>Corresponding DCO property: <a href="">@@</a></li>
             </ul>
@@ -271,7 +271,7 @@
             <h5>CPU State</h5>
             <ul>
               <li>URI: <code>http://www.w3.org/2009/dap/sysinfo/internal#CPULoad</code></li>
-              <li>Curie: <code>internal:CPULoad</code></li>
+              <li>Short Name: <code>internal:CPULoad</code></li>
               <li>Corresponding DCO property: <a href="">@@</a></li>
               <li>Value type: <a>CpuLoad</a></li>
             </ul>
@@ -292,7 +292,7 @@
             <h5>Internal Thermometer</h5>
             <ul>
               <li>URI: <code>http://www.w3.org/2009/dap/sysinfo/internal#temperature</code></li>
-              <li>Curie: <code>internal:temperature</code></li>
+              <li>Short Name: <code>internal:temperature</code></li>
               <li>Value type: <a>Temperature</a></li>
               <li>Corresponding DCO property: <a href="">@@</a></li>
             </ul>
@@ -316,7 +316,7 @@
             <h5>Cooling Fan</h5>
             <ul>
               <li>URI: <code>http://www.w3.org/2009/dap/sysinfo/internal#fanThrottle</code></li>
-              <li>Curie: <code>internal:fanThrottle</code></li>
+              <li>Short Name: <code>internal:fanThrottle</code></li>
               <li>Corresponding DCO property: <a href="">@@</a></li>
               <li>Value type: <a>FanThrottle</a></li>
             </ul>
@@ -366,7 +366,7 @@
             <h5>Current Connection</h5>
             <ul>
               <li>URI: <code>http://www.w3.org/2009/dap/sysinfo/network#current</code></li>
-              <li>Curie: <code>network:current</code></li>
+              <li>Short Name: <code>network:current</code></li>
               <li>Corresponding DCO property: <a href="">@@</a></li>
               <li>Value type: <a>Connection</a></li>
             </ul>
@@ -397,7 +397,7 @@
             <h5>Available Connections</h5>
             <ul>
               <li>URI: <code>http://www.w3.org/2009/dap/sysinfo/network#available</code></li>
-              <li>Curie: <code>network:available</code></li>
+              <li>Short Name: <code>network:available</code></li>
               <li>Corresponding DCO property: <a href="">@@</a></li>
               <li>Value type: sequence of <a >Connection</a>, or derived type if applicable.</li>
             </ul>

Received on Wednesday, 9 December 2009 13:59:02 UTC