<?xml version= "1.0" encoding= "UTF-8"?>
<!-- This code is commented to help explain which section does what. Comments describe the code below them -->
<!-- Some of the text is from the Apple web site http://www.apple.com/itunes/store/podcaststechspecs.html-->
<!--this file does not contain all possible iTunes tags-->
<!-- rss xmlns - points to a document that defines what each of the iTunes tags-->
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version= "2.0">
<channel>
<!-- Time before the feed refreshes in minutes-->
<ttl>60</ttl>
<!-- The name of the podcast series that shows up in the Podcast column--> 
<title>Adventures in EMAC</title>
<!-- website link and arrow in Name column-->
<link>http://www.depts.ttu.edu/masscom/programs/emac/index.php</link>
<language>en-us</language>
<!-- copyright information is not visible in iTunes 2217 is phonographic rights and A9 is the copyright symbol-->
<copyright>&#x2117; &amp; &#xA9; 2007 College of Mass Communications, Texas Tech University</copyright>
<!-- Text in the Description column-->
<itunes:subtitle>EMAC 4300</itunes:subtitle>
<!-- Text in the Artist column -->
<itunes:author>Ed Youngblood</itunes:author>
<!--when the circled i in Description column is clicked in the iTunes store-->
<itunes:summary>Podcast for students in EMAC 4300</itunes:summary>
<!-- similar to above, but describes the RSS channel-these two should probably be the same--> 
<description> Podcast for students in EMAC 4300.</description>
<!-- This is a section and is composed of two tags which designate the name and email address of the person or persons associated with the podcast-->
<itunes:owner>
<itunes:name>College of Mass Communications, Texas Tech University</itunes:name>
<itunes:email>ed.youngblood@ttu.edu</itunes:email>
</itunes:owner>
<!-- The location of the album art-->
<itunes:image href="http://www.depts.ttu.edu/masscom/images/masscommofficiallogo.jpg" />
<!-- Category column and in iTunes Music Store Browse-->
<itunes:category text="Education">
<itunes:category text="Higher Education"/>
</itunes:category>
<itunes:category text="Mass Communications"/>
<!-- An individual podcast item-->
<item>
<!-- Title of the podcast episode that shows up in the Podcast column-->
<title>Adventures in EMAC Vol. 1</title>
<itunes:author>Ed Youngblood</itunes:author>
<!-- Text in the Description column-->
<itunes:subtitle>Welcome to EMAC 4300</itunes:subtitle>
<!--when the circled i in Description column is clicked in the iTunes store-->
<itunes:summary></itunes:summary>
<!-- Location of the audio or video file-See Apple link above for more file type information. Length is total number of bytes. In thisw case 2.9MB. See total bytes in file infor-->
<enclosure url="itpc://podcaster.mcom.ttu.edu/eyoungblood/EMAC4300-1.mp3" length="2946723" type="audio/mpeg" />
<pubDate>Monday, September 11, 2007, 21:00:00 GMT</pubDate>
<!-- Length of podcast in hours:minutes:seconds-->
<itunes:duration>3:04</itunes:duration>
<!-- Searchable but not visable-->
<itunes:keywords>Mass Communications</itunes:keywords>
</item>
<!-- An individual podcast item-->
<item>
<!-- Title of the podcast episode that shows up in the Podcast column-->
<title>Adventures in EMAC Vol. 2 - HD Camera</title>
<itunes:author>Ed Youngblood</itunes:author>
<!-- Text in the Description column-->
<itunes:subtitle>Tutorial file for Sony HD video camera</itunes:subtitle>
<!--when the circled i in Description column is clicked in the iTunes store-->
<itunes:summary>Our IT staff takes you through the basics of our HD video cameras. </itunes:summary>
<!-- Location of the audio or video file-See Apple link above for more file type information. Length is total number of bytes. In thisw case 2.9MB. See total bytes in file infor-->
<enclosure url="itpc://podcaster.mcom.ttu.edu/college/sonyhdtutorial.mp4" length="185231279" type="video/mp4" />
<pubDate>Thursday, September 27, 2007, 13:540:00 CDT</pubDate>
<!-- Length of podcast in hours:minutes:seconds-->
<itunes:duration>15:32</itunes:duration>
<!-- Searchable but not visable-->
<itunes:keywords>Mass Communications</itunes:keywords>
</item>
<!-- An individual podcast item-->
<item>
<!-- Title of the podcast episode that shows up in the Podcast column-->
<title>Adventures in EMAC Vol. 3 - Images and Podcasts</title>
<itunes:author>Ed Youngblood</itunes:author>
<!-- Text in the Description column-->
<itunes:subtitle>Incorporating images into a podcast</itunes:subtitle>
<!--when the circled i in Description column is clicked in the iTunes store-->
<itunes:summary>A brief discussion of adding images in Garageband. </itunes:summary>
<!-- Location of the audio or video file-See Apple link above for more file type information. Length is total number of bytes. In thisw case 2.9MB. See total bytes in file infor-->
<enclosure url="itpc://podcaster.mcom.ttu.edu/eyoungblood/addingimages.m4v" length="3414327" type="video/x-m4v" />
<pubDate>Sunday, October 21, 2007, 13:540:00 CDT</pubDate>
<!-- Length of podcast in hours:minutes:seconds-->
<itunes:duration>2:05</itunes:duration>
<!-- Searchable but not visable-->
<itunes:keywords>Mass Communications</itunes:keywords>
</item>
</channel>
</rss>


