<feed xmlns="http://www.w3.org/2005/Atom"
    xmlns:xh='http://www.w3.org/1999/xhtml'
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

    xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
    xmlns:cc="http://web.resource.org/cc/"
    xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
    xmlns:digg="http://digg.com/docs/diggrss/"
    xmlns:email="http://www.wam.umd.edu/~roark/mailont.rdf#"
    xmlns:furl="http://www.furl.net/doc/furl_rss#"
    xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
>

<!-- NOTE: We *know* this feed is not valid Atom 1.0 :-) It's sole purpose is to demonstrate
     the new Awasu metadata modules feature and has been reduced down to the bare minimum.
-->
     
<title>Metadata module demo</title>

<blogChannel:blogRoll> http://test.com/myBlogRoll/ </blogChannel:blogRoll>
<blogChannel:mySubscriptions> http://test.com/mySubscriptions/ </blogChannel:mySubscriptions>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/">Feed license</cc:license>

<entry>
    <id>tag:metadataModulesDemo-1</id>
    <title>comments</title>
    <content type="xhtml"><xh:div>This metadata module supports several commonly-used extensions used to track comments (<tt>slash:comments</tt> and the Well-Formed Web <tt>CommentAPI</tt>). You will see comment counts and URL's for comment pages and feeds after each feed item that contain them.</xh:div></content>
    <wfw:comment>http://test.com/comments.html</wfw:comment>
    <wfw:commentRss>http://test.com/comments.xml</wfw:commentRss>
    <slash:comments>5</slash:comments>
</entry>

<entry>
    <id>tag:metadataModulesDemo-2</id>
    <title>iTunes</title>
    <content type="xhtml"><xh:div>This metadata module extracts <i>iTunes</i> information embedded in feed items.</xh:div></content>
    <itunes:subtitle>Somethin' Funky!</itunes:subtitle>
    <itunes:author>Joe Blow</itunes:author>
    <itunes:summary>This song really gets 'em going! :-)</itunes:summary>
    <itunes:duration>3:15</itunes:duration>
</entry>

<entry>
    <id>tag:metadataModulesDemo-3</id>
    <title>hCalendar</title>
    <content type="xhtml"><xh:div>This metadata module extracts event details embedded in feed items using the <tt>hCalendar</tt> microformat.</xh:div></content>        
    <div class="vevent">
        <a class="url" href="http://fifaworldcup.yahoo.com/06/en/w/calendar.html">
            <abbr class="dtstart" title="20060609"> June 9 </abbr>
                - 
            <abbr class="dtend" title="20060710"> July 10, 2006 </abbr>
            <span class="summary"> FIFA World Cup </span>
                - at
            <span class="location"> Germany </span>
        </a>
        <div class="content"> The FIFA World Cup! Check it out, it's only once every four years! </div>
    </div>
</entry>

<entry>
    <id>tag:metadataModulesDemo-4</id>
    <title>hReview</title>
    <content type="xhtml"><xh:div>This metadata module extracts reviews embedded in feed items using the <tt>hReview</tt> microformat.</xh:div></content>
        <div class="hreview">
            <h2 class="summary">Awesome!</h2>
            <abbr class="dtreviewed" title="20060720T1630Z">Jul 20, 2006</abbr>
                by <span class="reviewer fn">Joe Reviewer</span>
            <span class="type" style="display:none">product</span>
            <img src="http://www.awasu.com/images/logo.jpeg" class="photo"/>
            <a href="http://www.awasu.com/downloads/2.2.3/" class="item url fn">Awasu 2.2.3</a>
            <div class="description">The most powerful feed reader on the planet!</div>
        </div>
</entry>

<entry>
    <id>tag:metadataModulesDemo-5</id>
    <title>geo</title>
    <content type="xhtml"><xh:div>This metadata module extracts geocodes (map co-ordinates) embedded in feeds and uses them to link to a mapping service (US only).</xh:div></content>
    <geo:lat>37.7760</geo:lat>
    <geo:long>-122.4128</geo:long>
</entry>

<entry>
    <id>tag:metadataModulesDemo-6</id>
    <title>digg</title>
    <content type="xhtml"><xh:div>This metadata module extracts information embedded in <a href="http://www.digg.com">digg</a> feeds.</xh:div></content>
    <digg:diggCount>5</digg:diggCount>
    <digg:submitter>
        <digg:username>Some Guy</digg:username>
        <digg:userimage>http://digg.com/userimages/t/i/a/tiabin/medium9881.jpg</digg:userimage>
    </digg:submitter>
    <digg:category>Awasu</digg:category>
    <digg:commentCount>42</digg:commentCount>
</entry>

<entry>
    <id>tag:metadataModulesDemo-7</id>
    <title>furl</title>
    <content type="xhtml"><xh:div>This metadata module extracts information embedded in <a href="http://www.furl.net">furl</a> feeds.</xh:div></content>
    <furl:clipping>This is a test Furl clipping.</furl:clipping>
    <furl:rating>9/10</furl:rating>
</entry>

<entry>
    <id>tag:metadataModulesDemo-8</id>
    <title>blogChannel</title>
    <content type="xhtml"><xh:div>The <tt>blogChannel</tt> extension is used to indicate the presence of blogroll and subscription OPML files. It is a channel-level extension and so you will see the demo links in the channel header at the top of the page, not this feed item.</xh:div></content>
</entry>

<entry>
    <id>tag:metadataModulesDemo-9</id>
    <title>license</title>
    <content type="xhtml"><xh:div>This metadata module extracts licensing information for both the entire feed and individual items.</xh:div></content>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license>
</entry>

<entry>
    <id>tag:metadataModulesDemo-10</id>
    <title>trackback</title>
    <content type="xhtml"><xh:div>This metadata module extracts trackback URL's for feed items.</xh:div></content>
    <trackback:ping>http://test.com/trackback</trackback:ping>
</entry>

<entry>
    <id>tag:metadataModulesDemo-11</id>
    <title>email</title>
    <content type="xhtml"><xh:div>This metadata modules extracts embedded email messages.</xh:div></content>
    <email:Message rdf:ID="Current Message">
        <email:DateTime> 10:05:03 25/10/2006 </email:DateTime>
        <email:Subject>Test message</email:Subject>
        <email:To>joe@blow.com</email:To>
        <email:From>john@doe.com</email:From>
        <email:Body><![CDATA[G'day! This is a test message for the new Awasu <tt>email</tt> metadata module.]]></email:Body>
    </email:Message>    
</entry>

</feed>

