The example code for the reference hub is on the Google code site. It's in Python, but there's nothing all that complex to it even if you are largely familiar only with PHP. I get the feeling you're underestimating the work needed to write a Hub. You'll need database tables, asynchronous tasks, a feed parser, and then get the interaction between the models and remaining workflow down. It's not incredibly complex, just needs some persistent hacking away and, of course, tests. Unless you absolutely need a Hub, sticking with a Publisher and letting one of the established Hubs do the distribution would be a better fit.
Paddy Pádraic Brady http://blog.astrumfutura.com http://www.survivethedeepend.com OpenID Europe Foundation Irish Representative ________________________________ From: jits <[email protected]> To: Pubsubhubbub <[email protected]> Sent: Mon, October 26, 2009 6:58:08 AM Subject: [pubsubhubbub] Re: Pubsuhhub implementation in php: Actually i am interested in implementing my own hub for wordpress .And i am just beginner so just wanted some example code of how to get the notifications and post on the hub from wordpress plugin.I have created a file named server.php for implementing hub.So server.php should get the notification or post data from the wordpress when the user says publish.One more thing - can wordpress plugin and the hub be on the same server?Please help me in this regard.. On Oct 24, 1:08 am, Josh Fraser <[email protected]> wrote: > Are you wanting to implement your own hub or simply the PuSH > protocol? My guess is that you're actually looking for the later. If > that's true, there are a couple wordpress plugins available. You can > find the one I wrote athttp://wordpress.org/extend/plugins/pubsubhubbub/. > There's also one from Padraic Brady that you can find > athttp://wordpress.org/extend/plugins/wp-pubsubhubbub/ > > Hope that helps! Welcome to the PubSubHubbub family. > > On Oct 22, 10:32 pm, jits <[email protected]> wrote: > > > Hi > > This is jits .I am trying to implement a pubsubhub for our website > > blog system.I searched on net about the pubsubhub specification n > > implementaion,so i came up with googleapp engine and feed burner.I > > have difficulty in implemntating our own hub for the blogging system > > as i m new to this.Has anybody implemnted the pubsubhub using > > wordpress plugins and php.? > > Please help me.
