diff --git a/README.md b/README.md index 162d228..a978f36 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,24 @@ Micro Web Crawler in PHP & Manticore Yo! is the super thin layer for Manticore search server that extends official [manticoresearch-php](https://github.com/manticoresoftware/manticoresearch-php) client with CLI tools and simple JS-less WebUI. -## Components +## Features -* CLI tools for index operations +* MIME-based crawler with flexible filter settings by regular expressions, selectors, external links etc +* Page snap history with local and remote mirrors support (including FTP protocol) +* CLI tools for index administration and crontab tasks * JS-less frontend to run local or public search web portal * API tools to make search index distributed -## Features +## Components + +* [Manticore Server](https://github.com/manticoresoftware/manticoresearch) +* [PHP Library for Manticore](https://github.com/manticoresoftware/manticoresearch-php) +* [Boostrap Icons](https://icons.getbootstrap.com/) +* [Hostname ident icons](https://github.com/dmester/jdenticon-php) +* [Dom crawler](https://github.com/symfony/dom-crawler) +* [CSS selector](https://github.com/symfony/css-selector) +* [FTP client for snap mirrors](https://github.com/YGGverse/ftp-php) -* MIME-based crawler with flexible filter settings by regular expressions, selectors, external links etc -* Page snap history with local and remote mirrors support (including FTP protocol) ### Install