}
1;
=encoding utf8
=head1 NAME
Koha::App::Intranet - Mojolicious app for Koha's Intranet Client
=head1 DESCRIPTION
Run the Koha Intranet using Mojolicious servers
=head1 METHODS
=head2 startup
Called at application startup; Sets up routes, loads plugins and invokes hooks.
=cut
Koha::App::Opac - Mojolicious app for Koha's Opac Client
Run the Koha Opac using Mojolicious servers
Koha::App::Plugin::CGIBinKoha
Koha App Plugin used to wrap Koha CGI scripts for backwards compatibility whilst we migrate from CGI to using the Mojolicious Web Application Framework.
=head2 register
Called at application startup; Sets up a catch-all router to identify CGI scripts and loads the found script using CGI::Compile before running it under CGI::Emulate::PSGI.
-
Koha::App::Plugin::RESTV1
Koha App Plugin used to intercept api calls and route them to the dedicated REST API Mojolicious App.
Called at application startup; Sets up a router to catch all calls to /api and pass them through to Koha::REST::V1.