neon_arch
commited on
Commit
·
9bbadf9
1
Parent(s):
fc69ace
Marked goals as completed.
Browse files
goals.org
CHANGED
@@ -4,10 +4,8 @@
|
|
4 |
|
5 |
- [ ] Write .gitlab-ci.yml for automating testing of the project.
|
6 |
|
7 |
-
- [ ] Add FAQ section in readme.org for answering commonly asked questions like why websurfx?, why rust?, why GPLv3?, etc.
|
8 |
-
|
9 |
- [ ] Add code to remove nsfw content from search results using a blocklist.
|
10 |
-
|
11 |
- [ ] Add code to disallow user to search sensitive content (similar functionality to swisscows search engine) if strict safe search is turned on.
|
12 |
|
13 |
- [ ] Add better error handling code to handle scraping error, reqwest error, etc.
|
@@ -23,9 +21,13 @@
|
|
23 |
- [ ] Add python/lua config to the search engine and also ensuring and giving more control to the user (server maintainer/administrator).
|
24 |
|
25 |
- [ ] Add settings page to configure search engine on the fly by the user and save his preferences using cookies.
|
26 |
-
|
27 |
- [ ] Add search engine logo to index page and to the navbar (on the right hand side).
|
28 |
|
|
|
|
|
|
|
|
|
29 |
- [X] Add logging to websurfx project.
|
30 |
|
31 |
- [X] Add code to generate random user agent to protect user's privacy.
|
|
|
4 |
|
5 |
- [ ] Write .gitlab-ci.yml for automating testing of the project.
|
6 |
|
|
|
|
|
7 |
- [ ] Add code to remove nsfw content from search results using a blocklist.
|
8 |
+
|
9 |
- [ ] Add code to disallow user to search sensitive content (similar functionality to swisscows search engine) if strict safe search is turned on.
|
10 |
|
11 |
- [ ] Add better error handling code to handle scraping error, reqwest error, etc.
|
|
|
21 |
- [ ] Add python/lua config to the search engine and also ensuring and giving more control to the user (server maintainer/administrator).
|
22 |
|
23 |
- [ ] Add settings page to configure search engine on the fly by the user and save his preferences using cookies.
|
24 |
+
|
25 |
- [ ] Add search engine logo to index page and to the navbar (on the right hand side).
|
26 |
|
27 |
+
- [X] Add better documentation to source code.
|
28 |
+
|
29 |
+
- [X] Add FAQ section in readme.org for answering commonly asked questions like why websurfx?, why rust?, why GPLv3?, etc.
|
30 |
+
|
31 |
- [X] Add logging to websurfx project.
|
32 |
|
33 |
- [X] Add code to generate random user agent to protect user's privacy.
|