public
Description: Open PubSubHubbub Hub that does polling for you, built on top of Tatsumaki and AnyEvent
Homepage:
Clone URL: git://github.com/miyagawa/Subfeedr.git
name age message
file .gitignore Tue Nov 10 03:27:07 -0800 2009 initial commit [miyagawa]
file .shipit Tue Nov 10 03:27:07 -0800 2009 initial commit [miyagawa]
file Changes Tue Nov 10 03:27:07 -0800 2009 initial commit [miyagawa]
file MANIFEST Tue Nov 10 03:27:07 -0800 2009 initial commit [miyagawa]
file MANIFEST.SKIP Tue Nov 10 03:27:07 -0800 2009 initial commit [miyagawa]
file Makefile.PL Tue Nov 10 16:04:42 -0800 2009 Added auto_install [miyagawa]
file README Tue Nov 10 03:27:07 -0800 2009 initial commit [miyagawa]
directory bin/ Tue Nov 10 03:27:07 -0800 2009 initial commit [miyagawa]
directory lib/ Tue Nov 10 16:17:48 -0800 2009 catch errors with the initial non-existent SORT... [miyagawa]
directory t/ Tue Nov 10 03:27:07 -0800 2009 initial commit [miyagawa]
directory xt/ Tue Nov 10 03:27:07 -0800 2009 initial commit [miyagawa]
README
NAME
    Subfeedr - Open PubSubHubbub Hub that does polling and proxy PuSH pings

SYNOPSIS
      > redis-server &
      > subfeedr

DESCRIPTION
    Subfeedr is an open PubSubHubbub hub implementation that also does
    periodically polling feeds so anyone can subscribe to any feeds that are
    not PubSubHubbub publishers.

    Subfeedr is written in Perl and built on top of Tatsumaki, Plack,
    AnyEvent and Redis data store. Polling, serving web requests and
    querying database are all done in a non-blocking event loop.

NOTE
    The name Subfeedr is given with my respect to Superfeedr. This
    implementation should be considered naive, and not production ready nor
    scalable. It must be fun to hack on though!

AUTHOR
    Tatsuhiko Miyagawa <miyagawa@bulknews.net>

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

SEE ALSO
    <http://pubsubhubbub.appspot.com/> <http://superfeedr.com/> Tatsumaki
    Plack AnyEvent AnyEvent::Redis