:-) (CVS 5)

FossilOrigin-Name: 9fd0628af897c54c122fdef02f79788385ece39c
This commit is contained in:
drh 2000-05-29 18:50:16 +00:00
parent cefc92b8a3
commit 806818db31
5 changed files with 34 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
1d3286702cf267857190e6082db15ba4132453d7
9fd0628af897c54c122fdef02f79788385ece39c

View File

@ -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 {<html>
<head><title>SQLite: An SQL Frontend For GDBM</title></head>
@ -11,6 +11,20 @@ puts {<html>
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.
@ -57,7 +71,8 @@ implement are as follows:</p>
<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>
@ -82,7 +97,9 @@ know of no reason why it will not work on any other Unix platform,
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>

View File

@ -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 {<html>
<head>
@ -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