My Blog Voice Channel - XML header info
I am working on an exercise to create the header info that will be in the new native My Blog Voice Channel centric XML file (vcs.xml). I am presently calling the format VCS - Voice Channel Syndication.
<?xml version="1.0"?> <vacs version="1.0"> < header> <titleText>Audioblog/Mobileblogging News</titleText>
<titleAudioLink></titleAudioLink>
<VoiceChannelLink>http://radio.weblogs.com/0100368</VoiceChannelLink>
<descriptionText>Covering the evolution of the "next big thing" in blogging</descriptionText>
<descriptionAudioLink></descriptionAudioLink>
<categoryText></categoryText>
<categoryAudioLink></categoryAudioLink>
<CreativeCommonsCopyright>Copyright 2003 Harold Gilchrist</CreativeCommonsCopyright>
<language>English</language>
<lastBuildDate>Sat, 29 Mar 2003 12:15:46 GMT</lastBuildDate>
<docs>http://www.ablogs.com/vcss</docs>
<generator>My Voice channel v 0.1</generator>
<audioFileType>is a mandatory sub-element</AudioFileType>
<audioFileSamplingRate>is a mandatory sub-element</audioFileSamplingRate>
<managingEditor>hlgilchrist@hotmail.com</managingEditor>
<webMaster>hlgilchrist@hotmail.com</webMaster>
<PersonalityImageLink></PersonalityImageLink>
<rating></rating>
<ttl></ttl> </header>
<track>...</track>
</vacs>
I am using RSS as a reference model for the basis of the file format. I am using some of the RSS elements as a reference to build voice channel centric derivatives for the Voice channel. I am also deciding which elements need to be mandatory in the Voice Channel to make syndication possible.
This is a great excercise because I plan on also supporting RSS 2.0 equally (base and modules in the future). The end result of this excercise may also prove to me that the new vacs.xml file type is not warranted at this time (not enough difference with it and RSS 2.0 base to make the present investment of time and effort worth it). It will also give me a basis to build a RSS 2.0 module and audioblogging module/namespace.
H.G.
8:41:35 AM
|