2023-12-20 09:28:38 +00:00
|
|
|
a cute metasearch engine
|
2023-12-20 23:45:16 +00:00
|
|
|
|
|
|
|
it sources from google, bing, brave, and a few others.
|
|
|
|
|
|
|
|
it's written in rust using no templating engine and with as little client-side
|
|
|
|
javascript as possible.
|
|
|
|
|
2023-12-21 09:45:59 +00:00
|
|
|
metasearch2 is a single binary with no cli or configuration file. if you want
|
|
|
|
to configure it (like to change the default port or weights of engines) then
|
|
|
|
you have to modify the source.
|
2023-12-20 23:45:16 +00:00
|
|
|
|
2023-12-21 04:18:43 +00:00
|
|
|
build it with `cargo b -r`, the resulting binary will be in
|
|
|
|
`target/release/metasearch2`. it runs on port 28019.
|