diff --git a/content/posts/search-engines-with-own-indexes.gmi b/content/posts/search-engines-with-own-indexes.gmi index 492f70f..ec03c9e 100644 --- a/content/posts/search-engines-with-own-indexes.gmi +++ b/content/posts/search-engines-with-own-indexes.gmi @@ -221,10 +221,13 @@ These engines try to find a website, typically at the domain-name level. They do * Quor: seems to mainly index large news sites. Site is down as of June 2021. Originally available at www dot quor dot com. * Ninfex: a "people-powered" search engine that combines aspects of link aggregators and search. It lets users vote on submissions and it also displays links to forums about submissions. * Semantic Scholar: a search engine by the Allen Institute for AI focused on academic PDFs, with a couple hundred million papers indexed. Discovered in my access logs. +* Bonzamate: a search engine specifically for Australian websites. => https://www.keybot.com/ Keybot Translation Search Machine. => https://ninfex.com Ninfex => https://www.semanticscholar.org/ Semantic Scholar +=> https://bonzamate.com.au/ Bonzamate +=> https://boyter.org/posts/abusing-aws-to-make-a-search-engine/ Blog post about Bonzamate: "Abuzing AWS to make a search engine". ## Other languages diff --git a/content/posts/search-engines-with-own-indexes.md b/content/posts/search-engines-with-own-indexes.md index 4182738..f078884 100644 --- a/content/posts/search-engines-with-own-indexes.md +++ b/content/posts/search-engines-with-own-indexes.md @@ -210,6 +210,8 @@ These engines try to find a website, typically at the domain-name level. They do - [Semantic Scholar](https://www.semanticscholar.org/): a search engine by the Allen Institute for AI focused on academic PDFs, with a couple hundred million papers indexed. Discovered in my access logs. +- [Bonzamate](https://bonzamate.com.au/): a search engine specifically for Australian websites. Boyter wrote [an interesting blog post about Bonzamate](https://boyter.org/posts/abusing-aws-to-make-a-search-engine/). + Other languages ---------------