summaryrefslogtreecommitdiff
path: root/gf-book
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-03-26 15:02:15 +0000
committerhallgren <hallgren@chalmers.se>2012-03-26 15:02:15 +0000
commit14e712595883fa068cd498bf9749d49e55b8c333 (patch)
tree592025eeaea239238bf8f3f3a8450845bb183984 /gf-book
parentddf1ae4626051c8046d5d7c3c12a9362e12fb9cf (diff)
gf-book: apply GF style sheet
Also brought index.txt and index.html back in sync. (It looks like someone updated index.html instead of updating index.txt and regenerating index.html.)
Diffstat (limited to 'gf-book')
-rw-r--r--gf-book/index.html5
-rw-r--r--gf-book/index.txt6
2 files changed, 7 insertions, 4 deletions
diff --git a/gf-book/index.html b/gf-book/index.html
index f6cb3aedd..c53a92925 100644
--- a/gf-book/index.html
+++ b/gf-book/index.html
@@ -3,6 +3,7 @@
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.org">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf8">
+<LINK REL="stylesheet" TYPE="text/css" HREF="../css/style.css">
<TITLE>Grammatical Framework: Programming with Multilingual Grammars</TITLE>
</HEAD><BODY BGCOLOR="white" TEXT="black">
<CENTER>
@@ -123,11 +124,11 @@ linguistics, and related fields.
<P>
<A HREF="./examples">Code examples</A>. You can also download the
complete example set as a compressed tar file,
-<a href="gf-book-examples.tgz">gf-book-examples.tgz</a>
+<A HREF="gf-book-examples.tgz">gf-book-examples.tgz</A>.
</P>
<P>
<A HREF="http://www.grammaticalframework.org/demos/gfse/">GF Web IDE</A>:
-build grammars in the cloud, without installing GF. .
+build grammars in the cloud, without installing GF.
</P>
<P>
Demos
diff --git a/gf-book/index.txt b/gf-book/index.txt
index bdd0c0573..61b0b76c3 100644
--- a/gf-book/index.txt
+++ b/gf-book/index.txt
@@ -1,7 +1,7 @@
Grammatical Framework: Programming with Multilingual Grammars
Aarne Ranta
-
+%!style:../css/style.css
%!Encoding:utf8
%!postproc(html): "#BOOKCOVER" '<center><img width=200mm src="gf-book-cover.png"></center>'
@@ -102,7 +102,9 @@ linguistics, and related fields.
[Slides ./gf-book-slides.pdf] for teaching the book chapter by chapter.
-[Code examples ./examples]
+[Code examples ./examples]. You can also download the
+complete example set as a compressed tar file,
+[gf-book-examples.tgz gf-book-examples.tgz].
[GF Web IDE http://www.grammaticalframework.org/demos/gfse/]:
build grammars in the cloud, without installing GF.