orcinus-search/README.md

10 lines
751 B
Markdown
Raw Normal View History

2023-04-18 18:45:12 +00: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.
2023-04-18 19:24:51 +00:00
Requires:
- PHP >= 7.2.x