<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jim Popovitch wrote:
<blockquote
 cite="mid:7ff145960810070647k3cd1dd29ta8d0afcee64ca77e@mail.gmail.com"
 type="cite">
  <pre wrap="">On Tue, Oct 7, 2008 at 09:18, Chris Fowler <a class="moz-txt-link-rfc2396E" href="mailto:cfowler@outpostsentinel.com">&lt;cfowler@outpostsentinel.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Anyone here playing around with RSS?

I decided to do a little research today to see how I can use RSS in our
system.
Most of the items I want the client to see are time sensitive and I need
the client to read the XML file on the server at least once per 5
minutes.  I've
added the &lt;ttl&gt; option the feed and it does not seem FireFox 3.0
respects it.
I'm tailing apaches access log and I see no attempt to grab the file every
5 minutes.  Possibly I've did something wrong?

Here is the top of the rss feed file

&lt;?xml version="1.0" ?&gt;
&lt;rss version="2.0"&gt;
&lt;channel&gt;
&lt;title&gt;SAM AlarmCenter Organization: DEMO&lt;/title&gt;
&lt;description&gt;&lt;/description&gt;
&lt;link&gt;<a class="moz-txt-link-freetext" href="http://demo.opsdc.com/">http://demo.opsdc.com/</a>&lt;/link&gt;
&lt;ttl&gt;5&lt;/ttl&gt;
&lt;webMaster&gt;<a class="moz-txt-link-abbreviated" href="mailto:support@demo.opsdc.com">support@demo.opsdc.com</a>&lt;/webMaster&gt;

    </pre>
  </blockquote>
  <pre wrap=""><!---->
I've never seen a ttl stanza in an rss feed, but the following should
work for 2 minute updates:

 &lt;?xml version="1.0" ?&gt;
 &lt;channel&gt;
 &lt;title&gt;SAM AlarmCenter Organization: DEMO&lt;/title&gt;
 &lt;description&gt;&lt;/description&gt;
 &lt;link&gt;<a class="moz-txt-link-freetext" href="http://demo.opsdc.com/">http://demo.opsdc.com/</a>&lt;/link&gt;
&lt;syn:updatePeriod&gt;hourly&lt;/syn:updatePeriod&gt;
&lt;syn:updateFrequency&gt;30&lt;/syn:updateFrequency&gt;
&lt;syn:updateBase&gt;1901-01-01T00:00+00:00&lt;/syn:updateBase&gt;

-Jim P.





  </pre>
