From: drh Date: Thu, 15 Aug 2002 13:45:17 +0000 (+0000) Subject: More documentation updates. (CVS 718) X-Git-Tag: version-3.6.10~5356 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2774130893f1ab65b1fbaa33ccb7bc92ec011c1;p=thirdparty%2Fsqlite.git More documentation updates. (CVS 718) FossilOrigin-Name: 9c0400aa7a0244605828fa6450ea1cc723240b16 --- diff --git a/main.mk b/main.mk index deaa3d75e4..f850e10eb4 100644 --- a/main.mk +++ b/main.mk @@ -302,6 +302,9 @@ omitted.html: $(TOP)/www/omitted.tcl datatypes.html: $(TOP)/www/datatypes.tcl tclsh $(TOP)/www/datatypes.tcl >datatypes.html +quickstart.html: $(TOP)/www/quickstart.tcl + tclsh $(TOP)/www/quickstart.tcl >quickstart.html + # Files to be published on the website. # @@ -324,7 +327,8 @@ DOC = \ formatchng.html \ conflict.html \ omitted.html \ - datatypes.html + datatypes.html \ + quickstart.html doc: $(DOC) mkdir -p doc diff --git a/manifest b/manifest index f4c80bfb4e..347f26381b 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Additional\stest\scases\sand\sdocumentation\supdates.\s(CVS\s717) -D 2002-08-15T11:48:13 +C More\sdocumentation\supdates.\s(CVS\s718) +D 2002-08-15T13:45:17 F Makefile.in 6291a33b87d2a395aafd7646ee1ed562c6f2c28c F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -14,7 +14,7 @@ F doc/report1.txt a031aaf37b185e4fa540223cb516d3bccec7eeac F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895 F libtool c56e618713c9510a103bda6b95f3ea3900dcacd6 F ltmain.sh e9ed72eb1d690f447c13945eaf69e28af531eda1 -F main.mk 6f0f1cfd611e5ead3e7487b0e8b60ccb17d9fc0b +F main.mk 8a44951de2a6791646fe65a11d47f43223d23e86 F publish.sh a7a8d23e6525bd25d4f5ba9b0fc6edc107d94050 F spec.template 238f7db425a78dc1bb7682e56e3834c7270a3f5e F sqlite.1 83f4a9d37bdf2b7ef079a82d54eaf2e3509ee6ea @@ -131,21 +131,22 @@ F www/c_interface.tcl 70548ff5f73c6adcdb7aeced929ebb30a99f5807 F www/changes.tcl df6f06b1aa97ef285c744bf19ec3efddf707b05f F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2 F www/crosscompile.tcl 3622ebbe518927a3854a12de51344673eb2dd060 -F www/datatypes.tcl a555ff9f5121aab9d7cffcec4c1d8c86ad79c4ee -F www/download.tcl 29aa6679ca29621d10613f60ebbbda18f4b91c49 +F www/datatypes.tcl d528c3e29e1b289f27b44c164feace2541e4f261 +F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c F www/faq.tcl 9262ad6f7f25ab253a9771ab1fbd48a1a14f2957 F www/formatchng.tcl b4449e065d2da38b6563bdf12cf46cfe1d4d765e -F www/index.tcl 9af69527a26895ec56ad920d4c51541c3e5643a6 +F www/index.tcl 43dc2ae4b6d39d9923ab49adbdf25e6f729acb9d F www/lang.tcl a2785964e80627381e953849e227a3ff2a38cb09 F www/mingw.tcl f1c7c0a7f53387dd9bb4f8c7e8571b7561510ebc -F www/omitted.tcl 7a6d6598e6a6a09bf54a02e0aff0f29e407d9f11 +F www/omitted.tcl aa5145a79f5a8919ac41885c30007da9face1d48 F www/opcode.tcl 33c5f2061a05c5d227c72b84c080b3bf74c74f8b +F www/quickstart.tcl 247f2ba9009f8114036080e758e7d9d3b884dd32 F www/speed.tcl 7fc83f1b018e1ecc451838449542c3079ed12425 F www/sqlite.tcl ae3dcfb077e53833b59d4fcc94d8a12c50a44098 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218 -P 66a0f6a8e25e3eeed78eba4b63b097f921c79d99 -R cf9944ebe55162967e3e3ce76c6f7260 +P 048b16c111693727482642e2a19a74a91458fc80 +R 6efb031218c7f978d135ae50d0d8e6c1 U drh -Z 8cc0e2bc226abcbf418a7651cce9d7b1 +Z 1e0a5248b18dfae467225acd1f95aa8e diff --git a/manifest.uuid b/manifest.uuid index d58a3b8ec2..a814331ecb 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -048b16c111693727482642e2a19a74a91458fc80 \ No newline at end of file +9c0400aa7a0244605828fa6450ea1cc723240b16 \ No newline at end of file diff --git a/www/datatypes.tcl b/www/datatypes.tcl index b3db49c3ed..4c136fe562 100644 --- a/www/datatypes.tcl +++ b/www/datatypes.tcl @@ -1,7 +1,7 @@ # # Run this script to generated a datatypes.html output file # -set rcsid {$Id: datatypes.tcl,v 1.3 2002/08/15 11:48:14 drh Exp $} +set rcsid {$Id: datatypes.tcl,v 1.4 2002/08/15 13:45:17 drh Exp $} puts { @@ -70,7 +70,7 @@ CREATE TABLE ex2( i TIMESTAMP, j NUMERIC(10,5) k VARYING CHARACTER (24), - l NATIVE VARYING CHAR(16) + l NATIONAL VARYING CHARACTER(16) ); diff --git a/www/download.tcl b/www/download.tcl index 7af98536e7..bdf5674a0e 100644 --- a/www/download.tcl +++ b/www/download.tcl @@ -1,35 +1,35 @@ # # Run this TCL script to generate HTML for the download.html file. # -set rcsid {$Id: download.tcl,v 1.5 2002/03/30 14:15:52 drh Exp $} +set rcsid {$Id: download.tcl,v 1.6 2002/08/15 13:45:17 drh Exp $} puts { SQLite Download Page -

