I just looked at http://pinaysolobackpacker.wordpress.com/feed/ and it has:
<atom:link rel='hub'
href='http://pinaysolobackpacker.wordpress.com/?pushpress=hub'/>
in it now.
My intention is that the hub always list the full URL.
--
Joseph Scott
jos...@josephscott.org
http://josephscott.org/
I believe I've tracked down what is causing that. I'll double check
it again in the morning (when I'm less tired) and if everything looks
good I'll deploy the fix. When that's done I'll follow up with
another email.
On Wed, Mar 3, 2010 at 10:52 PM, Waleed Abdulla <wal...@ninua.com> wrote:
> This is what I get POSTed to my PuSH end point. But if you pull the feed,
> you get the full hub URL.
--
On Wed, Mar 3, 2010 at 10:52 PM, Waleed Abdulla <wal...@ninua.com> wrote:
> This is what I get POSTed to my PuSH end point. But if you pull the feed,
> you get the full hub URL
--
Here's what I'd suggest if you only want to use a 3rd party hub and
not a hub built into WP. Don't use the PuSHPress plugin. There are
at least 2 other WordPress plugins that do nothing but at support for
3rd party hubs, one of those should work fine for these situations.
> Do you leave it by default? or remove it?
To get a bit more in depth, the PuSHPress plugin applies a WP filter
(called 'pushpress_hubs' ) to the array of hubs that PuSHPress uses.
By default it only has one hub in that array, itself. I did this to
allow other plugins or themes to be able to alter the hub list if they
really wanted to.
> I'm asking because when there are 2 links (or more), it's not sur that
> everybody will subscribe to both and then, we can provide the publisher with
> stuff like analytics, or publisher-validation or even full export of the
> subscriptions :(
> Can you explain how you guys behave in this case?
There's a thread on this list about what feed proxies should do (for
things like Feed Burner for instance) and at this point I think ping
chaining is probably the most reasonable approach. It doesn't exactly
fit in with what SuperFeedr does because it only provides clients at
the end of the chain with ping data, it's doesn't actually server
feeds (in the way that Feed Burner does for example).