Re: XML-RPC doc

2010-03-03 Thread Andre Garzia
Andre,

I just added my personal weblog library to RevOnline. It has code for
Blogger, Metaweblog and ATOM. It is an extensive library but it is not
complete (I don't remember supporting every method  but the ones I use)

For years I kept this just to myself but I don't see any reason not to share
it now. It will allow you to post to wordpress in a single call.

It has some support for
* Blogger API 1.0 and some of the 2.0 calls (2.0 was never released, but
blogger2.post was implemented by Pyra and still works)
* Metaweblog API 1.0
* ATOM API 1.0 (Never used it but implemented it anyway, I think it is
untested... at least, I don't recall testing it but looking at the code, I
don't believe I would write that amount of code without testing so I
probably tested it and forgot.)

Hope this helps! At least will help you learn more about XML-RPC

Cheers
andre


On Wed, Mar 3, 2010 at 6:32 AM, Andre Rombauts  wrote:

> >I don't find much info on XML-RPC usage in RunRev. What could you advise
> >for a start...?
> >André Rombauts
>
> I notice that in RunRev online dictionary many XMLRPC commands and
> functions descriptions end by "More details to come"... :-(
>
> --
>
> André Rombauts,
>
> Using RunRev 4.5.0-dp-2 Build 1010 on
> MacBook Pro 3,1 2,4 GHz - 4 Go running
> Mac OS X 10.6.2 (10C540)
>
> Fléron, Liège (BE)
> an...@rombauts.be
> +32 (0)477 53.35.17
>
> Sent by Powermail 6.0.3 Build 4609
>
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: XML-RPC doc

2010-03-03 Thread Andre Rombauts
>I don't find much info on XML-RPC usage in RunRev. What could you advise
>for a start...?
>André Rombauts

I notice that in RunRev online dictionary many XMLRPC commands and
functions descriptions end by "More details to come"... :-(

--

André Rombauts,

Using RunRev 4.5.0-dp-2 Build 1010 on
MacBook Pro 3,1 2,4 GHz - 4 Go running
Mac OS X 10.6.2 (10C540)

Fléron, Liège (BE)
an...@rombauts.be
+32 (0)477 53.35.17

Sent by Powermail 6.0.3 Build 4609

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: XML-RPC doc

2010-03-02 Thread Andre Rombauts
>I have some code for XML-RPC, do you want a client or a server?
Thanks... André :-)

A client. In fact, I'm trying to develop a client system for a school
project where students are accessing a Wordpress driven meeting place.

--

André Rombauts,

Using RunRev 4.5.0-dp-2 Build 1010 on
MacBook Pro 3,1 2,4 GHz - 4 Go running
Mac OS X 10.6.2 (10C540)

Fléron, Liège (BE)
an...@rombauts.be
+32 (0)477 53.35.17

Sent by Powermail 6.0.3 Build 4609

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: XML-RPC doc

2010-03-02 Thread Andre Rombauts
>> I don't find much info on XML-RPC usage in RunRev. What could you advise
>> for a start...?
>Check out my libSOAP library on revOnline... that should give you
>something to start with.
Thanks Mark. I'll have a look.

--

André Rombauts,

Using RunRev 4.5.0-dp-2 Build 1010 on
MacBook Pro 3,1 2,4 GHz - 4 Go running
Mac OS X 10.6.2 (10C540)

Fléron, Liège (BE)
an...@rombauts.be
+32 (0)477 53.35.17

Sent by Powermail 6.0.3 Build 4609

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: XML-RPC doc

2010-03-02 Thread Andre Garzia
Andre

I have some code for XML-RPC, do you want a client or a server?

cheers

On Tue, Mar 2, 2010 at 9:23 PM, Mark Wieder  wrote:

> Andre-
>
> Tuesday, March 2, 2010, 3:28:22 PM, you wrote:
>
> > I don't find much info on XML-RPC usage in RunRev. What could you advise
> > for a start...?
>
> Check out my libSOAP library on revOnline... that should give you
> something to start with.
>
> --
> -Mark Wieder
>  mwie...@ahsoftware.net
>
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: XML-RPC doc

2010-03-02 Thread Mark Wieder
Andre-

Tuesday, March 2, 2010, 3:28:22 PM, you wrote:

> I don't find much info on XML-RPC usage in RunRev. What could you advise
> for a start...?

Check out my libSOAP library on revOnline... that should give you
something to start with.

-- 
-Mark Wieder
 mwie...@ahsoftware.net

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


XML-RPC doc

2010-03-02 Thread Andre Rombauts
Hello there...

I don't find much info on XML-RPC usage in RunRev. What could you advise
for a start...?

Thanks in advance,

--

André Rombauts,
an...@rombauts.be

Envoyé par Powermail 6.0.3 Build 4609

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution