aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-02-23 00:57:21 -0500
committerfrosty <gabriel@bwaaa.monster>2026-02-23 00:57:21 -0500
commitb280ab6bcdf6c9bae46a7a21b7138d46d953dd71 (patch)
tree39cea490a82a1ae5072c19d1d050d90b881d1a15 /README.md
downloadomnisearch-b280ab6bcdf6c9bae46a7a21b7138d46d953dd71.tar.gz
oopsies
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..28ab9c9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# OmniSearch
+
+A modern lightweight metasearch engine with a clean design written in C. [You can try using it here!](https://search.bwaaa.monster/)
+
+## Configuration
+Create a config.ini, there is an example included in the root.
+
+## Dependencies
+- libxml2
+- libcurl (may be replaced in the future with curl-impersonate)
+- beaker [(source)](https://git.bwaaa.monster/beaker/)
+
+## Running
+```bash
+git clone https://git.bwaaa.monster/omnisearch/
+cd omnisearch
+make run
+```
+
+## Hosting
+Run it normally behind a reverse proxy (like nginx)
+
+## Contribution
+Generate a patch with ```git format-patch HEAD~1``` and email to [gabriel@bwaaa.monster](mailto:gabriel@bwaaa.monster), beginning the subject line with [PATCH omnisearch]
+
+*If you are sending a revised version of a previous patch, please use [PATCH omnisearch v2, v3, etc].*