[pLog-svn] r2274 - plog/trunk/class/gallery/dao

Oscar Renalias phunkphorce at gmail.com
Tue Jun 28 11:32:11 GMT 2005


It's the entry point for the metaWeblog and Blogger XMLRPC APIs. These
are APIs for publishing via other clients like desktop clients, mobile
phones, etc. There's some information here:

http://wiki.plogworld.net/index.php/PLog_1.0/XMLRPC_Access

O try googling for "metaWeblog API" or "Blogger XMLRPC API"

Oscar

On 6/28/05, nick nizhenyuan <ni.hero at gmail.com> wrote:
> Hi, Who can tell me what's the usage of  xmlrpc.php.
> 
> 
> On 6/28/05, oscar at devel.plogworld.net <oscar at devel.plogworld.net> wrote:
> > Author: oscar
> > Date: 2005-06-28 09:16:49 +0000 (Tue, 28 Jun 2005)
> > New Revision: 2274
> >
> > Modified:
> >   plog/trunk/class/gallery/dao/galleryresources.class.php
> > Log:
> > added a missing include, though this class should be check by ben or me and
> > optimize the amount of classes included...
> >
> >
> > Modified: plog/trunk/class/gallery/dao/galleryresources.class.php
> > ===================================================================
> > --- plog/trunk/class/gallery/dao/galleryresources.class.php     2005-06-26 13:00:18 UTC (rev 2273)
> > +++ plog/trunk/class/gallery/dao/galleryresources.class.php     2005-06-28 09:16:49 UTC (rev 2274)
> > @@ -25,6 +25,7 @@
> >        include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
> >        include_once( PLOG_CLASS_PATH."class/data/textfilter.class.php" );
> >        include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresourcequotas.class.php" );
> > +       include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
> >
> >     /**
> >         * \ingroup Gallery
> >
> > _______________________________________________
> > pLog-svn mailing list
> > pLog-svn at devel.plogworld.net
> > http://devel.plogworld.net/mailman/listinfo/plog-svn
> >
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list