summaryrefslogtreecommitdiff
path: root/views/about.tt
blob: 518d1ff95adc5b753d375fc6717303c612cfcc92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<div id="main">
  <div id="static">
    <h1>About</h1>

    <ul>
      <li><a href="#whatisstargit">What is StarGit</a></li>
      <li><a href="#howtoread">How to read the graph</a></li>
      <li><a href="#howtonavigate">How to navigate in the graph</a></li>
    </ul>

    <h3 id="whatisstargit">What is StarGit</h3>

    StarGit is built on top of SiGMa, a flash application to explore a graph, written by <a href="http://ofnodesandedges.com">Alexis Jacomy</a>.<br />

    With StarGit, you're invited to explore the graph of GitHub's profiles.
    
    <h3 id="howtoread">How to read the graph</h3>

    When you look for a profile, if the user has ever received some contributions on one of his projects, you'll get his graph with the people who had contributed.

    <h3 id="howtonavigate">How to navigate in the graph</h3>

    In a graph, you can:

    <ul>
      <li>zoom (while scrolling with your mouse)</li>
      <li>move your cursor over a node to display information about a node</li>
      <li>click on a node, to navigate to the graph of this user</li>
    </ul>

    StarGit was created by <a href="http://lumberjaph.net">Franck Cuny</a> and <a href="http://ofnodesandedges.com">Alexi Jacomy</a>.
    
  </div>
</div>