/ */ return array( 'libreoffice' => array( 'path' => 'soffice' ), 'xhprof' => array( 'ignored_routes' => array('libreoffice') ), 'router' => array( 'routes' => array( 'libreoffice' => array( 'type' => 'Application\Router\Regex', 'options' => array( 'regex' => '/libreoffice?(/(?P.*))?', 'spec' => '/libreoffice/%path%', 'defaults' => array( 'controller' => 'LibreOffice\Controller\Index', 'action' => 'index', 'path' => null ), ), ), ), ), 'controllers' => array( 'invokables' => array( 'LibreOffice\Controller\Index' => 'LibreOffice\Controller\IndexController' ), ), );