Closed
Bug 121135
Opened 23 years ago
Closed 7 years ago
[RFE] [xml-rpc] Add support for the Blogger Api
Categories
(Core :: XML, enhancement)
Core
XML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: andreww, Assigned: tseng_mike)
References
()
Details
Attachments
(1 file)
13.27 KB,
text/plain
|
Details |
Weblogging is increasing in popularity and scope, and it would be great if
- in addition to the core xml-rpc methods that we have that we could also
add support for the "blogger api" - which is gaining adoption by many
other web services.
Thanks to andreww@netscape.com who told me about this rfe bug. The link below
point to the current code. Mostly functional, my focus now is to use <editor>
instead of <textbox>. Which is proving to a bit of an hassle, (it doesnt play
well with <browser> under same parent window. How does sidebar do it?
http://www.exitspace.net/~mike/misc/install.html
Depends on: 120615
Summary: [RFE] Add support for the Blogger Api → [RFE] Add support for the Blogger Api
Mike, would you like to own this bug? Feel free to grab this from me.
Thanks! Reassigning.
Assignee: heikki → tseng_mike
Summary: [RFE] Add support for the Blogger Api → [RFE] [xml-rpc] Add support for the Blogger Api
Comment 6•23 years ago
|
||
As an alternative approach, I've tried adding support for Blogger API to
Composer. This still lacks things like multiple account management and
retrieving recent postings from a weblog for editing but works pretty very well
otherwise.
Have a look at http://bloggenmoz.antville.org/ for details and code.
Just a suggestion, you might want to overlay the composer rather than making a
new composerCommands.js because everytime they change composerCommands.js to fix
bugs add new feature, you are going to undo it.
I think more into the problem, and I'm thinking of just using the current code
and put out a documentation to let users implement the listeners. Unless someone
can come up with an idea to let listener return variables for function. I tried
asking Andrew, but he's too busy at the moment.
I seriously don't know how you can make this globally reusable. But at least
it's resuable on an application basis. Think I'm using the right license,
someone need to correct me if I'm off.
Comment 10•22 years ago
|
||
[RFE] is deprecated in favor of severity: enhancement. They have the same meaning.
Severity: normal → enhancement
Updated•21 years ago
|
QA Contact: rakeshmishra → ashishbhatt
Updated•15 years ago
|
QA Contact: ashshbhatt → xml
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•