diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-20 13:44:35 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-20 13:44:35 +0200 |
| commit | 42224f9bd12b9ae61e2cb54448398817a643fe42 (patch) | |
| tree | 80fb39c840c4c070e11a6a14f0581204625b0661 | |
| parent | typo (diff) | |
| parent | indegre -> indegree on main page (diff) | |
| download | stargit-42224f9bd12b9ae61e2cb54448398817a643fe42.tar.gz | |
Merge remote-tracking branch 'bigpresh/typos'
* bigpresh/typos:
indegre -> indegree on main page
A few typos on API page.
Fix a few typos on about page.
Conflicts:
views/index.tt
Signed-off-by: franck cuny <franck@lumberjaph.net>
| -rw-r--r-- | views/about.tt | 6 | ||||
| -rw-r--r-- | views/api.tt | 6 | ||||
| -rw-r--r-- | views/index.tt | 2 |
3 files changed, 7 insertions, 7 deletions
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 @@ <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 /> + 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 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. <h3 id="howtonavigate">How to navigate in the graph</h3> @@ -24,7 +24,7 @@ <ul> <li>zoom (while scrolling with your mouse)</li> - <li>move your cursor over a node to display informations about a node</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> 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 @@ <div id="static"> <h1>StarGit's API</h1> - StarGit provides a simple API to get informations for a user. + StarGit provides a simple API to get information for a user. <h2>Methods</h2> @@ -10,13 +10,13 @@ <ul> <li>method: <strong>GET</strong></li> - <li>status: <strong>200</strong> if user exists, <strong>404</strong> when user doesn't exists</li> + <li>status: <strong>200</strong> if user exists, <strong>404</strong> when user doesn't exist</li> <li>format: <strong>JSON</strong></li> <li>keys: <ul> <li>login: user's login in GitHub</li> <li>country: name of the country (<strong>unknown</strong> if the information wasn't extracted)</li> - <li>website: url of the website (can be <strong>none</strong>; validity of the URL is not guaranted)</li> + <li>website: URL of the user's website (can be <strong>none</strong>; validity of the URL is not guaranteed)</li> <li>language: main language for the profile (can be <strong>unknown</strong>)</li> <li>gravatar: gravatar's ID</li> <li>name: name</li> diff --git a/views/index.tt b/views/index.tt index fbf1a38..88f5575 100644 --- a/views/index.tt +++ b/views/index.tt @@ -55,7 +55,7 @@ <div id="user_info"> name: <span id="user_name"></span><br /> website: <span id="user_website"></span><br /> - inDegre: <span id="user_indegree"></span><br /> + inDegree: <span id="user_indegree"></span><br /> country: <span id="user_country"></span><br /> main language: <span id="user_language"></span><br /> </div> |
