I wanted to have a look at the Icon source code. I'm getting a "Naughty, naughty. You tried to access a non-existent URL." message when I visit http://repo.cohtitan.com/icon/icon.git. Feeding it to the Git Desktop app didn't fare any better. Is the source code still available?
Just checked, it's still there and functional.
We don't have a web frontend for code browsing through -- it's just a repo and nothing more. So you can't open it in a web browser, but you can clone it with a git client.
git clone http://repo.cohtitan.com/icon/icon.git
(or the equivalent with whatever client you're using)
I may create a github repo for it at some point for easier browsing, when I get a spare moment.
Browsable copy
https://github.com/cwtitan/icon
Danke, Codewalker.