option 7 and 8 done

This commit is contained in:
root 2025-01-18 11:31:14 +01:00
parent c863f71951
commit 95474141f4
4 changed files with 114 additions and 45 deletions

View file

@ -9,11 +9,15 @@ DONE:
-php : if valid make it filter your own verified.csv and unverified.csv files
-py : option 9) cleanup all duplicates in your own unverified.csv and verified.csv
-py : option 10) perform sanity checks on all csv files (to mark them as sensitive or remove the ones that are blacklisted)
-py : option 7) Add/Remove words in the sensitive list
-py : option 8) Add/Remove words in the blacklist
TODO:
-py : option 7) Add/Remove words in the sensitive list (assigned to anon)
-py : option 8) Add/Remove words in the blacklist (assigned to anon)
-manual work: fit all the existing links into the current format one by one
-php/css: make the search page preety
-doc: redo the documentation for the project
-doc: finish the blogpost about it
-release it
```