0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
Mirror of the Websurfx project https://github.com/neon-mmd/websurfx
Go to file
2023-04-26 17:46:49 +03:00
public initial commit 2023-04-22 14:35:07 +03:00
src Adding minor change and implementing Cloning ability. 2023-04-26 17:46:49 +03:00
.gitignore initial commit 2023-04-22 14:35:07 +03:00
Cargo.lock add logging middleware 2023-04-25 18:57:18 +08:00
Cargo.toml add logging middleware 2023-04-25 18:57:18 +08:00
CONTRIBUTING.org initial commit 2023-04-22 14:35:07 +03:00
goals.org adding two new goals/tasks. 2023-04-25 16:50:48 +03:00
LICENSE Add LICENSE 2023-04-22 11:37:39 +00:00
README.org Adding minor change to installation step 2023-04-25 16:47:27 +03:00

Websurfx

a lightening fast, privacy respecting, secure meta search engine. (pronounced as websurface or web-surface wɛbˈːrfəs.)

Installation and Testing

To start installing, testing and playing around with search engine. Clone the repo and then cargo run as shown below:

  git clone https://gitlab.com/NEON-MMD/websurfx.git
  cd websurfx
  cargo build
  ./target/debug/websurfx --port 8080

and then open your browser of choice and visit http://127.0.0.1:8080 and then you can start playing with it right away.

Important Note: Do not over refresh your page or put too many requests or start hosting on production server as there are no behaviours right now in the code to prevent ip blocking (it is still work under process) and you can potential can get your ip blocked/banned and also the project is still under testing phase and far from being complete and ready to be hosted on production machines.

Contributing

Contributions are welcome. It does not matter who you are you can still contribute to the project in your way :).

Not a developer but still want to contribute

Here is video by Mr. Nick on how to contribute and credit to him as well

Developer

If you are developer, have a look at the CONTRIBUTING.org document for more information.

License

The project is available under the GPLv3 license.