summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-12-08 14:29:02 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-12-08 14:29:02 +0100
commitf78dfe80a2e4edfe93ea7b6efb4e71b15acdb37f (patch)
tree9ea10fd383d02d95fce1303146bb5185121dd2a6
parent44ac326da0c1ad8a695e26074a30909e18d70371 (diff)
Update doc/index page
-rw-r--r--.gitignore1
-rw-r--r--doc/index.html69
-rw-r--r--doc/index.md12
3 files changed, 13 insertions, 69 deletions
diff --git a/.gitignore b/.gitignore
index fed3570b0..1e25373d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,6 +49,7 @@ demos/index-numbers.html
demos/resourcegrammars.html
demos/translation.html
doc/tutorial/gf-tutorial.html
+doc/index.html
doc/gf-bibliography.html
doc/gf-developers.html
doc/gf-editor-modes.html
diff --git a/doc/index.html b/doc/index.html
deleted file mode 100644
index 3d2cda8dc..000000000
--- a/doc/index.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title>GF Documentation</title>
-<link rel=stylesheet href="../css/style.css">
-</head>
-
-
-<body>
-
-<div class=center>
-<a href="../"><img src="Logos/gf0.png"></a>
-
-
-
-
-<h1>Grammatical Framework Documents</h1>
-</div>
-
-
-<b>Top-5 documents</b>:
-
-<a href="gf-quickstart.html">Quick start instruction</a>.
-
-
-<a href="tutorial/gf-tutorial.html">Old Tutorial</a>, application-oriented.
-
-<a href="gf-lrec-2010.pdf">New Tutorial</a>, linguistics-oriented.
-
-<a href="gf-refman.html">ReferenceManual</a>.
-
-<a href="../lib/resource/doc/synopsis.html">LibrarySynopsis</a>.
-
-
-
-
-<h2>Language and system documentation</h2>
-
-<ul>
-
- <li>
- <a href="gf-reference.html">GF Quick Reference</a>. Also available in
- <a href="gf-reference.pdf">pdf</a>. Covers all features of GF language
- in a summary format.
-
- <li>
- <a href="gf-refman.html">GF Reference Manual</a>. A full-scale reference
- manual of the GF language.
-
- <li>
- <a href="gf-shell-reference.html">GF Shell Reference</a>.
- Describes the commands available in the interactive GF shell. Also
- summarizes how to run GF as a batch compiler.
-
- <li>
- <a href="gf-editor-modes.html">Editor modes for GF</a>.
- Editor modes for GF provides syntax highligting, automatic indentation and
- other features that makes editing GF grammar files easier.
-
-</ul>
-
-
-<h2>Publications</h2>
-
-<a href="gf-bibliography.html">
-Bibliography</a>: more publications on GF, as well as background literature.
-
-
-</body></html>
diff --git a/doc/index.md b/doc/index.md
new file mode 100644
index 000000000..18c4979c1
--- /dev/null
+++ b/doc/index.md
@@ -0,0 +1,12 @@
+---
+title: Grammatical Framework Documentation
+---
+
+Perhaps you're looking for one of the following:
+
+- [Tutorial](tutorial/gf-tutorial.html). This is a hands-on introduction to grammar writing in GF.
+- [Reference Manual](gf-refman.html). A full-scale reference manual of the GF language.
+- [RGL Synopsis](../lib/doc/synopsis/index.html). Documentation of the Resource Grammar Library, including the syntax API and lexical paradigms for each language.
+- [Shell Reference](gf-shell-reference.html). Describes the commands available in the interactive GF shell.
+ Also summarizes how to run GF as a batch compiler.
+- [Developers Guide](gf-developers/html). Detailed information about building and developing GF.