<!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"><cfowler@outpostsentinel.com></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 <ttl> 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
<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>SAM AlarmCenter Organization: DEMO</title>
<description></description>
<link><a class="moz-txt-link-freetext" href="http://demo.opsdc.com/">http://demo.opsdc.com/</a></link>
<ttl>5</ttl>
<webMaster><a class="moz-txt-link-abbreviated" href="mailto:support@demo.opsdc.com">support@demo.opsdc.com</a></webMaster>
</pre>
</blockquote>
<pre wrap=""><!---->
I've never seen a ttl stanza in an rss feed, but the following should
work for 2 minute updates:
<?xml version="1.0" ?>
<channel>
<title>SAM AlarmCenter Organization: DEMO</title>
<description></description>
<link><a class="moz-txt-link-freetext" href="http://demo.opsdc.com/">http://demo.opsdc.com/</a></link>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>30</syn:updateFrequency>
<syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
-Jim P.
</pre>
</blockquote>
There must be a limit. Here is RSS now<br>
<br>
<small><small><tt><?xml version="1.0" ?><br>
<!-- <rss version="2.0"> --><br>
<br>
<rdf:RDF<br>
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>
xmlns=<a class="moz-txt-link-rfc2396E" href="http://purl.org/rss/1.0/">"http://purl.org/rss/1.0/"</a><br>
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>
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>
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>><br>
<br>
<channel rdf:about=<a class="moz-txt-link-rfc2396E" href="http://outpostsentinel.com">"http://outpostsentinel.com"</a>><br>
<title>SAM AlarmCenter DEMO Organization</title><br>
<link><a class="moz-txt-link-freetext" href="http://demo.opsdc.com">http://demo.opsdc.com</a></link><br>
<description></description><br>
<dc:language>en-us</dc:language><br>
<!-- <dc:rights>Copyright &amp;copy; 1999-2002,
Azurance.com</dc:rights> --><br>
<dc:publisher>OutPost Sentinel, LLC</dc:publisher><br>
<dc:creator><a class="moz-txt-link-abbreviated" href="mailto:support@demo.opsdc.com">support@demo.opsdc.com</a></dc:creator><br>
<dc:subject></dc:subject><br>
<syn:updatePeriod>hourly</syn:updatePeriod><br>
<syn:updateFrequency>30</syn:updateFrequency><br>
<syn:updateBase>1999-11-05T09:00:00-05:00</syn:updateBase><br>
<items><br>
<rdf:Seq><br>
<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>
/><br>
</rdf:Seq><br>
</items><br>
</channel><br>
<br>
<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>><br>
<title>Network chip makers focus on security</title><br>
<link><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></link><br>
</item><br>
<br>
</rdf:RDF></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. 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>