forked from GitHub/gf-core
Link to new synopsis page
This commit is contained in:
@@ -2,8 +2,7 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="generator" content="pandoc" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
$for(author-meta)$
|
$for(author-meta)$
|
||||||
<meta name="author" content="$author-meta$" />
|
<meta name="author" content="$author-meta$" />
|
||||||
$endfor$
|
$endfor$
|
||||||
@@ -75,7 +74,7 @@ $body$
|
|||||||
<h6 class="text-muted">Documentation</h6>
|
<h6 class="text-muted">Documentation</h6>
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li><a href="$rel-root$/doc/gf-shell-reference.html">GF Shell Reference</a></li>
|
<li><a href="$rel-root$/doc/gf-shell-reference.html">GF Shell Reference</a></li>
|
||||||
<li><a href="$rel-root$/lib/doc/synopsis.html">RGL Library Synopsis</a></li>
|
<li><a href="$rel-root$/lib/doc/synopsis/index.html">RGL Library Synopsis</a></li>
|
||||||
<li><a href="$rel-root$/gf-book">The GF Book</a></li>
|
<li><a href="$rel-root$/gf-book">The GF Book</a></li>
|
||||||
<li><a href="$rel-root$/doc/gf-refman.html">Reference Manual</a></li>
|
<li><a href="$rel-root$/doc/gf-refman.html">Reference Manual</a></li>
|
||||||
<li><a href="$rel-root$/doc/tutorial/gf-tutorial.html">Tutorial</a></li>
|
<li><a href="$rel-root$/doc/tutorial/gf-tutorial.html">Tutorial</a></li>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
<div class="col-sm-6 col-md-4">
|
<div class="col-sm-6 col-md-4">
|
||||||
<h2>Learn</h2>
|
<h2>Learn</h2>
|
||||||
|
|
||||||
<a href="lib/doc/synopsis.html" class="btn btn-primary mb-2">
|
<a href="lib/doc/synopsis/index.html" class="btn btn-primary mb-2">
|
||||||
<i class="fab fa-readme mr-1"></i>
|
<i class="fab fa-readme mr-1"></i>
|
||||||
RGL Library Synopsis
|
RGL Library Synopsis
|
||||||
</a>
|
</a>
|
||||||
@@ -164,7 +164,7 @@ least one, it may help you to get a first idea of what GF is.
|
|||||||
<a href="http://cloud.grammaticalframework.org/minibar/minibar.html">multilingual web gadgets</a>,
|
<a href="http://cloud.grammaticalframework.org/minibar/minibar.html">multilingual web gadgets</a>,
|
||||||
<a href="http://www.cs.chalmers.se/~hallgren/Alfa/Tutorial/GFplugin.html">natural-language interfaces</a>,
|
<a href="http://www.cs.chalmers.se/~hallgren/Alfa/Tutorial/GFplugin.html">natural-language interfaces</a>,
|
||||||
<a href="http://www.youtube.com/watch?v=1bfaYHWS6zU">dialogue systems</a>, and
|
<a href="http://www.youtube.com/watch?v=1bfaYHWS6zU">dialogue systems</a>, and
|
||||||
<a href="lib/doc/synopsis.html">natural language resources</a>.
|
<a href="lib/doc/synopsis/index.html">natural language resources</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -318,7 +318,7 @@ least one, it may help you to get a first idea of what GF is.
|
|||||||
Libraries are at the heart of modern software engineering. In natural language
|
Libraries are at the heart of modern software engineering. In natural language
|
||||||
applications, libraries are a way to cope with thousands of details involved in
|
applications, libraries are a way to cope with thousands of details involved in
|
||||||
syntax, lexicon, and inflection. The
|
syntax, lexicon, and inflection. The
|
||||||
<a href="lib/doc/synopsis.html">GF resource grammar library</a> has
|
<a href="lib/doc/synopsis/index.html">GF resource grammar library</a> has
|
||||||
support for an increasing number of languages, currently including
|
support for an increasing number of languages, currently including
|
||||||
Afrikaans,
|
Afrikaans,
|
||||||
Amharic (partial),
|
Amharic (partial),
|
||||||
|
|||||||
Reference in New Issue
Block a user