SQLite Download Page

} -#

} -#puts "This page was last modified on [lrange $rcsid 3 4] UTC
" -#set vers [lindex $argv 0] -#puts "The latest SQLite version is $vers" -#puts " created on [exec cat last_change] UTC" -#puts {

} +

SQLite Download Page

+ +} -puts {

Precompiled Binaries For Linux

} proc Product {file desc} { if {![file exists $file]} return set size [file size $file] puts [subst { -
- + + + - -
-$file
($size bytes) -
+$file
($size bytes)
[string trim $desc]
}] +}] +} + +proc Heading {title} { + puts "$title" } +Heading {Precompiled Binaries for Linux} + Product sqlite.bin.gz { A command-line program for accessing and modifing SQLite databases. See the documentation for additional information. @@ -59,7 +59,7 @@ foreach name [lsort -dict [glob -nocomplain sqlite-*.i386.rpm]] { } } -puts {

Precompiled Binaries For Windows

} +Heading {Precompiled Binaries For Windows} Product sqlite.zip { A command-line program for accessing and modifing SQLite databases. @@ -75,7 +75,7 @@ Product sqlitedll.zip { The only external dependency is MSVCRT.DLL. } -puts {

Source Code

} +Heading {Source Code} Product {sqlite_source.zip} { This ZIP archive contains pure C source code for the SQLite library. @@ -97,6 +97,7 @@ foreach name [lsort -dict -decreasing [glob -nocomplain sqlite-*.tar.gz]] { } puts { +


diff --git a/www/index.tcl b/www/index.tcl index 8fbacd6509..ff5a60176d 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.65 2002/08/14 00:08:13 drh Exp $} +set rcsid {$Id: index.tcl,v 1.66 2002/08/15 13:45:17 drh Exp $} puts { SQLite: An SQL Database Engine In A C Library @@ -38,6 +38,7 @@ Quick Links:

  • Download
  • Change Log
  • Report a bug
  • +
  • Quick start
  • @@ -129,6 +130,8 @@ puts {

    Documentation

    The following documentation is currently available: