<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>RSSgenr8: HTML to RSS Converter - Generate an RSS feed from a web page</title>
<meta name="description" content="RSSgenr8 is a hosted HTML to RSS Scraper Tool which generates a RSS feed from a HTML web page">
</head>

<body>
   <table width="100%" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
   <tr>
   <td><a href="http://www.xmlhub.com">
<img border="0" src="http://www.xmlhub.com/images/xh_red_2.gif" alt="xml hub" width="120" height="60"></a>
   </td>
   <td>
   <B>RSSgenr8: HTML to RSS Converter</B>
   </td></tr>
   </table>
   <p>This form takes your web page and turns it into RSS 0.92. 
   <br />RSSgenr8 is a hosted HTML to RSS Scraper Tool which dynamically generates a RSS feed from a HTML web page.
   <br />Changes to the web page are then automatically reflected in the RSS feed.</p>
   <p align="left">RSSgenr8 is based on 
   <a href="http://www.voidstar.com">RSSify from VoidStar.com</a> but is much 
   modified.
   <br />Acknowledgements also to Aaron Swartz who came up with the idea and <a href="http://logicerror.com/blogifyYourPage">the first implementation.</a></p>
   <ol>
   <li>Put &lt;span class="rss:item"> ... &lt;/span> round each item in your page.
   <br />In Blogger you'd do this by going to your template in blogger and changing 
<br /><b>&lt;$BlogItemBody$></b> to <b>&lt;span class="rss:item">&lt;$BlogItemBody$>&lt;/span></b>
<br />And then publish something to re-create the page with the new template 
<li>Then put the URL of your new and modified page into the form below.
<li>Check that what you get back looks like RSS.
<li>Now you can make a link to this file like &quot;http://www.xmlhub.com/rssgenr8.php?pageurl=your_web_page_url"
<li>Finally add a link to it on your web page, using something like the XML image below.
<li>(As a condition of use, we ask you to show a visible HTML link to www.xmlhub.com on your site.)
</ol>
<center>
<font size=1>
<img src="images/xml.gif" alt="This gif is freely copyable. Just right click, save" width="36" height="14">
<br />
Powered by <br /><a href="http://www.xmlhub.com/rssgenr8.php">RSSgenr8 at xmlhub.com</A>
</font>
</center>

   <form action="http://s191313456.onlinehome.us/rssgen/rssgen.php?pageurl=http%3A%2F%2Fs191313456.onlinehome.us%2Frss-articles-feed.html">
     The URL of your web page:
     <br /><input type="text" name="pageurl" size=50> Include a final "/" or a filename.
     <br /><input type="submit" value="Create RSS">
   </form>
   <p>If your web server runs PHP, please 
   <a href="http://www.xmlhub.com/download.htm">download</a>
   the source and run it on your own server.
   No configuration is needed - Just copy one file to the server.</p>
   <br /><b>Usage</b>: http://www.xmlhub.com/rssgenr8.php?pageurl=your_web_page_url
   <p><B>Notes:</B>
   <ul>
   <li>The channel title is taken from the web page title.
   <li>The channel description is taken from the meta description.
   <li>The item text is put in the description element.
   <li>The first line or the first 100 characters of html stripped description are put in the title element.
   <li>The first link in the description is put in the link element. If there isn't one, the web page url is used.
   <li>Relative paths in the link url are converted to absolute paths.
   <li>All tags except &lt;A> &lt;B> &lt;BR> &lt;BLOCKQUOTE> &lt;CENTER> &lt;DD> &lt;DL> &lt;DT> &lt;HR> &lt;I> &lt;IMG> &lt;LI> &lt;OL> &lt;P> &lt;PRE> &lt;U> &lt;UL> are stripped from the description.
   <li>Tabs, NewLines, etc, in the description are converted to a single space
   <li>A maximum of 25 items are included in the rss.
   <li>if you want more detail about RSS, take a look at the
   <a href="http://www.xmlhub.com/rssfaqs.htm">FAQs</a>.</ul>
   <center>
   <a href="/">Home</a>
   </center>
 </body>
</html>   
