<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://selias.org/styles/rss2feed.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <!-- First, define the <channel>, then define individual <items> in the <channel> -->
  <channel>
    <!-- The <title> should generally be the same as the main website <title> -->
    <title>SElias.org - A web design playground</title>
    <!-- The <link> should generally be the main website address -->
    <link>http://selias.org</link>
    <!-- The <description> should generally be same as the  main website -->
    <description>Here's what happens when I learn something new.  See it here first!</description>
    <!-- The primary language of the feed (use code from http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes) -->
    <language>en-us</language>
    <!-- Copyright info (note that "&#xA9;" gives the copyright symbol -->
    <copyright>Copyright &#xA9; 2007-2008, SElias.org</copyright>
    <managingEditor>shilo@selias.org (Shilo Bacca)</managingEditor>
    <webMaster>shilo@selias.org (Shilo Bacca)</webMaster>
    <!-- <pubDate> is same format as <lastBuildDate>.  <pubDate> should increment at regular publication interval -->
    <pubDate>Wed, 23 Apr 2008 11:27:00 -0700</pubDate>
    <!-- <lastBuildDate> is when the feed was last updated -->
    <!-- <lastBuildDate> should be in format specified at http://asg.web.cmu.edu/rfc/rfc822.html -->
    <!-- example: "11:00AM -0800, Tuesday, October 11, 2005" is written "Tue, 11 Oct 2005 11:00:00 -0800" -->
    <lastBuildDate>Wed, 23 Apr 2008 11:27:00 -0700</lastBuildDate>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <!-- <ttl> is "Time to Live" -->
    <!-- It's a number of minutes that indicates how long a channel can be cached before refreshing from the source. -->
    <!-- It is used as the recommended update interval. -->
    <ttl>60</ttl>
    <!-- The <image> should generally be a logo (GIF, JPEG or PNG format) -->
    <image>
      <!-- The <image> <url> is the location of the image -->
      <url>http://selias.org/images/main/logorss.png</url>
      <!-- The <image> <title> should generally be the same as the <channel> <title> -->
      <title>SElias.org - A web design playground</title>
      <!-- The <image> <link> should generally be the same as the <channel> <link> -->
      <link>http://selias.org</link>
      <!-- Width (in pixels) of <image>. Max. value for <image> <width> is 144 -->
      <width>144</width>
      <!-- Height (in pixels) of <image>. Max. value for <image> <height> is 400 -->
      <height>59</height>
      <description>SElias.org Home Page</description>
    </image>
    <!-- Here is where we add a search form -->
    <textInput>
      <title>Search SElias.org</title>
      <description>Search the SElias.org Website</description>
      <name>q</name>
      <link>http://selias.org/bin/search/search.pl</link>
    </textInput>
    <atom:link rel="self"
               href="http://selias.org/feeds/rss2feed.xml"
               type="application/rss+xml" />
    <!-- The items go here! -->
    <item>
      <title>Testing RSS features</title>
      <link>http://selias.org</link>
      <description>&lt;p&gt;I am &lt;em&gt;testing&lt;/em&gt; some new features in the
      &lt;abbr title="Really Simple Syndication"&gt;RSS&lt;/abbr&gt; feed.  This
      item uses &lt;abbr title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt;.&lt;/p&gt;
      &lt;p&gt;I want to see how this turns out.&lt;/p&gt;
      </description>
      <author>shilo@selias.org (Shilo Bacca)</author>
      <category>Website</category>
      <category>RSS</category>
      <category>HTML</category>
      <guid isPermaLink="false">tag:selias.org,2008-04-23:/</guid>
      <pubDate>Wed, 23 Apr 2008 11:27:00 -0700</pubDate>
    </item>
    <item>
      <title>Search added to the site</title>
      <link>http://selias.org/bin/search/search.pl?p=1&amp;lang=en&amp;include=&amp;exclude=&amp;penalty=0&amp;mode=all&amp;q=search</link>
      <description>A search feature has just been added to the site.  I need to
        tweak the resulting HTML a little more to validate, but it is coming
        along.  If your feed reader supports the feature, the search has been
        integrated into the feed as well.  Check out the home page and try out
        the search feature for yourself.</description>
      <author>shilo@selias.org (Shilo Bacca)</author>
      <category>Website</category>
      <category>Search</category>
      <guid isPermaLink="false">tag:selias.org,2008-04-17:/bin/search/search.pl?p=1&amp;lang=en&amp;include=&amp;exclude=&amp;penalty=0&amp;mode=all&amp;q=search</guid>
      <pubDate>Thu, 17 Apr 2008 18:01:00 -0700</pubDate>
    </item>
    <item>
      <title>RSS 2.0 Feed added to the site</title>
      <link>http://selias.org</link>
      <description>An RSS 2.0 feed has just been added to the site.  Expect
        new features in the future.  Check out the home page for
        autodiscovery action.</description>
      <author>shilo@selias.org (Shilo Bacca)</author>
      <category>Website</category>
      <category>RSS</category>
      <guid isPermaLink="false">tag:selias.org,2008-04-17:/</guid>
      <pubDate>Thu, 17 Apr 2008 01:07:00 -0700</pubDate>
    </item>
  </channel>
</rss>
