neon_arch commited on
Commit
1720135
1 Parent(s): cfdab56

change org to md format and delete goals.org

Browse files
Files changed (5) hide show
  1. CONTRIBUTING.md +34 -0
  2. CONTRIBUTING.org +0 -22
  3. README.md +182 -0
  4. README.org +0 -137
  5. goals.org +0 -15
CONTRIBUTING.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Things to Consider Before Contributing
2
+
3
+ ## Knowledge Required
4
+
5
+ - Rust basics
6
+ - Actix-web crate basics
7
+ - Tokio crate and async/await
8
+ - Reqwest crate basics
9
+ - Serde and serde~json~ crate basics
10
+ - fake~useragent~ crate basics
11
+ - pyo3/hlua/rlua crates basics
12
+
13
+ ## Guidelines
14
+
15
+ - Please be patient.
16
+
17
+ - Treat everyone with respect -- \"give respect and take respect.\"
18
+
19
+ - Document your code properly with Rust coding conventions in mind.
20
+
21
+ - Provide a brief description of the changes you made in the pull
22
+ request.
23
+
24
+ - Provide an appropriate header for the pull request.
25
+
26
+ **NOTE:** The rolling branch is where all contributions should go.
27
+ In other words, it is the working branch for this project.
28
+
29
+ We appreciate any contributions and suggestions to help improve the
30
+ Websurfx project. Please keep in mind the above requirements and
31
+ guidelines before submitting a pull request and also if you have any
32
+ doubts/concerns/questions about the project, its source code or anything
33
+ related to the project than feel free to ask by opening an
34
+ \[issue\](<https://github.com/neon-mmd/websurfx/issues>).
CONTRIBUTING.org DELETED
@@ -1,22 +0,0 @@
1
- * Things to Consider Before Contributing
2
-
3
- ** Knowledge Required
4
- - Rust basics
5
- - Actix-web crate basics
6
- - Tokio crate and async/await
7
- - Reqwest crate basics
8
- - Serde and serde_json crate basics
9
- - fake_useragent crate basics
10
- - pyo3/hlua/rlua crates basics
11
-
12
- ** Guidelines
13
-
14
- - Please be patient.
15
- - Treat everyone with respect -- "give respect and take respect."
16
- - Document your code properly with Rust coding conventions in mind.
17
- - Provide a brief description of the changes you made in the pull request.
18
- - Provide an appropriate header for the pull request.
19
-
20
- *NOTE:* The rolling branch is where all contributions should go. In other words, it is the working branch for this project.
21
-
22
- We appreciate any contributions and suggestions to help improve the Websurfx project. Please keep in mind the above requirements and guidelines before submitting a pull request and also if you have any doubts/concerns/questions about the project, its source code or anything related to the project than feel free to ask by opening an [issue](https://github.com/neon-mmd/websurfx/issues).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h1 align="center">Websurfx</h1>
2
+ <p align="center">
3
+ <i> A lightning-fast, privacy-respecting, secure <a href="https://en.wikipedia.org/wiki/Metasearch_engine">meta search engine</a> (pronounced as websurface or web-surface /wɛbˈsɜːrfəs/.) written in Rust. It provides a fast and secure search experience while respecting user privacy.</i>
4
+ <br/>
5
+ <br/>
6
+ <b align="center"><a href="README.org">Readme</a></b> | <b><a href="https://discord.gg/k4GH2TnZ">Discord</a></b> | <b><a href="https://github.com/neon-mmd/websurfx">GitHub</a></b>
7
+ <br/><br/>
8
+ <!---add status badges here---->
9
+ </p>
10
+
11
+ # Table of Contents
12
+
13
+ - [Features](#features)
14
+ - [Preview](#preview)
15
+ - [Main Page](#main-page)
16
+ - [Search Page](#search-page)
17
+ - [404 Error Page](#404-error-page)
18
+ - [Installation and Testing](#installation-and-testing)
19
+ - [More Contributers Wanted](#more-contributers-wanted)
20
+ - [FAQ - (Frequently Asked
21
+ Questions)](#faq-frequently-asked-questions)
22
+ - [Why Websurfx?](#why-websurfx)
23
+ - [Why AGPLv3?](#why-agplv3)
24
+ - [Why Rust?](#why-rust)
25
+ - [Contributing](#contributing)
26
+ - [Not a developer but still want to
27
+ contribute](#not-a-developer-but-still-want-to-contribute)
28
+ - [Developer](#developer)
29
+ - [License](#license)
30
+ - [Credits](#credits)
31
+
32
+ # Features
33
+
34
+ - Proper NSFW blocking
35
+ - High level customizability with 9 colorchemes provided by default
36
+ with a simple theme, also supporting creation of your custom themes
37
+ and colorschemes very quickly and easily
38
+ - Advanced image search
39
+ - Fast, private and secure
40
+ - 100% free and open source
41
+ - and lots more...
42
+
43
+ # Preview
44
+
45
+ ## Main Page
46
+
47
+ ```{=html}
48
+ <img align="center" src="./images/main_page.png" />
49
+ ```
50
+ ## Search Page
51
+
52
+ ```{=html}
53
+ <img align="center" src="./images/search_page.png" />
54
+ ```
55
+ ## 404 Error Page
56
+
57
+ ```{=html}
58
+ <img align="center" src="./images/404_error_page.png" />
59
+ ```
60
+ # Installation and Testing
61
+
62
+ To get started with Websurfx, clone the repository, edit the config file
63
+ which is located in the `websurfx`{.verbatim} directory and install
64
+ redis server by following the instructions located
65
+ [here](https://redis.io/docs/getting-started/) and then run the websurfx
66
+ server and redis server using the following commands:
67
+
68
+ ``` shell
69
+ git clone https://github.com/neon-mmd/websurfx.git
70
+ cd websurfx
71
+ cargo build
72
+ redis-server -p 8082 &
73
+ ./target/debug/websurfx
74
+ ```
75
+
76
+ If you want to use the rolling/edge branch, run the following commands
77
+ instead:
78
+
79
+ ``` shell
80
+ git clone https://github.com/neon-mmd/websurfx.git
81
+ cd websurfx
82
+ git checkout rolling
83
+ cargo build
84
+ redis-server -p 8082 &
85
+ ./target/debug/websurfx
86
+ ```
87
+
88
+ Once you have started the server, open your preferred web browser and
89
+ navigate to <http://127.0.0.1:8080> to start using Websurfx.
90
+
91
+ **Important Note:** Please be aware that the project is still in the
92
+ testing phase and is not ready for production use.
93
+
94
+ # Configuration
95
+
96
+ Websurfx is configured through the config.lua file, located at
97
+ `websurfx/config.lua`{.verbatim}.
98
+
99
+ # Theming
100
+
101
+ Websurfx comes with several themes and colorschemes by default which you
102
+ can apply and edit through the config file. Support for custom themes
103
+ and colorschemes using css and develop your own unique-looking website.
104
+
105
+ # More Contributers Wanted
106
+
107
+ We are looking for more willing contributors to help grow this project.
108
+ For more information on how you can contribute, check out the [project
109
+ board](https://github.com/neon-mmd/websurfx/projects?query=is%3Aopen)
110
+ and the [CONTRIBUTING.org](CONTRIBUTING.org) file for guidelines and
111
+ rules for making contributions.
112
+
113
+ # FAQ (Frequently Asked Questions)
114
+
115
+ ## Why Websurfx?
116
+
117
+ The main goal of the Websurfx project is to provide a fast, secure, and
118
+ privacy-focused [meta search
119
+ engine](https://en.wikipedia.org/wiki/Metasearch_engine). While there
120
+ are many meta search engines available, they do not always guarantee the
121
+ security of their search engine, which is essential for ensuring
122
+ privacy. For example, memory vulnerabilities can leak private or
123
+ sensitive information, which is never good. Websurfx is written in Rust,
124
+ which guarantees memory safety and eliminates such problems. Many meta
125
+ search engines also lack key features such as advanced image search,
126
+ which is required by many graphic designers, content creators, and
127
+ others. Websurfx aims to provide these features and others, such as
128
+ proper NSFW blocking, to improve the user experience.
129
+
130
+ ## Why AGPLv3?
131
+
132
+ Websurfx is released under the **AGPLv3** license to ensure that the
133
+ source code remains open and transparent. This helps to prevent the
134
+ inclusion of spyware, telemetry, or other malicious code in the project.
135
+ **AGPLv3** is a strong copyleft license that ensures the source code of
136
+ the software remains open and available to everyone, including any
137
+ modifications or improvements made to the code.
138
+
139
+ ## Why Rust?
140
+
141
+ Rust was chosen as the programming language for Websurfx due to its
142
+ memory safety features, which can help prevent vulnerabilities and make
143
+ the codebase more secure. Rust is also faster than C++, which helps to
144
+ make Websurfx fast and responsive. In addition, Rust\'s ownership and
145
+ borrowing system allows for safe concurrency and thread safety in the
146
+ codebase.
147
+
148
+ # Contributing
149
+
150
+ Contributions are welcome from anyone. It doesn\'t matter who you are;
151
+ you can still contribute to the project in your way.
152
+
153
+ ## Not a developer but still want to contribute?
154
+
155
+ Check out this [video](https://youtu.be/FccdqCucVSI) by Mr. Nick on how
156
+ to contribute.
157
+
158
+ ## Developer
159
+
160
+ If you are a developer, have a look at the
161
+ [CONTRIBUTING.org](CONTRIBUTING.org) document for more information.
162
+
163
+ # License
164
+
165
+ Websurfx is available under the [AGPLv3](LICENSE) license.
166
+
167
+ # Credits
168
+
169
+ We would like to thank the following people for their contributions and
170
+ support:
171
+
172
+ <a href="https://github.com/neon-mmd/websurfx/graphs/contributors">
173
+ <img src="https://contrib.rocks/image?repo=neon-mmd/websurfx" />
174
+ </a>
175
+ <br/>
176
+ <p align="center">
177
+ <a href="https://github.com/neon-mmd/websurfx">
178
+ <img src="https://github.githubassets.com/images/icons/emoji/octocat.png" />
179
+ </a>
180
+ <br><br>
181
+ <i>Thank you for Visiting</i>
182
+ </p>
README.org DELETED
@@ -1,137 +0,0 @@
1
- #+html: <h1 align="center">Websurfx</h1>
2
- #+html: <p align="center">
3
- #+html: <i> A lightning-fast, privacy-respecting, secure <a href="https://en.wikipedia.org/wiki/Metasearch_engine">meta search engine</a> (pronounced as websurface or web-surface /wɛbˈsɜːrfəs/.) written in Rust. It provides a fast and secure search experience while respecting user privacy.</i>
4
- #+html: <br/>
5
- #+html: <br/>
6
- #+html: <b align="center"><a href="README.org">Readme</a></b> | <b><a href="https://discord.gg/k4GH2TnZ">Discord</a></b> | <b><a href="https://github.com/neon-mmd/websurfx">GitHub</a></b>
7
- #+html: <br/><br/>
8
- #+html: <!---add status badges here---->
9
- #+html: </p>
10
-
11
- * Table of Contents
12
-
13
- - [[#features][Features]]
14
- - [[#preview][Preview]]
15
- - [[#main-page][Main Page]]
16
- - [[#search-page][Search Page]]
17
- - [[#404-error-page][404 Error Page]]
18
- - [[#installation-and-testing][Installation and Testing]]
19
- - [[#more-contributers-wanted][More Contributers Wanted]]
20
- - [[#faq-frequently-asked-questions][FAQ - (Frequently Asked Questions)]]
21
- - [[#why-websurfx][Why Websurfx?]]
22
- - [[#why-agplv3][Why AGPLv3?]]
23
- - [[#why-rust][Why Rust?]]
24
- - [[#contributing][Contributing]]
25
- - [[#not-a-developer-but-still-want-to-contribute][Not a developer but still want to contribute]]
26
- - [[#developer][Developer]]
27
- - [[#license][License]]
28
- - [[#credits][Credits]]
29
-
30
- * Features
31
-
32
- - Proper NSFW blocking
33
- - High level customizability with 9 colorchemes provided by default with a simple theme, also supporting creation of your custom themes and colorschemes very quickly and easily
34
- - Advanced image search
35
- - Fast, private and secure
36
- - 100% free and open source
37
- - and lots more...
38
-
39
- * Preview
40
-
41
- ** Main Page
42
-
43
- #+html: <img align="center" src="./images/main_page.png" />
44
-
45
- ** Search Page
46
-
47
- #+html: <img align="center" src="./images/search_page.png" />
48
-
49
- ** 404 Error Page
50
-
51
- #+html: <img align="center" src="./images/404_error_page.png" />
52
-
53
- * Installation and Testing
54
-
55
- To get started with Websurfx, clone the repository, edit the config file which is located in the =websurfx= directory and install redis server by following the instructions located [[https://redis.io/docs/getting-started/][here]] and then run the websurfx server and redis server using the following commands:
56
-
57
- #+begin_src shell
58
- git clone https://github.com/neon-mmd/websurfx.git
59
- cd websurfx
60
- cargo build
61
- redis-server -p 8082 &
62
- ./target/debug/websurfx
63
- #+end_src
64
-
65
- If you want to use the rolling/edge branch, run the following commands instead:
66
-
67
- #+begin_src shell
68
- git clone https://github.com/neon-mmd/websurfx.git
69
- cd websurfx
70
- git checkout rolling
71
- cargo build
72
- redis-server -p 8082 &
73
- ./target/debug/websurfx
74
- #+end_src
75
-
76
- Once you have started the server, open your preferred web browser and navigate to http://127.0.0.1:8080 to start using Websurfx.
77
-
78
- *Important Note:* Please be aware that the project is still in the testing phase and is not ready for production use.
79
-
80
- * Configuration
81
-
82
- Websurfx is configured through the config.lua file, located at =websurfx/config.lua=.
83
-
84
- * Theming
85
-
86
- Websurfx comes with several themes and colorschemes by default which you can apply and edit through the config file. Support for custom themes and colorschemes using css and develop your own unique-looking website.
87
-
88
- * More Contributers Wanted
89
-
90
- We are looking for more willing contributors to help grow this project. For more information on how you can contribute, check out the [[https://github.com/neon-mmd/websurfx/projects?query=is%3Aopen][project board]] and the [[file:CONTRIBUTING.org][CONTRIBUTING.org]] file for guidelines and rules for making contributions.
91
-
92
- * FAQ (Frequently Asked Questions)
93
-
94
- ** Why Websurfx?
95
-
96
- The main goal of the Websurfx project is to provide a fast, secure, and privacy-focused [[https://en.wikipedia.org/wiki/Metasearch_engine][meta search engine]]. While there are many meta search engines available, they do not always guarantee the security of their search engine, which is essential for ensuring privacy. For example, memory vulnerabilities can leak private or sensitive information, which is never good. Websurfx is written in Rust, which guarantees memory safety and eliminates such problems. Many meta search engines also lack key features such as advanced image search, which is required by many graphic designers, content creators, and others. Websurfx aims to provide these features and others, such as proper NSFW blocking, to improve the user experience.
97
-
98
- ** Why AGPLv3?
99
-
100
- Websurfx is released under the *AGPLv3* license to ensure that the source code remains open and transparent. This helps to prevent the inclusion of spyware, telemetry, or other malicious code in the project. *AGPLv3* is a strong copyleft license that ensures the source code of the software remains open and available to everyone, including any modifications or improvements made to the code.
101
-
102
- ** Why Rust?
103
-
104
- Rust was chosen as the programming language for Websurfx due to its memory safety features, which can help prevent vulnerabilities and make the codebase more secure. Rust is also faster than C++, which helps to make Websurfx fast and responsive. In addition, Rust's ownership and borrowing system allows for safe concurrency and thread safety in the codebase.
105
-
106
- * Contributing
107
-
108
- Contributions are welcome from anyone. It doesn't matter who you are; you can still contribute to the project in your way.
109
-
110
- ** Not a developer but still want to contribute?
111
-
112
- Check out this [[https://youtu.be/FccdqCucVSI][video]] by Mr. Nick on how to contribute.
113
-
114
- ** Developer
115
-
116
- If you are a developer, have a look at the [[file:CONTRIBUTING.org][CONTRIBUTING.org]] document for more information.
117
-
118
- * License
119
-
120
- Websurfx is available under the [[file:LICENSE][AGPLv3]] license.
121
-
122
- * Credits
123
-
124
- We would like to thank the following people for their contributions and support:
125
-
126
- #+html: <a href="https://github.com/neon-mmd/websurfx/graphs/contributors">
127
- #+html: <img src="https://contrib.rocks/image?repo=neon-mmd/websurfx" />
128
- #+html: </a>
129
-
130
- #+html: <br/>
131
- #+html: <p align="center">
132
- #+html: <a href="https://github.com/neon-mmd/websurfx">
133
- #+html: <img src="https://github.githubassets.com/images/icons/emoji/octocat.png" />
134
- #+html: </a>
135
- #+html: <br><br>
136
- #+html: <i>Thank you for Visiting</i>
137
- #+html: </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
goals.org DELETED
@@ -1,15 +0,0 @@
1
- * Goals for future development
2
-
3
- - Replace Handlebars with the faster templating engine /Tera/.
4
-
5
- - Add more upstream search engines.
6
-
7
- - Implement dorking support (like Google).
8
-
9
- - Add advanced search functionality and a dropdown menu for it.
10
-
11
- - Add more categories to the search engine's search page, such as images, files, news, and maps.
12
-
13
- - Add advanced image functionality for content creators, video editors, etc.
14
-
15
- - Add GPT integration, taking inspiration from the Langchain module of Python or incorporating it using pyo3, and give users the choice to add an API key. Giving users the choice is important, as some people may be against AI, and this will ensure that those users who don't want to use GPT can disable it by not adding an API key.