[cvs-annodex] commit (/annodex): standards/draft-pfeiffer-annodex-current.xml standards/draft-pfeiffer-cmml-02.xml standards/draft-pfeiffer-cmml-current.xml standards/draft-pfeiffer-temporal-fragments-current.xml

silvia nobody at lists.annodex.net
Wed Feb 16 20:19:42 EST 2005


Update of /annodex (new revision 916)

Modified files:
   standards/draft-pfeiffer-annodex-current.xml
   standards/draft-pfeiffer-cmml-02.xml
   standards/draft-pfeiffer-cmml-current.xml
   standards/draft-pfeiffer-temporal-fragments-current.xml

Log Message:
fixed up those example url's from foo.bar to example.com



Modified: standards/draft-pfeiffer-annodex-current.xml
===================================================================
--- standards/draft-pfeiffer-annodex-current.xml	2005-02-15 21:04:11 UTC (rev 915)
+++ standards/draft-pfeiffer-annodex-current.xml	2005-02-16 09:19:38 UTC (rev 916)
@@ -1303,7 +1303,7 @@
 	  possible through specification of <xref
 	  target="timedURI">temporal query intervals in
 	  URIs</xref>. An example is the following URI:
-	  http://www.blah.au/sample.anx?t=npt:4 , which relates to
+	  http://example.com/sample.anx?t=npt:4 , which relates to
 	  a complete Annodex bitstream composed from sample.anx by
 	  starting it at an offset of 4 seconds.
 	  </t>
@@ -1312,7 +1312,7 @@
 
 	  <t>Addressing of a clip is possible through specification of
 	  the clip's id attribute value. An example is the following
