diff options
| author | hallgren <hallgren@altocumulus.org> | 2009-12-15 21:20:35 +0000 |
|---|---|---|
| committer | hallgren <hallgren@altocumulus.org> | 2009-12-15 21:20:35 +0000 |
| commit | 666fcd6566d2bafcd0f9a165ef64d5874c7f5a2c (patch) | |
| tree | 414d959e08ad71a43aaf18172c3991968a1a8611 /index.html | |
| parent | d22dcdf0b26a520e55b9098582f3c05cb66bc1de (diff) | |
Home page updated for GF 3.1 release
+ Added links to Google Group and Google Project.
+ Removed duplicated links.
+ Minor style changes.
+ The page is not generated from index.txt.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 89 |
1 files changed, 40 insertions, 49 deletions
diff --git a/index.html b/index.html index f1525fa85..9361e820d 100644 --- a/index.html +++ b/index.html @@ -1,65 +1,56 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> <TITLE>GF - Grammatical Framework</TITLE> -<META NAME="generator" CONTENT="http://txt2tags.sf.net"> -</HEAD><BODY BGCOLOR="white" TEXT="black"> -<FONT SIZE="4"> -</FONT></CENTER> +<style> +div.center { text-align: center; } +h1,h2,h3 { font-family: sans-serif; } +div.news { font-size: small; } +</style> +</HEAD> -<P> -<center> -</P> -<P> -<IMG ALIGN="middle" SRC="doc/Logos/gf0.png" BORDER="0" ALT=""> -</P> +<BODY> + +<div class=center> +<IMG SRC="doc/Logos/gf0.png" alt=""> <H1>Grammatical Framework</H1> <P> Version 3.1 -</P> -<P> +<br> December 2009 -</P> <P> <font size=+2> -</P> -<P> -<CODE>[</CODE> <A HREF="demos/index.html">Demos</A> -<CODE>|</CODE> <A HREF="download/index.html">Download</A> -<CODE>|</CODE> <A HREF="lib/doc/synopsis.html">Libraries</A> -<CODE>|</CODE> <A HREF="doc/gf-refman.html">Reference</A> -<CODE>|</CODE> <A HREF="doc/gf-tutorial.html">Tutorial</A> -<CODE>]</CODE> -</P> -<P> +[ <A HREF="demos/index.html">Demos</A> +| <A HREF="download/index.html">Download</A> +| <A HREF="lib/doc/synopsis.html">Libraries</A> +| <A HREF="doc/gf-refman.html">Reference</A> +| <A HREF="doc/gf-tutorial.html">Tutorial</A> +] </font> -</P> <P> -<CODE>[</CODE> <A HREF="demos/index.html">Demos</A> -<CODE>|</CODE> <A HREF="download/index.html">Download</A> -<CODE>|</CODE> <A HREF="doc/gf-developers.html">Developers</A> -<CODE>|</CODE> <A HREF="lib/doc/synopsis.html">Libraries</A> -<CODE>|</CODE> <A HREF="doc/gf-people.html">People</A> -<CODE>|</CODE> <A HREF="doc/gf-bibliography.html">Publications</A> -<CODE>|</CODE> <A HREF="doc/gf-reference.html">QuickRefCard</A> -<CODE>|</CODE> <A HREF="doc/gf-refman.html">Reference</A> -<CODE>|</CODE> <A HREF="doc/gf-tutorial.html">Tutorial</A> -<CODE>|</CODE> <A HREF="doc/resource-tutorial.pdf">LibTutorial</A> -<CODE>]</CODE> -</P> -<P> -</center> -</P> -<P> -<font size=-1> -</P> +[ <A HREF="doc/gf-developers.html">Developers</A> +| <A HREF="doc/gf-people.html">People</A> +| <A HREF="doc/gf-bibliography.html">Publications</A> +| <A HREF="doc/gf-reference.html">QuickRefCard</A> +| <A HREF="doc/resource-tutorial.pdf">LibTutorial</A> +] +</div> <H2>News</H2> -<P> -GF users mailing list and wiki - link forthcoming here! -</P> -<P> -</font> -</P> + +<div class=news> +<p>15 December 2009: +<ul class=news> + <li><strong>GF version 3.1 released</strong>. + See the <a href="download/index.html">Download</a> page. + <li>There is now a + <a href="http://groups.google.com/group/gf-dev">GF Google Group</a> + where developers and users can discuss GF. + <li>There is now a + <a href="http://code.google.com/p/grammatical-framework/">GF Project page on + Google Code</a>, with a bug tracker among other things. +</ul> +</div> + <H2>What is GF</H2> <P> GF, Grammatical Framework, is a programming language for |
