Question about Blogspot, iTunes and creating an RSS feed.

Joined
Jan 27, 2006
Messages
3,718
Reaction score
4
Hello, everybody. Willeh, Shamrock and I are gonna be making a podcast (anybody else want to be a part of it, could be fun) and we need help on figuring out how to make and RSS feed work with iTunes properly. I will copypaste the XML file in a second post, and could somebody please tell us how to get it iTunes capable and RSS capable?
 
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

<head>
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name:     Dots Dark
Designer: Douglas Bowman
URL:      www.stopdesign.com
Date:     24 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */

/* Variable definitions
   ====================
   <Variable name="textcolor" description="Text Color" type="color"
             default="#abc" value="#aabbcc">
   <Variable name="pagetitle" description="Blog Title Color" type="color"
             default="#8dd" value="#88dddd">
   <Variable name="blogDescriptionColor" description="Blog Description Color"
             type="color" default="#9c7" value="#99cc77">
   <Variable name="posttitle" description="Post Title Color" type="color"
             default="#9c7" value="#99cc77">
   <Variable name="linkcolor" description="Link Color" type="color"
             default="#da7" value="#ddaa77">
   <Variable name="vlinkcolor" description="Visited Link Color" type="color"
             default="#799" value="#779999">
   <Variable name="dateheadercolor" description="Date Header Color"
             type="color" default="#7bc" value="#77bbcc">
   <Variable name="sidebartitle" description="Sidebar Title Color" type="color"
             default="#7bc" value="#77bbcc">
   <Variable name="borderColor" description="Border Color"
             type="color" default="#567" value="#556677">
   <Variable name="bodyfont" description="Text Font" type="font"
             default="normal normal 100% Verdana,Arial,Sans-Serif" value="normal normal 100% Verdana,Arial,Sans-Serif">
   <Variable name="pagetitlefont" description="Blog Title Font" type="font"
             default="normal bold 250% Helvetica,Arial,Sans-serif" value="normal bold 250% Helvetica,Arial,Sans-serif">
   <Variable name="blogDescriptionFont" description="Blog Description Font"
             type="font" default="normal normal 100% Helvetica, Arial, Sans-serif" value="normal normal 100% Helvetica, Arial, Sans-serif">
   <Variable name="dateHeaderFont" description="Date Header Font"
             type="font" default="normal bold 100% Verdana, Sans-serif" value="normal bold 100% Verdana, Sans-serif">
   <Variable name="headerfont" description="Sidebar Title Font" type="font"
             default="normal bold 95% Verdana,Sans-serif" value="normal bold 95% Verdana,Sans-serif">
   <Variable name="startSide" description="Start side in blog language"
             type="automatic" default="left" value="left">
   <Variable name="endSide" description="End side in blog language"
             type="automatic" default="right" value="right">
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #A17461 url(images/img01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B1C0C7;
}

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
}

input.text {
}

input.button {
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img {
	border: 4px solid #000000;
}

/* Header */

#header {
	width: 852px;
	height: 94px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #151F5D;
}

#header h1 {
	padding-top: .35em;
	font-size: 3em;
}

#header a {
	text-decoration: none;
	color: #151F5D;
}

/* Page */

#page {
	width: 852px;
	margin: 0 auto;
	background: url(images/img03.jpg);
}

#pagebg {
	background: url(images/img06.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 474px;
	padding: 26px 20px 20px 46px;
	background: url(images/img04.jpg) no-repeat;
}

.post {
}

.post .title {
	padding-top: 20px;
	text-align: center;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #748AAF;
	text-align: center;
	text-transform: uppercase;
	color: #849AC1;
}

.post .meta a {
	text-decoration: none;
	color: #B1C0C7;
}

.post .meta a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 26px 46px 20px 26px;
	background: url(images/img05.jpg) no-repeat;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 3em;
	padding: 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #748AAF;
}

#sidebar h2 {
	margin: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #748AAF;
	text-align: center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 852px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img07.jpg) no-repeat;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #CFA39D;
}

#footer a {
	color: #CFA39D;
}
/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  padding:15px 0 0;
}

#footer p {
  margin:0;
}

/* Page structure tweaks for layout editor wireframe */
body#layout #sidebar, body#layout #main,
body#layout #main-wrapper,
body#layout #outer-wrapper,
body#layout #sidebar-wrapper { 
  padding: 0;
}

body#layout #sidebar-wrapper,
body#layout #sidebar { 
  padding: 0;
  width: 240px;
 }
]]></b:skin>
</head>

<body>
  <div id='outer-wrapper'><div id='wrap2'>

    <!-- skip links for text browsers -->
    <span id='skiplinks' style='display:none;'>
      [url='#main']skip to main [/url] |
      [url='#sidebar']skip to sidebar[/url]
    </span>
 
    <div id='content-wrapper'>

      <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
      </div>

      <div id='main-wrapper'>
        <b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true'  type='Blog'/>
</b:section>
      </div>

      <div id='sidebar-wrapper'>
        <b:section class='sidebar' id='header' maxwidgets='1'>
<b:widget id='Header1' locked='true'  type='Header'/>
</b:section>
        <b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='Followers2' locked='false'  type='Followers'/>
<b:widget id='BlogArchive2' locked='false'  type='BlogArchive'/>
<b:widget id='Profile2' locked='false'  type='Profile'/>
</b:section>
      </div>

      <!-- spacer for skins that want sidebar and main to be the same height-->
      <div class='clear'>?</div>

    </div> <!-- end content-wrapper -->

    <div id='footer-wrapper'>
      <b:section class='footer' id='footer'/>
    </div>

  </div></div> <!-- end outer-wrapper -->
</body>
</html>
 
Back
Top