The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Jaipo - Micro-blogging Client

VERSION

Version 0.02

DESCRIPTION

Jaipo ( 宅噗 )

This project started for Jaiku.com, but now is going to support as-much-as-we-can micro-blogging sites.

"Jaiku" pronunced close to "宅窟" in Chinese, which means an area full of computer/internet users, and it really is one of the most popular sites recently. As jaiku is part of google and growing, there're still only few linux client.

it's writen in perl, so it can run on any platform that you can get perl on it. we got the first feedback that somebody use it on ARM embedded system at May 2008.

FUNCTIONS

new

config

return Jaipo::Config

services

init CALLER_OBJECT

list_loaded_triggers

list_triggers

find_service_by_trigger TRIGGER_NAME [ SERVICES ]

_require ( module => MODULE , ... )

_already_required CLASS_NAME

_try_to_require CLASS_NAME

find_plugin CLASS_NAME

Find plugins by class name, which is full-qualified class name.

set_plugin_trigger PLUGIN_OBJECT CLASS

runtime_load_service CALLER SERVICE_NAME [TRIGGER_NAME]

if trigger name is specified, and it doesn't exist in config. Jaipo will create a new service object, and assign the trigger name to it.

if trigger name is specified, and Jaipo will try to search the service config by trigger name and load the service.

if trigger name is not specified. Jaipo will try to find service configs by service name. if there are two or more same service, Jaipo will load the default trigger name ( service name in lowcase )

dispatch_to_service SERVICE_TRIGGER , MESSAGE

command start with :[service] ( e.g. :twitter or :plurk ) something like that will call the servcie dispatch method, service plugin will decide what to do with.

action ACTION, PARAM

AUTHOR

BlueT, <bluet at blue.org> Cornelius, cornelius.howl at gmail.com

BUGS

Please report any bugs or feature requests to bug-jaipo at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Jaipo. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

        perldoc Jaipo

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 , all rights reserved.

This program is released under the following license: GPL