GF home page: link to GF clouds service (cloud.grammaticalframework.org)

Also some small cloud service documentation updates.
This commit is contained in:
hallgren
2012-06-11 15:34:16 +00:00
parent a026b93ecb
commit 5db5c8a203
8 changed files with 17 additions and 11 deletions

View File

@@ -20,3 +20,4 @@ td { background: white; }
th { background: #9df; } th { background: #9df; }
h1 img { float: right; border: 0; } h1 img { float: right; border: 0; }
h1 img.nofloat { float: none; }

View File

@@ -14,6 +14,7 @@ tested-with: GHC==6.12.3, GHC==7.0.4
data-dir: src data-dir: src
data-files: www/index.html data-files: www/index.html
www/P/*.png
www/gfse/*.html www/gfse/*.html
www/gfse/*.css www/gfse/*.css
www/gfse/*.js www/gfse/*.js

View File

@@ -36,6 +36,7 @@ March 2012
| <A HREF="doc/gf-quickstart.html">QuickStart</A> | <A HREF="doc/gf-quickstart.html">QuickStart</A>
| <A HREF="http://groups.google.com/group/gf-dev">UserGroup</A> | <A HREF="http://groups.google.com/group/gf-dev">UserGroup</A>
| <A HREF="gf-book">Book</A><font size=-1 color=red><i>New!</i></font> | <A HREF="gf-book">Book</A><font size=-1 color=red><i>New!</i></font>
| <a href="http://cloud.grammaticalframework.org/"><img src="src/www/P/gf-cloud.png" alt="GF Cloud Service" title="GF Cloud Service"></a>
] ]
</div> </div>
<div class=extralinks> <div class=extralinks>

BIN
src/www/P/gf-cloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -16,7 +16,7 @@
</head> </head>
<body> <body>
<h1>GF online editor for simple multilingual grammars</h1> <h1><a href="../"><img src="../P/gf-cloud.png" alt="" title="GF Cloud Service"></a>GF online editor for simple multilingual grammars</h1>
<div class=right> <div class=right>
<div class=slideshow> <div class=slideshow>
@@ -234,7 +234,7 @@ suitable for multiple users developing a grammar in collaboration.
<hr> <hr>
<div class=modtime><small> <div class=modtime><small>
<!-- hhmts start --> Last modified: Fri Nov 25 12:44:33 CET 2011 <!-- hhmts end --> <!-- hhmts start --> Last modified: Mon Jun 11 17:25:17 CEST 2012 <!-- hhmts end -->
</small></div> </small></div>
<address> <address>
<a href="http://www.cse.chalmers.se/~hallgren/">TH</a> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a>

View File

@@ -5,6 +5,7 @@ h1,h2,h3,h4 { color: #303030; text-shadow: rgba(0,0,0,0.25) 3px 3px 5px; }
h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; } h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; }
h1 img { float: right; border: 0; max-width: 50%; } h1 img { float: right; border: 0; max-width: 50%; }
h1 img.nofloat { float: none; }
#editor { #editor {
/* This allows the div to grow wider than the window if necessary to /* This allows the div to grow wider than the window if necessary to

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="gfse/editor.css" title="Cloud"> <link rel="stylesheet" type="text/css" href="gfse/editor.css" title="Cloud">
<meta name = "viewport" content = "width = device-width"> <meta name = "viewport" content = "width = device-width">
<h1><a href="http://www.grammaticalframework.org/"><img src="Logos/gf0.png" alt=""></a>GF Cloud Service</h1> <h1><a href="http://www.grammaticalframework.org/"><img src="Logos/gf0.png" alt=""></a><img class=nofloat src="P/gf-cloud.png" alt=""> GF Cloud Service</h1>
<h2>Available Web Applications</h2> <h2>Available Web Applications</h2>
@@ -26,6 +26,7 @@
<li><a href="gfse/about.html">About the online grammar editor</a> <li><a href="gfse/about.html">About the online grammar editor</a>
<li><a href="translator/about.html">About the simple translation tool</a> <li><a href="translator/about.html">About the simple translation tool</a>
<li><a href="minibar/gf-web-api-examples.html">PGF web service API examples</a> <li><a href="minibar/gf-web-api-examples.html">PGF web service API examples</a>
<li><a href="http://code.google.com/p/grammatical-framework/wiki/GFWebServiceAPI">PGF web service API documentation</a>
</ul> </ul>
<hr> <hr>

View File

@@ -12,15 +12,16 @@
</head> </head>
<body> <body>
<h1>About the Simple Translation Tool</h1> <h1><a href="../"><img src="../P/gf-cloud.png" alt="" title="GF Cloud Service"></a>About the Simple Translation Tool</h1>
<p> <p>
This is a simple bilingual document editor. Documents consist of a sequence
of segments that are translated independently. The user can import text <a href="./">This</a> is a simple bilingual document editor. Documents consist
in the source language and obtain automatically translated text in of a sequence of segments that are translated independently. The user can import
the target language. Imported text can be segmented based on punctuation. text in the source language and obtain automatically translated text in the
target language. Imported text can be segmented based on punctuation.
Optionally, one can also use line breaks or blank lines to indicate segmentation Optionally, one can also use line breaks or blank lines to indicate segmentation
in imported text. in imported text. Text can be edited after it has been imported.
<p>If an unsatisfactory automatic translation is <p>If an unsatisfactory automatic translation is
obtained, the user can click on it and replace it with a manual translation. obtained, the user can click on it and replace it with a manual translation.
@@ -44,7 +45,7 @@ closed and reopened later.
to be capitalized, e.g. "I am ready." and "Spanish wine is good." to be capitalized, e.g. "I am ready." and "Spanish wine is good."
<li>Cloud service. <li>Cloud service.
<li>Interface to other translation services. <li>Interface to other translation services.
<li>Interface to grammar editor for grammar extension. <li>Interface to the grammar editor for grammar extension.
<li>More browser compatibility testing (Chrome, Firefox &amp; Safari tested <li>More browser compatibility testing (Chrome, Firefox &amp; Safari tested
so far). so far).
<li>... <li>...
@@ -54,7 +55,7 @@ closed and reopened later.
<hr> <hr>
<div class=modtime><small> <div class=modtime><small>
<!-- hhmts start --> Last modified: Tue May 29 16:30:58 CEST 2012 <!-- hhmts end --> <!-- hhmts start --> Last modified: Mon Jun 11 17:25:39 CEST 2012 <!-- hhmts end -->
</small></div> </small></div>
<address> <address>
<a href="http://www.cse.chalmers.se/~hallgren/">TH</a> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a>