Try
Macupdate or versiontracker
However most of these sites point to developer's site. So if developer's site is down, then links won't work.
Am I safe in assuming you are looking for Lynx, the web browser? If so, I'd suggest going with the last stable release (download link). I'm not sure if any pre-compiled binaries exist for Mac OS X so you may need to end up compiling and installing it by hand. It's not too bad if you already have the developer tools installed; I can give you a hand if you need one (I need to update my install anyway).
You're right. I downloaded it...but have no idea how to install it.
cd ~/Downloads/Lynx2-8-6/
./configure
sudo make install
lynx
For use with the stupid geek tool thing. I downloaded it via firefox in my user/downloads directory...
How would I know if I have the developer tools installed?
because it's installed in your /usr/bin folder any user can use it at any time by typingCode:lynx
It looks like gcc, make, etc. are not installed. Are you sure you installed the developer tools?
#!/usr/bin/env bash
/usr/local/bin/lynx -width=160 -dump "http://www.google.com"
chmod 755
@Signal-11
Never heard of Rudix before. I'll have to check it out; it looks interesting.