public
Description: IRC Gateway for MobilePhone/iPhone/PC
Homepage:
Clone URL: git://github.com/tokuhirom/mobirc.git
mobirc /
name age message
file .gitignore Wed Sep 30 07:44:55 -0700 2009 redirect url に細工しないとauでつかいものにならないのでhack. [tokuhirom]
file .shipit Tue Dec 16 23:55:36 -0800 2008 github style in .shipit [Tokuhiro Matsuno]
file AUTHORS Wed Dec 17 23:04:50 -0800 2008 YAA as authors [Tokuhiro Matsuno]
file CONCEPT Wed Dec 17 19:15:37 -0800 2008 rewrite concept file [Tokuhiro Matsuno]
file Changes Tue Feb 10 22:16:31 -0800 2009 Checking in changes prior to tagging of version... [tokuhirom]
file MANIFEST.SKIP Wed Dec 24 00:34:57 -0800 2008 Checking in changes prior to tagging of version... [Tokuhiro Matsuno]
file Makefile.PL Sun Nov 01 16:27:16 -0800 2009 added 'recommends' for android view [tokuhirom]
file README Tue Sep 29 06:01:15 -0700 2009 +Android [cho45]
file TODO Thu Mar 05 21:32:42 -0800 2009 updated todo list [tokuhirom]
directory assets/ Sat Nov 28 22:06:06 -0800 2009 split code from html. [tokuhirom]
file config.ini.sample Wed Sep 30 07:52:26 -0700 2009 とりあえず、config.ini.sample には Clickable フィルターをかいとく... [tokuhirom]
directory extlib/ Sat Nov 28 22:07:17 -0800 2009 upgrade poe [tokuhirom]
directory irssi/ Thu Dec 18 22:11:24 -0800 2008 impl. [Tokuhiro Matsuno]
directory lib/ Sat Nov 28 01:06:08 -0800 2009 - added "clear all unread" feature for iphone2 ... [tokuhirom]
file mobirc Thu Dec 18 22:11:24 -0800 2008 impl. [Tokuhiro Matsuno]
directory t/ Sat Nov 28 00:40:27 -0800 2009 added new iphone view! [tokuhirom]
directory tools/ Thu Dec 18 02:43:55 -0800 2008 use HTML::TreeBuilder::XPath instead of XML::Li... [Tokuhiro Matsuno]
directory xt/ Tue Dec 16 20:29:07 -0800 2008 middleware doesn't needed [Tokuhiro Matsuno]
README
mobirc
======================================================

If you want a Japanese version of this file, please see http://github.com/tokuhirom/mobirc/wikis/readmeja

What's this?
------------------------------------------------------

mobirc is HTTP2IRC gateway.

This application supports following environments:

    - Japanese mobile phones(docomo, softbank, ezweb, willcom)
    - iPhone, Android
    - PC(Ajax)

based on

    - pluggable architecture
    - perl
    - POE

Requirements
------------------------------------------------------

    perl 5.8.0 or later(5.8.8 or later is recommended)
    LWP

How to install?
------------------------------------------------------

Install LWP(libwww-perl) first.

    git clone git://github.com/tokuhirom/mobirc.git

or

    wget -O mobirc.tgz http://github.com/tokuhirom/mobirc/tarball/master
    tar xzvf mobirc.tgz
    cd tokuhirom-mobirc-*

and, run following command.

    cp config.ini.sample config.ini
    vi config.ini # edit configuration file for your environemnt
    ./mobirc

How to support HTTP::Engine's middleware?
------------------------------------------------------

    [Component::HTTPD]
    middlewares=["HTTP::Engine::Middleware::ModuleReload"]

please write the middleware name & configuration by the JSON form.