]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in the index.html homepage. (CVS 1062)
authordrh <drh@noemail.net>
Tue, 22 Jul 2003 12:44:53 +0000 (12:44 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Jul 2003 12:44:53 +0000 (12:44 +0000)
FossilOrigin-Name: 510761cf505222c68ce3404aad94e1cc28b703ed

manifest
manifest.uuid
www/index.tcl

index 657c9e325732e537554f1d3f15bb314b7e04fd23..a57be2574e7b3c9b14dc0b30ec6ad67c0c3cb996 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Increment\sthe\sversion\snumber\sand\supdate\sthe\sdocumentation\sin\spreparation\nfor\sthe\s2.8.5\srelease.\s(CVS\s1061)
-D 2003-07-22T12:41:59
+C Fix\sa\stypo\sin\sthe\sindex.html\shomepage.\s(CVS\s1062)
+D 2003-07-22T12:44:54
 F Makefile.in 9ad23ed4ca97f9670c4496432e3fbd4b3760ebde
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -157,7 +157,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl 88d3b95d9cd8e374772daa3a646c4d107e7f3e9b
 F www/fileformat.tcl ae6ccf3ffddb180a5af173cd6ee102169629762b
 F www/formatchng.tcl ca6cc1cb1bef9bc36f0619049d3c95e749bc6983
-F www/index.tcl 0765e28322b5602bbbcff24b587b09666544c2d8
+F www/index.tcl 64f867e40c1c4a8a0ffe560ec372df737ceeaec5
 F www/lang.tcl 5f39bbda1ba38a28f18f97bd98c81f40355393b2
 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
 F www/nulls.tcl 4ac1c9bbb8a20a76500d18d63b383f51bb7d8be7
@@ -168,7 +168,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 1d2fcb017811db90e85d63f2ca76867c00ab8f1b
-R ed4427abea3c4e64d4335fc950552416
+P c2115335de4abc25cbc1664d718dc3a6f70ebe6c
+R 3cdebdbdf77168c78500a77d55386f84
 U drh
-Z 4a66bb95ed5ea740f62ddde8c184fe36
+Z a3648b10bfa14d1d7343f282ad7cb7e2
index 8cd238cfab88219a35fbb5250438f5593c6d1c0b..63e3e6f6210a9374445be7629155f6f2b3359a5b 100644 (file)
@@ -1 +1 @@
-c2115335de4abc25cbc1664d718dc3a6f70ebe6c
\ No newline at end of file
+510761cf505222c68ce3404aad94e1cc28b703ed
\ No newline at end of file
index df493a258d97ac3c39255f2eaa7ef6524af35f01..e4579deec00617c15543a3b50741aea7220f4652 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the index.html file.
 #
-set rcsid {$Id: index.tcl,v 1.76 2003/07/22 12:42:00 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.77 2003/07/22 12:44:54 drh Exp $}
 
 puts {<html>
 <head><title>SQLite: An Embeddable SQL Database Engine</title></head>
@@ -64,7 +64,7 @@ puts {<h2>Features</h2>
 three functions and one opaque structure.</li>
 <li><a href="tclsqlite.html">TCL bindings</a> included.
     Bindings for many other languages 
-    <a href="http://cvs.hwaci.com/sqlite/wiki?p=SqliteWrappers>
+    <a href="http://cvs.hwaci.com/sqlite/wiki?p=SqliteWrappers">
     available separately.</a></li>
 <li>Simple, well-commented source code.</li>
 <li>Automated test suite provides near 100% code coverage.</li>