From 5db5c8a2035ce257c90022deaced7b17029474da Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 11 Jun 2012 15:34:16 +0000 Subject: GF home page: link to GF clouds service (cloud.grammaticalframework.org) Also some small cloud service documentation updates. --- src/www/P/gf-cloud.png | Bin 0 -> 5227 bytes src/www/gfse/about.html | 4 ++-- src/www/gfse/editor.css | 1 + src/www/index.html | 3 ++- src/www/translator/about.html | 17 +++++++++-------- 5 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 src/www/P/gf-cloud.png (limited to 'src') diff --git a/src/www/P/gf-cloud.png b/src/www/P/gf-cloud.png new file mode 100644 index 000000000..42045fb65 Binary files /dev/null and b/src/www/P/gf-cloud.png differ diff --git a/src/www/gfse/about.html b/src/www/gfse/about.html index 0d52f32eb..11b66b380 100644 --- a/src/www/gfse/about.html +++ b/src/www/gfse/about.html @@ -16,7 +16,7 @@ -

GF online editor for simple multilingual grammars

+

GF online editor for simple multilingual grammars

@@ -234,7 +234,7 @@ suitable for multiple users developing a grammar in collaboration.
- Last modified: Fri Nov 25 12:44:33 CET 2011 + Last modified: Mon Jun 11 17:25:17 CEST 2012
TH diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index ff5554175..dc7180c33 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -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 img { float: right; border: 0; max-width: 50%; } +h1 img.nofloat { float: none; } #editor { /* This allows the div to grow wider than the window if necessary to diff --git a/src/www/index.html b/src/www/index.html index eae755370..abc06780c 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -7,7 +7,7 @@ -

GF Cloud Service

+

GF Cloud Service

Available Web Applications

@@ -26,6 +26,7 @@
  • About the online grammar editor
  • About the simple translation tool
  • PGF web service API examples +
  • PGF web service API documentation
    diff --git a/src/www/translator/about.html b/src/www/translator/about.html index 47387011e..4e24780da 100644 --- a/src/www/translator/about.html +++ b/src/www/translator/about.html @@ -12,15 +12,16 @@ -

    About the Simple Translation Tool

    +

    About the Simple Translation Tool

    -This is a simple bilingual document editor. Documents consist of a sequence -of segments that are translated independently. The user can import text -in the source language and obtain automatically translated text in -the target language. Imported text can be segmented based on punctuation. + +This is a simple bilingual document editor. Documents consist +of a sequence of segments that are translated independently. The user can import +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 -in imported text. +in imported text. Text can be edited after it has been imported.

    If an unsatisfactory automatic translation is 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."

  • Cloud service.
  • Interface to other translation services. -
  • Interface to grammar editor for grammar extension. +
  • Interface to the grammar editor for grammar extension.
  • More browser compatibility testing (Chrome, Firefox & Safari tested so far).
  • ... @@ -54,7 +55,7 @@ closed and reopened later.
    - Last modified: Tue May 29 16:30:58 CEST 2012 + Last modified: Mon Jun 11 17:25:39 CEST 2012
    TH -- cgit v1.2.3