summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-08-06 14:07:18 +0000
committerhallgren <hallgren@chalmers.se>2015-08-06 14:07:18 +0000
commitac9e86f5f298c27a16d013a32b8ab8dff99b96c5 (patch)
tree4dfadb21a83204155bd18c66263043cc932675c8
parent336128309b6ac4e94d56fc82fe5848b2c8b0e654 (diff)
GF Home Page: Updated the link to the Haskell API, and a couple of other links
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index 57e65713f..763056ad2 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,8 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="css/newstyle.css" title="GF">
<link rel="alterante stylesheet" href="css/oldstyle.css" title="Old">
+<link rel="alternate" href="https://github.com/GrammaticalFramework/GF/" title="GF GitHub Mirror">
+<link rel="alternate" href="http://grammatical-framework.blogspot.com/" title="GF Blog">
<meta name = "viewport" content = "width = device-width">
<script type="text/javascript">
function sitesearch() {
@@ -45,6 +47,7 @@ function sitesearch() {
<ul>
<li><A HREF="http://groups.google.com/group/gf-dev">User Group</A>
<li><a href="http://code.google.com/p/grammatical-framework/issues/list">Bug Reports</a>
+ <li><a href="http://grammatical-framework.blogspot.com/">Blog</a>
</ul>
</div>
@@ -60,7 +63,7 @@ function sitesearch() {
<li><A HREF="gf-book">The GF Book</A>
<li><A HREF="doc/tutorial/gf-tutorial.html">GF Tutorial</A>
<li><A HREF="doc/gf-refman.html">Reference Manual</A>
- <li><A HREF="http://www.molto-project.eu/sites/default/files/MOLTO_D2.3.pdf">Best Practices</A>
+ <li><A HREF="http://www.molto-project.eu/sites/default/files/MOLTO_D2.3.pdf">Best Practices</A> <small>[PDF]</small>
</ul>
<ul>
<li><A HREF="lib/doc/synopsis.html">Library Synopsis</A>
@@ -81,7 +84,7 @@ function sitesearch() {
</ul>
<h4>Develop Applications</h4>
<ul>
- <li><a href="http://hackage.haskell.org/package/gf-3.6/docs/PGF.html">PGF library API (Haskell)</a>
+ <li><a href="http://hackage.haskell.org/package/gf-3.7/docs/PGF.html">PGF library API (Haskell)</a>
<li><a href="doc/python-api.html">PGF library API (Python)</a>
<li><a href="src/ui/android/README">GF on Android (new)</a>
<li><A HREF="/android/">GF on Android (old) </A>