#= Load Settings File for the ListGarden program #= #= This file sets htmlversion, htmlabove, htmlitem, and htmlbelow #= for a simple podcast list of shows file. #= It also sets htmlallitems and maxpublishitems to make sure that #= all items are listed in that file and the XML file. #= Finally, it sets templateguidradio to auto to make sure that #= there is a GUID value for use in creating the permanent link. #= #= Note: The RSS Item Link is not used here, only Title, Description, #= Enclosure URL, Length, and Type, PubDate, and GUID. #= #= Originally created August 3, 2005 by Dan Bricklin #= htmlversion=CHECKED htmlabove=\r\n\r\n\r\n{{rsstitle}}\r\n\r\n\r\n\r\n
\r\n List of Shows for:

\r\n
{{rsstitle}}
\r\n
{{rssdesc}}
\r\n
htmlitem=
\r\n
Permanent link | Posted: {{itempubdate}}
\r\n
{{itemtitle}}
\r\n
{{itemdesc}}
\r\n
Audio File URL: {{itemenclosureurl}}
\r\n
htmlbelow=
\r\n
Updated: {{rsspubdate}}
\r\n
\r\n The URL for subscribing to this podcast: {{rssfileurl}}
\r\n
\r\n
\r\n\r\n htmlallitems=CHECKED maxpublishitems= templateguidradio=auto