Author Topic: Link to Icon Source Code broken  (Read 2505 times)

Jeff Anderson

  • Boss
  • ****
  • Posts: 121
Link to Icon Source Code broken
« 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!

Codewalker

  • Hero of the City
  • Titan Network Admin
  • Elite Boss
  • *****
  • Posts: 2,740
  • Moar Dots!
Re: Link to Icon Source Code broken
« Reply #1 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

Jeff Anderson

  • Boss
  • ****
  • Posts: 121
Re: Link to Icon Source Code broken
« Reply #2 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...

Jeff Anderson

  • Boss
  • ****
  • Posts: 121
Re: Link to Icon Source Code broken
« Reply #3 on: March 30, 2016, 01:57:15 AM »
works as instructed.
thanks!