]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Updates to the publish.sh script and the download.html webpage. (CVS 1858)
authordrh <drh@noemail.net>
Thu, 22 Jul 2004 18:53:17 +0000 (18:53 +0000)
committerdrh <drh@noemail.net>
Thu, 22 Jul 2004 18:53:17 +0000 (18:53 +0000)
FossilOrigin-Name: 23c2ec459101d45c17e6e4cc6a20ed1b981cfd35

manifest
manifest.uuid
publish.sh
www/download.tcl

index a5f80e60d9619928d0923c42d6fa94288f3f8c83..71e26805f98cd6b6cd3b18c7278f9671ddbfc43e 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fixes\sto\sthe\spublish.sh\sfile\sfor\sversion\s3.0.\s(CVS\s1857)
-D 2004-07-22T18:44:24
+C Updates\sto\sthe\spublish.sh\sscript\sand\sthe\sdownload.html\swebpage.\s(CVS\s1858)
+D 2004-07-22T18:53:17
 F Makefile.in 4a5e570a9e2d35b09c31b3cf01b78cea764ade4b
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -19,7 +19,7 @@ F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895
 F ltmain.sh f6b283068efa69f06eb8aa1fe4bddfdbdeb35826
 F main.mk 1957885390af52f5a69679bb43ec4cd8904c7a9f
 F mkdll.sh 68d34a961a1fdfa15ef27fc4f4740be583112124
-F publish.sh 5a491758e36308716d60b571238e90e3084a1b94
+F publish.sh fa3c5ad1a6ac59925f2b37e422db378a7bec621c
 F spec.template b2f6c4e488cbc3b993a57deba22cbc36203c4da3
 F sqlite.1 83f4a9d37bdf2b7ef079a82d54eaf2e3509ee6ea
 F sqlite.pc.in 30552343140c53304c2a658c080fbe810cd09ca2
@@ -218,7 +218,7 @@ F www/copyright.tcl 82c9670c7ddb0311912ab7fe24703f33c531066c
 F www/datatype3.tcl 2bb7dbfa4dd518a6e5fb3cb1cd8296797976d205
 F www/datatypes.tcl 566004b81c36877397ddbe6e1907aae6065f6b41
 F www/docs.tcl 095b5718ec044156af477061566ea25632624b56
-F www/download.tcl b182424161c588891188500abea7a9ea054a508c
+F www/download.tcl 98d66fea10f38b175b2fa4d260c1a7dc3b923085
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl 3a1776818d9bd973ab0c3048ec7ad6b1ad091ae5
 F www/fileformat.tcl f71a06a0d533c7df408539c64113b4adeaf29764
@@ -239,7 +239,7 @@ F www/tclsqlite.tcl 06a86cba4d7fc88e2bcd633b57702d3d16abebb5
 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P 8dd9b4de278570e8a741d28752724117e8c5fae0
-R d75adc228245bad4d76ecd4feb2b643b
+P cc82288b9fff13ae1dc0ae61dfc6be1ac0e603f7
+R 9f643945fe51e64682dfcc93cccdf0fd
 U drh
-Z 3cc7aa0a733d903552827fdfbc509fff
+Z 2eafc7507cf66a3e30b01a0e577cb9f1
index 6795eda5f2a2c0612381eb02fe5d5efe2efa32b5..3f13ae1c08444d8ef5a8c7834dfdc67fa4ed9494 100644 (file)
@@ -1 +1 @@
-cc82288b9fff13ae1dc0ae61dfc6be1ac0e603f7
\ No newline at end of file
+23c2ec459101d45c17e6e4cc6a20ed1b981cfd35
\ No newline at end of file
index 79d41e6a2bf07a9388640bd3627b060b01214fb6..24c18a553d023e3f8d81e407ef4894d60ccd908d 100644 (file)
@@ -147,5 +147,5 @@ mv $HOME/rpm/SRPMS/sqlite-$vers*.rpm doc
 
 # Build the website
 #
-cp $srcdir/../historical/* doc
+#cp $srcdir/../historical/* doc
 make doc
index 302a1bdb752952f3d2caa9bb6173daad2922c1ab..0dd23ec5780f90e5dd5ba21b470ca15a00c35a3c 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the download.html file.
 #
-set rcsid {$Id: download.tcl,v 1.12 2004/06/22 14:52:26 drh Exp $}
+set rcsid {$Id: download.tcl,v 1.13 2004/07/22 18:53:17 drh Exp $}
 source common.tcl
 header {SQLite Download Page}
 
@@ -40,6 +40,12 @@ Product sqlite-VERSION.bin.gz {
   See <a href="sqlite.html">the documentation</a> for additional information.
 }
 
+Product sqlite3-VERSION.bin.gz {
+  A statically linked command-line program for accessing and modifing
+  SQLite databases.
+  See <a href="sqlite.html">the documentation</a> for additional information.
+}
+
 Product tclsqlite-VERSION.so.gz {
   Bindings for TCL.  You can import this shared library into either
   tclsh or wish to get SQLite database access from Tcl/Tk.
@@ -134,6 +140,17 @@ cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
 <p>
 When the first command prompts you for a password, enter "anonymous".
 </p>
+
+<p>
+To access the SQLite version 2.8 sources, begin by getting the 3.0
+tree as described above.  Then update to the "version_2" branch
+as follows:
+</p>
+
+<blockquote><pre>
+cvs update -r version_2
+</pre></blockquote>
+
 }
 
 footer $rcsid