some documentation updates and fixes

doc/Makefile: add a rule to regenerate gf-help-full.txt
gf-help-full.txt: updated (new parse tree visualization options)
demo & cloud index: clarifications
minibar documentation: better layout on mobile devices
GF 3.4 release notes: reorganized & updated
This commit is contained in:
hallgren
2012-11-27 14:11:47 +00:00
parent 59b9676fd1
commit 78216222f1
7 changed files with 55 additions and 21 deletions

View File

@@ -22,15 +22,13 @@ Phrasebook</a>
<p><a href="../src/www/TransQuiz/translation_quiz.html">Translation Quiz</a> <p><a href="../src/www/TransQuiz/translation_quiz.html">Translation Quiz</a>
<P><a href="minibar/minibar.html">Minibar <P><a href="http://cloud.grammaticalframework.org/minibar/minibar.html">Minibar</A>
online</A> <!-- | <small><a href="../src/www/minibar/minibar_offline.html">Minibar offline</a></small> -->
| <small><a href="minibar/minibar_offline.html">Minibar offline</a></small> (<small>Predecessors:
<a href="http://www.grammaticalframework.org:41296/fridge">Fridge poetry</A>
| <a href="http://www.grammaticalframework.org:41296/translate">Word-completing translator</A></small>)
<p><a href="http://www.grammaticalframework.org/~hallgren/Talks/GF/Tutorial2012/Ex4/answer.html">Question answering demo</a> for simple math questions. <p><a href="http://www.grammaticalframework.org/~hallgren/Talks/GF/Tutorial2012/Ex4/answer.html">Question answering demo</a> for simple math questions.
<P>
<a href="http://www.grammaticalframework.org:41296/fridge">Fridge poetry</A>
| <a href="http://www.grammaticalframework.org:41296/translate">Word-completing translator</A>
<P> <P>
<A HREF="http://www.youtube.com/watch?v=1bfaYHWS6zU">Tramdemo on YouTube</A>: <A HREF="http://www.youtube.com/watch?v=1bfaYHWS6zU">Tramdemo on YouTube</A>:
find your way in Gothenburg public transport system, in six languages (film). find your way in Gothenburg public transport system, in six languages (film).

View File

@@ -13,6 +13,10 @@ resource:
latex resource.tex latex resource.tex
dvipdf resource.dvi dvipdf resource.dvi
gf-help-full.txt::
{ echo ; echo ; echo ; } > $@
echo help -full -t2t | gf -run >> $@
### Converting SVG logos to PNG, using convert from ImageMagick ### Converting SVG logos to PNG, using convert from ImageMagick
logos:: Logos/gf00.png Logos/gf0.png logos:: Logos/gf00.png Logos/gf0.png

View File

@@ -597,9 +597,10 @@ command (flag -printer):
js JavaScript (whole grammar) js JavaScript (whole grammar)
jsgf JSGF speech recognition format jsgf JSGF speech recognition format
lambda_prolog LambdaProlog (abstract syntax) lambda_prolog LambdaProlog (abstract syntax)
lp_byte_code Bytecode for Teyjus (abstract syntax, experimental)
pgf_pretty human-readable pgf pgf_pretty human-readable pgf
prolog Prolog (whole grammar) prolog Prolog (whole grammar)
prolog_abs Prolog (abstract syntax) python Python (whole grammar)
regexp regular expression regexp regular expression
slf SLF speech recognition format slf SLF speech recognition format
srgs_abnf SRGS speech recognition format in ABNF srgs_abnf SRGS speech recognition format in ABNF
@@ -1100,7 +1101,7 @@ flag -format.
#TINY #TINY
Prints a parse tree the .dot format (the graphviz format). Prints a parse tree in the .dot format (the graphviz format).
The graph can be saved in a file by the wf command as usual. The graph can be saved in a file by the wf command as usual.
If the -view flag is defined, the graph is saved in a temporary file If the -view flag is defined, the graph is saved in a temporary file
which is processed by graphviz and displayed by the program indicated which is processed by graphviz and displayed by the program indicated
@@ -1108,10 +1109,26 @@ by the flag. The target format is png, unless overridden by the
flag -format. flag -format.
- Options:
| ``-showcat`` | show categories in the tree nodes (default)
| ``-nocat`` | don't show categories
| ``-showfun`` | show function names in the tree nodes
| ``-nofun`` | don't show function names (default)
| ``-showleaves`` | show the leaves of the tree (default)
| ``-noleaves`` | don't show the leaves of the tree (i.e., only the abstract tree)
| ``-old`` | use the old tree visualization algorithm
- Flags: - Flags:
| ``-format`` | format of the visualization file (default "png") | ``-format`` | format of the visualization file (default "png")
| ``-view`` | program to open the resulting file (default "open") | ``-view`` | program to open the resulting file (default "open")
| ``-nodefont`` | font for tree nodes (default: Times -- graphviz standard font)
| ``-leaffont`` | font for tree leaves (default: nodefont)
| ``-nodecolor`` | color for tree nodes (default: black -- graphviz standard color)
| ``-leafcolor`` | color for tree leaves (default: nodecolor)
| ``-nodeedgestyle`` | edge style between tree nodes (solid/dashed/dotted/bold, default: solid)
| ``-leafedgestyle`` | edge style for links to leaves (solid/dashed/dotted/bold, default: dashed)
- Examples: - Examples:

