From 1720135465fe50e7f680cfb8012d0b74a91ee0a0 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 4 May 2023 22:52:39 +0300 Subject: [PATCH 1/6] change org to md format and delete goals.org --- CONTRIBUTING.md | 34 +++++++++ CONTRIBUTING.org | 22 ------ README.md | 182 +++++++++++++++++++++++++++++++++++++++++++++++ README.org | 137 ----------------------------------- goals.org | 15 ---- 5 files changed, 216 insertions(+), 174 deletions(-) create mode 100644 CONTRIBUTING.md delete mode 100644 CONTRIBUTING.org create mode 100644 README.md delete mode 100644 README.org delete mode 100644 goals.org diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..040801e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,34 @@ +# Things to Consider Before Contributing + +## Knowledge Required + +- Rust basics +- Actix-web crate basics +- Tokio crate and async/await +- Reqwest crate basics +- Serde and serde~json~ crate basics +- fake~useragent~ crate basics +- pyo3/hlua/rlua crates basics + +## Guidelines + +- Please be patient. + +- Treat everyone with respect -- \"give respect and take respect.\" + +- Document your code properly with Rust coding conventions in mind. + +- Provide a brief description of the changes you made in the pull + request. + +- Provide an appropriate header for the pull request. + + **NOTE:** The rolling branch is where all contributions should go. + In other words, it is the working branch for this project. + +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\](). diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org deleted file mode 100644 index 1dbee3f..0000000 --- a/CONTRIBUTING.org +++ /dev/null @@ -1,22 +0,0 @@ -* Things to Consider Before Contributing - -** Knowledge Required -- Rust basics -- Actix-web crate basics -- Tokio crate and async/await -- Reqwest crate basics -- Serde and serde_json crate basics -- fake_useragent crate basics -- pyo3/hlua/rlua crates basics - -** Guidelines - -- Please be patient. -- Treat everyone with respect -- "give respect and take respect." -- Document your code properly with Rust coding conventions in mind. -- Provide a brief description of the changes you made in the pull request. -- Provide an appropriate header for the pull request. - - *NOTE:* The rolling branch is where all contributions should go. In other words, it is the working branch for this project. - -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). diff --git a/README.md b/README.md new file mode 100644 index 0000000..9148cc5 --- /dev/null +++ b/README.md @@ -0,0 +1,182 @@ +

Websurfx

+

