[xiph-commits] r11652 -
websites/xspf.org/specs/draft-gonze-media-type-xspf
lgonze at svn.xiph.org
lgonze at svn.xiph.org
Sun Jun 25 15:36:12 PDT 2006
Author: lgonze
Date: 2006-06-25 15:36:10 -0700 (Sun, 25 Jun 2006)
New Revision: 11652
Modified:
websites/xspf.org/specs/draft-gonze-media-type-xspf/draft-gonze-media-type-xspf.xml
Log:
many small corrections to get this to validate and to work properly with xml2rfc.
Modified: websites/xspf.org/specs/draft-gonze-media-type-xspf/draft-gonze-media-type-xspf.xml
===================================================================
--- websites/xspf.org/specs/draft-gonze-media-type-xspf/draft-gonze-media-type-xspf.xml 2006-06-25 15:51:07 UTC (rev 11651)
+++ websites/xspf.org/specs/draft-gonze-media-type-xspf/draft-gonze-media-type-xspf.xml 2006-06-25 22:36:10 UTC (rev 11652)
@@ -6,7 +6,7 @@
'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3023.xml'>
]>
-<rfc category="std" ipr="full3978" docName="draft-gonze-media-type-xspf.txt">
+<rfc ipr="full3978" docName="draft-gonze-media-type-xspf">
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
@@ -18,17 +18,23 @@
<front>
<title abbrev="Media type application/xspf+xml">The application/xspf+xml Media Type</title>
- <author initials='L' surname="Gonze" fullname='Lucas Gonze'>
- <organization>Yahoo! Music</organization>
- <address>
- <email>lucas at gonze.com</email>
- <uri>http://gonze.com</uri>
- <postal>
- <city>Venice</city> <region>CA</region>
- <country>US</country>
- </postal>
- </address>
+
+ <author
+ fullname="Lucas Gonze"
+ initials="L."
+ surname="Gonze">
+
+ <organization>Yahoo! Music</organization>
+ <address>
+ <postal>
+ <street/>
+ <city>Venice</city> <region>CA</region>
+ <country>US</country>
+ </postal>
+ <email>lucas at gonze.com</email>
+ </address>
</author>
+
<date month="June" year="2006"/>
<abstract><t>This is the media type specification for the playlist format XSPF ("spiff").</t></abstract>
</front>
@@ -43,109 +49,123 @@
<section title="Registration">
- <list style="hanging">
+ <t>
+ <list style="hanging">
- <t hangText="Type name">
- <t>application</t>
- </t>
-
- <t hangText="Subtype name">
- <t>xspf+xml</t>
- </t>
-
- <t hangText="Required parameters">
- <t>none</t>
- </t>
-
- <t hangText="Optional parameters">
- <t>charset. Same as charset parameter of application/xml as
- specified in <xref target="RFC3023"/>.</t>
- </t>
+ <t hangText="Type name:">
+ application
+ </t>
- <t hangText="Encoding considerations">
- <t>Same as encoding considerations of application/xml as
- specified in <xref target="RFC3023"/>.</t>
- </t>
+ <t hangText="Type name:">
+ application
+ </t>
+
+ <t hangText="Subtype name:">
+ xspf+xml
+ </t>
+
+ <t hangText="Required parameters:">
+ none
+ </t>
+
+ <t hangText="Optional parameters:">
+ charset. Same as charset parameter of application/xml as
+ specified in <xref target="RFC3023"/>.
+ </t>
- <t hangText="Security considerations">
- <t>The XML-based media type being registered has all of the
- security considerations described in <xref target="RFC3023"/> plus additional
- considerations.</t>
+ <t hangText="Encoding considerations:">
+ Same as encoding considerations of application/xml as
+ specified in <xref target="RFC3023"/>.
+ </t>
- <t>Playlist authors who publish documents containing local
- filesystem paths should take care to not reveal confidential
- information contained in those strings.</t>
+ <t hangText="Interoperability considerations:">
+ Versions 0 and 1 are compatible except for some playlist
+ publication dates which precede the first publication of
+ either specification.
+ </t>
- <t>The registration does not employ active content.</t>
- </t>
+ <t hangText="Published specification:">
+ <list>
+ <t>http://xspf.org/xspf-v1 (version 1)</t>
+ <t>http://xspf.org/xspf-v0 (version 0)</t>
+ </list>
+ </t>
- <t hangText="Interoperability considerations">
- <t>Versions 0 and 1 are compatible except for some playlist
- publication dates which precede the first publication of
- either specification.</t>
- </t>
+ <t hangText="Applications that use this media type:">
+ Gnomoradio, Webjay.org, Musicplayer, Playr, Jinzora, Yahoo Music Engine, Serpentine, Plurn, ultraPh0nZ FMP256, Spiffy, Plext, BMPx, I/ON, Drupal playlist module, Wordpress playlist module, Ning, Music For Dozens, Musicmobs/Mobster, VLC media player, AmaroK, Pear::Package::File_XSPF, CPAN XML::XSPF, Odeo, Jamendo, ArtistServer, Project Opus, (others)
+ </t>
- <t hangText="Published specification">
- <t>http://xspf.org/xspf-v1 (version 1)</t>
- <t>http://xspf.org/xspf-v0 (version 0)</t>
- </t>
+ <t hangText="Additional information:">
+ <list style="hanging">
+ <t hangText="Magic number(s):">
+ none, but see section 3.1 of <xref target="RFC3023"/>.
+ </t>
+ <t hangText="File extension(s):">
+ .xspf
+ </t>
+ <t hangText="Macintosh file type code(s):">
+ "TEXT"
+ </t>
+ <t hangText="Fragment/anchor identifiers:">
+ see <xref target="RFC3023"/>.
+ </t>
+ </list>
+ </t>
- <t hangText="Applications that use this media type">
- <t>Gnomoradio, Webjay.org, Musicplayer, Playr, Yahoo Music Engine, Videolan Client, AmaroK, BMPx, I/ON, (others)</t>
- </t>
-
- <t hangText="Additional information">
-
- <t hangText="Magic number(s)">
- <t>none, but see section 3.1 of <xref target="RFC3023"/>.</t>
+ <t hangText="Person & email address to contact for further information:">
+ Lucas Gonze <lucas at gonze.com>
</t>
- <t hangText="File extension(s)">
- <t>.xspf</t>
+
+ <t hangText="Intended usage:">
+ COMMON
</t>
- <t hangText="Macintosh file type code(s)">
- <t>"TEXT"</t>
+
+ <t hangText="Restrictions on usage:">
+ none
</t>
- <t hangText="Fragment/anchor identifiers">
- <t>see <xref target="RFC3023"/>.</t>
+
+ <t hangText="Author/change controller:">
+ The XSPF specification is a work product of the Xiph.org
+ Foundation's Playlist Ad Hoc Group. The working group's home on
+ the web is http://xspf.org. The specifications were edited by
+ Lucas Gonze <lucas at gonze.com>, Matthias Friedrich
+ <matt at mafr.de>, and Robert Kaye <rob at eorbit.net>.
</t>
+
+ <t hangText="XML namespace:">
+ http://xspf.org/ns/0
+ </t>
- </t>
+ <t hangText="Base URIs:">
+ see <xref target="RFC3023"/>.
+ </t>
+
+ <t hangText="BOM:">
+ see <xref target="RFC3023"/>.
+ </t>
- <t hangText="Person & email address to contact for further information">
- <t>Lucas Gonze <lucas at gonze.com></t>
- </t>
-
- <t hangText="Intended usage">
- <t>COMMON</t>
- </t>
-
- <t hangText="Restrictions on usage">
- <t>none</t>
- </t>
-
- <t hangText="Author/change controller">
- <t>The XSPF specification is a work product of the Xiph.org
- Foundation's Playlist Ad Hoc Group. The working group's home on
- the web is http://xspf.org. The specifications were edited by
- Lucas Gonze <lucas at gonze.com>, Matthias Friedrich
- <matt at mafr.de>, and Robert Kaye <rob at eorbit.net>.</t>
- </t>
-
- <t hangText="XML namespace">
- <t>http://xspf.org/ns/0</t>
- </t>
-
- <t hangText="Base URIs">
- <t>see <xref target="RFC3023"/>.</t>
- </t>
-
- <t hangText="BOM">
- <t>see <xref target="RFC3023"/>.</t>
- </t>
-
- </list>
+ </list>
+ </t>
</section><!-- end Registration -->
+ <section title="Security considerations">
+ <t>
+ <list>
+ <t>The XML-based media type being registered has all
+ of the security considerations described in <xref
+ target="RFC3023"/> plus additional
+ considerations.</t>
+
+ <t>Playlist authors who publish documents containing
+ local filesystem paths should take care to not reveal
+ confidential information contained in those
+ strings.</t>
+
+ <t>The registration does not employ active content.</t>
+ </list>
+ </t>
+ </section>
+
</middle>
<back>
More information about the commits
mailing list