Documentation Source Text
Check-in [1bbb35f908]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:1bbb35f90846659105e9ad4e69b37448b4753dea
Date: 2012-10-30 18:15:20
User: drh
Comment:Import the download page changes from the 3.7.14 branch.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to pages/download.in

34 if {$size>1024*1024} { 34 if {$size>1024*1024} { 35 set size [format %.2f [expr {$size/(1024.0*1024.0)}]] 35 set size [format %.2f [expr {$size/(1024.0*1024.0)}]] 36 set units MiB 36 set units MiB 37 } elseif {$size>1024} { 37 } elseif {$size>1024} { 38 set size [format %.2f [expr {$size/(1024.0)}]] 38 set size [format %.2f [expr {$size/(1024.0)}]] 39 set units KiB 39 set units KiB 40 } 40 } 41 global pending_heading | 41 global pending_heading pending_tag 42 if {$pending_heading!=""} { 42 if {$pending_heading!=""} { > 43 if {$pending_tag!=""} { > 44 set tg "<a name=\"$pending_tag\"></a>" > 45 set pending_tag {} > 46 } else { > 47 set tg "" > 48 } 43 hd_puts "<tr><td colspan=\"4\"><b>$pending_heading</b></td></tr>" | 49 hd_puts "<tr><td colspan=\"4\">$tg<b>$pending_heading</b></td></tr>\n" 44 set pending_heading {} 50 set pending_heading {} 45 } 51 } 46 hd_puts "<tr><td width=\"10\"></td>" 52 hd_puts "<tr><td width=\"10\"></td>" 47 hd_puts "<td valign=\"top\" align=\"right\">" 53 hd_puts "<td valign=\"top\" align=\"right\">" 48 if {$frag!=""} { 54 if {$frag!=""} { 49 eval hd_fragment $frag 55 eval hd_fragment $frag 50 set frag {} 56 set frag {} 51 } 57 } 52 hd_puts "<a href=\"/$file\">$file</a><br>($size $units)</td>" | 58 hd_puts "<a href=\"/$file\">$file</a><br>($size $units)</td>\n" 53 hd_puts "<td width=\"5\"></td>" 59 hd_puts "<td width=\"5\"></td>" 54 regsub -all VERSION $desc $version d2 60 regsub -all VERSION $desc $version d2 55 hd_puts "<td valign=\"top\">" | 61 hd_puts "\n<td valign=\"top\">" 56 hd_resolve [string trim $d2] 62 hd_resolve [string trim $d2] 57 hd_puts "<br>(sha1: $sha1sum)</td></tr>" | 63 hd_puts "<br>(sha1: $sha1sum)</td></tr>\n" 58 incr ::nDownload 64 incr ::nDownload 59 } 65 } 60 if {$frag!=""} { 66 if {$frag!=""} { 61 eval hd_keywords [lrange $frag 1 end] 67 eval hd_keywords [lrange $frag 1 end] 62 } 68 } 63 } 69 } 64 cd $::DEST 70 cd $::DEST 65 71 66 proc Heading {title} { | 72 proc Heading {title {tag {}}} { 67 set ::pending_heading $title 73 set ::pending_heading $title > 74 set ::pending_tag $tag 68 # hd_puts "<tr><td colspan=4><big><b>$title</b></big></td></tr>" 75 # hd_puts "<tr><td colspan=4><big><b>$title</b></big></td></tr>" 69 } 76 } 70 77 71 Heading {Pre-release Source Code Snapshots} 78 Heading {Pre-release Source Code Snapshots} 72 79 73 80 74 Product {sqlite-amalgamation-DATE.zip} { 81 Product {sqlite-amalgamation-DATE.zip} { ................................................................................................................................................................................ 128 Product {sqlite-tea-VVV.tar.gz} { 135 Product {sqlite-tea-VVV.tar.gz} { 129 A tarball of the [amalgamation] together with a 136 A tarball of the [amalgamation] together with a 130 <a href="http://www.tcl.tk/doc/tea/">Tcl Extension 137 <a href="http://www.tcl.tk/doc/tea/">Tcl Extension 131 Architecture (TEA)</a> 138 Architecture (TEA)</a> 132 compatible configure script and makefile. 139 compatible configure script and makefile. 133 } {teatarball {TEA tarball}} 140 } {teatarball {TEA tarball}} 134 141 135 Heading {Documentation} | 142 Heading {Documentation} docco 136 143 137 Product {sqlite-doc-VVV.zip} { 144 Product {sqlite-doc-VVV.zip} { 138 This ZIP archive contains most of the static HTML files that 145 This ZIP archive contains most of the static HTML files that 139 comprise this website, including all of the SQL Syntax and the 146 comprise this website, including all of the SQL Syntax and the 140 C/C++ interface specs and other miscellaneous documentation. 147 C/C++ interface specs and other miscellaneous documentation. 141 } 148 } 142 149 143 Heading {Precompiled Binaries for Linux} | 150 Heading {Precompiled Binaries for Linux} linux 144 151 145 Product sqlite-shell-linux-x86-VVV.zip { 152 Product sqlite-shell-linux-x86-VVV.zip { 146 A [command-line shell] 153 A [command-line shell] 147 for accessing and modifying SQLite databases. 154 for accessing and modifying SQLite databases. 148 This program is compatible with all versions of SQLite through VERSION 155 This program is compatible with all versions of SQLite through VERSION 149 and beyond. 156 and beyond. 150 } 157 } 151 158 152 Product sqlite-analyzer-linux-x86-VVV.zip { 159 Product sqlite-analyzer-linux-x86-VVV.zip { 153 An analysis program for database files compatible with all SQLite 160 An analysis program for database files compatible with all SQLite 154 versions through VERSION and beyond. 161 versions through VERSION and beyond. 155 } 162 } 156 163 157 Heading {Precompiled Binaries for Mac OS X (x86)} | 164 Heading {Precompiled Binaries for Mac OS X (x86)} mac 158 165 159 Product sqlite-shell-osx-x86-VVV.zip { 166 Product sqlite-shell-osx-x86-VVV.zip { 160 A [command-line shell] 167 A [command-line shell] 161 for accessing and modifying SQLite databases. 168 for accessing and modifying SQLite databases. 162 This program is compatible with all versions of SQLite through VERSION 169 This program is compatible with all versions of SQLite through VERSION 163 and beyond. 170 and beyond. 164 } 171 } 165 172 166 Product sqlite-analyzer-osx-x86-VVV.zip { 173 Product sqlite-analyzer-osx-x86-VVV.zip { 167 An analysis program for database files compatible with all SQLite 174 An analysis program for database files compatible with all SQLite 168 versions through VERSION and beyond. 175 versions through VERSION and beyond. 169 } 176 } 170 177 171 Heading {Precompiled Binaries for Windows} | 178 Heading {Precompiled Binaries for Windows} win32 172 179 173 set start $nDownload 180 set start $nDownload 174 Product sqlite-shell-win32-x86-VVV.zip { 181 Product sqlite-shell-win32-x86-VVV.zip { 175 A [command-line shell] 182 A [command-line shell] 176 for accessing and modifying SQLite databases. 183 for accessing and modifying SQLite databases. 177 This program is compatible with all versions of SQLite through VERSION 184 This program is compatible with all versions of SQLite through VERSION 178 and beyond. 185 and beyond. ................................................................................................................................................................................ 191 } 198 } 192 199 193 Product sqlite-analyzer-win32-x86-VVV.zip { 200 Product sqlite-analyzer-win32-x86-VVV.zip { 194 An analysis program for database files compatible with all SQLite 201 An analysis program for database files compatible with all SQLite 195 versions through VERSION and beyond. 202 versions through VERSION and beyond. 196 } 203 } 197 204 > 205 Heading {Precompiled Binaries for Windows Phone 8} wp8 > 206 > 207 > 208 Product sqlite-wp80-winrt-VVV.vsix { > 209 A complete VSIX package with an extension SDK and all other components > 210 needed to use SQLite for application development with Visual Studio > 211 2012 targeting Windows Phone 8.0. > 212 } > 213 > 214 Product sqlite-wp80-winrt-DATE.vsix { > 215 A complete VSIX package with an extension SDK and all other components > 216 needed to use SQLite for application development with Visual Studio > 217 2012 targeting Windows Phone 8.0. > 218 This particular VSIX uses a snapshot of SQLite as of VERSION. > 219 } > 220 > 221 198 Heading {Precompiled Binaries for Windows Runtime} | 222 Heading {Precompiled Binaries for Windows Runtime} winrt 199 223 200 Product sqlite-dll-winrt-x86-VVV.zip { 224 Product sqlite-dll-winrt-x86-VVV.zip { 201 This ZIP archive contains a DLL for the SQLite library version VERSION for 225 This ZIP archive contains a DLL for the SQLite library version VERSION for 202 32-bit x86 processors using the WinRT API. 226 32-bit x86 processors using the WinRT API. 203 } 227 } 204 228 205 Product sqlite-dll-winrt-x64-VVV.zip { 229 Product sqlite-dll-winrt-x64-VVV.zip { ................................................................................................................................................................................ 224 hd_puts " 248 hd_puts " 225 Visit the <a href=\"http://system.data.sqlite.org/\">System.Data.SQLite.org 249 Visit the <a href=\"http://system.data.sqlite.org/\">System.Data.SQLite.org 226 </a> website and especially the <a href=\"$url\">download page</a> for 250 </a> website and especially the <a href=\"$url\">download page</a> for 227 source code and binaries of SQLite for .NET.</td></tr> 251 source code and binaries of SQLite for .NET.</td></tr> 228 " 252 " 229 } 253 } 230 254 231 Heading {Legacy Source Code Distribution Formats (Not Recommended)} | 255 Heading {Legacy Source Code Distribution Formats (Not Recommended)} old 232 256 233 Product {sqlite-src-VVV.zip} { 257 Product {sqlite-src-VVV.zip} { 234 A ZIP archive of the complete source tree for SQLite version VERSION 258 A ZIP archive of the complete source tree for SQLite version VERSION 235 as extracted from the version control system. <i>The Makefile and 259 as extracted from the version control system. <i>The Makefile and 236 configure script in this tarball are not supported</i>. Their use 260 configure script in this tarball are not supported</i>. Their use 237 is <u>not</u> recommended. The SQLite developers do not use them. 261 is <u>not</u> recommended. The SQLite developers do not use them. 238 You should not use them either. If you want a configure script and 262 You should not use them either. If you want a configure script and ................................................................................................................................................................................ 279 increasing version number when viewed using "ls". For version 3.X.Y the 303 increasing version number when viewed using "ls". For version 3.X.Y the 280 filename encoding is 3XXYY00. For branch version 3.X.Y.Z, the encoding is 304 filename encoding is 3XXYY00. For branch version 3.X.Y.Z, the encoding is 281 3XXYYZZ. 305 3XXYYZZ. 282 306 283 <p>The <i>date</i> in template (4) is of the form: YYYYMMDDHHMM 307 <p>The <i>date</i> in template (4) is of the form: YYYYMMDDHHMM 284 308 285 <a name="cvs"></a> 309 <a name="cvs"></a> > 310 <a name="fossil"></a> 286 <h3>Canonical Source Code</h3> 311 <h3>Canonical Source Code</h3> 287 312 288 <p> 313 <p> 289 The canonical SQLite source code is maintained in three self-synchronizing 314 The canonical SQLite source code is maintained in three self-synchronizing 290 [http://www.fossil-scm.org/ | Fossil] repositories that are 315 [http://www.fossil-scm.org/ | Fossil] repositories that are 291 available for anonymous read-only access. Anyone can 316 available for anonymous read-only access. Anyone can 292 view the repository contents and download historical versions 317 view the repository contents and download historical versions