Changeset 13024 for lang/perl/mobirc
- Timestamp:
- 06/01/08 23:50:08 (5 years ago)
- Location:
- lang/perl/mobirc/trunk
- Files:
-
- 3 modified
-
CONCEPT (modified) (1 diff)
-
lib/App/Mobirc.pm (modified) (1 diff)
-
lib/App/Mobirc/HTTPD.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/mobirc/trunk/CONCEPT
r13019 r13024 13 13 -- DocRoot の完全分離 14 14 --- ajax の script タグ 15 -- and preload StickyTime plugin.16 15 -- HTTPD::* => Web::* 17 16 -- hirose31's Groups => Hook. 18 17 -- validate_hook を、もうちょいなんとかかっこよく実装したい。 18 -- add more documents 19 19 -
lang/perl/mobirc/trunk/lib/App/Mobirc.pm
r13013 r13024 53 53 $self->run_hook('run_component'); 54 54 55 App::Mobirc::HTTPD->init($self->config );55 App::Mobirc::HTTPD->init($self->config, $self); 56 56 57 57 $poe_kernel->run(); -
lang/perl/mobirc/trunk/lib/App/Mobirc/HTTPD.pm
r12864 r13024 34 34 } 35 35 )->run; 36 37 $global_context->load_plugin('StickyTime'); 36 38 } 37 39
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)