searpl

a small php sqlite search engine. <a href="https://thunix.net/~xfnw/search">see it in action</a>
Log | Files | Refs | README

commit 6b7002417d600c7d239ff74718d18a0666b3e571
parent 5eb94a6834bc9fad2db5358b9fc5394e4f433e73
Author: owen <xfnw@ttm.sh>
Date:   Tue, 15 Dec 2020 11:02:24 -0500

fix the checkboxes in the readme
Diffstat:
MREADME.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -2,12 +2,12 @@ searpl is a small php search engine with the following features: --[x] robot.txt compliant --[x] sqlite, so theres no need to run some fancy database daemon --[x] javascript-free --[ ] it uses a cloudflare cdn for the search button icon, +- [x] robot.txt compliant +- [x] sqlite, so theres no need to run some fancy database daemon +- [x] javascript-free +- [ ] it uses a cloudflare cdn for the search button icon, but you can block it without impacting much. --[x] read-only database, nothing is written except with the shell +- [x] read-only database, nothing is written except with the shell