Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Another style fix. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8a77334646854b0f90eed5d8d0612284 |
User & Date: | mistachkin 2013-07-19 21:11:03.127 |
Context
2013-07-19
| ||
21:32 | Improve section divisions. check-in: b12794843a user: mistachkin tags: trunk | |
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 | |
Changes
Changes to www/downloads.wiki.
1 2 3 4 | <title>System.Data.SQLite Download Page</title> <nowiki> <h1>System.Data.SQLite Download Page</h1> | | | 1 2 3 4 5 6 7 8 9 10 11 12 | <title>System.Data.SQLite Download Page</title> <nowiki> <h1>System.Data.SQLite Download Page</h1> <table width="100%" cellpadding="5" cellspacing="0"> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantHeader"> <b>Runtime Library Notes</b> </td> </tr> <tr bgcolor="#fff1c8"> |
︙ | ︙ | |||
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | as we do not necessarily have any knowledge of the other projects that use the same (or a similar) name. That being said, if a particular question is related to the core SQLite native library itself, one of the <a href="http://www.sqlite.org/support.html">SQLite support options</a> is probably the best way to get an answer. </td> </tr> <tr> <td colspan="3" class="importantHeader"> <b>Package Types</b> </td> </tr> <tr> | > > | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | as we do not necessarily have any knowledge of the other projects that use the same (or a similar) name. That being said, if a particular question is related to the core SQLite native library itself, one of the <a href="http://www.sqlite.org/support.html">SQLite support options</a> is probably the best way to get an answer. </td> </tr> </table> <table width="100%" cellpadding="5"> <tr> <td colspan="3" class="importantHeader"> <b>Package Types</b> </td> </tr> <tr> |
︙ | ︙ |