neon_arch commited on
Commit
41d29ef
1 Parent(s): f94ac50

Adding more goals to goals.org and marking completed goals.

Browse files
Files changed (1) hide show
  1. goals.org +4 -0
goals.org CHANGED
@@ -1,5 +1,7 @@
1
  * TODO Goals for v0.1.0
2
 
 
 
3
  - [ ] Add code to remove nsfw content from search results using a blocklist.
4
 
5
  - [ ] Add code to disallow user to search sensitive content (similar functionality to swisscows search engine) if strict safe search is turned on.
@@ -20,6 +22,8 @@
20
 
21
  - [ ] Add search engine logo to index page and to the navbar (on the right hand side).
22
 
 
 
23
  - [X] Add code to generate random user agent to protect user's privacy.
24
 
25
  - [X] Add duckduckgo engine as an upstream.
 
1
  * TODO Goals for v0.1.0
2
 
3
+ - [ ] Add FAQ section in readme.org for answering commonly asked questions like why websurfx?, why rust?, why GPLv3?, etc.
4
+
5
  - [ ] Add code to remove nsfw content from search results using a blocklist.
6
 
7
  - [ ] Add code to disallow user to search sensitive content (similar functionality to swisscows search engine) if strict safe search is turned on.
 
22
 
23
  - [ ] Add search engine logo to index page and to the navbar (on the right hand side).
24
 
25
+ - [X] Add logging to websurfx project.
26
+
27
  - [X] Add code to generate random user agent to protect user's privacy.
28
 
29
  - [X] Add duckduckgo engine as an upstream.