Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Steer users more strongly toward the SQLite Forum. Remove links to mailing list signup. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.31 |
Files: | files | file ages | folders |
SHA3-256: |
81624489f5467dece96d24f02c7b31ab |
User & Date: | drh 2020-03-24 16:08:34.023 |
Context
2020-03-27
| ||
13:02 | Fix a typo in the "compile.html" document. (check-in: ea92357277 user: drh tags: branch-3.31) | |
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) | |
Changes
Changes to pages/prosupport.in.
︙ | ︙ | |||
47 48 49 50 51 52 53 | } </tcl> <h2>Support <font size=2>(<a href="#detail">details below</a>)</font></h2> <tcl> | | < | | | | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | } </tcl> <h2>Support <font size=2>(<a href="#detail">details below</a>)</font></h2> <tcl> support_entry 1 {Public Forum} { Help and advice from a world-wide community of experts. } Free \ {{More Info} https://sqlite.org/forum/about}\ {{Recent Posts} https://sqlite.org/forum/forummain} support_entry 2 {Annual Maintenance Subscription} { Private, expert email advice from the developers of SQLite. } {$1500/year} \ {{More Info} https://www.hwaci.com/sw/sqlite/ams.html} \ {{Buy Now!} https://www.hwaci.com/cgi-bin/sams-step1} |
︙ | ︙ | |||
139 140 141 142 143 144 145 | <h2>Further Information</h2> <p>SQLite is free and works great. Most people use SQLite without any kind of license or support.</p> <p>Free support for SQLite is available on the public | | < | < < < < < < < < < < < < < | | 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | <h2>Further Information</h2> <p>SQLite is free and works great. Most people use SQLite without any kind of license or support.</p> <p>Free support for SQLite is available on the public <a href="https://sqlite.org/forum/forummain">SQLite Forum</a>. The forum is monitored by a large community of experts, including the core SQLite development team, who are able to resolve just about any problems with SQLite that you are likely to have.</p> <p>If you do not want to discuss your issues on a public and open forum, an <a href="https://www.hwaci.com/sw/sqlite/ams.html">Annual Maintenance Subscription</a> or "AMS" might serve your needs better. An AMS entitles you to private email support directly from the developers of SQLite. The level of support with an AMS is similar to the support one gets from the public forum except that an AMS includes a unilateral promise of non-disclosure, so with an AMS you can discuss your issues with the SQLite developers in private, without the whole world watching. An AMS costs $1500 per year.</p> <p>Users with more advanced support needs can opt for a <a href="https://www.hwaci.com/sw/sqlite/tech.html">Technical Support Agreement</a>. |
︙ | ︙ |
Changes to pages/support.in.
1 2 3 4 5 6 7 8 9 10 | <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> | < > | < | < < < < < < < | < | < < < < < < < < < < < < < < < | 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 | <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> <p>There was formerly an mailing list devoted to discussions about SQLite, but as of 2020-03-12, the mailing list is deprecated. Please use the <a href="https://sqlite.org/forum">SQLite Forum</a> instead. Historical mailing lists posts are preserved at <a href="http://www.mail-archive.com/sqlite-users%40mailinglists.sqlite.org/"> www.mail-archive.com</a> <tcl>hd_fragment prosupport</tcl> <h2>Paid Professional Support</h2> <p> If you would like [professional support] for SQLite or if you want custom modifications performed by the |
︙ | ︙ |