View File

@@ -9,21 +9,32 @@ December 2012?
See the [download page http://www.grammaticalframework.org/download/index.html]. See the [download page http://www.grammaticalframework.org/download/index.html].
==New features== ==What's new==
- New languages in the Resource Grammar Library: Japanese, Chinese ===GF compiler and run-time library===
[more?].
(see the [updated synopsis ../lib/doc/synopsis.html]). Improvements for other
languages, e.g. Latvian, [more?].
- Some new functionality in the web-based grammar editor, e.g. preliminary
support for public grammars.
- A Simple Translation Tool has been added to the cloud services.
- A new partial evaluator that should provide more efficient grammar - A new partial evaluator that should provide more efficient grammar
complilation, and solve problems with stack overflows and overly long complilation, and solve problems with stack overflows and overly long
compilaton times for certain grammars. compilaton times for certain grammars.
- Better visualization of parse trees (contributed by Peter Ljunglöf).
- Various other small improvements and bug fixes. - Various other small improvements and bug fixes.
- [...] - [...]
===Resource Grammar Library===
- New languages in the Resource Grammar Library: Japanese, Chinese
[more?].
(see the [updated synopsis ../lib/doc/synopsis.html]).
- Improvements for other languages, e.g. Latvian, [more?].
===GF Cloud services===
- A Simple Translation Tool (a bilungual document editor) has been added.
- A syntax tree editor has been added (contributed by John J. Camilleri).
- Some new functionality in the web-based grammar editor, e.g. preliminary
support for public grammars.
-------------------- --------------------
[www.grammaticalframework.org http://www.grammaticalframework.org] [www.grammaticalframework.org http://www.grammaticalframework.org]

View File

@@ -9,17 +9,19 @@
<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> <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>Web Applications</h2>
<ul> <ul>
<li><a href="minibar/minibar.html">Minibar</a> <li><a href="minibar/minibar.html">Minibar</a>
(word-completing translation tool)
<li><a href="syntax-editor/editor.html">Syntax Editor (beta)</a> <li><a href="syntax-editor/editor.html">Syntax Editor (beta)</a>
<li><a href="TransQuiz/translation_quiz.html">Translation Quiz</a> <li><a href="TransQuiz/translation_quiz.html">Translation Quiz</a>
<li><a href="gfse/">GF online editor for simple multilingual grammars</a> <li><a href="gfse/">GF online editor for simple multilingual grammars</a>
<li><a href="translator/">Simple Translation Tool</a> <li><a href="translator/">Simple Translation Tool</a>
(bilingual document editor)
</ul> </ul>
<h2>Some Documentation</h2> <h2>Documentation</h2>
<ul> <ul>
<li><a href="minibar/about.html">About Minibar</a> <li><a href="minibar/about.html">About Minibar</a>

View File

@@ -3,6 +3,7 @@
<title>About Minibar</title> <title>About Minibar</title>
<link rel=stylesheet type="text/css" href="minibar.css"> <link rel=stylesheet type="text/css" href="minibar.css">
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name = "viewport" content = "width = device-width">
<style> <style>
:target .summary { font-weight: bold; background: white; } :target .summary { font-weight: bold; background: white; }
</style> </style>
@@ -217,7 +218,7 @@ Some implementation details:
<hr> <hr>
<div class=modtime><small> <div class=modtime><small>
<!-- hhmts start -->Last modified: Tue Nov 20 13:41:21 CET 2012 <!-- hhmts end --> <!-- hhmts start -->Last modified: Tue Nov 27 15:02:49 CET 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

@@ -3,6 +3,7 @@
<head> <head>
<title>GF web services API examples</title> <title>GF web services API examples</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name = "viewport" content = "width = device-width">
<style type="text/css"> <style type="text/css">
body { background: #eee; } body { background: #eee; }
@@ -249,7 +250,7 @@ the user interface:
<hr> <hr>
<div class=modtime> <div class=modtime>
<small class=modtime> <small class=modtime>
HTML <!-- hhmts start -->Last modified: Tue Nov 20 13:44:11 CET 2012 <!-- hhmts end --> HTML <!-- hhmts start -->Last modified: Tue Nov 27 15:03:15 CET 2012 <!-- hhmts end -->
</small> </small>
</div> </div>