sqlite.html \
c_interface.html
+website: $(PUBLISH)
+
publish: $(PUBLISH)
- scp hwaci@oak.he.net:public_html/sw/sqlite $(PUBLISH)
+ scp $(PUBLISH) hwaci@oak.he.net:public_html/sw/sqlite
clean:
rm -f *.o sqlite libsqlite.a sqlite.h
-C :-)\s(CVS\s4)
-D 2000-05-29T18:32:16
-F Makefile.in f145e2ccfb1bb63e28362fef46bd5e6b27254aec
+C :-)\s(CVS\s5)
+D 2000-05-29T18:50:16
+F Makefile.in cb1ba563614eae8c4f2261fe464ae4652179cb37
F configure 8faba4d0194321e5f61a64e842c65eab0f68e6d8 x
F configure.in 4fc2947d631037bd340b112d6193847d7ac827ae
F doc/lemon.html e233a3e97a779c7a87e1bc4528c664a58e49dd47
F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c
F tool/renumberOps.awk 6d067177ad5f8d711b79577b462da9b3634bd0a9
F www/c_interface.tcl f875864edf7974157d1c257ca08de854660882a5
-F www/index.tcl c10c625192ee9f19f186f65b90196c9cabe30936
-F www/sqlite.tcl 69674d9b8344870de7a6f059169311ebc54111f8
-P 9e36a6014b9e8298d8fff71f0f1e3fd5610c30bd
-R 1cbd8abc74cbb51471478dc265470087
+F www/index.tcl 67b2bee04077377eacede2b11e21fe37ef7e10c6
+F www/sqlite.tcl 947e067bcc347dc767af4c1a6e5a8d47d8404aa3
+P 1d3286702cf267857190e6082db15ba4132453d7
+R df24759e4161832879dbb325c08161a8
U drh
-Z 7f395b999019989aa3907b5862f33ec4
+Z 3893ca4bcccca2377dab7ed9ed04dee7
-1d3286702cf267857190e6082db15ba4132453d7
\ No newline at end of file
+9fd0628af897c54c122fdef02f79788385ece39c
\ No newline at end of file
#
# Run this TCL script to generate HTML for the index.html file.
#
-set rcsid {$Id: index.tcl,v 1.2 2000/05/29 18:20:15 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.3 2000/05/29 18:50:16 drh Exp $}
puts {<html>
<head><title>SQLite: An SQL Frontend For GDBM</title></head>
puts "Last modified [lrange $rcsid 3 4] GMT"
puts {</p>}
+puts {
+<blockquote><em><p>
+SQLite is currently "alpha"-quality software under active development.
+It is being release early so that you can have an opportunity
+to comment on its design and implementation and possibly influence
+the direction of its development. Your constructive comments
+are <b>very</b> important to us and are encouraged. If you have
+any suggestions or any words of encouragement, please submit
+them to the mailing list described <a href="#mailinglist">below</a>.</p>
+
+<p>If you are looking for a stable SQL library, check back here in a few
+months...</p></em></blockquote>
+}
+
puts {<h2>Introduction</h2>
<p>SQLite is a C library that implements an SQL frontend to GDBM.
<ul>
<li>ALTER TABLE</li>
<li>The GROUP BY or HAVING clauses of a SELECT</li>
-<li>The LIKE or IN</li>
+<li>The LIKE or IN operators</li>
+<li>The COUNT(), MAX(), MIN(), and AVG() functions</li>
<li>Constraints</li>
<li>Nested queries</li>
<li>Transactions or rollback</li>
or on Windows95/98/NT.</p>
}
-puts {<h2>Mailing List</h2>
+puts {
+<a name="mailinglist" />
+<h2>Mailing List</h2>
<p>A mailing list has been set up on eGroups for discussion of
SQLite design issues or for asking questions about SQLite.</p>
<center>
#
# Run this Tcl script to generate the sqlite.html file.
#
-set rcsid {$Id: sqlite.tcl,v 1.2 2000/05/29 18:20:15 drh Exp $}
+set rcsid {$Id: sqlite.tcl,v 1.3 2000/05/29 18:50:16 drh Exp $}
puts {<html>
<head>
sql> (((.separator |)))
sql> (((.output test_file_1.txt)))
sql> (((select * from tbl1;)))
-sql> (((.exit
+sql> (((.exit)))
$ (((cat test_file_1.txt)))
hello|10
goodbye|20