Erweitertes Template

<< Klicken Sie hier um das Inhaltsverzeichnis anzuzeigen >>

Navigation:  Konfiguration > Feed-Templates >

Erweitertes Template

Das folgende Template enthält nebst den minimal geforderten einige zusätzliche Elemente:

<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">

   <channel>

       <title>DABiS800 Podcast</title>

       <link>http://dabisweb01.sohard.ch/Podcast/%FeedName%/</link>

       <description>Dies ist ein DABiS Podcast Beispiel-Template.</description>

       <copyright>&#xA9; 1996-2007 DABiS AG</copyright>

       <pubDate>Tue, 01 May 2007 09:47:20 +0200</pubDate>

       <lastBuildDate>%DateTime#ddd, dd mmm yyyy hh':'nn':'ss bias%</lastBuildDate>

       <language>de</language>

       <item>

           <title>$PCTITELTHEMA$</title>

           <description>$PCTEXT$</description>

           <author>podcaster@dabis.ch (Poscht Cascht)</author>

           <category>Music</category>

           <comments>http://dabisweb01.sohard.ch/Podcast/%FeedName%/</comments>

           <enclosure url="http://dabisweb01.sohard.ch/Podcast/%FeedName%/%AudioFileName%"

                      length="%AudioSize%" type="audio/mpeg"/>

           <guid>http://dabisweb01.sohard.ch/Podcast/%FeedName%/%AudioFileName%</guid>

           <pubDate>$PCBEARBDATUM#ddd, dd mmm yyyy hh':'nn':'ss bias$</pubDate>

       </item>

   </channel>

</rss>

 

Der daraus erzeugte Feed mit einem Online-Fach, das 3 Elemente enthält, sieht z.B. so aus:

<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">

   <channel>

       <title>DABiS800 Podcast</title>

       <link>http://dabisweb01.sohard.ch/Podcast/News/</link>

       <description>Dies ist ein DABiS Podcast Beispiel-Template.</description>

       <copyright>© 1996-2007 DABiS AG</copyright>

       <pubDate>Tue, 01 May 2007 09:47:20 +0200</pubDate>

       <lastBuildDate>Thu, 11 Mar 2010 17:06:45 +0100</lastBuildDate>

       <language>de</language>

       <item>

           <title>BREAKFAST IN AMERICA</title>

           <description>Und besser und besser ...</description>

           <author>podcaster@dabis.ch (Poscht Cascht)</author>

           <category>Music</category>

           <comments>http://dabisweb01.sohard.ch/Podcast/News/</comments>

           <enclosure url="http://dabisweb01.sohard.ch/Podcast/News/News-2010-03-11-16-37-50-384522.mp3"

                      length="2609110" type="audio/mpeg"/>

           <guid>http://dabisweb01.sohard.ch/Podcast/News/News-2010-03-11-16-37-50-384522.mp3</guid>

           <pubDate>Thu, 11 Mar 2010 16:37:50 +0100</pubDate>

       </item>

       <item>

           <title>A LOVE BIZARRE</title>

           <description>Es wird immer besser ...</description>

           <author>podcaster@dabis.ch (Poscht Cascht)</author>

           <category>Music</category>

           <comments>http://dabisweb01.sohard.ch/Podcast/News/</comments>

           <enclosure url="http://dabisweb01.sohard.ch/Podcast/News/News-2010-03-11-16-37-37-384520.mp3"

                      length="2532624" type="audio/mpeg"/>

           <guid>http://dabisweb01.sohard.ch/Podcast/News/News-2010-03-11-16-37-37-384520.mp3</guid>

           <pubDate>Thu, 11 Mar 2010 16:37:37 +0100</pubDate>

       </item>

       <item>

           <title>DECK THE HALLS</title>

           <description>So was wunderbares ...</description>

           <author>podcaster@dabis.ch (Poscht Cascht)</author>

           <category>Music</category>

           <comments>http://dabisweb01.sohard.ch/Podcast/News/</comments>

           <enclosure url="http://dabisweb01.sohard.ch/Podcast/News/News-2010-03-11-16-37-25-384516.mp3"

                      length="1148343" type="audio/mpeg"/>

           <guid>http://dabisweb01.sohard.ch/Podcast/News/News-2010-03-11-16-37-25-384516.mp3</guid>

           <pubDate>Thu, 11 Mar 2010 16:37:25 +0100</pubDate>

       </item>

   </channel>

</rss>

 

Das Template ist im Lieferumfang des DABiS800 Podcast Moduls enthalten (Podcast.xml) und kann als Grundlage für eigene Templates verwendet werden.