Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update some wording on the download page. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ca115c3ef87c410d726fc56d77bd7500 |
User & Date: | mistachkin 2014-09-08 18:39:45 |
Context
2014-09-11
| ||
22:21 | Improvements to link ordering on the home page. check-in: a96af3d248 user: mistachkin tags: trunk | |
2014-09-10
| ||
07:17 | Enhancements to the command line build tool. Closed-Leaf check-in: 387e4d4017 user: mistachkin tags: msBuild | |
2014-09-08
| ||
22:13 | Merge updates from trunk. check-in: d17f4614ae user: mistachkin tags: preRelease | |
18:39 | Update some wording on the download page. check-in: ca115c3ef8 user: mistachkin tags: trunk | |
2014-09-06
| ||
02:10 | Refactor some diagnostic handling in the design-time components installer to allow for easier testing. check-in: e259979e9f user: mistachkin tags: trunk | |
Changes
Changes to www/downloads.wiki.
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
....
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
|
<li><b>sqlite-</b>framework<b>-binary-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-binary-bundle-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-static-binary-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-static-binary-bundle-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-netFx-source-</b>date<b>.zip</b></li> <li><b>System.Data.SQLite.</b>version<b>.nupkg</b></li> <li><b>System.Data.SQLite.</b>variant<b>.</b>version<b>.nupkg</b></li> </ol> </p> <p> Templates (1) and (2) are used for source-code packages. Template (1) is used for generic source-code packages and template (2) is used for source-code packages that are generally only useful on unix-like platforms. ................................................................................ </p> <p> The <b>date</b> in template (9) is of the form: YYYYMMDDHHMM </p> <p> The <b>variant</b> in template (11) will be one of Beta, MSIL, x86, x64. Alternatively, it may be absent, which represents the default variant. </p> <h3>Canonical Source Code</h3> <p> The canonical System.Data.SQLite source code is maintained in a Fossil repository that is available for anonymous read-only access. Anyone can view the repository contents and download historical versions of individual files or ZIP archives of historical check-ins. |
>
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
....
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
|
<li><b>sqlite-</b>framework<b>-binary-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-binary-bundle-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-static-binary-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-static-binary-bundle-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-netFx-source-</b>date<b>.zip</b></li> <li><b>System.Data.SQLite.</b>version<b>.nupkg</b></li> <li><b>System.Data.SQLite.</b>variant<b>.</b>version<b>.nupkg</b></li> <li><b>System.Data.SQLite.</b>variant<b>.</b>releaseType<b>.</b>version<b>.nupkg</b></li> </ol> </p> <p> Templates (1) and (2) are used for source-code packages. Template (1) is used for generic source-code packages and template (2) is used for source-code packages that are generally only useful on unix-like platforms. ................................................................................ </p> <p> The <b>date</b> in template (9) is of the form: YYYYMMDDHHMM </p> <p> The <b>variant</b> in template (11) will be MSIL, x86, or x64. Alternatively, it may be absent, which represents the default variant. </p> <p> The <b>releaseType</b> in template (12) will be Beta or Test. Alternatively, it may be absent, which represents the default release type. <ul> <li>The "Beta" release type is used to indicate that the package was intended to be used for <a href="http://en.wikipedia.org/wiki/Software_release_life_cycle#Beta">beta</a> testing.</li> <li>The "Test" release type is used to indicate that the package was intended to be used for <a href="http://en.wikipedia.org/wiki/Software_release_life_cycle#Release_candidate">release candidate</a> testing.</li> </ul> </p> <h3>Canonical Source Code</h3> <p> The canonical System.Data.SQLite source code is maintained in a Fossil repository that is available for anonymous read-only access. Anyone can view the repository contents and download historical versions of individual files or ZIP archives of historical check-ins. |