~ubuntu-branches/ubuntu/wily/sqlite3/wily

« back to all changes in this revision

Viewing changes to support.html

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-06-13 21:43:48 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20120613214348-uy14uupdeq0hh04k
Tags: upstream-3.7.13/www
Import upstream version 3.7.13, component www

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
2
<html><head>
 
3
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 
4
<title>SQLite Support Options</title>
 
5
<style type="text/css">
 
6
body {
 
7
    margin: auto;
 
8
    font-family: Verdana, sans-serif;
 
9
    padding: 8px 1%;
 
10
}
 
11
 
 
12
a { color: #044a64 }
 
13
a:visited { color: #734559 }
 
14
 
 
15
.logo { position:absolute; margin:3px; }
 
16
.tagline {
 
17
  float:right;
 
18
  text-align:right;
 
19
  font-style:italic;
 
20
  width:300px;
 
21
  margin:12px;
 
22
  margin-top:58px;
 
23
}
 
24
 
 
25
.toolbar {
 
26
  text-align: center;
 
27
  line-height: 1.6em;
 
28
  margin: 0;
 
29
  padding: 0px 8px;
 
30
}
 
31
.toolbar a { color: white; text-decoration: none; padding: 6px 12px; }
 
32
.toolbar a:visited { color: white; }
 
33
.toolbar a:hover { color: #044a64; background: white; }
 
34
 
 
35
.content    { margin: 5%; }
 
36
.content dt { font-weight:bold; }
 
37
.content dd { margin-bottom: 25px; margin-left:20%; }
 
38
.content ul { padding:0px; padding-left: 15px; margin:0px; }
 
39
 
 
40
/* rounded corners */
 
41
.se  { background: url(images/se.gif) 100% 100% no-repeat #044a64}
 
42
.sw  { background: url(images/sw.gif) 0% 100% no-repeat }
 
43
.ne  { background: url(images/ne.gif) 100% 0% no-repeat }
 
44
.nw  { background: url(images/nw.gif) 0% 0% no-repeat }
 
45
 
 
46
/* Things for "fancyformat" documents start here. */
 
47
.fancy img+p {font-style:italic}
 
48
.fancy .codeblock i { color: darkblue; }
 
49
.fancy h1,.fancy h2,.fancy h3,.fancy h4 {font-weight:normal;color:#044a64}
 
50
.fancy h2 { margin-left: 10px }
 
51
.fancy h3 { margin-left: 20px }
 
52
.fancy h4 { margin-left: 30px }
 
53
.fancy th {white-space:nowrap;text-align:left;border-bottom:solid 1px #444}
 
54
.fancy th, .fancy td {padding: 0.2em 1ex; vertical-align:top}
 
55
.fancy #toc a        { color: darkblue ; text-decoration: none }
 
56
.fancy .todo         { color: #AA3333 ; font-style : italic }
 
57
.fancy .todo:before  { content: 'TODO:' }
 
58
.fancy p.todo        { border: solid #AA3333 1px; padding: 1ex }
 
59
.fancy img { display:block; }
 
60
.fancy :link:hover, .fancy :visited:hover { background: wheat }
 
61
.fancy p,.fancy ul,.fancy ol { margin: 1em 5ex }
 
62
.fancy li p { margin: 1em 0 }
 
63
/* End of "fancyformat" specific rules. */
 
64
 
 
65
</style>
 
66
  
 
67
</head>
 
68
<body>
 
69
<div><!-- container div to satisfy validator -->
 
70
 
 
71
<a href="index.html">
 
72
<img class="logo" src="images/sqlite370_banner.gif" alt="SQLite Logo"
 
73
 border="0"></a>
 
74
<div><!-- IE hack to prevent disappearing logo--></div>
 
75
<div class="tagline">Small. Fast. Reliable.<br>Choose any three.</div>
 
76
 
 
77
<table width=100% style="clear:both"><tr><td>
 
78
  <div class="se"><div class="sw"><div class="ne"><div class="nw">
 
79
  <table width=100% style="padding:0;margin:0;cell-spacing:0"><tr>
 
80
  <td width=100%>
 
81
  <div class="toolbar">
 
82
    <a href="about.html">About</a>
 
83
    <a href="sitemap.html">Sitemap</a>
 
84
    <a href="docs.html">Documentation</a>
 
85
    <a href="download.html">Download</a>
 
86
    <a href="copyright.html">License</a>
 
87
    <a href="news.html">News</a>
 
88
    <a href="support.html">Support</a>
 
89
  </div>
 
90
<script>
 
91
  gMsg = "Search SQLite Docs..."
 
92
  function entersearch() {
 
93
    var q = document.getElementById("q");
 
94
    if( q.value == gMsg ) { q.value = "" }
 
95
    q.style.color = "black"
 
96
    q.style.fontStyle = "normal"
 
97
  }
 
98
  function leavesearch() {
 
99
    var q = document.getElementById("q");
 
100
    if( q.value == "" ) { 
 
101
      q.value = gMsg
 
102
      q.style.color = "#044a64"
 
103
      q.style.fontStyle = "italic"
 
104
    }
 
105
  }
 
106
</script>
 
107
<td>
 
108
    <div style="padding:0 1em 0px 0;white-space:nowrap">
 
109
    <form name=f method="GET" action="http://www.sqlite.org/search">
 
110
      <input id=q name=q type=text
 
111
       onfocus="entersearch()" onblur="leavesearch()" style="width:24ex;padding:1px 1ex; border:solid white 1px; font-size:0.9em ; font-style:italic;color:#044a64;" value="Search SQLite Docs...">
 
112
      <input type=submit value="Go" style="border:solid white 1px;background-color:#044a64;color:white;font-size:0.9em;padding:0 1ex">
 
113
    </form>
 
114
    </div>
 
115
  </table>
 
116
</div></div></div></div>
 
117
</td></tr></table>
 
118
<div class=startsearch></div>
 
119
  
 
120
 
 
121
 
 
122
<h2>SQLite Support Options</h2>
 
123
 
 
124
<a name="prosupport"></a>
 
125
 
 
126
<h3>Professional Support</h3>
 
127
 
 
128
<p>
 
129
If you would like professional support for SQLite
 
130
or if you want custom modifications performed by the
 
131
original author of SQLite, these services are available for a modest fee.
 
132
For additional information visit
 
133
<a href="http://www.hwaci.com/sw/sqlite/prosupport.html">http://www.hwaci.com/sw/sqlite/prosupport.html</a> or contact:</p>
 
134
 
 
135
<table border="0" cellpadding="15">
 
136
<tr><td valign="top">
 
137
D. Richard Hipp <br />
 
138
Hwaci - Applied Software Research <br />
 
139
704.948.4565 <br />
 
140
<a href="mailto:drh@hwaci.com">drh@hwaci.com</a>
 
141
</td><td valign="top">
 
142
<form method="GET" action="http://www.hwaci.com/sw/sqlite/prosupport.html">
 
143
<input type="submit" value="More Info"></form>
 
144
</td></tr>
 
145
</table>
 
146
 
 
147
<h3>Proprietary SQLite Extensions</h3>
 
148
 
 
149
<p>The core SQLite library found on this website is in the
 
150
<a href="copyright.html">public domain</a>.  But there also exist
 
151
proprietary, licensed extensions to SQLite, written and maintained
 
152
by the original developer.</p>
 
153
 
 
154
<ul>
 
155
<li><p>
 
156
The <a href="http://www.hwaci.com/sw/sqlite/see.html">SQLite Encryption Extension (SEE)</a>
 
157
will read and write database file encrypted using
 
158
128-bit or 256-bit AES.</p></li>
 
159
 
 
160
<li><p>
 
161
The <a href="http://www.hwaci.com/sw/sqlite/cerod.html">SQLite Compressed and Encrypted Read-Only Database (CEROD)</a>
 
162
Extension will read a database file that is both compressed
 
163
and encrypted.</p></li>
 
164
 
 
165
<li><p>
 
166
The <a href="th3.html">Test Harness #3 (TH3)</a> is an alternative set of test
 
167
vectors for SQLite that verify the operation of SQLite in an
 
168
as-deployed configuration on embedded platforms with
 
169
<a href="testing.html#coverage">100% branch test coverage</a>.
 
170
</li>
 
171
</ul>
 
172
 
 
173
<a name="mailinglists"></a>
 
174
 
 
175
<h3>Mailing Lists</h3>
 
176
<p>Three separate mailing lists have been established to help support
 
177
SQLite:</p>
 
178
 
 
179
<ul>
 
180
<li><a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce">
 
181
sqlite-announce</a> - announcements of new
 
182
releases or significant developments.</li>
 
183
<li><a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users">
 
184
sqlite-users</a> - general user discussion; most postings belong here.</li>
 
185
<li><a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev">
 
186
sqlite-dev</a> - developer conversations; for people who have or aspire to
 
187
have write permission on the SQLite source code repository.</li>
 
188
</ul>
 
189
 
 
190
<p>
 
191
Most users of SQLite will want to join the
 
192
<a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce">
 
193
sqlite-announce</a> list and many will want to join the
 
194
<a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users">
 
195
sqlite-users</a> list.  The
 
196
<a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev">
 
197
sqlite-dev</a> list is more specialized and appeals to a narrower audience.
 
198
Off-site archives of the
 
199
<a href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users">
 
200
sqlite-users</a> list are available at:
 
201
</p>
 
202
 
 
203
<blockquote>
 
204
<a href="http://www.mail-archive.com/sqlite-users%40sqlite.org/">http://www.mail-archive.com/sqlite-users%40sqlite.org/</a><br>
 
205
<a href="http://marc.info/?l">http://marc.info/?l=sqlite-users&r=1&w=2</a><br>
 
206
<a href="http://news.gmane.org/gmane.comp.db.sqlite.general">http://news.gmane.org/gmane.comp.db.sqlite.general</a>
 
207
</blockquote>
 
208
 
 
209
</p>
 
210
 
 
211
<a name="directemail"></a>
 
212
<h3>Direct E-Mail To The Author</h3>
 
213
 
 
214
<p>
 
215
Use the mailing list.
 
216
Please do <b>not</b> send email directly to the author of SQLite
 
217
unless:
 
218
<ul>
 
219
<li>You have or intend to acquire a professional support contract
 
220
as described above, or</li>
 
221
<li>You are working on an open source project.</li>
 
222
</ul>
 
223
You are welcomed to use SQLite in closed source, proprietary, and/or
 
224
commercial projects and to ask questions about such use on the public
 
225
mailing list.  But please do not ask to receive free direct technical
 
226
support.  The software is free; direct technical support is not.
 
227
</p>
 
228