]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Updates to the homepage - fix the CVS access instructions. (CVS 1131)
authordrh <drh@noemail.net>
Mon, 15 Dec 2003 17:51:19 +0000 (17:51 +0000)
committerdrh <drh@noemail.net>
Mon, 15 Dec 2003 17:51:19 +0000 (17:51 +0000)
FossilOrigin-Name: 653a7dd97ed95e66bd2973169735ee73ee348576

manifest
manifest.uuid
www/index.tcl

index e1d3a39e06eb8d8f7eac9807574a627d63470039..677c32e4117d456c6871b099be8f8f71ab1977cc 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\sbulk-memory\sinitialization\sproblem\sin\sthe\sexpression\slist\slogic.\s(CVS\s1130)
-D 2003-12-10T03:13:44
+C Updates\sto\sthe\shomepage\s-\sfix\sthe\sCVS\saccess\sinstructions.\s(CVS\s1131)
+D 2003-12-15T17:51:19
 F Makefile.in 5cb273b7d0e945d47ee8b9ad1c2a04ce79927d2d
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -165,7 +165,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl 88d3b95d9cd8e374772daa3a646c4d107e7f3e9b
 F www/fileformat.tcl 56f77e435a6306b337b20b416e3b89500ba2d029
 F www/formatchng.tcl ca6cc1cb1bef9bc36f0619049d3c95e749bc6983
-F www/index.tcl 3530ab3c43e2f34f114d16495d19cc1751d12446
+F www/index.tcl 2e864feb4a0021ca6fda9d1828d8752c48338361
 F www/lang.tcl 5f39bbda1ba38a28f18f97bd98c81f40355393b2
 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
 F www/nulls.tcl 38117d24afb81efd079b59723b985a6d654cc2e8
@@ -176,7 +176,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 230a4ff2c8a3927533baf5b22edc9f25490d5443
-R feaa66e13b9b631cf93d8592dd8e6a87
+P d6549954408b01e5eaf865b9100739c94de28f16
+R edcd3752c4dbf2f82999564759ef2959
 U drh
-Z 89b38e0291450fb7d54128a58c14c43f
+Z ee4c4b73919cef5782114fea0f6ce2ec
index fddf0db1bf7e91c01ebb3de863f50fbe5258cc70..86c7a5d205b55ba3efa235f987430ab0ad4cd185 100644 (file)
@@ -1 +1 @@
-d6549954408b01e5eaf865b9100739c94de28f16
\ No newline at end of file
+653a7dd97ed95e66bd2973169735ee73ee348576
\ No newline at end of file
index 024f86b0364adf8ca65115b40cc8ca604babb272..0a7f943e2d1814630a45167afe7395e42f7134d3 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the index.html file.
 #
-set rcsid {$Id: index.tcl,v 1.79 2003/10/22 22:15:28 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.80 2003/12/15 17:51:19 drh Exp $}
 
 puts {<html>
 <head><title>SQLite: An Embeddable SQL Database Engine</title></head>
@@ -52,7 +52,7 @@ puts {<h2>Features</h2>
     (<a href="omitted.html">Features not supported</a>)</li>
 <li>A complete database (with multiple tables and indices) is
     stored in a single disk file.</li>
-<li>Atomic commit and rollback protect data integrity.</li>
+<li>ACID (Atomic, Consistent, Isolated, Durable) transactions.</li>
 <li>Database files can be freely shared between machines with
     different byte orders.</li>
 <li>Supports databases up to 2 terabytes (2^41 bytes) in size.</li>
@@ -67,7 +67,7 @@ three functions and one opaque structure.</li>
     <a href="http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers">
     available separately.</a></li>
 <li>Simple, well-commented source code.</li>
-<li>Automated test suite provides near 100% code coverage.</li>
+<li>Automated test suite provides over 90% code coverage.</li>
 <li>Self-contained: no external dependencies.</li>
 <li>Built and tested under Linux and Windows.</li>
 <li>Sources are in the <a href="copyright.html">public domain</a>.
@@ -91,20 +91,12 @@ at the
 <a href="download.html">available for download</a> on this site.  You
 can also obtain the latest changes by anonymous CVS access:
 <blockquote><pre>
-cvs -d :pserver:anonymous@cvs.hwaci.com:/home/cvs/sqlite login
-cvs -d :pserver:anonymous@cvs.hwaci.com:/home/cvs/sqlite checkout sqlite
+cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
+cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
 </pre></blockquote>
 When prompted for a password, enter "anonymous".
 </p>
 
-<p>Note that the CVS server is located on a cable modem with a dynamic
-IP address.  The IP address changes every 3 or 4 months.  After an
-IP address change
-occurs it usually takes a day or two for the new DNS information to propagate.
-So if you have trouble accessing the CVS server, it could be because the
-IP address has recently changed.  Try again in a few days.
-</p>
-
 <p>
 Whenever either of the first two digits in the version number
 for SQLite change, it means that the underlying file format