</blockquote>
There must be a limit.&nbsp; Here is RSS now<br>
<br>
<small><small><tt>&lt;?xml version="1.0" ?&gt;<br>
&lt;!-- &lt;rss version="2.0"&gt; --&gt;<br>
<br>
&lt;rdf:RDF<br>
&nbsp;xmlns:rdf=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/02/22-rdf-syntax-ns#">"http://www.w3.org/1999/02/22-rdf-syntax-ns#"</a><br>
&nbsp;xmlns=<a class="moz-txt-link-rfc2396E" href="http://purl.org/rss/1.0/">"http://purl.org/rss/1.0/"</a><br>
&nbsp;xmlns:dc=<a class="moz-txt-link-rfc2396E" href="http://purl.org/dc/elements/1.1/">"http://purl.org/dc/elements/1.1/"</a><br>
&nbsp;xmlns:taxo=<a class="moz-txt-link-rfc2396E" href="http://purl.org/rss/1.0/modules/taxonomy/">"http://purl.org/rss/1.0/modules/taxonomy/"</a><br>
&nbsp;xmlns:syn=<a class="moz-txt-link-rfc2396E" href="http://purl.org/rss/1.0/modules/syndication/">"http://purl.org/rss/1.0/modules/syndication/"</a>&gt;<br>
<br>
&lt;channel rdf:about=<a class="moz-txt-link-rfc2396E" href="http://outpostsentinel.com">"http://outpostsentinel.com"</a>&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;SAM AlarmCenter DEMO Organization&lt;/title&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;link&gt;<a class="moz-txt-link-freetext" href="http://demo.opsdc.com">http://demo.opsdc.com</a>&lt;/link&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt;&lt;/description&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dc:language&gt;en-us&lt;/dc:language&gt;<br>
&lt;!--&nbsp; &lt;dc:rights&gt;Copyright &amp;amp;copy; 1999-2002,
Azurance.com&lt;/dc:rights&gt; --&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dc:publisher&gt;OutPost Sentinel, LLC&lt;/dc:publisher&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dc:creator&gt;<a class="moz-txt-link-abbreviated" href="mailto:support@demo.opsdc.com">support@demo.opsdc.com</a>&lt;/dc:creator&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dc:subject&gt;&lt;/dc:subject&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;syn:updatePeriod&gt;hourly&lt;/syn:updatePeriod&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;syn:updateFrequency&gt;30&lt;/syn:updateFrequency&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;syn:updateBase&gt;1999-11-05T09:00:00-05:00&lt;/syn:updateBase&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;items&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rdf:Seq&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rdf:li
rdf:resource=<a class="moz-txt-link-rfc2396E" href="http://www.infoworld.com/articles/hn/xml/02/10/24/021024hnnpcwest.xml?s=IDGNS">"http://www.infoworld.com/articles/hn/xml/02/10/24/021024hnnpcwest.xml?s=IDGNS"</a>
/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/rdf:Seq&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/items&gt;<br>
&lt;/channel&gt;<br>
<br>
&lt;item
rdf:about=<a class="moz-txt-link-rfc2396E" href="http://www.infoworld.com/articles/hn/xml/02/10/24/021024hnnpcwest.xml?s=IDGNS">"http://www.infoworld.com/articles/hn/xml/02/10/24/021024hnnpcwest.xml?s=IDGNS"</a>&gt;<br>
&lt;title&gt;Network chip makers focus on security&lt;/title&gt;<br>
&lt;link&gt;<a class="moz-txt-link-freetext" href="http://www.infoworld.com/articles/hn/xml/02/10/24/021024hnnpcwest.xml?s=IDGNS">http://www.infoworld.com/articles/hn/xml/02/10/24/021024hnnpcwest.xml?s=IDGNS</a>&lt;/link&gt;<br>
&lt;/item&gt;<br>
<br>
&lt;/rdf:RDF&gt;</tt></small></small><br>
<br>
I'm tailing the access_log and I see no attempts for FF to get the XML
file and<br>
we also see not attempts by myyahoo to get the file.&nbsp; We are testing
both<br>
news readers.<br>
<br>
<br>
<br>
<blockquote
 cite="mid:7ff145960810070647k3cd1dd29ta8d0afcee64ca77e@mail.gmail.com"
 type="cite">
  <pre wrap="">


  </pre>
  <blockquote type="cite">
    <pre wrap="">Maybe FF has a minimum?

--
Chris Fowler
OutPost Sentinel, LLC
Support @ <a class="moz-txt-link-abbreviated" href="mailto:SIP/support@pbx.opsdc.com">SIP/support@pbx.opsdc.com</a>
 or 678-804-8193
Email Support @ <a class="moz-txt-link-abbreviated" href="mailto:support@outpostsentinel.com">support@outpostsentinel.com</a>


_______________________________________________
Ale mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ale@ale.org">Ale@ale.org</a>
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
Ale mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ale@ale.org">Ale@ale.org</a>
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Chris Fowler
OutPost Sentinel, LLC
Support @ <a class="moz-txt-link-abbreviated" href="mailto:SIP/support@pbx.opsdc.com">SIP/support@pbx.opsdc.com</a>
 or 678-804-8193
Email Support @ <a class="moz-txt-link-abbreviated" href="mailto:support@outpostsentinel.com">support@outpostsentinel.com</a>

</pre>
</body>
</html>