Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improve download page styling. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
13a554277f979dd2621e8712268eb660 |
User & Date: | mistachkin 2017-04-10 18:29:56.312 |
References
2017-05-11
| ||
15:33 | Cherrypick of [26a05172c42e3647] and [13a554277f979dd2], the web page fixes. check-in: 1c134c9690 user: mistachkin tags: branch-1.0.105 | |
Context
2017-05-11
| ||
15:33 | Cherrypick of [26a05172c42e3647] and [13a554277f979dd2], the web page fixes. check-in: 1c134c9690 user: mistachkin tags: branch-1.0.105 | |
2017-05-03
| ||
00:21 | Fix some internal links to members of the ISQLiteManagedModule interface in the generated CHM file. check-in: e41a0aef92 user: mistachkin tags: trunk | |
2017-04-10
| ||
18:29 | Improve download page styling. check-in: 13a554277f user: mistachkin tags: trunk | |
2017-04-09
| ||
18:16 | Fix typo on a couple wiki pages. check-in: 26a05172c4 user: mistachkin tags: trunk | |
Changes
Changes to www/downloads.wiki.
1 2 | <title>Downloads Page</title> <nowiki> | | | 1 2 3 4 5 6 7 8 9 10 | <title>Downloads Page</title> <nowiki> <h1 class="pageHeader">System.Data.SQLite Downloads</h1> <table width="100%" cellpadding="5" cellspacing="0"> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantHeader"> <a name="runtimeLibraryNotes"></a> <b>Runtime Library Notes</b> </td> |
︙ | ︙ | |||
423 424 425 426 427 428 429 | </td> </tr> </table> <table width="100%" cellpadding="5"> <tr> <td align="center"> | | | 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 | </td> </tr> </table> <table width="100%" cellpadding="5"> <tr> <td align="center"> <h2 class="pageSubHeader">List of Release Packages</h2> </td> </tr> </table> <table width="100%" cellpadding="5"> <tr> <td colspan="4"> |
︙ | ︙ | |||
2448 2449 2450 2451 2452 2453 2454 | <td valign="top"> Legacy versions may still be found at <a href="https://sourceforge.net/projects/sqlite-dotnet2/">SourceForge</a>, though there have been no updates there since April of 2010. </td> </tr> </table> | | | 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 | <td valign="top"> Legacy versions may still be found at <a href="https://sourceforge.net/projects/sqlite-dotnet2/">SourceForge</a>, though there have been no updates there since April of 2010. </td> </tr> </table> <h3 class="pageSubSubHeader">Build Product Names</h3> <p> Beginning with System.Data.SQLite version 1.0.101.0 (3.12.2), the following templates will be used for the names of the build products: <ol> <li><b>sqlite-netFx-source-</b>version<b>.zip</b></li> |
︙ | ︙ | |||
2556 2557 2558 2559 2560 2561 2562 | <li>The "Test" release type is used to indicate that the package was intended to be used for <a href="https://en.wikipedia.org/wiki/Software_release_life_cycle#Release_candidate">release candidate</a> testing.</li> </ul> </p> | | | 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 | <li>The "Test" release type is used to indicate that the package was intended to be used for <a href="https://en.wikipedia.org/wiki/Software_release_life_cycle#Release_candidate">release candidate</a> testing.</li> </ul> </p> <h3 class="pageSubSubHeader">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. </p> |
︙ | ︙ |