Update README.md

This commit is contained in:
Internet Addict 2024-08-08 13:49:06 +00:00
parent db96868edd
commit 17589d51e5

View file

@ -2,14 +2,15 @@
## Completed Tasks ## Completed Tasks
- [x] Text results - [X] Text results
- [x] Image results - [X] Image results
- [X] Video results - [X] Video results
- [X] Map results - [X] Map results
- [X] Forums results - [X] Forums results
- [x] HTML+CSS site (no JS version) - [X] HTML+CSS site (no JS version)
- [X] Results cache - [X] Results cache
- [X] Torrent results - [X] Torrent results
- [X] Better name
## Pending Tasks ## Pending Tasks
@ -17,30 +18,35 @@
- [ ] JS applets for results (such as calculator) - [ ] JS applets for results (such as calculator)
- [ ] Dynamic results loading as user scrolls - [ ] Dynamic results loading as user scrolls
- [ ] Replace fonts, replace icons font for SVG or remove unnecessary icons for faster loading - [ ] Replace fonts, replace icons font for SVG or remove unnecessary icons for faster loading
- [ ] Better name
- [ ] LXC container - [ ] LXC container
- [ ] Docker container - [ ] Docker container
- [ ] Automatic updates - [ ] Automatic updates
- [ ] Scalable crawlers and webservers + load balacing - [ ] Scalable crawlers and webservers + load balacing
- [ ] LibreY-like API
- [ ] Music results
# Ocásek (Warp) Search Engine # Warp (Ocásek) Search Engine
A self-hosted private and anonymous [metasearch engine](https://en.wikipedia.org/wiki/Metasearch_engine), that aims to be more resource effichent and scalable. Decentralized services are nice, but juming between instances when one just stops working for some reason is just inconvenient. So thats why this engine can do both, you can self-hoste it or use [officiall instance](https://search.spitfirebrowser.com/). A self-hosted private and anonymous [metasearch engine](https://en.wikipedia.org/wiki/Metasearch_engine), that aims to be more resource effichent and scalable than its competetion. Its scalable becouse switching instances when one just decides to not work/is under too much load is just inconvenient. So you can comfortably use [officiall instance](https://search.spitfirebrowser.com/), or self-host your own instance.
## Comparison to other search engines ## Comparison to other search engines
| Name | Works without JS | Privacy frontend redirect | Torrent results | API | No 3rd party libs | Scalable | Not Resource Hungry | Dynamic Page Loading |
|------------|----------------------|---------------------------|-----------------|-----|-------------------|----------|---------------------------------------------|----------------------|
| Whoogle | ✅ | ❓ Only host can set it | ❌ | ❌ | ❌ | ❌ | ❓ Moderate | ❓ Not specified |
| Araa-Search| ✅ | ✅ | ✅ | ✅ | ❓ | ❌ | ❌ Very resource hungry | ❌ |
| LibreY | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❓ Moderate | ❌ |
| Ocásek | ✅ | ✅ | ✅ | ❌ | ✅ [1] | ✅ | ✅ about 20MiB at idle, 21MiB when searching| ✅ |
[1]: It does not rely on 3rd-party libs for webscraping like [Selenium](https://www.javatpoint.com/selenium-webdriver), but it uses other search instalces like LibreX as fallback. | Name | Works without JavaScript | Music search | Torrent search | API | Scalable | Not Resource Hungry | Dynamic Page Loading |
| ------------- | ------------------ | --------------------------- | ----------------- | ------ | ------------------- | ---------------------------------------------- | ---------------------- |
| Whoogle [1] | ✅ | ❓ | ❌ | ❌ | ❌ | ❓ Moderate | ❓ Not specified |
| Araa-Search | ✅ | ❌ | ✅ | ✅ [2] | ❌ | ❌ Very resource hungry | ❌ |
| LibreY | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ Moderate 200-400mb~ | ❌ |
| 4get | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ Moderate 200-400mb~ | ❌ |
| Warp | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ about 15-20MiB at idle, 17-22MiB when searching | ✅ |
[1]: I was not able to check this since their site does not work, same for the community instances.
[2]: In the project repo they specify that it has API, but It looks like they are no loger supporting it. Or just removed "API" button and documentation, since I was not able to find it anymore.
## Features ## Features
- Text search using Google, Brave, DuckDuckGo and LibreX/Y search results. - Text search using Google, Brave, DuckDuckGo and LibreX/Y.
- Image search using the Qwant/Imgur. - Image search using the Qwant/Imgur.
- Video search using Piped API. - Video search using Piped API.
- Image viewing using proxy and direct links to image source pages for image searches. - Image viewing using proxy and direct links to image source pages for image searches.