register( My::id(), 'reports', '^reports/((atom|rss2)/(.+))$', UrlHandler::feed(...) ); return true; } }