<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Simon Brown - atom tag</title>
  <link>http://www.simongbrown.com/blog/tags/atom/</link>
  <description>Coding the architecture</description>
  <language>en</language>
  <copyright>Simon Brown</copyright>
  <lastBuildDate>Tue, 06 May 2008 13:33:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Subscribe by e-mail</title>
    <link>http://www.simongbrown.com/blog/2007/07/31/subscribe_by_e_mail.html</link>
    
      
        <description>
          &lt;p&gt;
I&#039;ve been putting a few new features into Pebble recently, one of which is the ability to subscribe to blog entry updates via e-mail. With web-based newsreaders such as Bloglines and Google Reader, I thought that the use of RSS/Atom feeds was more or less ubiquitous for subscribing to blogs, etc. However, a few people have recently mentioned that they still don&#039;t use a newsreader and that they do actually subscribe to some sites via e-mail. In response to this, I&#039;ve added the ability to subscribe to Pebble powered blogs by e-mail.
&lt;/p&gt;

&lt;p&gt;
You can subscribe &lt;a href=&#034;http://www.simongbrown.com/blog/subscribe.action&#034;&gt;here&lt;/a&gt; and I&#039;d be really interested to hear from anybody that prefers this mechanism over newsfeeds.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Pebble</category>
    
    <comments>http://www.simongbrown.com/blog/2007/07/31/subscribe_by_e_mail.html#comments</comments>
    <guid isPermaLink="true">http://www.simongbrown.com/blog/2007/07/31/subscribe_by_e_mail.html</guid>
    <pubDate>Tue, 31 Jul 2007 21:44:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Include RSS feeds on your Pebble blog</title>
    <link>http://www.simongbrown.com/blog/2007/04/02/include_rss_feeds_on_your_pebble_blog.html</link>
    
      
        <description>
          &lt;p&gt;
One of the new features that will be making an appearance in Pebble 2.1 is a generic feed reader component that you can use to pull feeds into your sidebar. You can use it like this.
&lt;/p&gt;

&lt;pre class=&#034;codeSample&#034;&gt;&amp;lt;jsp:include page=&#034;/WEB-INF/fragments/sidebar/feed.jsp&#034;&amp;gt;
  &amp;lt;jsp:param name=&#034;name&#034; value=&#034;del.icio.us&#034;/&amp;gt;
  &amp;lt;jsp:param name=&#034;url&#034; value=&#034;http://del.icio.us/rss/simongbrown&#034;/&amp;gt;
  &amp;lt;jsp:param name=&#034;maxEntries&#034; value=&#034;3&#034;/&amp;gt;
  &amp;lt;jsp:param name=&#034;showBody&#034; value=&#034;true&#034;/&amp;gt;
  &amp;lt;jsp:param name=&#034;truncateBody&#034; value=&#034;true&#034;/&amp;gt;
&amp;lt;/jsp:include&amp;gt;&lt;/pre&gt;

&lt;p&gt;
This component uses &lt;a href=&#034;https://rome.dev.java.net/&#034;&gt;ROME&lt;/a&gt; under the covers and thanks to its ability to deal with any type of RSS/RDF/Atom feed, you can pretty much pull in anything you want, providing it exposes a feed of some description. Couple this with some flexibility in the way that the entries within that feed are displayed and you have quite a useful little component. If you&#039;re reading this on my blog, scroll down a bit and you&#039;ll see that I&#039;m using it for displaying my del.icio.us bookmarks, my Twitters and a handful of sites that are currently linking here (courtesy of a Technorati search). Other uses include aggregating another blog/news site and stuff you&#039;re selling on eBay into your sidebar. The possibilities are endless.
&lt;/p&gt;

&lt;p&gt;
Simple but very effective.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Java</category>
    
    <category>Pebble</category>
    
    <comments>http://www.simongbrown.com/blog/2007/04/02/include_rss_feeds_on_your_pebble_blog.html#comments</comments>
    <guid isPermaLink="true">http://www.simongbrown.com/blog/2007/04/02/include_rss_feeds_on_your_pebble_blog.html</guid>
    <pubDate>Mon, 02 Apr 2007 21:39:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Valid Atom 1.0</title>
    <link>http://www.simongbrown.com/blog/2005/07/21/valid_atom_1_0.html</link>
    
      
        <description>
          &lt;p&gt;
A few changes here and there and &lt;a href=&#034;http://www.feedvalidator.org/check.cgi?url=http://www.simongbrown.com/blog/atom.xml&#034;&gt;my atom feed is valid&lt;/a&gt;. Although it&#039;s valid, I just need to sort out a few minor things but the new template will ship with the next version of Pebble and also as a separate download so that you can patch an older Pebble install without upgrading.
&lt;/p&gt;

&lt;p&gt;
&lt;div align=&#034;center&#034;&gt;
&lt;img src=&#034;http://www.simongbrown.com/blog/images/valid-atom.png&#034; alt=&#034;Valid Atom&#034; /&gt;
&lt;/div&gt;
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Pebble</category>
    
    <comments>http://www.simongbrown.com/blog/2005/07/21/valid_atom_1_0.html#comments</comments>
    <guid isPermaLink="true">http://www.simongbrown.com/blog/2005/07/21/valid_atom_1_0.html</guid>
    <pubDate>Thu, 21 Jul 2005 19:31:26 GMT</pubDate>
  </item>
  
  </channel>
</rss>
