<?xml version="1.0" encoding="utf-8"?>
<!--  This is a sample ror.xml file containing references to other ROR files --> 
<rss version="2.0" xmlns:ror="http://rorweb.com/0.1/">
<channel>
   <title>Title of Website or Resource</title>  
   <link>http://www.acme.com</link> 

   <!-- ******************** General Info ***************** --> 
   <item>
      <title>Title of Website or Resource</title>  
      <link>http://www.acme.com</link> 
      <description>Description of Site or Resource</description> 
      <ror:type>Main</ror:type> 
      <ror:image>http://www.acme.com/logo.gif</ror:image> 
      <ror:keywords>keyword1, keyword2, keyword3</ror:keywords>
      <ror:updated>2005-11-02</ror:updated>
      <ror:updatePeriod>day</ror:updatePeriod>
   </item>

   <!-- ***** Other Info (located in other ROR files) ***** --> 

   <!-- Products --> 
   <item>
      <title>Products</title>
      <ror:type>Product</ror:type>
      <ror:seeAlso>http://www.rorweb.com/types/rss20/products.xml</ror:seeAlso>
   </item>

   <!-- Articles --> 
   <item>
      <title>Articles</title>
      <ror:type>Article</ror:type>
      <ror:seeAlso>http://www.rorweb.com/types/rss20/articles.xml</ror:seeAlso>
   </item>

   <!-- Events --> 
   <item>
      <title>Events</title>
      <ror:type>Event</ror:type>
      <ror:seeAlso>http://www.rorweb.com/types/rss20/events.xml</ror:seeAlso>
   </item>

   <!-- Reviews --> 
   <item>
      <title>Reviews</title>
      <ror:type>Review</ror:type>
      <ror:seeAlso>http://www.rorweb.com/types/rss20/reviews.xml</ror:seeAlso>
   </item>

   <!-- Sitemap --> 
   <item>
      <title>Sitemap</title>
      <ror:type>SiteMap</ror:type>
      <ror:seeAlso>http://www.rorweb.com/types/rss20/sitemap.xml</ror:seeAlso>
   </item>

   <!-- Feeds --> 
   <item>
      <title>Feeds</title>
      <ror:type>Feed</ror:type>
      <ror:seeAlso>http://www.rorweb.com/types/rss20/feeds.xml</ror:seeAlso>
   </item>

</channel>
</rss> 