aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f2b1103..6807a39 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
+# NOTE: This project is obsolete and has been superseded by [fastbangs-rs](https://codeberg.org/lialenck/fastbangs-rs), which offers high-availability functionality! It is kept here fo nostalgic purposes.
+
# fastbangs
This project functions as a meta search engine, resolving shortcuts to other search engines we call "bangs" (which work the same as the bangs from duckduckgo). When no bang is given, the user will be redirected to a default search engine, which is configurable by each user. This evaluation is done on the client; the server doesn't ever see your search query.
The server keeps its own list of bangs, initialized with those from duckduckgo. Users are thus able to submit their own bangs on the website, which need to be approved by an administrator before coming into effect for all users.
-There is a public instance running at [search.metamuffin.org](https://search.metamuffin.org), running on a server in germany.
-
## Building
The build-time dependencies are curl, make, esbuild, sassc, and stack. Under arch linux, you may install these with `paru -Syu make esbuild sassc stack-static`, replacing `paru` with your AUR-helper of choice.