]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Make the SQLite logo on the website a hyperlink to the home page.
authordrh <drh@noemail.net>
Wed, 5 Oct 2005 22:31:49 +0000 (22:31 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Oct 2005 22:31:49 +0000 (22:31 +0000)
Ticket #1471. (CVS 2745)

FossilOrigin-Name: 9709f0f6bcb2a1ed07e678b73cb518488b8ff333

manifest
manifest.uuid
www/common.tcl

index b4d27ca530f909cdef0fe8d69f5814ad06ed5f94..551be8fc1f530e0ac0d142e1db6644bfac20f9ed 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Make\ssure\spragma\sintegrity_check\sdoes\snot\sreport\s"ok"\safter\sfirst\sfinding\na\sbunch\sof\serrors.\s(CVS\s2744)
-D 2005-10-05T11:41:48
+C Make\sthe\sSQLite\slogo\son\sthe\swebsite\sa\shyperlink\sto\sthe\shome\spage.\nTicket\s#1471.\s(CVS\s2745)
+D 2005-10-05T22:31:49
 F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1
 F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -274,7 +274,7 @@ F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
 F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
 F www/capi3ref.tcl 885f2aa112e2e9b8822753bf2972d5afd0cfeba9
 F www/changes.tcl 5f09e69c5498cf388b3158978664db090708ed83
-F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
+F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083
 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
 F www/copyright-release.html 294e011760c439c44951a6bfecd4c81a1ae359e8
@@ -314,7 +314,7 @@ F www/tclsqlite.tcl ddcf912ea48695603c8ed7efb29f0812ef8d1b49
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 533a85eee2370aafe204ff3eed50eb7fc0149e83
-R 52d72599a931bc7457a8d47ca8860b28
+P efec04dedfff8b92527b42e59cc32b4f69031021
+R bdee690aea4712c0e5f617fe36c9d09a
 U drh
-Z 877358ebb5a181476f6d3845c89f60bf
+Z 6e4cd638aab5cbc8ae4423fd2e35f132
index 07d2796258e47889db464f0ba0e6f9a09fe7da8d..128ff65f9bd5838c29213202785e20e0a4726e98 100644 (file)
@@ -1 +1 @@
-efec04dedfff8b92527b42e59cc32b4f69031021
\ No newline at end of file
+9709f0f6bcb2a1ed07e678b73cb518488b8ff333
\ No newline at end of file
index cb2d04397f4840cc14573ddd8b904558deb3011d..ae949d6c29aea90d1417dc16106a54d07b5e6ac4 100644 (file)
@@ -7,7 +7,8 @@ proc header {txt} {
   puts \
 {<body bgcolor="white" link="#50695f" vlink="#508896">
 <table width="100%" border="0">
-<tr><td valign="top"><img src="sqlite.gif"></td>
+<tr><td valign="top">
+<a href="index.html"><img src="sqlite.gif" border="none"></a></td>
 <td width="100%"></td>
 <td valign="bottom">
 <ul>
@@ -85,4 +86,3 @@ proc Syntax {args} {
   }
   puts {</table>}
 }
-