Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the support page to direct users to the SQLite Forum instead of to the mailing lists. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.31 |
Files: | files | file ages | folders |
SHA3-256: |
2a8e648db7801f463f54f1afd84ef18d |
User & Date: | drh 2020-03-12 20:03:53.983 |
Context
2020-03-24
| ||
16:08 | Steer users more strongly toward the SQLite Forum. Remove links to mailing list signup. (check-in: 81624489f5 user: drh tags: branch-3.31) | |
2020-03-12
| ||
20:03 | Update the support page to direct users to the SQLite Forum instead of to the mailing lists. (check-in: 2a8e648db7 user: drh tags: branch-3.31) | |
2020-03-03
| ||
18:22 | Fix documentation typo in fileformat.html. (check-in: 5dacf1a573 user: drh tags: branch-3.31) | |
Changes
Changes to pages/support.in.
1 2 3 | <title>SQLite Support Options</title> <tcl>hd_fragment mailinglists {mailing lists}</tcl> | > > > > > > > | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <title>SQLite Support Options</title> <tcl>hd_fragment fx {forum}</tcl> <h2>Public Forum</h2> <p>Connect with SQLite developers and other SQLite users on the <a href="https://sqlite.org/forum">SQLite Forum</a>. This is the preferred way to get free help with SQLite. <tcl>hd_fragment mailinglists {mailing lists}</tcl> <h2>Legacy Mailing Lists</h2> <p>Note: As of 2020-03-12, the mailing lists are deprecated. Please use the <a href="https://sqlite.org/forum">SQLite Forum</a> instead. At some point in the future, these mailing lists will be closed. <ul> <li><p> <a href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users"> sqlite-users</a> — General discussion for programmers using SQLite in their applications. <i>This is probably the mailing list you want!</i> |
︙ | ︙ |