0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

Marking goals/tasks as completed

This commit is contained in:
neon_arch 2023-04-28 13:14:29 +03:00
parent a40ade23e7
commit 444eae02b6

View File

@ -2,8 +2,6 @@
- [ ] Add unit tests, integration test, doc tests in the project source code.
- [ ] Write .gitlab-ci.yml for automating testing of the project.
- [ ] Add code to remove nsfw content from search results using a blocklist.
- [ ] Add code to disallow user to search sensitive content (similar functionality to swisscows search engine) if strict safe search is turned on.
@ -24,6 +22,8 @@
- [ ] Add search engine logo to index page and to the navbar (on the right hand side).
- [X] Write rust.yml for automating testing of the project.
- [X] Add better documentation to source code.
- [X] Add FAQ section in readme.org for answering commonly asked questions like why websurfx?, why rust?, why GPLv3?, etc.