From: drh
Date: Mon, 15 Dec 2003 17:51:19 +0000 (+0000)
Subject: Updates to the homepage - fix the CVS access instructions. (CVS 1131)
X-Git-Tag: version-3.6.10~4937
X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1285a769738954a17e542c661962c37b0ebe3b6a;p=thirdparty%2Fsqlite.git
Updates to the homepage - fix the CVS access instructions. (CVS 1131)
FossilOrigin-Name: 653a7dd97ed95e66bd2973169735ee73ee348576
---
diff --git a/manifest b/manifest
index e1d3a39e06..677c32e411 100644
--- 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
diff --git a/manifest.uuid b/manifest.uuid
index fddf0db1bf..86c7a5d205 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-d6549954408b01e5eaf865b9100739c94de28f16
\ No newline at end of file
+653a7dd97ed95e66bd2973169735ee73ee348576
\ No newline at end of file
diff --git a/www/index.tcl b/www/index.tcl
index 024f86b036..0a7f943e2d 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.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 {
SQLite: An Embeddable SQL Database Engine
@@ -52,7 +52,7 @@ puts {Features
(Features not supported)
A complete database (with multiple tables and indices) is
stored in a single disk file.
-Atomic commit and rollback protect data integrity.
+ACID (Atomic, Consistent, Isolated, Durable) transactions.
Database files can be freely shared between machines with
different byte orders.
Supports databases up to 2 terabytes (2^41 bytes) in size.
@@ -67,7 +67,7 @@ three functions and one opaque structure.
available separately.
Simple, well-commented source code.
-Automated test suite provides near 100% code coverage.
+Automated test suite provides over 90% code coverage.
Self-contained: no external dependencies.
Built and tested under Linux and Windows.
Sources are in the public domain.
@@ -91,20 +91,12 @@ at the
available for download on this site. You
can also obtain the latest changes by anonymous CVS access:
-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
When prompted for a password, enter "anonymous".
-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.
-
-
Whenever either of the first two digits in the version number
for SQLite change, it means that the underlying file format