Automatically crawl your website and add search-engine capability.
Go to file
2023-04-18 18:36:11 -04:00
orcinus Choose entity flag based on DOCTYPE 2023-04-18 18:36:11 -04:00
.gitattributes Initial commit 2023-04-11 22:02:16 -04:00
.gitignore Daily updates, big flow change in crawler.php 2023-04-18 17:20:27 -04:00
example.html ARIA search updates 2023-04-12 21:08:53 -04:00
example.php ARIA search updates 2023-04-12 21:08:53 -04:00
LICENSE Initial commit 2023-04-11 22:02:16 -04:00
README.md Update README.md 2023-04-18 15:24:51 -04:00

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.

Requires:

  • PHP >= 7.2.x