Titan Network

More Titan Projects => Icon => Topic started by: Jeff Anderson on March 28, 2016, 11:03:15 PM

Title: Link to Icon Source Code broken
Post by: Jeff Anderson on March 28, 2016, 11:03:15 PM
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!
Title: Re: Link to Icon Source Code broken
Post by: Codewalker on March 29, 2016, 12:53:32 AM
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
Title: Re: Link to Icon Source Code broken
Post by: Jeff Anderson on March 29, 2016, 01:09:10 PM
OK,

Now I feel stupid.

I was trying to hit the URL your browser not thru Git. I'll go Connect properly...
Title: Re: Link to Icon Source Code broken
Post by: Jeff Anderson on March 30, 2016, 01:57:15 AM
works as instructed.
thanks!