Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix broken archive link and formatting for the support page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c72613c76e4cf43bc7c6bf768c5b7aad |
User & Date: | mistachkin 2011-12-19 06:31:02.344 |
Context
2011-12-20
| ||
00:03 | Support the DateTimeKind and BaseSchemaName connection string properties in the SQLiteConnectionStringBuilder class. Also, make getting and setting the DateTimeFormat property slightly more robust. check-in: 20ee87087b user: mistachkin tags: trunk | |
2011-12-19
| ||
06:31 | Fix broken archive link and formatting for the support page. check-in: c72613c76e user: mistachkin tags: trunk | |
06:12 | Some formatting fixes to release procedures. check-in: d237dc5f70 user: mistachkin tags: trunk | |
Changes
Changes to www/support.wiki.
1 2 3 4 | <title>Support</title> <h3>Mailing Lists</h3> | > | > | > > | > | > | | > > > > | | > > > | | | > > | | | | | | | | | | > | > > > > > | > > > | > > > | > | > > | > > > > | > > > | | | > | 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | <title>Support</title> <h3>Mailing Lists</h3> <p> SQLite has an active mailing list and support community and users of the System.Data.SQLite project available on this web site are encouraged to use these for support questions. </p> <p> Three separate mailing lists have been established to help support SQLite and System.Data.SQLite: </p> <ul> <li> <a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce"> sqlite-announce</a> - announcements of new releases or significant developments. </li> <li> <a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users"> sqlite-users</a> - general user discussion; most postings belong here. </li> <li> <a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev"> sqlite-dev</a> - developer conversations; for people who have or aspire to have write permission on the SQLite and/or System.Data.SQLite source code repositories. </li> </ul> <p> Most users of SQLite and/or System.Data.SQLite will want to join the <a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce"> sqlite-announce</a> list and many will want to join the <a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users"> sqlite-users</a> list. The <a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev"> sqlite-dev</a> list is more specialized and appeals to a narrower audience. Off-site archives of the <a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users"> sqlite-users</a> list are available at: </p> <ul> <li> <a href="http://www.mail-archive.com/sqlite-users%40sqlite.org/"> http://www.mail-archive.com/sqlite-users%40sqlite.org/</a> </li> <li> <a href="http://marc.info/?l=sqlite-users&r=1&w=2"> http://marc.info/?l=sqlite-users&r=1&w=2</a> </li> <li> <a href="http://news.gmane.org/gmane.comp.db.sqlite.general"> http://news.gmane.org/gmane.comp.db.sqlite.general</a> </li> </ul> <h3>Direct E-Mail</h3> <p> Use the mailing list. Please do <b>not</b> send email directly to the authors of SQLite or System.Data.SQLite unless: </p> <ul> <li> You have or intend to acquire a <a href="http://www.sqlite.org/draft/support.html"> professional support contract</a>. </li> <li> You are working on an open source project. </li> </ul> <p> You are welcomed to use SQLite and System.Data.SQLite in closed source, proprietary, and/or commercial projects and to ask questions about such use on the public mailing list. But please do not ask to receive free direct technical support. The software is free; direct technical support is not. </p> |