From 198ed6b670e37fd2082b1c7149f6639356725cd1 Mon Sep 17 00:00:00 2001 From: David Precious Date: Mon, 20 Jun 2011 12:34:14 +0100 Subject: Fix a few typos on about page. --- views/about.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views') diff --git a/views/about.tt b/views/about.tt index b249a92..518d1ff 100644 --- a/views/about.tt +++ b/views/about.tt @@ -10,13 +10,13 @@

What is StarGit

- StarGit is built on top of SIGMA, a flash application to explore a graph, written by Alexis Jacomy.
+ StarGit is built on top of SiGMa, a flash application to explore a graph, written by Alexis Jacomy.
With StarGit, you're invited to explore the graph of GitHub's profiles.

How to read the graph

- 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. + 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.

How to navigate in the graph

@@ -24,7 +24,7 @@ -- cgit v1.2.3 From 243f7f1b405687268d67f34e41f604fb87eb8730 Mon Sep 17 00:00:00 2001 From: David Precious Date: Mon, 20 Jun 2011 12:37:01 +0100 Subject: A few typos on API page. --- views/api.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views') diff --git a/views/api.tt b/views/api.tt index 1858078..f5e1838 100644 --- a/views/api.tt +++ b/views/api.tt @@ -2,7 +2,7 @@

StarGit's API

- StarGit provides a simple API to get informations for a user. + StarGit provides a simple API to get information for a user.

Methods

@@ -10,13 +10,13 @@
  • method: GET
  • -
  • status: 200 if user exists, 404 when user doesn't exists
  • +
  • status: 200 if user exists, 404 when user doesn't exist
  • format: JSON
  • keys:
    • login: user's login in GitHub
    • country: name of the country (unknown if the information wasn't extracted)
    • -
    • website: url of the website (can be none; validity of the URL is not guaranted)
    • +
    • website: URL of the user's website (can be none; validity of the URL is not guaranteed)
    • language: main language for the profile (can be unknown)
    • gravatar: gravatar's ID
    • name: name
    • -- cgit v1.2.3 From 3f9c88d820cde89025ae26bf399dd41f0720bba1 Mon Sep 17 00:00:00 2001 From: David Precious Date: Mon, 20 Jun 2011 12:39:00 +0100 Subject: indegre -> indegree on main page --- views/index.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/index.tt b/views/index.tt index 29c124f..28bd35b 100644 --- a/views/index.tt +++ b/views/index.tt @@ -55,7 +55,7 @@
      name:
      website:
      - indegre:
      + indegree:
      country:
      main language:
      -- cgit v1.2.3