+ A lightning-fast, privacy-respecting, secure meta search engine (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. +
+
+Readme | Discord | GitHub +

+ +

+ +# Table of Contents + +- [Features](#features) +- [Preview](#preview) + - [Main Page](#main-page) + - [Search Page](#search-page) + - [404 Error Page](#404-error-page) +- [Installation and Testing](#installation-and-testing) +- [More Contributers Wanted](#more-contributers-wanted) +- [FAQ - (Frequently Asked + Questions)](#faq-frequently-asked-questions) + - [Why Websurfx?](#why-websurfx) + - [Why AGPLv3?](#why-agplv3) + - [Why Rust?](#why-rust) +- [Contributing](#contributing) + - [Not a developer but still want to + contribute](#not-a-developer-but-still-want-to-contribute) + - [Developer](#developer) +- [License](#license) +- [Credits](#credits) + +# Features + +- Proper NSFW blocking +- 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 +- Advanced image search +- Fast, private and secure +- 100% free and open source +- and lots more... + +# Preview + +## Main Page + +```{=html} + +``` +## Search Page + +```{=html} + +``` +## 404 Error Page + +```{=html} + +``` +# Installation and Testing + +To get started with Websurfx, clone the repository, edit the config file +which is located in the `websurfx`{.verbatim} directory and install +redis server by following the instructions located +[here](https://redis.io/docs/getting-started/) and then run the websurfx +server and redis server using the following commands: + +``` shell +git clone https://github.com/neon-mmd/websurfx.git +cd websurfx +cargo build +redis-server -p 8082 & +./target/debug/websurfx +``` + +If you want to use the rolling/edge branch, run the following commands +instead: + +``` shell +git clone https://github.com/neon-mmd/websurfx.git +cd websurfx +git checkout rolling +cargo build +redis-server -p 8082 & +./target/debug/websurfx +``` + +Once you have started the server, open your preferred web browser and +navigate to to start using Websurfx. + +**Important Note:** Please be aware that the project is still in the +testing phase and is not ready for production use. + +# Configuration + +Websurfx is configured through the config.lua file, located at +`websurfx/config.lua`{.verbatim}. + +# Theming + +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. + +# More Contributers Wanted + +We are looking for more willing contributors to help grow this project. +For more information on how you can contribute, check out the [project +board](https://github.com/neon-mmd/websurfx/projects?query=is%3Aopen) +and the [CONTRIBUTING.org](CONTRIBUTING.org) file for guidelines and +rules for making contributions. + +# FAQ (Frequently Asked Questions) + +## Why Websurfx? + +The main goal of the Websurfx project is to provide a fast, secure, and +privacy-focused [meta search +engine](https://en.wikipedia.org/wiki/Metasearch_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. + +## Why AGPLv3? + +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. + +## Why Rust? + +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. + +# Contributing + +Contributions are welcome from anyone. It doesn\'t matter who you are; +you can still contribute to the project in your way. + +## Not a developer but still want to contribute? + +Check out this [video](https://youtu.be/FccdqCucVSI) by Mr. Nick on how +to contribute. + +## Developer + +If you are a developer, have a look at the +[CONTRIBUTING.org](CONTRIBUTING.org) document for more information. + +# License + +Websurfx is available under the [AGPLv3](LICENSE) license. + +# Credits + +We would like to thank the following people for their contributions and +support: + + + + +
+

+ + + +

+Thank you for Visiting +

diff --git a/README.org b/README.org deleted file mode 100644 index 4aa8fba..0000000 --- a/README.org +++ /dev/null @@ -1,137 +0,0 @@ -#+html:

Websurfx

-#+html:

-#+html: A lightning-fast, privacy-respecting, secure meta search engine (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. -#+html:
-#+html:
-#+html: Readme | Discord | GitHub -#+html:

-#+html: -#+html:

- -* Table of Contents - -- [[#features][Features]] -- [[#preview][Preview]] - - [[#main-page][Main Page]] - - [[#search-page][Search Page]] - - [[#404-error-page][404 Error Page]] -- [[#installation-and-testing][Installation and Testing]] -- [[#more-contributers-wanted][More Contributers Wanted]] -- [[#faq-frequently-asked-questions][FAQ - (Frequently Asked Questions)]] - - [[#why-websurfx][Why Websurfx?]] - - [[#why-agplv3][Why AGPLv3?]] - - [[#why-rust][Why Rust?]] -- [[#contributing][Contributing]] - - [[#not-a-developer-but-still-want-to-contribute][Not a developer but still want to contribute]] - - [[#developer][Developer]] -- [[#license][License]] -- [[#credits][Credits]] - -* Features - -- Proper NSFW blocking -- 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 -- Advanced image search -- Fast, private and secure -- 100% free and open source -- and lots more... - -* Preview - -** Main Page - -#+html: - -** Search Page - -#+html: - -** 404 Error Page - -#+html: - -* Installation and Testing - -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: - -#+begin_src shell - git clone https://github.com/neon-mmd/websurfx.git - cd websurfx - cargo build - redis-server -p 8082 & - ./target/debug/websurfx -#+end_src - -If you want to use the rolling/edge branch, run the following commands instead: - -#+begin_src shell - git clone https://github.com/neon-mmd/websurfx.git - cd websurfx - git checkout rolling - cargo build - redis-server -p 8082 & - ./target/debug/websurfx -#+end_src - -Once you have started the server, open your preferred web browser and navigate to http://127.0.0.1:8080 to start using Websurfx. - -*Important Note:* Please be aware that the project is still in the testing phase and is not ready for production use. - -* Configuration - -Websurfx is configured through the config.lua file, located at =websurfx/config.lua=. - -* Theming - -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. - -* More Contributers Wanted - -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. - -* FAQ (Frequently Asked Questions) - -** Why Websurfx? - -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. - -** Why AGPLv3? - -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. - -** Why Rust? - -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. - -* Contributing - -Contributions are welcome from anyone. It doesn't matter who you are; you can still contribute to the project in your way. - -** Not a developer but still want to contribute? - -Check out this [[https://youtu.be/FccdqCucVSI][video]] by Mr. Nick on how to contribute. - -** Developer - -If you are a developer, have a look at the [[file:CONTRIBUTING.org][CONTRIBUTING.org]] document for more information. - -* License - -Websurfx is available under the [[file:LICENSE][AGPLv3]] license. - -* Credits - -We would like to thank the following people for their contributions and support: - -#+html: -#+html: -#+html: - -#+html:
-#+html:

-#+html: -#+html: -#+html: -#+html:

-#+html: Thank you for Visiting -#+html:

diff --git a/goals.org b/goals.org deleted file mode 100644 index 288f9b3..0000000 --- a/goals.org +++ /dev/null @@ -1,15 +0,0 @@ -* Goals for future development - -- Replace Handlebars with the faster templating engine /Tera/. - -- Add more upstream search engines. - -- Implement dorking support (like Google). - -- Add advanced search functionality and a dropdown menu for it. - -- Add more categories to the search engine's search page, such as images, files, news, and maps. - -- Add advanced image functionality for content creators, video editors, etc. - -- 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. From 3a984ed9ae4cbba15167eb0283e7a0bb42cd03cc Mon Sep 17 00:00:00 2001 From: neon_arch Date: Fri, 5 May 2023 12:43:53 +0300 Subject: [PATCH 2/6] restructing and formating readme.md --- README.md | 293 ++++++++++++++++++++++++++++++----------------- images/intro.png | Bin 0 -> 11243 bytes 2 files changed, 189 insertions(+), 104 deletions(-) create mode 100644 images/intro.png diff --git a/README.md b/README.md index 9148cc5..1774354 100644 --- a/README.md +++ b/README.md @@ -1,69 +1,124 @@ -

Websurfx

+

Websurfx

- A lightning-fast, privacy-respecting, secure meta search engine (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. -
-
-Readme | Discord | GitHub -

- + + A lightning-fast, privacy-respecting, secure + meta search engine + (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. +
+ +
+ Readme | + Discord | + GitHub | + Documentation +

+ + GitHub + + + GitHub Repo stars + + + GitHub forks + + + GitHub code size in bytes + + + GitHub issues + + + GitHub pull requests + + + GitHub Workflow Status +

-# Table of Contents +
+ Table of Contents +

-- [Features](#features) -- [Preview](#preview) - - [Main Page](#main-page) - - [Search Page](#search-page) - - [404 Error Page](#404-error-page) -- [Installation and Testing](#installation-and-testing) -- [More Contributers Wanted](#more-contributers-wanted) -- [FAQ - (Frequently Asked - Questions)](#faq-frequently-asked-questions) - - [Why Websurfx?](#why-websurfx) - - [Why AGPLv3?](#why-agplv3) - - [Why Rust?](#why-rust) -- [Contributing](#contributing) - - [Not a developer but still want to - contribute](#not-a-developer-but-still-want-to-contribute) - - [Developer](#developer) -- [License](#license) -- [Credits](#credits) +- **Getting Started** +- [🌈 Features](#features-) +- [🔭 Preview](#preview-) +- [🛠️ Installation and Testing](#installation-and-testing-) +- [🔧 Configuration](#configuration-) +- **Feature Overview** +- [🎨 Theming](#theming-) +- [🌍 Multi-Language Support](#multi-language-support-) +- **Community** +- [📊 System Requirements](#system-requirements-) +- [🗨️ FAQ (Frequently Asked Questions)](#faq-frequently-asked-questions-) +- [📣 More Contributers Wanted](#more-contributers-wanted-) +- [💖 Supporting Websurfx](#supporting-websurfx-) +- [📘 Documentation](#documentation-) +- [🛣️ Roadmap](#roadmap-) +- [🙋 Contributing](#contributing-) +- [📜 License](#license-) +- [🤝 Credits](#credits-) -# Features +

+
-- Proper NSFW blocking -- 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 -- Advanced image search -- Fast, private and secure -- 100% free and open source -- and lots more... +# Features 🌈 -# Preview +- ⛔ Proper NSFW blocking +- 🎨 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 +- 🔍 Advanced image search +- 🔐 Fast, private and secure +- 🆓 100% free and open source +- 🌈 and lots more... + +**[⬆️ Back to Top](#websurfx)** + +# Preview 🔭 ## Main Page -```{=html} -``` + ## Search Page -```{=html} -``` + ## 404 Error Page -```{=html} -``` -# Installation and Testing -To get started with Websurfx, clone the repository, edit the config file -which is located in the `websurfx`{.verbatim} directory and install -redis server by following the instructions located -[here](https://redis.io/docs/getting-started/) and then run the websurfx -server and redis server using the following commands: +**[⬆️ Back to Top](#websurfx)** + +# Installation and Testing 🛠️ + +> For full setup instructions, see: [**Installation**]() + +To get started with Websurfx, clone the repository, edit the config file which is located in the `websurfx`{.verbatim} directory and install redis server by following the instructions located [here](https://redis.io/docs/getting-started/) and then run the websurfx server and redis server using the following commands: ``` shell git clone https://github.com/neon-mmd/websurfx.git @@ -73,8 +128,7 @@ redis-server -p 8082 & ./target/debug/websurfx ``` -If you want to use the rolling/edge branch, run the following commands -instead: +If you want to use the rolling/edge branch, run the following commands instead: ``` shell git clone https://github.com/neon-mmd/websurfx.git @@ -85,94 +139,125 @@ redis-server -p 8082 & ./target/debug/websurfx ``` -Once you have started the server, open your preferred web browser and -navigate to to start using Websurfx. +Once you have started the server, open your preferred web browser and navigate to to start using Websurfx. -**Important Note:** Please be aware that the project is still in the -testing phase and is not ready for production use. +> **Warning** +> Please be aware that the project is still in the testing phase and is not ready for production use. -# Configuration +**[⬆️ Back to Top](#websurfx)** -Websurfx is configured through the config.lua file, located at -`websurfx/config.lua`{.verbatim}. +# Configuration 🔧 -# Theming +> For full configuration instructions, see: [**Configuration**]() -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. +Websurfx is configured through the config.lua file, located at `websurfx/config.lua`. -# More Contributers Wanted +**[⬆️ Back to Top](#websurfx)** -We are looking for more willing contributors to help grow this project. -For more information on how you can contribute, check out the [project -board](https://github.com/neon-mmd/websurfx/projects?query=is%3Aopen) -and the [CONTRIBUTING.org](CONTRIBUTING.org) file for guidelines and -rules for making contributions. +# Theming 🎨 -# FAQ (Frequently Asked Questions) +> For full theming and customization instructions, see: [**Theming**]() + +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. + +**[⬆️ Back to Top](#websurfx)** + +# Multi-Language Support 🌍 + +> **Note** +> Currently, we do not support other languages but in future we would start accepting contributions regarding language support because we believe that language should not be a barrier for entry. + +**[⬆️ Back to Top](#websurfx)** + +# System Requirements 📊 + +At present, we only support all x86_64 architectures system but will love to have contributions to extend to other architectures as well. + +**[⬆️ Back to Top](#websurfx)** + +# FAQ (Frequently Asked Questions) 🗨️ ## Why Websurfx? -The main goal of the Websurfx project is to provide a fast, secure, and -privacy-focused [meta search -engine](https://en.wikipedia.org/wiki/Metasearch_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. +The main goal of the Websurfx project is to provide a fast, secure, and privacy-focused [meta search engine](https://en.wikipedia.org/wiki/Metasearch_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. ## Why AGPLv3? -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. +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. ## Why Rust? -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. +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. -# Contributing +**[⬆️ Back to Top](#websurfx)** -Contributions are welcome from anyone. It doesn\'t matter who you are; -you can still contribute to the project in your way. +# More Contributers Wanted 📣 + +We are looking for more willing contributors to help grow this project.For more information on how you can contribute, check out the [project board](https://github.com/neon-mmd/websurfx/projects?query=is%3Aopen) and the [CONTRIBUTING.org](CONTRIBUTING.org) file for guidelines and rules for making contributions. + +**[⬆️ Back to Top](#websurfx)** + +# Supporting Websurfx 💖 + +> For full details and other ways you can help out, see: [**Contributing**]() + +If you're using Dashy and would like to help support its development, then that would be awesome! Contributions of any type, any size, are always very much appreciated, and we will appropriately credit you for your effort. + +Several areas that we need a bit of help with at the moment are: +- **Better and more colorchemes** - Help fix colorchemes and add other famous colorchemes. +- **Improve evasion code for bot detection** - Help improve code related to evade ip blocking and emulate human behaviours located in everyone engine file. +- **Logo** - Help create a logo for the project and website. +- **Docker Support** - Help write a docker compose file for the project. +- Submit a PR to add a new feature, fix a bug, update the docs, add a theme, widget or something else. +- Star Websurfx on GitHub. + +**[⬆️ Back to Top](#websurfx)** + +# Documentation 📘 + +> **Note** +> We are willing to have any contribution regarding [documentation](https://github.com/neon-mmd/websurfx/wiki) as this helps everyone using this project. + +**[⬆️ Back to Top](#websurfx)** + +# Roadmap 🛣️ + +> Coming soon!! 🙂. + +**[⬆️ Back to Top](#websurfx)** + +# Contributing 🙋 + +Contributions are welcome from anyone. It doesn\'t matter who you are; you can still contribute to the project in your way. ## Not a developer but still want to contribute? -Check out this [video](https://youtu.be/FccdqCucVSI) by Mr. Nick on how -to contribute. +Check out this [video](https://youtu.be/FccdqCucVSI) by Mr. Nick on how to contribute. ## Developer -If you are a developer, have a look at the -[CONTRIBUTING.org](CONTRIBUTING.org) document for more information. +If you are a developer, have a look at the [CONTRIBUTING.org](CONTRIBUTING.org) document for more information. -# License +**[⬆️ Back to Top](#websurfx)** + +# License 📜 Websurfx is available under the [AGPLv3](LICENSE) license. -# Credits +**[⬆️ Back to Top](#websurfx)** -We would like to thank the following people for their contributions and -support: +# Credits 🤝 + +We would like to thank the following people for their contributions and support: -
+ +**[⬆️ Back to Top](#websurfx)** + +--- +

diff --git a/images/intro.png b/images/intro.png new file mode 100644 index 0000000000000000000000000000000000000000..55fec559be6cf6880bdec021c26161e7e10defa4 GIT binary patch literal 11243 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 AJ^%m! literal 0 HcmV?d00001 From 1e48fba7f46caf0a0cfd0b9f49d0925c22097b49 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Fri, 5 May 2023 09:45:36 +0000 Subject: [PATCH 3/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1774354..2a82ab5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Websurfx

- A lightning-fast, privacy-respecting, secure + A modern-looking, lightning-fast, privacy-respecting, secure meta search engine @@ -10,7 +10,7 @@ privacy.
- +
Readme | Discord | From 8863d5d9606c34a149ea36ad7a533bca85aea16d Mon Sep 17 00:00:00 2001 From: neon_arch Date: Fri, 5 May 2023 09:46:43 +0000 Subject: [PATCH 4/6] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a82ab5..2f69ba7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ privacy.
- +
+ +

Readme | Discord | From 9ba07cb39f0fb5fd12bcbd87be4b87fdf9ad39af Mon Sep 17 00:00:00 2001 From: neon_arch Date: Fri, 5 May 2023 12:49:30 +0300 Subject: [PATCH 5/6] fix table of contents --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 2f69ba7..c482214 100644 --- a/README.md +++ b/README.md @@ -68,23 +68,23 @@

- **Getting Started** -- [🌈 Features](#features-) -- [🔭 Preview](#preview-) -- [🛠️ Installation and Testing](#installation-and-testing-) -- [🔧 Configuration](#configuration-) + - [🌈 Features](#features-) + - [🔭 Preview](#preview-) + - [🛠️ Installation and Testing](#installation-and-testing-) + - [🔧 Configuration](#configuration-) - **Feature Overview** -- [🎨 Theming](#theming-) -- [🌍 Multi-Language Support](#multi-language-support-) + - [🎨 Theming](#theming-) + - [🌍 Multi-Language Support](#multi-language-support-) - **Community** -- [📊 System Requirements](#system-requirements-) -- [🗨️ FAQ (Frequently Asked Questions)](#faq-frequently-asked-questions-) -- [📣 More Contributers Wanted](#more-contributers-wanted-) -- [💖 Supporting Websurfx](#supporting-websurfx-) -- [📘 Documentation](#documentation-) -- [🛣️ Roadmap](#roadmap-) -- [🙋 Contributing](#contributing-) -- [📜 License](#license-) -- [🤝 Credits](#credits-) + - [📊 System Requirements](#system-requirements-) + - [🗨️ FAQ (Frequently Asked Questions)](#faq-frequently-asked-questions-) + - [📣 More Contributers Wanted](#more-contributers-wanted-) + - [💖 Supporting Websurfx](#supporting-websurfx-) + - [📘 Documentation](#documentation-) + - [🛣️ Roadmap](#roadmap-) + - [🙋 Contributing](#contributing-) + - [📜 License](#license-) + - [🤝 Credits](#credits-)

From 3357fa26472d2e48ae3821ff1509582a5b49bfe4 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Fri, 5 May 2023 12:56:13 +0300 Subject: [PATCH 6/6] fix formatting issues and fix grammer --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c482214..8f51d45 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Websurfx comes with several themes and colorschemes by default which you can app # System Requirements 📊 -At present, we only support all x86_64 architectures system but will love to have contributions to extend to other architectures as well. +At present, we only support x86_64 architecture systems but will love to have contributions to extend to other architectures as well. **[⬆️ Back to Top](#websurfx)** @@ -252,18 +252,22 @@ Websurfx is available under the [AGPLv3](LICENSE) license. We would like to thank the following people for their contributions and support: - - - +

+
+ + + +
+

**[⬆️ Back to Top](#websurfx)** ---

- - - -

-Thank you for Visiting + + + +

+ Thank you for Visiting