I am trying to access the original icon source code, but the link appears to be broken. Can anyone point me to the correct GIT Url? Want to look at the source to see if I can learn something from it.
Thanks!
Hmm, seems to be working for me:
$ git clone http://repo.cohtitan.com/icon/icon.git
Cloning into 'icon'...
Checking connectivity... done.
$ ls icon/
Makefile data.h icon.svg util.c
application.manifest icon.c patch.c util.h
code.c icon.h patch.h
code.h icon.ico strings.c
data.c icon.rc strings.h
OK,
Now I feel stupid.
I was trying to hit the URL your browser not thru Git. I'll go Connect properly...
works as instructed.
thanks!