diff options
| author | hallgren <hallgren@chalmers.se> | 2012-02-29 17:05:45 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-02-29 17:05:45 +0000 |
| commit | 01404e579cef2ee99ffbe9de4e5045aa5150c73e (patch) | |
| tree | 6364af1141ea3afd506f9c36f713dcccd2ce3043 | |
| parent | 9a6619e8198574568133417b3721be629d6b3b75 (diff) | |
gf -server: update start page, add links to some documentation
| -rw-r--r-- | src/www/index.html | 19 | ||||
| -rw-r--r-- | src/www/minibar/about.html | 6 |
2 files changed, 18 insertions, 7 deletions
diff --git a/src/www/index.html b/src/www/index.html index ab571fe70..7e306293b 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -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> diff --git a/src/www/minibar/about.html b/src/www/minibar/about.html index 43b2310bd..c15866021 100644 --- a/src/www/minibar/about.html +++ b/src/www/minibar/about.html @@ -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> |
