Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove primary links to the legacy site 'http://sqlite.phxsoftware.com/' as that site has not been functional in quite some time. Pursuant to [06c622e1e3]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | tkt-06c622e1e3 |
Files: | files | file ages | folders |
SHA1: |
2f4823c2767e9131fcfdcad8f00a3313 |
User & Date: | mistachkin 2017-02-04 04:11:18.142 |
Context
2017-02-04
| ||
04:16 | More link updates. Fix typo. Closed-Leaf check-in: 97a461558b user: mistachkin tags: tkt-06c622e1e3 | |
04:11 | Remove primary links to the legacy site 'http://sqlite.phxsoftware.com/' as that site has not been functional in quite some time. Pursuant to [06c622e1e3]. check-in: 2f4823c276 user: mistachkin tags: tkt-06c622e1e3 | |
2017-02-02
| ||
19:26 | Add experimental support for native sha1 extension. check-in: f1feb19c18 user: mistachkin tags: trunk | |
Changes
Changes to readme.htm.
1 2 3 4 5 6 7 8 9 10 11 12 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> ADO.NET SQLite Data Provider<br /> Version 1.0.105.0 - April XX, 2017 <font color="red">(release scheduled)</font><br /> Using <a href="https://www.sqlite.org/draft/releaselog/3_17_0.html">SQLite 3.17.0</a><br /> Originally written by Robert Simpson<br /> Released to the public domain, use at your own risk!<br /> Official provider website: <a href="https://system.data.sqlite.org/">https://system.data.sqlite.org/</a><br /> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> ADO.NET SQLite Data Provider<br /> Version 1.0.105.0 - April XX, 2017 <font color="red">(release scheduled)</font><br /> Using <a href="https://www.sqlite.org/draft/releaselog/3_17_0.html">SQLite 3.17.0</a><br /> Originally written by Robert Simpson<br /> Released to the public domain, use at your own risk!<br /> Official provider website: <a href="https://system.data.sqlite.org/">https://system.data.sqlite.org/</a><br /> Legacy versions: <a href="http://www.sourceforge.net/projects/sqlite-dotnet2/">http://www.sourceforge.net/projects/sqlite-dotnet2/</a><br /> <br /> The current development version can be downloaded from <a href="https://system.data.sqlite.org/index.html/timeline?y=ci"> https://system.data.sqlite.org/index.html/timeline?y=ci</a> <br /> <br /> <h2><b>Features</b></h2> |
︙ | ︙ |
Changes to www/downloads.wiki.
︙ | ︙ | |||
2442 2443 2444 2445 2446 2447 2448 | <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> <a href="http://www.sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/1.0.66.0/SQLite-1.0.66.0-setup.exe/download">SQLite-1.0.66.0-setup.exe</a> </td> <td width="5"></td> <td valign="top"> | | < < | | 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 | <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> <a href="http://www.sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/1.0.66.0/SQLite-1.0.66.0-setup.exe/download">SQLite-1.0.66.0-setup.exe</a> </td> <td width="5"></td> <td valign="top"> Legacy versions may still be SourceForge, though there have been no updates there since April of 2010. </td> </tr> </table> <h3>Build Product Names</h3> <p> |
︙ | ︙ |
Changes to www/index.wiki.
︙ | ︙ | |||
16 17 18 19 20 21 22 | 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> | | < < | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 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> Historical versions may still be found at <a href="http://www.sourceforge.net/projects/sqlite-dotnet2/">SourceForge</a>, though there have been no updates to this version 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> |
︙ | ︙ |