From 9ed29ba45e1bdf07ce595608e1f9d364979b11cf Mon Sep 17 00:00:00 2001 From: Brian Huisman Date: Tue, 18 Apr 2023 14:45:12 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9619559..8c6d187 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# orcinus-search - Orcinus Site Search - Self-crawling, indexing and search-engine script +# Orcinus Site Search + +The Orcinus Site Search PHP script is an all-in-one site crawler and search engine. Designed for use with small to medium sized sites without a convenient CMS search feature, it replaces 3rd party search solutions such as Google etc. + +Orcinus will crawl your site content on a schedule, or at your command via the admin UI or even by CLI/crontab. Customize your search results by blocking URLs, unlisting pages, or raising/lowering their search priority. + +Orcinus can generate a sitemap XML file of your pages after every crawl, suitable for uploading to Google analytics. It can also export a JavaScript version of the search engine that works with offline mirrors, such as those generated by HTTrack. From 6b93c73588c6b962da8a5f3d1579f153c8dcc354 Mon Sep 17 00:00:00 2001 From: Brian Huisman Date: Tue, 18 Apr 2023 15:24:51 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8c6d187..95a931a 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ The Orcinus Site Search PHP script is an all-in-one site crawler and search engi Orcinus will crawl your site content on a schedule, or at your command via the admin UI or even by CLI/crontab. Customize your search results by blocking URLs, unlisting pages, or raising/lowering their search priority. Orcinus can generate a sitemap XML file of your pages after every crawl, suitable for uploading to Google analytics. It can also export a JavaScript version of the search engine that works with offline mirrors, such as those generated by HTTrack. + +Requires: +- PHP >= 7.2.x \ No newline at end of file