aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2026-01-19 07:48:17 +0100
committerLia Lenckowski <lialenck@protonmail.com>2026-01-19 07:48:17 +0100
commit6365e9f266066809b101fe53fc45f2399e785275 (patch)
tree96a2cd8e7a1d519cd543a3c6bc8518f539bfded3
parent0ece6f01aa3a4f30f4ab3185bf2e0c3242a48409 (diff)
downloadfastbangs-6365e9f266066809b101fe53fc45f2399e785275.tar
fastbangs-6365e9f266066809b101fe53fc45f2399e785275.tar.bz2
fastbangs-6365e9f266066809b101fe53fc45f2399e785275.tar.zst
readme: remove link & link to fastbangs-rsHEADmain
-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.