<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -362,32 +362,13 @@ def showNetwork():
     list = member_list
     list.sort()
     ##This need to move to an API call on yuilibrary.com
-    contribs = [
-        'davglass',
-        'msweeney',
-        'miraglia',
-        'nzakas',
-        'apm',
-        'jlecomte',
-        'lsmith',
-        'jenny',
-        'sdesai',
-        'kloots',
-        'g13n',
-        'mlinac',
-        'gmoothart',
-        'emergence',
-        'ebi',
-        'Satyam',
-        'bluesmoon',
-        'caridy',
-        'cgriego',
-        'foxxtrot'
-    ]
+    url = &quot;%s/gallery/api/forks&quot; % (server_name)
+    data = simplejson.load(urllib.urlopen(url))
+    contribs = data['results']
     contribs.sort()
     print bold(&quot;List of forks for: %s&quot; % origin)
     print &quot;Known contributors are bolded and marked with an *&quot;
-    print bold('yui')
+    print bold('yui*')
     for i in contribs:
         if i in list:
             print bold(&quot;%s*&quot; % i)
@@ -442,9 +423,7 @@ def showGalleryPending(id):
 
                     if not remote_name in git_config:
                         #call(['git', 'remote', 'add', gh, 'git://github.com/%s/%s.git' % (gh, master)])
-                        #print &quot;git remote add %s git://github.com/%s/yui3-gallery.git&quot; % (gh, gh)
-                        #Change when gallery is live!!
-                        print &quot;git remote add %s git@github.com:%s/yui3-gallery.git&quot; % (gh, gh)
+                        print &quot;git remote add %s git://github.com/%s/yui3-gallery.git&quot; % (gh, gh)
                     branch = &quot;pending-%s&quot; % i['sha1'][0:9]
                     #print &quot;git checkout -b %s&quot; % branch
                     call(['git', 'checkout', '-b', branch])</diff>
      <filename>git-yui</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e7ce7e951ad848207ddf24e0f5d4761d0689cf47</id>
    </parent>
  </parents>
  <author>
    <name>Dav Glass</name>
    <email>davglass@gmail.com</email>
  </author>
  <url>http://github.com/davglass/yui-git/commit/98e22215ba7ef61a4e5988d5e1e46fd43f465d85</url>
  <id>98e22215ba7ef61a4e5988d5e1e46fd43f465d85</id>
  <committed-date>2009-11-04T12:44:54-08:00</committed-date>
  <authored-date>2009-11-04T12:44:54-08:00</authored-date>
  <message>Added Gallery webservice call for forks</message>
  <tree>57e9f62ee3741c40bb07c79e5d1737b16aad9678</tree>
  <committer>
    <name>Dav Glass</name>
    <email>davglass@gmail.com</email>
  </committer>
</commit>
