Skip to content

Commit

Permalink
Update references to the new top-level github org
Browse files Browse the repository at this point in the history
  • Loading branch information
glaforge committed Nov 19, 2012
1 parent 72aaf1b commit a5dd668
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion website/war/WEB-INF/groovy/latestcommits.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.text.SimpleDateFormat as SDF
import com.ocpsoft.pretty.time.PrettyTime
import groovy.json.JsonSlurper

def url = "https://api.github.com/repos/glaforge/gaelyk/commits".toURL()
def url = "https://api.github.com/repos/gaelyk/gaelyk/commits".toURL()

def slurper = new JsonSlurper()
def result = slurper.parseText(url.getText('UTF-8'))
Expand Down
2 changes: 1 addition & 1 deletion website/war/WEB-INF/groovy/latestissues.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.text.SimpleDateFormat as SDF
import com.ocpsoft.pretty.time.PrettyTime
import groovy.json.JsonSlurper

def content = "https://api.github.com/repos/glaforge/gaelyk/issues".toURL().get().text
def content = "https://api.github.com/repos/gaelyk/gaelyk/issues".toURL().get().text
def struct = new JsonSlurper().parseText(content)

def sdf = new SDF("yyyy-MM-dd'T'HH:mm:ss", Locale.US)
Expand Down
8 changes: 4 additions & 4 deletions website/war/WEB-INF/pages/community.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@ you can join the <a href="http://groups.google.com/group/gaelyk">Gaelyk Google G
If you wish to contribute to the development of <b>Gaelyk</b>:
<ul>
<li>
you can do so by forking our <a href="http://github.com/glaforge/gaelyk/tree/master">repository on Github</a>
you can do so by forking our <a href="http://github.com/gaelyk/gaelyk/tree/master">repository on Github</a>
and by providing patches,
</li>
<li>
you can submit new issues or features in our <a href="http://github.com/glaforge/gaelyk/issues">issue tracker</a>.
you can submit new issues or features in our <a href="http://github.com/gaelyk/gaelyk/issues">issue tracker</a>.
</li>
</ul>
</p>
<a name="repository"></a>
<h3>Latest activity on our <a href="https://github.com/glaforge/gaelyk/commits/master">repository</a></h3>
<h3>Latest activity on our <a href="https://github.com/gaelyk/gaelyk/commits/master">repository</a></h3>
<% include "/latestcommits.groovy" %>
<a name="bugtracker"></a>
<h3>Open issues in our <a href="https://github.com/glaforge/gaelyk/issues">bug tracker</a></h3>
<h3>Open issues in our <a href="https://github.com/gaelyk/gaelyk/issues">bug tracker</a></h3>
<% include "/latestissues.groovy" %>
Expand Down
24 changes: 12 additions & 12 deletions website/war/WEB-INF/pages/download.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<div id="sidebox" class="roundPinkBorder">
<table>
<tr>
<td><a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-template-project-2.0.zip"><img src="/images/icon-download.png" alt="Template project"></a></td>
<td><a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-template-project-2.0.zip">Template project v2.0</a></td>
<td><a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-template-project-2.0.zip"><img src="/images/icon-download.png" alt="Template project"></a></td>
<td><a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-template-project-2.0.zip">Template project v2.0</a></td>
</tr>
<tr>
<td><a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-2.0.jar"><img src="/images/icon-download.png" alt="Gaelyk JAR"></a></td>
<td><a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-2.0.jar">Gaelyk JAR v2.0</a></td>
<td><a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-2.0.jar"><img src="/images/icon-download.png" alt="Gaelyk JAR"></a></td>
<td><a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-2.0.jar">Gaelyk JAR v2.0</a></td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -117,8 +117,8 @@ But to get you started quickly, you may use a ready-made template project which
<h3>Artifacts</h3>
<ul>
<li>Gaelyk JAR: <a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-1.2.jar">gaelyk-1.2.jar</a></li>
<li>Gaelyk template project: <a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-template-project-1.2.zip">gaelyk-template-project-1.2.zip</a></li>
<li>Gaelyk JAR: <a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-1.2.jar">gaelyk-1.2.jar</a></li>
<li>Gaelyk template project: <a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-template-project-1.2.zip">gaelyk-template-project-1.2.zip</a></li>
</ul>
<h2>Version 1.1</h2>
Expand Down Expand Up @@ -161,8 +161,8 @@ But to get you started quickly, you may use a ready-made template project which
<h3>Artifacts</h3>
<ul>
<li>Gaelyk JAR: <a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-1.1.jar">gaelyk-1.1.jar</a></li>
<li>Gaelyk template project: <a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-template-project-1.1.zip">gaelyk-template-project-1.1.zip</a></li>
<li>Gaelyk JAR: <a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-1.1.jar">gaelyk-1.1.jar</a></li>
<li>Gaelyk template project: <a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-template-project-1.1.zip">gaelyk-template-project-1.1.zip</a></li>
</ul>
<ul>
Expand Down Expand Up @@ -210,8 +210,8 @@ But to get you started quickly, you may use a ready-made template project which

<h3>Artifacts</h3>
<ul>
<li>Gaelyk JAR: <a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-1.0.jar">gaelyk-1.0.jar</a></li>
<li>Gaelyk template project: <a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-template-project-1.0.zip">gaelyk-template-project-1.0.zip</a></li>
<li>Gaelyk JAR: <a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-1.0.jar">gaelyk-1.0.jar</a></li>
<li>Gaelyk template project: <a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-template-project-1.0.zip">gaelyk-template-project-1.0.zip</a></li>
</ul>

<h4>Breaking changes</h4>
Expand Down Expand Up @@ -264,8 +264,8 @@ But to get you started quickly, you may use a ready-made template project which

<h3>Artifacts</h3>
<ul>
<li>Gaelyk JAR: <a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-0.7.jar">gaelyk-0.7.jar</a></li>
<li>Gaelyk template project: <a href="https://github.com/downloads/glaforge/gaelyk/gaelyk-template-project-0.7.zip">gaelyk-template-project-0.7.zip</a></li>
<li>Gaelyk JAR: <a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-0.7.jar">gaelyk-0.7.jar</a></li>
<li>Gaelyk template project: <a href="https://github.com/downloads/gaelyk/gaelyk/gaelyk-template-project-0.7.zip">gaelyk-template-project-0.7.zip</a></li>
</ul>

<h2>Version 0.6.1</h2>
Expand Down
2 changes: 1 addition & 1 deletion website/war/WEB-INF/pages/index.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for <a href="http://code.google.com/appengine/">Google App Engine Java</a>.
<li><b>Gaelyk</b> provides a simple <a href="/tutorial/plugins">plugin system</a> for improving code reuse and code sharing</li>
<li>
<b>Gaelyk</b> is <b>Open Source</b> and is released under the <b>Apache License</b> (ASL 2).
Its source code is hosted by <a href="http://github.com/glaforge/gaelyk/tree/master">Github</a>
Its source code is hosted by <a href="http://github.com/gaelyk/gaelyk/tree/master">Github</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit a5dd668

Please sign in to comment.