Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Stop using table elements on the main page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c6e0a65015d8531e56ceb27afd48e4e6 |
User & Date: | mistachkin 2019-10-27 06:22:48.709 |
Context
2019-10-27
| ||
20:40 | Final updates for release 1.0.112.0. check-in: 7727af784b user: mistachkin tags: trunk, release, release-1.0.112.0 | |
06:22 | Stop using table elements on the main page. check-in: c6e0a65015 user: mistachkin tags: trunk | |
06:06 | Update some comments in the test suite infrastructure. check-in: 581c28facf user: mistachkin tags: trunk | |
Changes
Changes to www/index.wiki.
1 2 | <title>Home</title> <nowiki> | | | | | | > > > > > > > > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | < < < < < < < < < < < < < < < < < < < < < < < < | 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 | <title>Home</title> <nowiki> <div class="rightsidebar border2px"> <h3 align="center">Common Links</h3> <ul> <li><a href="faq.wiki">Frequently Asked Questions</a></li> <li><a href="news.wiki">News</a></li> <li><a href="support.wiki">Support</a></li> <li><a href="downloads.wiki">Downloads</a></li> <li><a href="source.wiki">Source Code</a></li> <li><a href="build.wiki">Build Procedures</a></li> <li><a href="test.wiki">Test Procedures</a></li> <li><a href="release.wiki">Release Procedures</a></li> <li><a href="contribute.wiki">Contributing</a></li> <li><a href="features.wiki">Features</a></li> <li><a href="copyright.wiki">Copyright</a></li> </ul> </div> <h1>News for System.Data.SQLite</h1> <p> For the most recent news and developments, please see the <a href="news.wiki">news page</a>. </p> <h2>About System.Data.SQLite</h2> <p> System.Data.SQLite is an ADO.NET provider for <a href="https://www.sqlite.org/">SQLite</a>. </p> <p> System.Data.SQLite was started by Robert Simpson. Robert still has commit privileges on this repository but is no longer an active contributor. Development and maintenance work is now mostly performed by the SQLite Development Team. The SQLite team is committed to supporting System.Data.SQLite long-term. </p> <p> 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. </p> <p> There is no forum on this web site; however, the <a href="support.wiki">support page</a> has an updated list of support options. </p> <p> Please refer to the <a href="downloads.wiki">download page</a> for a complete list of downloadable packages and information on their use. </p> <h2>Documentation for System.Data.SQLite</h2> <p> The documentation corresponding to the most recently released version of System.Data.SQLite, which contains detailed information for all public types, methods, properties, and events is checked into the repository in <a href="https://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help"> <i>Microsoft Compiled HTML Help</i> ("CHM") format</a>. It can also be <a href="/index.html/doc/trunk/Doc/SQLite.NET.chm?mimetype=application/x-chm"> <b>downloaded directly</b></a> via the web interface to the repository. </p> </nowiki> |