use strict; use strict; BEGIN { require 'oekaki_config.pl'; } BEGIN { require 'oekaki_strings_en.pl'; } BEGIN { require 'futaba_style.pl'; } BEGIN { require 'wakautils.pl'; } BEGIN { $SIG{'__WARN__'} = sub {} } # kill warnings when redefining PAGE_TEMPLATE use constant PAGE_TEMPLATE => compile_template(NORMAL_HEAD_INCLUDE.q{ []


[
}.include("include/rules.html").q{

-( B, x)
<var $size>
No. No.   []
>> No. No.  
-( B, x)
<var $size>


[]
[] []

}.NORMAL_FOOT_INCLUDE); BEGIN { undef $SIG{'__WARN__'} } # re-enable warnings # terrible quirks mode code use constant OEKAKI_PAINT_TEMPLATE => compile_template(q{
}); use constant OEKAKI_INFO_TEMPLATE => compile_template(q{

Oekaki post (Time: , Painter: , Source: )

}); use constant OEKAKI_FINISH_TEMPLATE => compile_template(NORMAL_HEAD_INCLUDE.q{ []
[
}.include("include/rules.html").q{


}.NORMAL_FOOT_INCLUDE); 1;