Spaces:
Running
Running
Spandan Tripathy
alamin655
commited on
π Typo and Grammatical correction in the documentation page (#366)
Browse files* π docs: typo & grammatical correction under the `motivations` & `solutions` sections (#365)
* π docs: typo & grammatical correction under the `motivations` section (#365)
* π chore: bump the app version (#365)
* π chore: bump the app version (#365)
---------
Co-authored-by: alamin655 <mdalamin655@outlook.com>
- Cargo.lock +1 -1
- Cargo.toml +1 -1
- docs/introduction.md +2 -2
Cargo.lock
CHANGED
@@ -4370,7 +4370,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
|
4370 |
|
4371 |
[[package]]
|
4372 |
name = "websurfx"
|
4373 |
-
version = "1.2.
|
4374 |
dependencies = [
|
4375 |
"actix-cors",
|
4376 |
"actix-files",
|
|
|
4370 |
|
4371 |
[[package]]
|
4372 |
name = "websurfx"
|
4373 |
+
version = "1.2.16"
|
4374 |
dependencies = [
|
4375 |
"actix-cors",
|
4376 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.2.
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "1.2.16"
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
docs/introduction.md
CHANGED
@@ -4,10 +4,10 @@ A modern-looking, lightning-fast, privacy-respecting, secure [meta search engine
|
|
4 |
|
5 |
# Motivation
|
6 |
|
7 |
-
Most meta search engines tend to be slow, lack high level of customization and
|
8 |
|
9 |
# Solution
|
10 |
|
11 |
-
Websurfx is a project
|
12 |
|
13 |
[β¬
οΈ Go back to Home](./README.md)
|
|
|
4 |
|
5 |
# Motivation
|
6 |
|
7 |
+
Most meta search engines tend to be slow, lack a high level of customization, and miss many features, and all of them lack security as they are written in unsafe languages like Python, JavaScript, etc., which tend to open a wide variety of vulnerabilities, which can also sometimes pose a threat to privacy as sometimes this can be exploited and can be used to leak out sensitive information, which is never good.
|
8 |
|
9 |
# Solution
|
10 |
|
11 |
+
Websurfx is a project that seeks to provide privacy, security, speed, and all the features that the user wants.
|
12 |
|
13 |
[β¬
οΈ Go back to Home](./README.md)
|