fix the checkboxes in the readme
This commit is contained in:
parent
5eb94a6834
commit
6b7002417d
1 changed files with 5 additions and 5 deletions
10
README.md
10
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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue