diff --git a/Controller/SearchController.php b/Controller/SearchController.php index e0ba804..facddcd 100755 --- a/Controller/SearchController.php +++ b/Controller/SearchController.php @@ -70,7 +70,7 @@ final class SearchController extends Controller /** @var string[] $toCheck */ $toCheck = Directory::listByExtension($path, 'md'); foreach ($toCheck as $file) { - // @todo: create better matching + // @todo create better matching $content = \file_get_contents($path . '/' . $file); if ($content === false || ($found = \stripos($content, $pattern)) === false) { @@ -121,11 +121,11 @@ final class SearchController extends Controller 'tags' => [], 'type' => 'list_links', ]; - // @todo: add match score for sorted return + // @todo add match score for sorted return } } - // @todo: probably cleanup return for link generation + sort by best match + // @todo probably cleanup return for link generation + sort by best match $response->header->set('Content-Type', MimeType::M_JSON . '; charset=utf-8', true); $response->set($request->uri->__toString(), $files); } diff --git a/ICAL.txt b/ICAL.txt index 019045f..f1b55ed 100755 --- a/ICAL.txt +++ b/ICAL.txt @@ -1,6 +1,6 @@ # Individual Contributor License Agreement ("CLA") 1.0 -Thank you for your interest in Karaka-Management (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose. +Thank you for your interest in Jingga e. K. (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose. By contributing to the Company You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Company. In return, the Company shall not use Your Contributions in a way that is contrary to the public benefit or inconsistent with its bylaws in effect at the time of the Contribution. Except for the license granted herein to the Company and recipients of software distributed by the Company, You reserve all right, title, and interest in and to Your Contributions.