Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Use the full name of WinRT for the header and change instances of 'for' to have the same case. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1626e732e1b3afc67fcbb606036a53ca |
User & Date: | mistachkin 2012-08-07 22:34:46.865 |
Context
2012-08-11
| ||
14:35 | Fix typos on page onconflict.html: SQLITE_CONSTAIT -> SQLITE_CONSTRAINT and "proscribed" -> "specified by". (check-in: 81daf9c340 user: dan tags: trunk) | |
2012-08-07
| ||
22:34 | Use the full name of WinRT for the header and change instances of 'for' to have the same case. (check-in: 1626e732e1 user: mistachkin tags: trunk) | |
00:39 | Change "win32" to "Win32" on the download page. (check-in: 820bf7a014 user: drh tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
150 151 152 153 154 155 156 | } Product sqlite-analyzer-linux-x86-VVV.zip { An analysis program for database files compatible with all SQLite versions through VERSION and beyond. } | | | | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 | } Product sqlite-analyzer-linux-x86-VVV.zip { An analysis program for database files compatible with all SQLite versions through VERSION and beyond. } Heading {Precompiled Binaries for Mac OS X (x86)} Product sqlite-shell-osx-x86-VVV.zip { A [command-line shell] for accessing and modifying SQLite databases. This program is compatible with all versions of SQLite through VERSION and beyond. } Product sqlite-analyzer-osx-x86-VVV.zip { An analysis program for database files compatible with all SQLite versions through VERSION and beyond. } Heading {Precompiled Binaries for Windows} set start $nDownload Product sqlite-shell-win32-x86-VVV.zip { A [command-line shell] for accessing and modifying SQLite databases. This program is compatible with all versions of SQLite through VERSION and beyond. |
︙ | ︙ | |||
191 192 193 194 195 196 197 | } Product sqlite-analyzer-win32-x86-VVV.zip { An analysis program for database files compatible with all SQLite versions through VERSION and beyond. } | | | | | | 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 | } Product sqlite-analyzer-win32-x86-VVV.zip { An analysis program for database files compatible with all SQLite versions through VERSION and beyond. } Heading {Precompiled Binaries for Windows Runtime} Product sqlite-dll-winrt-x86-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 32-bit x86 processors using the WinRT API. } Product sqlite-dll-winrt-x64-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 64-bit x64 processors using the WinRT API. } Product sqlite-winrt-VVV.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT application development with Visual Studio 2012 and higher. } if {$nDownload>$start} { hd_puts {<tr><td colspan="4"><b>Precompiled Binaries for .NET</b></td></tr>} hd_puts "<tr><td width=\"10\"></td>" hd_puts "<td valign=\"top\" align=\"right\">" set url http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki hd_puts "<a href=\"$url\">System.Data.SQLite.org</a></td>" hd_puts "<td width=\"5\"></td>" hd_puts "<td valign=\"top\">" hd_puts " Visit the <a href=\"http://system.data.sqlite.org/\">System.Data.SQLite.org </a> website and especially the <a href=\"$url\">download page</a> for source code and binaries of SQLite for .NET.</td></tr> " } Heading {Legacy Source Code Distribution Formats (Not Recommended)} |
︙ | ︙ | |||
272 273 274 275 276 277 278 | <p>Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and templates (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for precompiled binaries products. Template (4) is used for unofficial pre-release "snapshots" of source code. <p>The <i>version</i> is encoded so that filenames sort in order of | | > > | 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 | <p>Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and templates (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for precompiled binaries products. Template (4) is used for unofficial pre-release "snapshots" of source code. <p>The <i>version</i> is encoded so that filenames sort in order of increasing version number when viewed using "ls". For version 3.X.Y the filename encoding is 3XXYY00. For branch version 3.X.Y.Z, the encoding is 3XXYYZZ. <p>The <i>date</i> in template (4) is of the form: YYYYMMDDHHMM <a name="cvs"></a> <h3>Canonical Source Code</h3> <p> |
︙ | ︙ | |||
304 305 306 307 308 309 310 | [http://www.fossil-scm.org/ | Fossil] repositories located at:</p> <blockquote> <a href="http://www.sqlite.org/cgi/docsrc">http://www.sqlite.org/cgi/docsrc</a> (Dallas)<br> <a href="http://www2.sqlite.org/cgi/docsrc">http://www2.sqlite.org/cgi/docsrc</a> (Newark)<br> <a href="http://www3.sqlite.org/cgi/docsrc">http://www3.sqlite.org/cgi/docsrc</a> (Fremont)<br> | < | 306 307 308 309 310 311 312 313 | [http://www.fossil-scm.org/ | Fossil] repositories located at:</p> <blockquote> <a href="http://www.sqlite.org/cgi/docsrc">http://www.sqlite.org/cgi/docsrc</a> (Dallas)<br> <a href="http://www2.sqlite.org/cgi/docsrc">http://www2.sqlite.org/cgi/docsrc</a> (Newark)<br> <a href="http://www3.sqlite.org/cgi/docsrc">http://www3.sqlite.org/cgi/docsrc</a> (Fremont)<br> </blockquote> |