added screenshots

pull/600/head
Michael Peter Christen 1 year ago
parent 961d3cc8af
commit ca2a21008a

@ -1,41 +1,45 @@
# YaCy <div align="center">
<h1 align="center">YaCy</h1>
Search Engine Software
[![Gitter](https://badges.gitter.im/yacy/yacy_search_server.svg)](https://gitter.im/yacy/yacy_search_server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Gitter](https://badges.gitter.im/yacy/yacy_search_server.svg)](https://gitter.im/yacy/yacy_search_server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://github.com/yacy/yacy_search_server/actions/workflows/ant-build-selfhosted.yaml/badge.svg)](https://github.com/yacy/yacy_search_server/actions/workflows/ant-build-selfhosted.yaml) [![Build Status](https://github.com/yacy/yacy_search_server/actions/workflows/ant-build-selfhosted.yaml/badge.svg)](https://github.com/yacy/yacy_search_server/actions/workflows/ant-build-selfhosted.yaml)
[![Install Link](https://img.shields.io/badge/install-stable-blue.svg)](https://yacy.net/download_installation/) [![Install Link](https://img.shields.io/badge/install-stable-blue.svg)](https://yacy.net/download_installation/)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) ![Web Search](./screenshots/screenshot_web_search.png)
![Crawl Start](./screenshots/screenshot_expert_crawl_start.png)
## What is this? ![Index Browser](./screenshots/screenshot_index_browser.png)
</div>
The YaCy search engine software provides results from a network of independent peers,
instead of a central server. It is a distributed network where no single entity decides
what to list or order it appears in.
User privacy is central to YaCy, and it runs on each user's computer, where search terms are ## What is YaCy?
hashed before they being sent to the network. Everyone can create their individual
search indexes and rankings, and a truly customized search portal.
Each YaCy user is either part of a large search network (search indexes can be YaCy is a full search engine application containing a server hosting a search index,
exchanged with other installation over a built-in peer-to-peer network protocol) a web application to provide a nice user front-end for searches and index creation
or the user runs YaCy to produce a personal search portal that is either public or private. and a production-ready web crawler with a scheduler to keep a search index fresh.
YaCy search portals can also be placed in an intranet environment, making YaCy search portals can also be placed in an intranet environment, making
it a replacement for commercial enterprise search solutions. A network it a replacement for commercial enterprise search solutions. A network
scanner makes it easy to discover all available HTTP, FTP and SMB servers. scanner makes it easy to discover all available HTTP, FTP and SMB servers.
To create a web index, YaCy has a web crawler for Running a personal Search Engine is a great tool for privacy; indeed YaCy
everybody, free of censorship and central data retention: was created with the privacy aspect as priority motivation for the project.
- Search the web (automatically using all other YaCy peers)
- Co-operative crawling; support for other crawlers You can also use YaCy with a customized search page in your own web applications.
- Intranet indexing and search
- Set up your own search portal ## Large-Scale Web Search with a Peer-to-Peer Network
- All users have equal rights
- Comprehensive concept to anonymize the users' index Each YaCy peer can be part of a large search network where search indexes can be
exchanged with other YaCy installation over a built-in peer-to-peer network protocol.
To be able to perform a search using the YaCy network, every user has to set up This is the default operation that enables new users to instantly access
their own node. More users means higher index capacity and better distributed a large-scale search cluster, operated only by YaCy users.
indexing performance.
You can opt-out from the YaCy cluster operation by choosing a different operation
mode in the web interface. You can also opt-out from the network in individual searches,
turning the use of YaCy a completely privacy-aware tool - in this operation mode search
results are computed from the local index only.
## License ## License

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

Loading…
Cancel
Save