diff options
| author | hallgren <hallgren@chalmers.se> | 2010-12-22 16:57:53 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2010-12-22 16:57:53 +0000 |
| commit | 40b84d25e320347e0402d9a86afe3bf384b5d490 (patch) | |
| tree | 15c3df3acf3db8091615188429dbae894d59c773 /demos | |
| parent | 59b36e0e4aa4875d9d5acfe7abf114a680b0aac9 (diff) | |
Documentation fixes
+ Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files.
+ Add program update_html that finds all .t2t documents and updates the
corresponding .html file. It can be invoked with 'make html'.
+ Add style to some .html documents
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/index-numbers.t2t (renamed from demos/index-numbers.txt) | 0 | ||||
| -rw-r--r-- | demos/index.html | 11 |
2 files changed, 5 insertions, 6 deletions
diff --git a/demos/index-numbers.txt b/demos/index-numbers.t2t index 1909e6af6..1909e6af6 100644 --- a/demos/index-numbers.txt +++ b/demos/index-numbers.t2t diff --git a/demos/index.html b/demos/index.html index 31df02d7a..63647693a 100644 --- a/demos/index.html +++ b/demos/index.html @@ -2,9 +2,11 @@ <HTML> <HEAD> <TITLE>Grammatical Framework Demos</TITLE> -</HEAD><BODY BGCOLOR="white" TEXT="black"> -<CENTER><H1>Grammatical Framework Demos</H1> -</CENTER> +<link rel=stylesheet href="../css/style.css"> +</HEAD> + +<BODY> +<H1><IMG SRC="../doc/Logos/gf0.png" alt="">Grammatical Framework Demos</H1> <p> <a href="http://www.grammaticalframework.org/demos/phrasebook/">Tourist @@ -67,6 +69,3 @@ the <A HREF="../lib/doc/synopsis.html">GF resource library</A> <A HREF="../old-lib/resource/doc/resdemo.html">Random library examples</A> --> - -<!-- html code *NOT* generated by txt2tags 2.4 (http://txt2tags.sf.net) --> -<!-- cmdline: txt2tags -thtml index.txt --> |
