1
0
forked from GitHub/gf-core

minibar/about.html: fix typos and formatting

This commit is contained in:
hallgren
2010-09-24 12:57:16 +00:00
parent 3d2bf753d4
commit 6f2a3849f3

View File

@@ -42,8 +42,8 @@ Some implementation details:
<li>As an experiment, it does no use the <code>grammars.xml</code> file, <li>As an experiment, it does no use the <code>grammars.xml</code> file,
but instead calls a little CGI script, but instead calls a little CGI script,
<a href="http://www.grammaticalframework.org:41296/grammars/grammars.cgi.txt">grammars.cgi</a> <a href="http://www.grammaticalframework.org:41296/grammars/grammars.cgi.txt">grammars.cgi</a>
which lists the .pgf in the directory, in JSONP format. (Note: if you want to install which lists the .pgf files in the directory, in JSONP format.
this on your own computer, (Note: if you want to install this on your own computer,
<ul> <ul>
<li>if you click on the link, <li>if you click on the link,
the CGI script will be downloaded as <code>grammars.cgi.txt</code>, the CGI script will be downloaded as <code>grammars.cgi.txt</code>,
@@ -74,8 +74,8 @@ Some implementation details:
<code>{show_abstract:true,show_trees:true}</code> to show the abstract syntax of parsed <code>{show_abstract:true,show_trees:true}</code> to show the abstract syntax of parsed
sentences, and to show icons that expand to syntax/parse trees next each translation. sentences, and to show icons that expand to syntax/parse trees next each translation.
These features can be turned off by setting the fields to <code>false</code>. These features can be turned off by setting the fields to <code>false</code>.
<li>[Added 2010-04-30] Grammar menu is omitted if there is only one grammar in <li>[Added 2010-04-30] The grammar menu is omitted if there is only one
the grammar list. grammar in the grammar list.
<li>[Added 2010-04-30] Fewer hardwired constants and new <li>[Added 2010-04-30] Fewer hardwired constants and new
<code>start_minibar</code> options (server, grammars_url, grammar_list, <code>start_minibar</code> options (server, grammars_url, grammar_list,
show_grouped_translations, delete_button_text) to make show_grouped_translations, delete_button_text) to make
@@ -88,13 +88,13 @@ Some implementation details:
exactly matches one of the remaining magnet. exactly matches one of the remaining magnet.
<li>[Added 2010-05-28] Added a link to make it easy to try the same sentence in <li>[Added 2010-05-28] Added a link to make it easy to try the same sentence in
<a href="http://translate.google.com">Google Translate</a>. <a href="http://translate.google.com">Google Translate</a>.
This can be turned of by passing the option {try_google:false} to This can be turned of by passing the option <code>{try_google:false}</code> to
<code>start_minibar</code>. <code>start_minibar</code>.
</ul> </ul>
<hr> <hr>
<small class=modtime> <small class=modtime>
<!-- hhmts start --> Last modified: Fri May 28 18:11:05 CEST 2010 <!-- hhmts end --> <!-- hhmts start --> Last modified: Tue Sep 7 14:48:13 CEST 2010 <!-- hhmts end -->
</small> </small>
<address> <address>
<a href="http://www.cs.chalmers.se/~hallgren/">TH</a> <a href="http://www.cs.chalmers.se/~hallgren/">TH</a>