This repository is dedicated to Ada Search: a custom Google search engine for the Ada/SPARK programming language, and other search engines customized for Ada. It contains:
index.html
- The HTML/JavaScript page ready to be deployed to a website.google/
- Configuration of the Google Programmable Search Engine. It includes Ada and SPARK from the Google Knowledge Graph, some synonyms and custom autocompletions based on the Ada 2022 RM index.plugins/
- OpenSearch description files for all the search engines. That means that you can add them as alternative search plugins to your browser.
The main reason why this project exists is that we, Ada programmers, are tired of filtering standard search results from information about diabetes, dentist and generally name of Ada. List of excluded keywords can grow almost every day and don't help too much.
Also, this project can help others create and maintain their own version of a custom search engine :)
INFO: This project is a maintained fork of the former thindil/adasearch project.