BitWorking

Joe Gregorio's writings (archives), projects and status updates.

Pubsubhubbub

Just added PubSubHubbub support to Piccolo.

What you don't see in the repository is the little Makefile that ties all the pieces together:

default:
	./bin/piccolo
	./bin/pub
	./bin/hubping
        

2009-09-29