From a79943dbae33f33de3165b2f5ad870a691baeeef Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 25 Jun 2023 22:12:07 +0300 Subject: [PATCH] update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5c2451e..082629c 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,8 @@ GET m=SphinxQL * [x] Debug log * [x] Index homepages and shorter URI with higher priority * [x] Collect target location links on page redirect available +* [ ] Host page DOM elements collecting by CSS selectors + * [ ] Custom settings for each host * [ ] XML Feeds support + [ ] Sitemap + [ ] RSS @@ -203,6 +205,7 @@ GET m=SphinxQL * [ ] Crawl queue balancer, that depends of CPU available ##### Cleaner + * [x] Deprecated DB items auto deletion / host settings update + [x] Pages + [x] Snaps @@ -216,6 +219,15 @@ GET m=SphinxQL * [x] DB tables optimization * [x] Debug log +##### CLI + +* [x] help +* [x] hostPageDom + + [x] generate + + [x] truncate +* [ ] hostPage + + [ ] add + ##### Other * [ ] Administrative panel for useful index moderation @@ -240,7 +252,9 @@ See also: [SQLite tree](https://github.com/YGGverse/YGGo/tree/sqliteway) #### License * Engine sources [MIT License](https://github.com/YGGverse/YGGo/blob/main/LICENSE) +* HTML parser [simple_html_dom](http://sourceforge.net/projects/simplehtmldom/) * Home page animation by [alvarotrigo](https://codepen.io/alvarotrigo/pen/GRvYNax) +* CLI logo by [patorjk.com](https://patorjk.com/software/taag/#p=display&f=Slant&t=YGGo!) #### See also