Skip to content

Commit e144a01

Browse files
authored
Update index.html
Primarily fix download link and its description to reference the GitHub latest version URL. Minor tweaks for consistency with README.md. Lose the RCS ID information.
1 parent 2736504 commit e144a01

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<!-- @(#)$Id: index.html,v 1.8 2017/01/21 16:32:29 jleffler Exp $ -->
2-
31
<html>
42
<head>
53
<title> BNF Grammars for SQL-92, SQL-99 and SQL-2003 </title>
@@ -64,7 +62,7 @@ <h2> Informix OUTER Join Syntax </h2>
6462
<h2> Conversion tools </h2>
6563

6664
<p>
67-
The plain text was converted to HTML by the Perl script
65+
The plain text `.bnf` files were converted to HTML by the Perl script
6866
<a href="bnf2html.perl.txt"> bnf2html </a> which you may use if you wish.
6967
The bnf2html script also uses the C program
7068
<a href="webcode-1.09.tgz"> WEBCODE version 1.09 </a>
@@ -86,16 +84,18 @@ <h2> Conversion tools </h2>
8684

8785
<h2> Download </h2>
8886

89-
You can download a gzipped tar file containing the raw grammars, the
90-
HTML versions of those grammars, and the conversion tools as the gzipped
91-
tar file <a href="sql-bnf.tgz"> sql-bnf.tgz </a>.
87+
You can download a gzipped tar file or a zip file containing the latest version
88+
of the raw grammars, the
89+
HTML versions of those grammars, and the conversion tools from
90+
<a href="https://github.com/ronsavage/SQL/releases/latest"> GitHub </a>.
9291

9392
<hr>
94-
Please send feedback to Jonathan Leffler, variously:
95-
<a href="mailto:jleffler@us.ibm.com"> jleffler@us.ibm.com </a> or
96-
<a href="mailto:jonathan.leffler@gmail.com"> jonathan.leffler@gmail.com </a>.
93+
Please send feedback to Jonathan Leffler
94+
(<a href="mailto:jonathan.leffler@gmail.com"> jonathan.leffler@gmail.com </a>) _and_
95+
Ron Savage (<a href="mailto:ron@savage.net.au"> ron@savage.net.au </a>).
96+
9797
<p>
9898
Last modified:
99-
21st January 2017
99+
13th February 2017
100100
</body>
101101
</html>

0 commit comments

Comments
 (0)