summaryrefslogtreecommitdiff
path: root/examples/letter/README
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-07-04 10:09:58 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2018-07-04 10:09:58 +0200
commitc6f4edaea5f1074ba682fac5d711016f0136998f (patch)
treebb49b8bac2e3cafd3c1f997115bf5bb841554eab /examples/letter/README
parent00476ae38687fb7d33081130822cbd4e8f34cfd3 (diff)
Remove examples directory; these now live in gf-contrib
All changes have been reflected in the gf-contrib repository: https://github.com/GrammaticalFramework/gf-contrib Now, for WebSetup to build the example grammars, one must have gf-contrib cloned in the same top-level directory as GF. When this isn't the case, WebSetup displays a notice without failing.
Diffstat (limited to 'examples/letter/README')
-rw-r--r--examples/letter/README35
1 files changed, 0 insertions, 35 deletions
diff --git a/examples/letter/README b/examples/letter/README
deleted file mode 100644
index d1691f721..000000000
--- a/examples/letter/README
+++ /dev/null
@@ -1,35 +0,0 @@
-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.