diff options
| -rw-r--r-- | bin/_template.html | 5 | ||||
| -rw-r--r-- | index.html | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/bin/_template.html b/bin/_template.html index c8a9108ad..3cf10ba47 100644 --- a/bin/_template.html +++ b/bin/_template.html @@ -2,8 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$> <head> <meta charset="utf-8" /> - <meta name="generator" content="pandoc" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> $for(author-meta)$ <meta name="author" content="$author-meta$" /> $endfor$ @@ -75,7 +74,7 @@ $body$ <h6 class="text-muted">Documentation</h6> <ul class="list-unstyled"> <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$/doc/gf-refman.html">Reference Manual</a></li> <li><a href="$rel-root$/doc/tutorial/gf-tutorial.html">Tutorial</a></li> diff --git a/index.html b/index.html index ee8e4074d..990bdc21f 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ <div class="col-sm-6 col-md-4"> <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> RGL Library Synopsis </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://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="lib/doc/synopsis.html">natural language resources</a>. + <a href="lib/doc/synopsis/index.html">natural language resources</a>. </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 applications, libraries are a way to cope with thousands of details involved in 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 Afrikaans, Amharic (partial), |
