Page 1 of 3
XML/RPC link
Posted: Fri Dec 30, 2011 11:10 am
by oliverg
What exactly is the link to the XML/RPC call?
...if my blog is at blog.oliver-gassner.de and the system files are in /serendipity ?
Thanks

OG
Re: XML/RPC link
Posted: Fri Dec 30, 2011 11:20 am
by garvinhicking
Hi!
If you have the xmlrpc plugin, it should put the autodiscovery link into the HTML head. It's
http://blog.oliver-gassner.de/serendipity_xmlrpc.php
Regards,
Garvin
Re: XML/RPC link
Posted: Fri Dec 30, 2011 12:40 pm
by oliverg
feature request:
It would be cool if that link was **somewhere** in the plugin

(Yes, I have it ;=))
Thanks

Re: XML/RPC link
Posted: Fri Dec 30, 2011 5:02 pm
by oliverg
Another Question:
The xml/rpc thing asks for a 'category' I left that blank (and it does not work) should I use one and which one?
Thanks

Re: XML/RPC link
Posted: Fri Dec 30, 2011 10:20 pm
by garvinhicking
Hi!
Yes, a good idea to add the link to it in the config section for the plugin.
As for the category, it's only used when you do not specfy any category for your blog posting. If xmlrpc does not work, it might depend on your clients configuration. Also you might want to contact Grischa (blog.brockha.us, @gbrockhaus), he is currently working on improving the XMLRPC plugin.
Regards,
Garvin
Re: XML/RPC link
Posted: Mon Jan 02, 2012 5:40 pm
by oliverg
Hm,
I HAVE the plugin bit the link is NOT in theheader ;(
cf. blog.oliver-gassner.de
Re: XML/RPC link
Posted: Tue Jan 03, 2012 9:53 am
by garvinhicking
hi!
This is strange; which plugin version are you running? It contans the autodiscovery output in the "frontend_header" hook, and Sagittarius-A (your template) also calls that hook. You are using an unmodified index.tpl of that template, right? The frontend_header call is there in the <header>-section, right?
Regard,s
Garvin
Re: XML/RPC link
Posted: Tue Jan 03, 2012 10:09 am
by oliverg
Einträge via XML-RPC erstellen
Ermöglicht Einträge via XML-RPC API zu erstellen/bearbeiten (MT, Blogger API-Endpunkte)
version: 1.46
I just updated.
No entry in header.
Re: XML/RPC link
Posted: Tue Jan 03, 2012 10:47 am
by garvinhicking
What about index.tpl?
Re: XML/RPC link
Posted: Tue Jan 03, 2012 5:56 pm
by blog.brockha.us
If you have installed and enabled the xml-rpc plugin, there should be the link in your html header, if your template does not deny header changes (what would be bad).
So something has to be wrong there..
Re: XML/RPC link
Posted: Tue Jan 03, 2012 5:58 pm
by blog.brockha.us
garvinhicking wrote:Yes, a good idea to add the link to it in the config section for the plugin.
Why that? What's the use of it? The link is always the same..
Re: XML/RPC link
Posted: Tue Jan 03, 2012 6:01 pm
by garvinhicking
blog.brockha.us wrote:garvinhicking wrote:Yes, a good idea to add the link to it in the config section for the plugin.
Why that? What's the use of it? The link is always the same..
But you'd have to check your PHP files in the directory to know that this is the endpoint, because this is not elsewhere documented...so I do think it would be helpful.
Re: XML/RPC link
Posted: Tue Jan 03, 2012 7:56 pm
by blog.brockha.us
Ah! Sorry, misunderstanding.. I thought you want it to be configurable there. But you only want it to be documented there.. This is something other, of course.
But even then: You have to give your blog url to the XML-RPC client, not the xml-rpc url (the client will detect the xmlrpc url). So documenting it is okay, but still: what for really?
Re: XML/RPC link
Posted: Tue Jan 03, 2012 9:31 pm
by garvinhicking
Hi!
Not necessarily; there are a few clients that do not support XMLRPC autodetection so you need to tell them the "API endpoint".
Regards,
Garvin
Re: XML/RPC link
Posted: Wed Jan 04, 2012 4:36 pm
by blog.brockha.us
Ah.. Right.. Okay.. I will add this info to the xml-rpc pluing.
