Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Revise styles on download page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f764981ed21f0e8bb848abbaaa050dc5 |
User & Date: | mistachkin 2013-07-19 20:35:08.446 |
Context
2013-07-19
| ||
21:11 | Another style fix. check-in: 8a77334646 user: mistachkin tags: trunk | |
20:35 | Revise styles on download page. check-in: f764981ed2 user: mistachkin tags: trunk | |
2013-07-18
| ||
07:33 | Add doc comments for two class summaries. check-in: fcdd83c074 user: mistachkin tags: trunk | |
Changes
Changes to www/downloads.wiki.
1 2 3 4 5 | <title>System.Data.SQLite Download Page</title> <nowiki> <h1>System.Data.SQLite Download Page</h1> <table width="100%" cellpadding="5"> | | | | | | | | | 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 | <title>System.Data.SQLite Download Page</title> <nowiki> <h1>System.Data.SQLite Download Page</h1> <table width="100%" cellpadding="5"> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantHeader"> <b>Runtime Library Notes</b> </td> </tr> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantNotes"> All downloadable packages on this web page that do not include the word "<b>static</b>" in their file name require the appropriate version (e.g. 2005, 2008, 2010, or 2012) of the Microsoft Visual C++ Runtime Library, to be successfully installed on the target machine, prior to making use of the executables contained therein. It should also be noted that the downloadable packages on this web page that include the word "<b>setup</b>" (i.e. the setup packages) already include and will attempt to automatically install the required version of the Microsoft Visual C++ Runtime Library. </td> </tr> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantHeader"> <b>Support Notes</b> </td> </tr> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantNotes"> This page contains all the downloadable packages (e.g. sources, binaries, setups, etc) for the current release version of the official "System.Data.SQLite" project. This is the <b>only</b> official distribution point for these downloadable packages. If these packages are obtained elsewhere, it is very important to compare their SHA1 hashes to the corresponding hashes listed below to make sure the contained files are the same. </td> </tr> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantNotes"> There are several other projects, with widely varying levels of support and compatibility, known to use the similar names. At least one of those projects is an unofficial fork of the legacy 1.0.66.0 release, modified (by a third-party) to work with Visual Studio 2010. Only the software contained on this page is directly <a href="support.wiki">supported</a> by the maintainers of this project |
︙ | ︙ |