update readme

This commit is contained in:
ghost 2023-05-05 12:49:07 +03:00
parent 05fedc6fa6
commit a1d8522006

View File

@ -138,27 +138,45 @@ GET m=SphinxQL
#### Roadmap #### Roadmap
##### Basic features
* [x] Web pages full text ranking search * [x] Web pages full text ranking search
* [x] Make search results pagination
* [x] Robots.txt / robots meta tags support (#2)
* [ ] Redirect codes extended processing
* [ ] Make page description with found matches highlight
* [ ] Content genre tabs (#1)
* [x] Images search with safe proxy preview support * [x] Images search with safe proxy preview support
* [ ] Palette image index / filter * [x] Extended syntax support
* [x] Deprecated index auto cleaner * [x] Flexible settings compatible with IPv4/IPv6 networks
* [ ] Crawl queue balancer, that depends of CPU available
* [x] Auto stop crawling on disk quota reached ##### UI
* [ ] Indexing new sites homepage in higher priority
* [x] Add transactions to prevent data loss on DB crashes * [x] Unique ident icons for sites without favicons
* [x] JSON API * [ ] Results with found matches highlight
* [x] Distributed index data sharing between the nodes trough manifest API * [ ] Content genre tabs (#1)
* [x] Unique gravatars for sites without favicons, because simpler to ident, comparing to ipv6
* [ ] Link clicks counter, trough internal stats redirect controller
* [ ] The time machine feature by content history cache preview * [ ] The time machine feature by content history cache preview
* [ ] Link clicks counter
##### API
* [x] JSON API
* [x] Distributed index data sharing between YGGo nodes trough manifest API
* [ ] Context advertising API * [ ] Context advertising API
##### Crawler
* [x] Auto crawl links by regular expression rules
* [x] Robots.txt / robots meta tags support (#2)
* [x] Specific rules configuration for every host
* [x] Deprecated index auto cleaner
* [x] Auto stop crawling on disk quota reached
* [x] Transactions support to prevent data loss in queue failures
* [ ] Indexing new sites homepage in higher priority
* [ ] Redirect codes extended processing
* [ ] Palette image index / filter
* [ ] Crawl queue balancer, that depends of CPU available
##### Other
* [ ] Administrative panel for useful index moderation * [ ] Administrative panel for useful index moderation
#### Contributions #### Contributions
Please make a new branch of master|sqliteway tree for each patch in your fork before create PR Please make a new branch of master|sqliteway tree for each patch in your fork before create PR