This is just the module for the cms. See bluehawk/kohanut for the whole application, the documentation is on the website.
+++
This fork is the port of Kohanut core for Jelly modelling system. Also Jelly-Auth Kohana 3 authentication module applied for user management (but all its possibilities are not implemented yet).
This modification depends on such Kohana 3 modules as
Here the example of my bootstrap Kohana::modules(), order of includind matters:
Kohana::modules(array(
'database' => MODPATH.'database',
'jelly-mptt' => MODPATH.'jelly-mptt',
'kohanut' => MODPATH.'kohanut',
'jelly-auth' => MODPATH.'jelly-auth',
'auth' => MODPATH.'auth',
'jelly' => MODPATH.'jelly',
));