Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improvements to the index page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e1485e3164d528b6145a2c1f4b171d1d |
User & Date: | mistachkin 2014-02-14 04:08:42.255 |
Context
2014-02-14
| ||
04:15 | Minor wording change on index page. check-in: b80d231144 user: mistachkin tags: trunk | |
04:08 | Improvements to the index page. check-in: e1485e3164 user: mistachkin tags: trunk | |
2014-02-12
| ||
21:44 | Final updates for release 1.0.91.0. check-in: a6e03b2119 user: mistachkin tags: trunk, release, release-1.0.91.0 | |
Changes
Changes to www/index.wiki.
1 2 3 4 5 6 7 8 9 10 | <title>About</title> <nowiki> <br> <table width="100%" cellpadding="5"> <tr> <td width="20%"> </td> <td> <p> | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <title>About</title> <nowiki> <br> <table width="100%" cellpadding="5"> <tr> <td width="20%"> </td> <td> <h2>About System.Data.SQLite</h2> <p> System.Data.SQLite is an ADO.NET provider for <a href="http://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 |
︙ | ︙ | |||
30 31 32 33 34 35 36 37 | 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> <p> | > > > | | | | 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 | 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="http://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> </td> <td width="30%" valign="top"> <table align="right" border="1" cellpadding="10" hspace="10" cellspacing="0"> <tr> <td> <ul> |
︙ | ︙ |