forked from GitHub/gf-core
gf -server: update start page, add links to some documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user