This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Subfeedr /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Nov 10 03:27:07 -0800 2009 | |
| |
.shipit | Tue Nov 10 03:27:07 -0800 2009 | |
| |
Changes | Tue Nov 10 03:27:07 -0800 2009 | |
| |
MANIFEST | Tue Nov 10 03:27:07 -0800 2009 | |
| |
MANIFEST.SKIP | Tue Nov 10 03:27:07 -0800 2009 | |
| |
Makefile.PL | Tue Nov 10 16:04:42 -0800 2009 | |
| |
README | Tue Nov 10 03:27:07 -0800 2009 | |
| |
bin/ | Tue Nov 10 03:27:07 -0800 2009 | |
| |
lib/ | Tue Nov 10 16:17:48 -0800 2009 | |
| |
t/ | Tue Nov 10 03:27:07 -0800 2009 | |
| |
xt/ | Tue Nov 10 03:27:07 -0800 2009 |
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







