What in the world is FrogFind?
A quick FAQ on an unconventional search engine
Who made FrogFind?
Hi, I'm Sean, A.K.A. Action Retro on YouTube. I work on a lot of 80's and 90's Macs (and other vintage machines), and I really like to try and get them online. However, the modern internet is not kind to old machines, which generally cannot handle the complicated javascript, CSS, and encryption that modern sites have. However, they can browse basic websites just fine. So I decided to see how much of the internet I could turn into basic websites, so that old machines can browse the modern internet once again! How does FrogFind work?
The search functionality of FrogFind is basically a custom wrapper for DuckDuckGo search, converting the results to extremely basic HTML that old browsers can read. When clicking through to pages from search results, those pages are processed through a PHP port of Mozilla's Readability, which is what powers Firefox's reader mode. I then further strip down the results to be as basic HTML as possible. What machines do you test FrogFind on?
I designed FrogFind with classic Macs in mind, so I've been testing on my SE/30 to make sure it looks good in 1 bit color with a 512x384 resolution. Most of my testing has been on Netscape 1.1N and 2.0.2, as well as a few 68k Mac versions of iCab. FrogFind should also work great on any text-based web browser! How can I get in touch with you?
Send me an email! actionretro@pm.me
What is FrogFindPlus?
How is FrogFindPlus different from original FrogFind?
FrogFindPlus - a direct fork of the original FrogFind. It features localization support (thanks to Veselcraft for that). Basic CSS support and some improvements may be added soon. Who translated FrogFind into other languages, including Russian?
FrogFind was partially translated by Vladimir Barinov, A.K.A. Veselcraft. Subsequently, the translation was improved by me (more precisely author of fork). Does FrogFindPlus have source code?
Yes, just like FrogFind, our fork has source code on GitHub - github.com/tinelix/FrogFindPlus. Unfortunately, you'll have to visit the link on modern computers, but you can use a local proxy server and view the source code via Git.