From e36d23a85ebff914d74bb541558c2b6082b78edb Mon Sep 17 00:00:00 2001 From: dan miller Date: Sat, 20 Oct 2007 02:49:29 +0000 Subject: sqlite source (unix build) added to libraries --- .../sqlite/unix/sqlite-3.5.1/www/quickstart.tcl | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 libraries/sqlite/unix/sqlite-3.5.1/www/quickstart.tcl (limited to 'libraries/sqlite/unix/sqlite-3.5.1/www/quickstart.tcl') diff --git a/libraries/sqlite/unix/sqlite-3.5.1/www/quickstart.tcl b/libraries/sqlite/unix/sqlite-3.5.1/www/quickstart.tcl new file mode 100644 index 0000000..8ae3d72 --- /dev/null +++ b/libraries/sqlite/unix/sqlite-3.5.1/www/quickstart.tcl @@ -0,0 +1,110 @@ +# +# Run this TCL script to generate HTML for the quickstart.html file. +# +set rcsid {$Id: quickstart.tcl,v 1.8 2006/06/13 11:27:22 drh Exp $} +source common.tcl +header {SQLite In 5 Minutes Or Less} +puts { +

Here is what you do to start experimenting with SQLite without having +to do a lot of tedious reading and configuration:

+ +

Download The Code

+ + + +

Create A New Database

+ + + +

Write Programs That Use SQLite

+ + +} +footer {$Id: quickstart.tcl,v 1.8 2006/06/13 11:27:22 drh Exp $} -- cgit v1.1