[xiph-commits] r15230 - in trunk/vorbis/doc: . xml

ivo at svn.xiph.org ivo at svn.xiph.org
Sun Aug 31 16:21:25 PDT 2008


Author: ivo
Date: 2008-08-31 16:21:25 -0700 (Sun, 31 Aug 2008)
New Revision: 15230

Modified:
   trunk/vorbis/doc/Makefile.am
   trunk/vorbis/doc/Vorbis_I_spec.html
   trunk/vorbis/doc/index.html
   trunk/vorbis/doc/xml/a2-encapsulation_rtp.xml
Log:
Hopefully I got everything covered.

Modified: trunk/vorbis/doc/Makefile.am
===================================================================
--- trunk/vorbis/doc/Makefile.am	2008-08-31 22:37:38 UTC (rev 15229)
+++ trunk/vorbis/doc/Makefile.am	2008-08-31 23:21:25 UTC (rev 15230)
@@ -6,8 +6,8 @@
 
 ### all of the static docs, commited to SVN and included as is
 static_docs = \
-	draft-ietf-avt-rtp-vorbis-09.xml \
-	draft-ietf-avt-rtp-vorbis-09.txt \
+	rfc5215.xml \
+	rfc5215.txt \
 	eightphase.png \
 	evenlsp.png \
 	fish_xiph_org.png \
@@ -102,8 +102,8 @@
 $(BUILDDIR)/Vorbis_I_spec.xml: $(doc_sources)
 	@mkdir -p $(BUILDDIR)
 	@for file in $(doc_sources); do cp $(srcdir)/$$file $(BUILDDIR); done
-# translate the draft rtp.txt to .xml in the BUILDDIR
-$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-09.txt
+# translate rfc5215.txt to .xml in the BUILDDIR
+$(BUILDDIR)/draft-rtp.xml: rfc5215.txt
 	cat $< | sed 's///g' > $@
 # cat $< | sed 's///g' | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g' > $@
 

Modified: trunk/vorbis/doc/Vorbis_I_spec.html
===================================================================
--- trunk/vorbis/doc/Vorbis_I_spec.html	2008-08-31 22:37:38 UTC (rev 15229)
+++ trunk/vorbis/doc/Vorbis_I_spec.html	2008-08-31 23:21:25 UTC (rev 15230)
@@ -2279,11 +2279,10 @@
 
 
 
-    <p>Please consult the internet draft <em class="citetitle">RTP Payload Format for Vorbis Encoded
-    Audio</em> for description of how to embed Vorbis audio in an RTP stream.</p>
+    <p>Please consult RFC 5215 <em class="citetitle">RTP Payload Format for Vorbis Encoded Audio</em> for description of how to embed Vorbis audio in an RTP stream.</p>
   
 </pre></div><div class="appendix" lang="en"><h2 class="title" style="clear: both"><a name="footer"></a>3. Colophon</h2><div class="mediaobject"><img src="white-xifish.png" alt="[Xiph.org logo]"></div><p>
-Ogg is a <a href="http://www.xiph.org/" target="_top">Xiph.org Foundation</a> effort
+Ogg is a <a href="http://www.xiph.org/" target="_top">Xiph.Org Foundation</a> effort
 to protect essential tenets of Internet multimedia from corporate
 hostage-taking; Open Source is the net's greatest tool to keep
 everyone honest. See <a href="http://www.xiph.org/about.html" target="_top">About

Modified: trunk/vorbis/doc/index.html
===================================================================
--- trunk/vorbis/doc/index.html	2008-08-31 22:37:38 UTC (rev 15229)
+++ trunk/vorbis/doc/index.html	2008-08-31 23:21:25 UTC (rev 15230)
@@ -84,7 +84,7 @@
 <li>Vorbis I specification [<a href="Vorbis_I_spec.html">html</a>]
   [<a href="Vorbis_I_spec.pdf">pdf</a>]</li>
 <li><a href="v-comment.html">Vorbis comment header specification</a></li>
-<li><a href="draft-ietf-avt-rtp-vorbis-09.txt">Embedding Vorbis encoded 
+<li><a href="rfc5215.txt">Embedding Vorbis encoded 
 audio in an RTP payload format</a></li>
 </ul>
 

Modified: trunk/vorbis/doc/xml/a2-encapsulation_rtp.xml
===================================================================
--- trunk/vorbis/doc/xml/a2-encapsulation_rtp.xml	2008-08-31 22:37:38 UTC (rev 15229)
+++ trunk/vorbis/doc/xml/a2-encapsulation_rtp.xml	2008-08-31 23:21:25 UTC (rev 15230)
@@ -20,7 +20,7 @@
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
       href="draft-rtp.xml" parse="text">
   <xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
-    <para>Please consult the internet draft <citetitle>RTP Payload Format for Vorbis Encoded
+    <para>Please consult RFC 5215 <citetitle>RTP Payload Format for Vorbis Encoded
     Audio</citetitle> for description of how to embed Vorbis audio in an RTP stream.</para>
   </xi:fallback>
 </xi:include>



More information about the commits mailing list