From d4037e801a6763da8a93b6176f4cfe98f16ab071 Mon Sep 17 00:00:00 2001
From: drh
Date: Wed, 27 Mar 2002 12:52:47 +0000
Subject: [PATCH] Update the documentation to refer the reader to the CVS
server for the change log, bug lists, or the latest sources. (CVS 500)
FossilOrigin-Name: 2478ba866646d6d445b370554af9cd3d362b0e10
---
manifest | 14 +++++++-------
manifest.uuid | 2 +-
www/changes.tcl | 13 +++++++++++++
www/index.tcl | 29 ++++++++++++++++++++++++-----
4 files changed, 45 insertions(+), 13 deletions(-)
diff --git a/manifest b/manifest
index a5a53b0898..25b11910a1 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Update\sthe\schange\slog.\s(CVS\s438)
-D 2002-03-26T03:11:27
+C Update\sthe\sdocumentation\sto\srefer\sthe\sreader\sto\sthe\sCVS\sserver\sfor\sthe\schange\nlog,\sbug\slists,\sor\sthe\slatest\ssources.\s(CVS\s500)
+D 2002-03-27T12:52:48
F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d
F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296
F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
@@ -115,14 +115,14 @@ F www/arch.fig d5f9752a4dbf242e9cfffffd3f5762b6c63b3bcf
F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4
F www/arch.tcl 72a0c80e9054cc7025a50928d28d9c75c02c2b8b
F www/c_interface.tcl 567cda531aac9d68a61ef02e26c6b202bd856db2
-F www/changes.tcl b9769b3fb8bac6a70a5be41356dcf847cb1d1c97
+F www/changes.tcl 96b42ab657fcdd9cc1dbf3c5e935917c96e71d0a
F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
F www/crosscompile.tcl 3622ebbe518927a3854a12de51344673eb2dd060
F www/download.tcl a6d75b8b117cd33dcb090bef7e80d7556d28ebe0
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl fb1e92e2f604546694f83a36d969492f52fb685d
F www/formatchng.tcl 2ce21ff30663fad6618198fe747ce675df577590
-F www/index.tcl eacd99bcc3132d6e6b74a51422d415cc0bf7bfdf
+F www/index.tcl 64d32b1952138a007c1db5753c5b046d4b83dda1
F www/lang.tcl d589f9a39c925d81fa9198b9215b4fd56da4192b
F www/mingw.tcl f1c7c0a7f53387dd9bb4f8c7e8571b7561510ebc
F www/opcode.tcl bdec8ef9f100dbd87bbef8976c54b88e43fd8ccc
@@ -130,7 +130,7 @@ F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f
F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
F www/tclsqlite.tcl 829b393d1ab187fd7a5e978631b3429318885c49
F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P 836b59d057c3fb4087b138c9bfbc03392ddfb89d
-R b029c62118dba399fd0dec9fed0ef690
+P 9637b9aa5d405427ead52438eed8c626feac8658
+R 25a47165cf81cde2d1e8d11b6a1ee5f9
U drh
-Z c7bf5b5594ad90e26197a233d0590f42
+Z d2404a9e9da29d8df5fa9904a22bc472
diff --git a/manifest.uuid b/manifest.uuid
index 82d7d14d73..7f84372477 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-9637b9aa5d405427ead52438eed8c626feac8658
\ No newline at end of file
+2478ba866646d6d445b370554af9cd3d362b0e10
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index fc6ceb5905..082d983e15 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -8,6 +8,19 @@ puts {
Recent Changes To SQLite
+>
+*** This page has is no longer maintained. ***
+
+
+The change log is now generated automatically by the CVS server
+for SQLite. To see the latest changes, visit:
+
+
+http://cvs.hwaci.com:2080/sqlite/timeline
+
+
+
+
}
diff --git a/www/index.tcl b/www/index.tcl
index 9d8b021ba6..3a9d443969 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.54 2002/02/18 18:30:33 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.55 2002/03/27 12:52:48 drh Exp $}
puts {
SQLite: An SQL Database Engine In A C Library
@@ -61,10 +61,27 @@ three functions and one opaque structure.
puts {Current Status
-A change history is available online.
-The latest source code is
-available for download.
-For a list of recently discovered bugs, refer to the change history.
+
A change history
+and a list of
+open bugs are
+both available from the
+CVS server.
+Complete source code and precompiled binaries for the latest release are
+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
+
+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.
@@ -89,6 +106,8 @@ for additional information.
how the library is put together.
A description of the virtual machine that
SQLite uses to access the database.
+A speed comparison between SQLite, PostgreSQL,
+ and MySQL.