mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-09 13:24:37 +00:00
update readme
This commit is contained in:
parent
2853db6207
commit
35acabeab9
13
README.md
13
README.md
@ -37,8 +37,8 @@ sphinxsearch
|
|||||||
* The web root dir is `/public`
|
* The web root dir is `/public`
|
||||||
* Deploy the database using [MySQL Workbench](https://www.mysql.com/products/workbench) project presented in the `/database` folder
|
* Deploy the database using [MySQL Workbench](https://www.mysql.com/products/workbench) project presented in the `/database` folder
|
||||||
* Install [Sphinx Search Server](https://sphinxsearch.com)
|
* Install [Sphinx Search Server](https://sphinxsearch.com)
|
||||||
* Configuration examples are placed at `/config` folder
|
* Configuration examples presented at `/config` folder
|
||||||
* Make sure `/storage/cache`, `/storage/tmp`, `/storage/snap` folders writable
|
* Make sure `/storage/cache`, `/storage/tmp`, `/storage/snap` folders are writable
|
||||||
* Set up the `/crontab` scripts by following [example](https://github.com/YGGverse/YGGo/blob/main/config/crontab.txt)
|
* Set up the `/crontab` scripts by following [example](https://github.com/YGGverse/YGGo/blob/main/config/crontab.txt)
|
||||||
|
|
||||||
#### JSON API
|
#### JSON API
|
||||||
@ -71,7 +71,7 @@ GET mode=SphinxQL - optional, enable extended SphinxQL syntax
|
|||||||
|
|
||||||
##### Hosts distribution
|
##### Hosts distribution
|
||||||
|
|
||||||
Returns node hosts collected with fields provided in `API_HOSTS_FIELDS` option.
|
Returns hosts collected with fields provided in `API_HOSTS_FIELDS` option.
|
||||||
|
|
||||||
Could be enabled or disabled by `API_HOSTS_ENABLED` option
|
Could be enabled or disabled by `API_HOSTS_ENABLED` option
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ GET action=hosts - required
|
|||||||
|
|
||||||
##### Application manifest
|
##### Application manifest
|
||||||
|
|
||||||
Returns node information.
|
Returns node information for other nodes that have same `CRAWL_MANIFEST_API_VERSION` and `CRAWL_URL_REGEXP` conditions.
|
||||||
|
|
||||||
Could be enabled or disabled by `API_MANIFEST_ENABLED` option
|
Could be enabled or disabled by `API_MANIFEST_ENABLED` option
|
||||||
|
|
||||||
@ -157,13 +157,13 @@ GET m=SphinxQL
|
|||||||
##### UI
|
##### UI
|
||||||
|
|
||||||
* [x] CSS only, JS-less interface
|
* [x] CSS only, JS-less interface
|
||||||
* [x] Unique ident icons for sites without favicons
|
* [x] Unique host ident icons
|
||||||
* [x] Content genre tabs (#1)
|
* [x] Content genre tabs (#1)
|
||||||
* [x] Safe images preview
|
|
||||||
* [x] Page index explorer
|
* [x] Page index explorer
|
||||||
+ [x] Meta
|
+ [x] Meta
|
||||||
+ [x] Snaps history
|
+ [x] Snaps history
|
||||||
+ [x] Referrers
|
+ [x] Referrers
|
||||||
|
* [ ] Safe media preview
|
||||||
* [ ] Results with found matches highlight
|
* [ ] Results with found matches highlight
|
||||||
* [ ] The time machine feature by content snaps history
|
* [ ] The time machine feature by content snaps history
|
||||||
|
|
||||||
@ -174,7 +174,6 @@ GET m=SphinxQL
|
|||||||
+ [x] Search
|
+ [x] Search
|
||||||
+ [x] Hosts
|
+ [x] Hosts
|
||||||
+ [ ] Snaps
|
+ [ ] Snaps
|
||||||
+ [ ] MIME list
|
|
||||||
* [ ] Context advertising API
|
* [ ] Context advertising API
|
||||||
|
|
||||||
##### Crawler
|
##### Crawler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user