Home page animation by [alvarotrigo](https://codepen.io/alvarotrigo/pen/GRvYNax)
Home page animation by [alvarotrigo](https://codepen.io/alvarotrigo/pen/GRvYNax)
#### Requirements
#### Requirements
@ -31,9 +31,9 @@ php-gd
sqlite / fts5
sqlite / fts5
```
```
#### Installation
#### Installation
* The webroot dir is `/public`
* The webroot dir is `/public`
* Single configuration file placed here `/config/app.php.txt` and need to be configured and renamed to `/config/app.php`
* Single configuration file placed here `/config/app.php.txt` and need to be configured and renamed to `/config/app.php`
* By the idea, script automaticaly generates database structure in `/storage` folder (where could be nice to collect other variative and tmp data - like logs, etc). Make sure storage folder writable.
* By the idea, script automaticaly generates database structure in `/storage` folder (where could be nice to collect other variative and tmp data - like logs, etc). Make sure storage folder writable.
* Set up the `/crontab/crawler.php` script for execution every the minute, but it mostly related of the configs and targetal network volume, there is no debug implemented yet, so let's silentize it by `/dev/null`
* Set up the `/crontab/crawler.php` script for execution every the minute, but it mostly related of the configs and targetal network volume, there is no debug implemented yet, so let's silentize it by `/dev/null`
@ -41,7 +41,7 @@ sqlite / fts5
#### Roadmap / ideas
#### Roadmap / ideas
* [x] Web pages full text ranking search
* [x] Web pages full text ranking search
* [x] Make search results pagination
* [x] Make search results pagination
* [ ] Improve yggdrasil links detection, add .ygg domain zone support
* [ ] Improve yggdrasil links detection, add .ygg domain zone support
* [ ] Make page description visible - based on the cached content dump, when website description tag not available, add condition highlights
* [ ] Make page description visible - based on the cached content dump, when website description tag not available, add condition highlights
@ -55,12 +55,12 @@ sqlite / fts5
* [x] An idea to make unique gravatars for sites without favicons, because simpler to ident, comparing to ipv6
* [x] An idea to make unique gravatars for sites without favicons, because simpler to ident, comparing to ipv6
* [ ] An idea to make some visitors counters, like in good old times?
* [ ] An idea to make some visitors counters, like in good old times?