1
0
forked from GitHub/gf-core

gf -server: update start page, add links to some documentation

This commit is contained in:
hallgren
2012-02-29 17:05:45 +00:00
parent 9a6619e819
commit 01404e579c
2 changed files with 18 additions and 7 deletions

View File

@@ -2,10 +2,13 @@
<!-- This is the start page served by "gf -server" -->
<title>GF web service</title>
<h1>GF web service</h1>
<title>GF Cloud Service</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="gfse/editor.css" title="Cloud">
<h2>Available web applications</h2>
<h1>GF Cloud Service</h1>
<h2>Available Web Applications</h2>
<ul>
<li><a href="minibar/minibar.html">Minibar</a>
@@ -13,7 +16,15 @@
<li><a href="gfse/">GF online editor for simple multilingual grammars</a>
</ul>
<h2>Some Documentation</h2>
<ul>
<li><a href="minibar/about.html">About Minibar</a>
<li><a href="minibar/minibar-api.html">Minibar API documentation</a>
<li><a href="gfse/about.html">About the online grammar editor</a>
<li><a href="minibar/gf-web-api-examples.html">PGF web service API examples</a>
</ul>
<hr>
<a href="http://www.grammaticalframework.org/">Grammatical Framework</a>
<a href="http://www.grammaticalframework.org/">www.grammaticalframework.org</a>

View File

@@ -176,10 +176,10 @@ Some implementation details:
<hr>
<small class=modtime>
<!-- hhmts start --> Last modified: Mon Feb 13 19:00:34 CET 2012 <!-- hhmts end -->
<!-- hhmts start --> Last modified: Wed Feb 29 17:59:56 CET 2012 <!-- hhmts end -->
</small>
<address>
<a href="http://www.cs.chalmers.se/~hallgren/">TH</a>
<img src="http://www.altocumulus.org/~hallgren/online.cgi?icon" alt=""></address>
<a href="http://www.cse.chalmers.se/~hallgren/">TH</a>
<img src="http://www.altocumulus.org/~hallgren/online.cgi?icon" alt="">
</address>
</body> </html>