summaryrefslogtreecommitdiff
path: root/views/about.tt
blob: 6f5dc042f4e84ef8e3434afa01cb2695b905c302 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>
    </ul>

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

    StarGit is built on top of SIGMA, a flash application to explore a graph.<br />

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

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