X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=gruntmaster-paged;h=5e7bd576231b8b64a89958110ee2a1229403bba1;hb=e57ca30a8f44b2af769c55bb09222bb4c170499b;hp=0bb9653d34d0743cebad249df1ee9b3e3224591d;hpb=70aec811a40e641b8653120828e72bf47dd4ff92;p=plack-app-gruntmaster.git diff --git a/gruntmaster-paged b/gruntmaster-paged index 0bb9653..5e7bd57 100755 --- a/gruntmaster-paged +++ b/gruntmaster-paged @@ -5,6 +5,8 @@ use Gruntmaster::Data qw/SUBSCRIBE WAIT_FOR_MESSAGES/; use Gruntmaster::Page; SUBSCRIBE 'genpage', \&Gruntmaster::Page::generate; +SUBSCRIBE 'gensrc', \&Gruntmaster::Page::gensrc; +SUBSCRIBE 'genarticle', \&Gruntmaster::Page::genarticle; WAIT_FOR_MESSAGES 86400 while 1; 1;