Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix download links on downloads.wiki page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0d40eb222b08c959c7a81d2b5fe4d0a0 |
User & Date: | shaneh 2011-04-14 01:25:35.431 |
Context
2011-04-15
| ||
17:33 | Added support for sqlite3_extended_result_codes(), sqlite3_errcode(), and sqlite3_extended_errcode(). check-in: 41ad3433f5 user: shaneh tags: trunk | |
2011-04-14
| ||
01:25 | Fix download links on downloads.wiki page. check-in: 0d40eb222b user: shaneh tags: trunk | |
2011-04-13
| ||
21:39 | Fix setup baking tool to deal with PATHs containing pre-existing parenthesis. check-in: 5a1ebacf53 user: mistachkin tags: trunk | |
Changes
Changes to www/downloads.wiki.
1 2 3 | <title>System.Data.SQLite Download Page</title> <h3>SQLite Download Page</h3> | | > > > > > > > > > > > > | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | <title>System.Data.SQLite Download Page</title> <h3>SQLite Download Page</h3> <table width="100%" cellpadding="5"> <tr> <td colspan="4"> <b>Source Code</b> </td> </tr> <tr> <td width="10"> </td> <td valign="top" align="right"> <a name="dotnetsrc"></a> <a href="http://system.data.sqlite.org/sqlite-dotnetsrc-1006900.zip">sqlite-dotnetsrc-1006900.zip</a> <br />(3.09 MiB) </td> <td width="5"></td> <td valign="top"> This ZIP archive contains all source code for System.Data.SQLite 1.0.69.0 (3.7.6) combined into a single archive file.<br /> (sha1: 446c733a08e3072f4c57c595beb45b8bcee4fdc9) </td> </tr> <tr> <td colspan="4"> <b>Precompiled Binaries For Windows</b> </td> </tr> <tr> <td width="10"> </td> <td valign="top" align="right"> <a name="dotnet-x86"></a> <a href="http://system.data.sqlite.org/sqlite-dotnet-x86-1006900.exe">sqlite-dotnet-x86-1006900.exe</a> <br />(10.1 MiB) </td> <td width="5"></td> <td valign="top"> This setup package will install all the runtime components and dependencies for the x86/win32 version of the System.Data.SQLite 1.0.69.0 (3.7.6) package.<br /> (sha1: e93406c9400d8198cd5db3901752119bcd02ed15) </td> </tr> <tr> <td width="10"> </td> <td valign="top" align="right"> <a name="dotnet-x64"></a> <a href="http://system.data.sqlite.org/sqlite-dotnet-x64-1006900.exe">sqlite-dotnet-x64-1006900.exe</a> <br />(11.3 MiB) </td> <td width="5"></td> <td valign="top"> This setup package will install all the runtime components and dependencies for the x64 version of the System.Data.SQLite 1.0.69.0 (3.7.6) package.<br /> (sha1: db0a8dd5f72f39348b37d0bac387c07f45e39f91) </td> </tr> <tr> <td colspan="4"> <b>Legacy Versions</b> </td> </tr> <tr> <td width="10"> </td> <td valign="top" align="right"> <a name="legacy"></a> <a href="http://sqlite.phxsoftware.com">SQLite-1.0.66.0-setup.exe</a> <br />(3.2 MiB) </td> <td width="5"></td> <td valign="top"> Legacy versions, as well as the original support forums, may still be found at [http://sqlite.phxsoftware.com], though there have been no updates to this version since April of 2010. </td> </tr> </table> <h3>Build Product Names</h3> <p> Beginning with System.Data.SQLite version 1.0.69.0 (3.7.6), the following templates will be used for the names of the build products: <ul> 1. sqlite-product-version.zip<br /> 2. sqlite-product-version.tar.gz<br /> 3. sqlite-product-cpu-version.exe<br /> 4. sqlite-product-date.zip<br /> </ul> </p> <p> Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and template (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for precompiled binaries products like the setup package. Template (4) is used for unofficial pre-release "snapshots" of source code. </p> <p> The version is encoded so that filenames sort in order of increasing version number when viewed using "ls". For version 1.X.Y the filename encoding is 1XXYY00. For branch version 1.X.Y.Z, the encoding is 1XXYYZZ. </p> <p> The cpu in template (3) will be one of x86, x64, arm, ia64. </p> <p> The date in template (4) is of the form: YYYYMMDDHHMM </p> <h3>Canonical Source Code</h3> <p> |
︙ | ︙ |