diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-12-04 13:55:35 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-12-04 13:55:35 +0000 |
| commit | d8c2b34b8e03dfa91b336822a3748a887b79b527 (patch) | |
| tree | 6a8aeae9f61c3a0828b632d5388bec7dca5ea653 /examples/letter/README | |
| parent | 2440854310c96fff410fb4d90dc7759cec785b3d (diff) | |
the letter grammar set ported to GF 3
Diffstat (limited to 'examples/letter/README')
| -rw-r--r-- | examples/letter/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/examples/letter/README b/examples/letter/README new file mode 100644 index 000000000..d1691f721 --- /dev/null +++ b/examples/letter/README @@ -0,0 +1,35 @@ +GF challenges Microsoft Works! Here you find templates for +multilingual authoring of business and love letters! + +Another point of these grammars is to illustrate how +local updates are propagated everywhere in the document. +Form, in the editor + + Dear Colleague, + + I love you. + + With best regards, + + your wife + +and change between ColleagueHe, ColleagueShe, ColleaguesHe, ColleaguesShe. + +The grammars are somewhat ad hoc and messy, and could be improved +with better abstractions. + +(AR 2001) + +To use the grammars in an editor, first compile them to javascript: + + gfc --make --output-format=js Letter???.gf + +Then open the file ./editor/editor.html in a web browser. You also need the javascript +libraries from + + GF/lib/javascript/ + +Copyright (c) 2001-2008 Janna Khegai, Alex Kutsela, Aarne Ranta +under GNU General Public License (GPL). + +Document last updated December 4, 2008, by Aarne Ranta. |