-	  URI: http://www.blah.au/sample.anx?id=dolphin , which
+	  URI: http://example.com/sample.anx?id=dolphin , which
 	  relates to the clip whose id attribute value is
 	  "dolphin". Note that id attribute values of all elements
 	  MUST be unique throughout an XML file (and thus also
@@ -1333,7 +1333,7 @@
 	  possible through specification of <xref
 	  target="timedURI">temporal fragments in URIs</xref> An
 	  example is the following URI:
-	  http://www.blah.au/sample.anx#npt:4 . This then relates to
+	  http://example.com/sample.anx#npt:4 . This then relates to
 	  starting the Annodex bitstream at a 4 second offset. It may
 	  e.g. be useful to do a zoom into a retrieved Annodex resource.
 	  </t>
@@ -1342,7 +1342,7 @@
 
 	  <t>The values of the id attribute of the clip tags can be
 	  used for addressing media clips directly through fragment
-	  identifiers as in http://www.blah.au/sample.anx#dolphin.
+	  identifiers as in http://example.com/sample.anx#dolphin.
 	  </t>
 	</section>
 

Modified: standards/draft-pfeiffer-cmml-02.xml
===================================================================
--- standards/draft-pfeiffer-cmml-02.xml	2005-02-15 21:04:11 UTC (rev 915)
+++ standards/draft-pfeiffer-cmml-02.xml	2005-02-16 09:19:38 UTC (rev 916)
@@ -1728,7 +1728,7 @@
 	  possible through specification of <xref
 	  target="timedURI">temporal query intervals in
 	  URIs</xref>. An example is the following URI:
-	  http://www.blah.au/sample.cmml?t="npt:4" , which relates to
+	  http://example.com/sample.cmml?t="npt:4" , which relates to
 	  the last clip whose start time is just before the given
 	  temporal offset and all the clips thereafter.
 	  </t>
@@ -1737,7 +1737,7 @@
 
 	  <t>Addressing of a clip is possible through specification of
 	  the clip's id attribute value. An example is the following
-	  URI: http://www.blah.au/sample.cmml?id="dolphin" , which
+	  URI: http://example.com/sample.cmml?id="dolphin" , which
 	  relates to the clip whose id attribute value is
 	  "dolphin". Note that id attribute values of all elements
 	  have to be unique throughout a XML file (and thus also
@@ -1758,7 +1758,7 @@
 	  possible through specification of <xref
 	  target="timedURI">temporal fragments in URIs</xref> An
 	  example is the following URI:
-	  http://www.blah.au/sample.cmml#npt:4 . This then relates to
+	  http://example.com/sample.cmml#npt:4 . This then relates to
 	  the last clip whose start time is just before the given
 	  temporal offset and all the clips thereafter. This may
 	  e.g. be useful to do a zoom into a retrieved CMML resource.
@@ -1768,7 +1768,7 @@
 
 	  <t>The values of the id attribute of the clip tags can be
 	  used for addressing media clips directly through fragment
-	  identifiers as in http://www.blah.au/sample.cmml#dolphin.
+	  identifiers as in http://example.com/sample.cmml#dolphin.
 	  </t>
 	</section>
 	
@@ -2327,7 +2327,7 @@
 </head>
 
 <clip id="intro" start="0">
-  <a href="http://www.blah.au/fish.html">Read more about fish</a>
+  <a href="http://example.com/fish.html">Read more about fish</a>
   <desc>This is the introduction to the film Joe made about fish.</desc>
 </clip>
 
@@ -2338,8 +2338,8 @@
 </clip>
 
 <clip id="goldfish" start="npt:5:5.9">
-  <a href="http://www.blah.au/morefish.anx?id=goldfish">More video clips on goldfish.</a>
-  <img src="http://www.blah.au/goldfish.jpg"/>
+  <a href="http://example.com/morefish.anx?id=goldfish">More video clips on goldfish.</a>
+  <img src="http://example.com/goldfish.jpg"/>
   <desc>Joe has a fishtank at home with many colourful fish. The common goldfish is one of them and Joe's favourite. Here are some fabulous pictures he has taken of them.</desc>
   <meta name="Location" content="Joe's fishtank"/>
   <meta name="Subject" content="goldfish"/>

Modified: standards/draft-pfeiffer-cmml-current.xml
===================================================================
--- standards/draft-pfeiffer-cmml-current.xml	2005-02-15 21:04:11 UTC (rev 915)
+++ standards/draft-pfeiffer-cmml-current.xml	2005-02-16 09:19:38 UTC (rev 916)
@@ -1978,7 +1978,7 @@
 	  possible through specification of <xref
 	  target="timedURI">temporal query intervals in
 	  URIs</xref>. An example is the following URI:
-	  http://www.blah.au/sample.cmml?t="npt:4" , which relates to
+	  http://example.com/sample.cmml?t="npt:4" , which relates to
 	  the last clip whose start time is just before the given
 	  temporal offset and all the clips thereafter.
 	  </t>
@@ -1987,7 +1987,7 @@
 
 	  <t>Addressing of a clip is possible through specification of
 	  the clip's id attribute value. An example is the following
-	  URI: http://www.blah.au/sample.cmml?id="dolphin" , which
+	  URI: http://example.com/sample.cmml?id="dolphin" , which
 	  relates to the clip whose id attribute value is
 	  "dolphin". Note that id attribute values of all elements
 	  have to be unique throughout a XML file (and thus also
@@ -2008,7 +2008,7 @@
 	  possible through specification of <xref
 	  target="timedURI">temporal fragments in URIs</xref> An
 	  example is the following URI:
-	  http://www.blah.au/sample.cmml#npt:4 . This then relates to
+	  http://example.com/sample.cmml#npt:4 . This then relates to
 	  the last clip whose start time is just before the given
 	  temporal offset and all the clips thereafter. This may
 	  e.g. be useful to do a zoom into a retrieved CMML resource.
@@ -2018,7 +2018,7 @@
 
 	  <t>The values of the id attribute of the clip tags can be
 	  used for addressing media clips directly through fragment
-	  identifiers as in http://www.blah.au/sample.cmml#dolphin.
+	  identifiers as in http://example.com/sample.cmml#dolphin.
 	  </t>
 	</section>
 	
@@ -2577,7 +2577,7 @@
 </head>
 
 <clip id="intro" start="0">
-  <a href="http://www.blah.au/fish.html">Read more about fish</a>
+  <a href="http://example.com/fish.html">Read more about fish</a>
   <desc>This is the introduction to the film Joe made about fish.</desc>
 </clip>
 
@@ -2588,8 +2588,8 @@
 </clip>
 
 <clip id="goldfish" start="npt:5:5.9">
-  <a href="http://www.blah.au/morefish.anx?id=goldfish">More video clips on goldfish.</a>
-  <img src="http://www.blah.au/goldfish.jpg"/>
+  <a href="http://example.com/morefish.anx?id=goldfish">More video clips on goldfish.</a>
+  <img src="http://example.com/goldfish.jpg"/>
   <desc>Joe has a fishtank at home with many colourful fish. The common goldfish is one of them and Joe's favourite. Here are some fabulous pictures he has taken of them.</desc>
   <meta name="Location" content="Joe's fishtank"/>
   <meta name="Subject" content="goldfish"/>

Modified: standards/draft-pfeiffer-temporal-fragments-current.xml
===================================================================
--- standards/draft-pfeiffer-temporal-fragments-current.xml	2005-02-15 21:04:11 UTC (rev 915)
+++ standards/draft-pfeiffer-temporal-fragments-current.xml	2005-02-16 09:19:38 UTC (rev 916)
@@ -265,26 +265,26 @@
       </t>
 
       <list style="symbols">
-        <t>http://www.foo.bar/video.anx?t=npt:15.2 --- video.anx
+        <t>http://example.com/video.anx?t=npt:15.2 --- video.anx
 	is transferred from 15.2 seconds into video.anx to the end of
 	the file/stream.
 	</t>
 
-	<t>http://www.foo.bar/video.anx?t=15.2-18.7 --- video .anx
+	<t>http://example.com/video.anx?t=15.2-18.7 --- video .anx
 	is transferred from 15.2 seconds into video.anx to 18.7 seconds;
         the default time scheme "npt" is used.
 	</t>
 
-	<t>http://www.foo.bar/video.anx?t=npt:15.2-18.7,23 --- video.anx
+	<t>http://example.com/video.anx?t=npt:15.2-18.7,23 --- video.anx
 	is transferred from 15.2s to 18.7s and from 23s to the end of
 	the file/stream.
 	</t>
 
-	<t>http://www.foo.bar/video.anx?t=npt:15.2-18.7,17.4-30.1 -- video.anx
+	<t>http://example.com/video.anx?t=npt:15.2-18.7,17.4-30.1 -- video.anx
 	is transferred from 15.2 seconds into video.anx to 30.1 seconds.
 	</t>
 
-	<t>http://www.foo.bar/video.anx?t=npt:15.2-18.7&t=23 --- invalid
+	<t>http://example.com/video.anx?t=npt:15.2-18.7&t=23 --- invalid
 	query parameters - MUST create an error message.
 	</t>
       </list>
@@ -333,22 +333,22 @@
       </t>
 
       <list style="symbols">
-        <t>http://www.foo.bar/video.anx#npt:15.2 --- specifies a view
+        <t>http://example.com/video.anx#npt:15.2 --- specifies a view
 	on the section between 15.2 seconds into video.anx and the 
 	end of the file/stream.
         </t>
 
-        <t>http://www.foo.bar/video.anx#15.2-18.7 --- specifies a view
+        <t>http://example.com/video.anx#15.2-18.7 --- specifies a view
 	on the section between 15.2s and 18.7s of video.anx, with a
         default time scheme of "npt".
         </t>
 
-        <t>http://www.foo.bar/video.anx#npt:15.2-18.7,23 --- specifies 
+        <t>http://example.com/video.anx#npt:15.2-18.7,23 --- specifies 
 	a view on the section between 15.2s and 18.7s, as well as
 	23s to the end of the file/stream.
         </t>
 
-	<t>http://www.foo.bar/video.anx#npt:15.2-18.7,17.4-30.1 -- specifies
+	<t>http://example.com/video.anx#npt:15.2-18.7,17.4-30.1 -- specifies
 	a view on the section between 15.2s and 30.1s of video.anx.
 	</t>
 
@@ -457,11 +457,11 @@
       time schemes are:</t>
       <figure>
 	<artwork><![CDATA[
-http://www.foo.bar/audio.anx?t=smpte-25:10:07:33:06-10:07:55:00
+http://example.com/audio.anx?t=smpte-25:10:07:33:06-10:07:55:00
   (for a temporal interval between 36453.25s - 36475s)
-http://www.foo.bar/audio.anx#npt:10:7:33.25
+http://example.com/audio.anx#npt:10:7:33.25
   (for a temporal interval between 36453.25s and the end of the file/stream)
-http://www.foo.bar/audio.anx?t=clock:20021107T173045.25Z
+http://example.com/audio.anx?t=clock:20021107T173045.25Z
   (for Thu Jul 11 05:30:45 UTC 2002 and a quarter seconds)
 	  ]]></artwork>
       </figure>
@@ -647,7 +647,7 @@
           <list style="numbers">
           <t>User Agent HTTP request:
             <artwork><![CDATA[
-GET http://www.foo.bar/video.anx?t=npt:15.2 HTTP/1.1
+GET http://example.com/video.anx?t=npt:15.2 HTTP/1.1
 Accept: application/x-annodex
 X-Accept-Range-Redirect: please
          ]]></artwork>
@@ -661,7 +661,7 @@
 X-Range-Redirect: 777-
 Vary: X-Accept-Range-Redirect
 Accept-Range: bytes
-Location: http://www.foo.bar/video.anx
+Location: http://example.com/video.anx
 X-Accept-TimeURI: application/x-annodex, text/x-cmml
 
 Message body: control section of video.anx?t=npt:15.2
@@ -669,7 +669,7 @@
           </t>
           <t>User Agent HTTP request:
             <artwork><![CDATA[
-GET http://www.foo.bar/video.anx HTTP/1.1
+GET http://example.com/video.anx HTTP/1.1
 Accept: application/x-annodex
 Range: bytes=777-
           ]]></artwork>


-- 
silvia



More information about the cvs-annodex mailing list