Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the hyperlinks to the mailing lists. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.19 |
Files: | files | file ages | folders |
SHA3-256: |
2785e9dd6c3e729acce72b2c44f871eb |
User & Date: | drh 2017-07-23 17:07:48.917 |
Context
2017-07-24
| ||
12:01 | Merge hyperlink fixes from the 3.19 branch. (check-in: 727dbfb460 user: drh tags: trunk) | |
2017-07-23
| ||
17:07 | Fix the hyperlinks to the mailing lists. (Leaf check-in: 2785e9dd6c user: drh tags: branch-3.19) | |
2017-07-17
| ||
12:25 | Fix a typo in whentouse.html. (Cherrypick from trunk) (check-in: 8cd332487d user: drh tags: branch-3.19) | |
Changes
Changes to pages/support.in.
1 2 3 4 5 6 7 8 9 10 11 | <title>SQLite Support Options</title> <tcl>hd_fragment mailinglists {mailing lists}</tcl> <h2>Free Public Mailing Lists</h2> <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> | | | | | 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 26 27 28 29 30 31 32 33 34 35 | <title>SQLite Support Options</title> <tcl>hd_fragment mailinglists {mailing lists}</tcl> <h2>Free Public Mailing Lists</h2> <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> <a class="button" href='http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users'>Sign-up</a> <a class="button" href="http://www.mail-archive.com/sqlite-users%40mailinglists.sqlite.org/">Archives</a> </li> <li><p> <a href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-dev"> sqlite-dev</a> — Conversations about SQLite internals, for those who work directly on enhancing SQLite itself. <a class="button" href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-dev">Sign-up</a> </li> <li><p> <a href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-announce"> <nobr>sqlite-announce</nobr></a> — Announcements of new SQLite releases.</td> <a class="button" href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-announce">Sign-up</a> </li> </ul> <tcl>hd_fragment prosupport</tcl> <h2>Paid Professional Support</h2> <p> |
︙ | ︙ |