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.)
This commit is contained in:
hallgren
2012-03-26 15:02:15 +00:00
parent 402ec51ac4
commit dc67d6015e
2 changed files with 7 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
<HEAD> <HEAD>
<META NAME="generator" CONTENT="http://txt2tags.org"> <META NAME="generator" CONTENT="http://txt2tags.org">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf8"> <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> <TITLE>Grammatical Framework: Programming with Multilingual Grammars</TITLE>
</HEAD><BODY BGCOLOR="white" TEXT="black"> </HEAD><BODY BGCOLOR="white" TEXT="black">
<CENTER> <CENTER>
@@ -123,11 +124,11 @@ linguistics, and related fields.
<P> <P>
<A HREF="./examples">Code examples</A>. You can also download the <A HREF="./examples">Code examples</A>. You can also download the
complete example set as a compressed tar file, 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>
<P> <P>
<A HREF="http://www.grammaticalframework.org/demos/gfse/">GF Web IDE</A>: <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>
<P> <P>
Demos Demos

View File

@@ -1,7 +1,7 @@
Grammatical Framework: Programming with Multilingual Grammars Grammatical Framework: Programming with Multilingual Grammars
Aarne Ranta Aarne Ranta
%!style:../css/style.css
%!Encoding:utf8 %!Encoding:utf8
%!postproc(html): "#BOOKCOVER" '<center><img width=200mm src="gf-book-cover.png"></center>' %!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. [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/]: [GF Web IDE http://www.grammaticalframework.org/demos/gfse/]:
build grammars in the cloud, without installing GF. build grammars in the cloud, without installing GF.