tokuhirom / mobirc
- Source
- Commits
- Network (4)
- Issues (1)
- Downloads (1)
- Wiki (3)
- Graphs
-
Tree:
2ffe28e
commit 2ffe28e16f8fa1232485b87ae3b25aaf59f3f0b9
tree 5f6a6be47173b30000095fa1d921b230384b72e7
parent 9a95aff716410c5178fce9372eced3734e540a4a
tree 5f6a6be47173b30000095fa1d921b230384b72e7
parent 9a95aff716410c5178fce9372eced3734e540a4a
mobirc /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.shipit | Tue Dec 16 23:55:36 -0800 2008 | |
| |
AUTHORS | Wed Dec 17 23:04:50 -0800 2008 | |
| |
CONCEPT | Wed Dec 17 19:15:37 -0800 2008 | |
| |
Changes | Tue Feb 10 22:16:31 -0800 2009 | |
| |
MANIFEST.SKIP | Wed Dec 24 00:34:57 -0800 2008 | |
| |
Makefile.PL | ||
| |
README | ||
| |
TODO | Thu Mar 05 21:32:42 -0800 2009 | |
| |
assets/ | ||
| |
config.ini.sample | ||
| |
extlib/ | ||
| |
irssi/ | Thu Dec 18 22:11:24 -0800 2008 | |
| |
lib/ | ||
| |
mobirc | Thu Dec 18 22:11:24 -0800 2008 | |
| |
t/ | ||
| |
tools/ | Thu Dec 18 02:43:55 -0800 2008 | |
| |
xt/ | Tue Dec 16 20:29:07 -0800 2008 |
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 - 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.

