A modification of omnisearch to use windows 98 theme

frosty 0d65dcd24c refactor: put HTTP and XML logic into reusable modules пре 6 дана
src 0d65dcd24c refactor: put HTTP and XML logic into reusable modules пре 6 дана
static a11bf8bb6c those who commit пре 1 недеља
templates 7ce0283276 frontend UX/UI improvements пре 3 недеља
.gitignore b280ab6bcd oopsies пре 3 недеља
LICENSE b280ab6bcd oopsies пре 3 недеља
Makefile e33310f263 feature: added caching пре 1 недеља
README.md b280ab6bcd oopsies пре 3 недеља
example-config.ini e33310f263 feature: added caching пре 1 недеља

README.md

OmniSearch

A modern lightweight metasearch engine with a clean design written in C. You can try using it here!

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)

Running

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, 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].