Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>OK heres the deal.</p> <ol> <li><p>If you want a real fast feed parser go for Feedzirra. Does not work on windows. <a href="http://github.com/pauldix/feedzirra" rel="noreferrer">http://github.com/pauldix/feedzirra</a></p></li> <li><p>Autodiscovery? </p> <p>-Theres truffle-hog if you don't want to do GET redirects. <a href="http://github.com/pauldix/truffle-hog" rel="noreferrer">http://github.com/pauldix/truffle-hog</a></p> <p>-Theres feedbag if you want to do GET redirects to find feeds from given urls. This is slower though. <a href="http://github.com/damog/feedbag" rel="noreferrer">http://github.com/damog/feedbag</a></p></li> <li><p>Feedzirra is the best bet if you want to poll for new entries for your feed. But if you want a more non-polling solution to your problem then i would suggest going through the pubsubhubbub spec. Make sure while parsing your feeds they are pubsubhubbub enabled. Check for the link tag. If it points to pubsubhubbub.appspot.com or any other pubsub enabled hub then just subscribe to the feed by sending a subscription request to the hub. You can then define a endpoint in your app which will in turn receive updated entry pings for your feed subscription from the hub. Just read the raw POST data and store it in your database. Stats are that 95% of the blogger blogs are pubsub enabled. That is a lot of data in your hands already. :)</p></li> <li><p>If you are polling for changes then you should check the last-modified or etag from the header rather than parse the entire feed again. Saves you from wasting resources. Feedzirra takes care of this for you.</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload