miscellaneous suggestions for the next hobix release
why the lucky stiff
why at hobix.com
Tue Sep 28 17:03:50 EDT 2004
William Morgan (wmorgan-hobix-is-the-way at masanjin.net) wrote:
>
> One other thing. In weblog.rb, I think there's a bug near line 433:
>
> if p.watch & published != []
> p.publish( p )
> end
>
> I believe this should be p.publish( p.watch & published ).
>
Yes, it should. I need to rethink this plugin API. It's kind of
flimsy. Pinging doesn't work right at all. It pings whenever there is
any kind of update. It should probably only ping on initial
publication. The publish API doesn't allow this.
I think the nature of the publishing API is currently, "Hey, there was
an update on a given page type." Then, you just get back the names of
the page types affected.
I should probably supply the plugin with a full report of the details.
Which files were modified and when. Where they created or only updated?
Ok. Gone to work on,
_why
More information about the Hobix-is-the-way
mailing list