From 806818db31eddfc20ba96a82a9c3a70a46afceb5 Mon Sep 17 00:00:00 2001
From: drh
Date: Mon, 29 May 2000 18:50:16 +0000
Subject: [PATCH] :-) (CVS 5)
FossilOrigin-Name: 9fd0628af897c54c122fdef02f79788385ece39c
---
Makefile.in | 4 +++-
manifest | 16 ++++++++--------
manifest.uuid | 2 +-
www/index.tcl | 23 ++++++++++++++++++++---
www/sqlite.tcl | 4 ++--
5 files changed, 34 insertions(+), 15 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 0bdaeae0cf..d3c3f220c1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -136,8 +136,10 @@ PUBLISH = \
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
diff --git a/manifest b/manifest
index 8ba459f89b..300587508e 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
-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
@@ -24,9 +24,9 @@ F tool/opNames.awk 2bd9071a138e4e2be13dc98fe066398a61219e1e
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
diff --git a/manifest.uuid b/manifest.uuid
index 66ca01e853..e6ad0c1fa6 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-1d3286702cf267857190e6082db15ba4132453d7
\ No newline at end of file
+9fd0628af897c54c122fdef02f79788385ece39c
\ No newline at end of file
diff --git a/www/index.tcl b/www/index.tcl
index 235611a923..780e25ddc9 100644
--- a/www/index.tcl
+++ b/www/index.tcl
@@ -1,7 +1,7 @@
#
# 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 {
SQLite: An SQL Frontend For GDBM
@@ -11,6 +11,20 @@ puts {
puts "Last modified [lrange $rcsid 3 4] GMT"
puts {
}
+puts {
+
+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 very important to us and are encouraged. If you have
+any suggestions or any words of encouragement, please submit
+them to the mailing list described below.
+
+If you are looking for a stable SQL library, check back here in a few
+months...
+}
+
puts {Introduction
SQLite is a C library that implements an SQL frontend to GDBM.
@@ -57,7 +71,8 @@ implement are as follows:
- ALTER TABLE
- The GROUP BY or HAVING clauses of a SELECT
-- The LIKE or IN
+- The LIKE or IN operators
+- The COUNT(), MAX(), MIN(), and AVG() functions
- Constraints
- Nested queries
- Transactions or rollback
@@ -82,7 +97,9 @@ know of no reason why it will not work on any other Unix platform,
or on Windows95/98/NT.
}
-puts {Mailing List
+puts {
+
+Mailing List
A mailing list has been set up on eGroups for discussion of
SQLite design issues or for asking questions about SQLite.
diff --git a/www/sqlite.tcl b/www/sqlite.tcl
index de72fb710e..a69b3763e9 100644
--- a/www/sqlite.tcl
+++ b/www/sqlite.tcl
@@ -1,7 +1,7 @@
#
# 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 {
@@ -278,7 +278,7 @@ sql> (((.mode list)))
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