Aaron Straup Cope > Net-Blogger-0.8.1 > Net::Blogger::Engine::Userland

Download:
Net-Blogger-0.8.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  2
View Bugs
Report a bug
Module Version: 0.2.3   Source   Latest Release: Net-Blogger-1.02

NAME ^

Net::Blogger::Engine::Userland - base class for UserLand Blogger API engines

SYNOPSIS ^

 TBW

DESCRIPTION ^

This package inherits Net::Blogger::Engine::Base and implements shared methods for the UserLand Manila and RadioUserland XML-RPC servers.

This package should not be called directly. It is a base class used by Net::Blogger::Engine::Manila and Net::Blogger::Engine::Radio

CONSTRUCTOR METHODS ^

$pkg->init(%args)

TBW

PUBLIC METHODS ^

$pkg->Proxy($uri)

Get/set the URI of the Manila->Blogger proxy.

If no proxy is explicitly defined then the method determines the hostname for the Manila server using the current blogid.

"Just to clarify, the URI is /RPC2, even if your blogid (homepage url) is a sub-site url, like http://www.myserver.com/mysite/. It's never something like /mysite/RPC2." --Jake Savin (Userland)

$pkg->AppKey()

Returns true. Manila does not require a Blogger API key, but specifies something (anything) all the same.

$pkg->BlogId()

Get/Set the current blog id.

Ensures that the blogid contains a trailing slash, without which the Frontier engine freaks out.

$pkg->MaxPostLength()

By default, returns undef. In other words, there is no max post length for Manila.

"As far as I know there is no max length for a post, certainly nothing you have to enforce on your end." --Dave Winer (Userland)

VERSION ^

0.2.3

DATE ^

May 04, 2002

AUTHOR ^

Aaron Straup Cope

CHANGES ^

0.2.3

0.2.2

0.2.1

0.2

0.1.1

0.1

SEE ALSO ^

Blogger

http://frontier.userland.com/emulatingBloggerInManila

LICENSE ^

Copyright (c) 2001-2002 Aaron Straup Cope.

This is free software, you may use it and distribute it under the same terms as Perl itself.