[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NewsIsFree.Com
--- In syndication@y..., "Dave Winer" <dave@u...> wrote:
> Is there a page where I can see what's going wrong?
>
> I need a URL please..
I tries:
- http://mkrus.editthispage.com/ works fine
- http://hpe.weblogger.com/ fails as Julian said
Sound like a case of double espace:
< gets escaped to < which then gets escape to &lt;
> And also a set of steps on NewsIsFree to recreate the problem.
click on any article in "frame mode" (this is the default,
see your user preferences to set it). In the top frame, there is
a (very) little cactus icon which you can use to post a news
item to a manilla site.
This calls "manila.homePage.addToHomePage" with the PHP
implementation of XML-RPC. It doesn't encode the data before
sending it...
Mike