Menu

[r2017]: / trunk / Src / Help / HTML / privacy_statement.htm  Maximize  Restore  History

Download this file

349 lines (348 with data), 12.1 kB

  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
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
* $Rev$
* $Date$
*
* ***** BEGIN LICENSE BLOCK *****
*
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Original Code is privacy_statement.htm
*
* The Initial Developer of the Original Code is Peter Johnson
* (http://www.delphidabbler.com/).
*
* Portions created by the Initial Developer are Copyright (C) 2005-2012 Peter
* Johnson. All Rights Reserved.
*
* Contributor(s):
* NONE
*
* ***** END LICENSE BLOCK *****
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text-html; charset=Windows-1252">
<title>
Privacy Statement
</title>
<link rel="stylesheet" href="../css/codesnip.css" type="text/css">
</head>
<body>
<object
type="application/x-oleobject"
classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="ALink Name" value="PrivacyStatement">
</object>
<h1>
<a id="privacy_statement" name="privacy_statement"></a>Privacy Statement
for DelphiDabbler Codesnip
</h1>
<h2>
Offline Privacy
</h2>
<p>
<em>CodeSnip</em> stores some personal information in two configuration
files:
</p>
<h3>
<code>Common.config</code>
</h3>
<p>
<code>Common.config</code> is located in the in the
<code>%ProgramData%\DelphiDabbler\CodeSnip.4</code> folder.
</p>
<p>
The data that is stored in <code>Common.config</code> is:
</p>
<ul class="unspaced">
<li>
A unique 32 digit hexadecimal key based on attributes of your computer.
</li>
<li>
A 32 digit hexadecimal registration key (registered programs only).
</li>
<li>
The registered user name or nickname (registered programs only).
</li>
</ul>
<p>
The data that is used to create the hexidecimal keys cannot be recovered
from the keys.
</p>
<h3>
<code>User.config</code>
</h3>
<p>
<code>User.config</code> is found in the current user's
<code>%AppData%\DelphiDabbler\CodeSnip.4</code> folder.
</p>
<p>
The file stores several user-specific application data
settings such as your preferences. The only personal information is as
follows:
</p>
<ul>
<li>
Any user name or email address you provided if you ever entered the
information in a dialogue box. This is used simply to automatically
enter the data in dialogue boxes where needed, to save you re-typing it.
See below for details of activities that require either or both a name
or email address to be submitted.
</li>
<li>
Your user name and password if you configured <em>CodeSnip</em> to
access the internet using a proxy server. The information is used only
to access the proxy. Passwords and encrypted.
</li>
</ul>
<p>
If you have upgraded from CodeSnip v2 or v3 there may also be a files
named <code>User.ini</code> and / or <code>User.3.ini</code>. These
contain pretty much the same information as <code>User.config</code>.
These older files are ignored by <em>CodeSnip</em> v4.
</p>
<h2>
Spyware
</h2>
<p>
No spyware or other software that threatens your privacy has been
deliberately or knowingly included with <em>CodeSnip</em>. If the program
is found to contain spyware it will have been added by third parties and
the author asks to be informed of any such occurrence. Please report any
suspicious behaviour via <a
href="http://www.delphidabbler.com/contact"
class="weblink"
target="_blank"
>www.delphidabbler.com/contact</a>.
</p>
<p>
<em>CodeSnip</em> never tries to &quot;phone home&quot; of its own
accord. It only goes online in response to user requests. Should you
notice any unauthorised activity please inform the author since it is
likely that your copy of the program has been hacked by some third party.
</p>
<h2>
CodeSnip Online Activity
</h2>
<p>
Various user-initiated actions cause <em>CodeSnip</em> to go online. They
are:
</p>
<ol class="unspaced">
<li>
Updating the database.
</li>
<li>
Registering the program.
</li>
<li>
Submitting code for inclusion in the main database.
</li>
<li>
Displaying the latest news in the &quot;CodeSnip News&quot; dialogue
box.
</li>
<li>
Accessing various websites via hyperlinks and menu options.
</li>
<li>
Accessing the internet using a proxy server.
</li>
</ol>
<p>
The first four actions are performed directly by <em>CodeSnip</em>,
which communicates with web services located at www.delphidabbler.com
using HTTP on port 80. The fifth action simply displays web pages in a
browser. The sixth passes user information to the proxy server.
</p>
<p>
Personal data will neither be published on the DelphiDabbler website nor
knowingly passed to third parties. Furthermore your data will only be
used by the author for the purposes described below.
</p>
<h3>
Updating the Database
</h3>
<p>
This activity is started by displaying the &quot;Update From Web&quot;
dialogue box and clicking its &quot;Update from Web&quot; button. <em>
CodeSnip</em> then contacts the update web service and sends the
following information:
</p>
<ul class="unspaced">
<li>
Unique program key (see above for details).
</li>
<li>
Program version number.
</li>
<li>
Operating system description.
</li>
<li>
Internet Explorer version.
</li>
</ul>
<p>
This information is recorded in two places:
</p>
<ol>
<li>
Each transaction is recorded in a log file on the web server. This log
is used for tracking any database errors.
</li>
<li>
<div>
A database of the program keys is updated with the following data:
</div>
<ul class="unspaced">
<li>
the number of times that program has updated the database;
</li>
<li>
the first and latest version of CodeSnip having that program key;
</li>
<li>
the date of the first and latest updates;
</li>
<li>
the current operating system being used;
</li>
<li>
the current Internet Explorer version being used.
</li>
</ul>
<div>
This database is used to provide CodeSnip usage information and to
track the operating systems and browser control versions currently in
use. This information informs development of CodeSnip.
</div>
</li>
</ol>
<p>
This information may be used to update the registered program database.
</p>
<p>
None of these records store any information that can be tracked back to an
individual.
</p>
<h3>
Registering the Program
</h3>
<p>
This activity is started when the user chooses to register <em>
CodeSnip</em>. A wizard appears that guides the user through the
registration process. The wizard displays the data that is to be sent to
the registration web service. The data is only sent if the user clicks
the wizard&#39;s &quot;Submit&quot; button. The data is:
</p>
<ul class="unspaced">
<li>
The program&#39;s id, name and version information.
</li>
<li>
The unique program key (see above for details).
</li>
<li>
The user name or nickname.
</li>
<li>
A description of the operating system and version of Internet Explorer
being used.
</li>
</ul>
<p>
The registration data is recorded in a database on the DelphiDabbler web
server. The data is only used to keep track of the number of people using
the different versions of the program and what operating systems are being
used. The registration web service returns a registration code to the
program. <em>CodeSnip</em> records this code, with the user name, in
<code>Common.config</code>.
</p>
<p>
The registration information may be updated when the user updates the
database (see &quot;Updating the Database&quot; above).
</p>
<h3>
Submitting code to the main database
</h3>
<p>
This activity is started from the <em>Snippets | Submit Snippets</em> menu
option and data is collected using the resulting wizard. Clicking the
<em>Submit</em> button in the wizard sends the following information to
the <em>DelphiDabbler</em> code submission web service:
</p>
<ul class="unspaced">
<li>
The <em>CodeSnip</em> program version number.
</li>
<li>
Your name, email address any comments entered in the wizard.
</li>
<li>
All the routines you selected to send.
</li>
</ul>
<p>
You can preview the data to be sent (in XML format) from the wizard. The
XML will be stored in a file on the <em>DelphiDabbler</em> server until
processed. The data is also emailed to the database maintainer (currently
the author of <em>CodeSnip</em>).
</p>
<p>
The routines may be edited and published on the Code Snippets online
database and distributed to <em>CodeSnip</em> users. Your name may be used
to credit the routines. Your email address will not be published and is
used only to contact you with any queries about the submitted code.
</p>
<h3>
Displaying the latest news
</h3>
<p>
This action is performed by selecting the <em>Help | CodeSnip News</em>
menu option or by clicking the &quot;Latest News&quot; button in the
&quot;Update from Web&quot; dialogue box.
</p>
<p>
<em>CodeSnip</em> simply requests an XML document containing an RSS 2.0
news feed from the DelphiDabbler website using HTTP on port 80. No
personal information is included in the request.
</p>
<h3>
Accessing Websites via Links and Menu Options
</h3>
<p>
CodeSnip's <em>Help | On The Web</em> menu option leads to sub menu
items that cause various pages from DelphiDabbler.com to be displayed in
the user's default browser.
</p>
<p>
In addition, various links in the program's main display, some dialogue
boxes and the help file access remote websites which are displayed in your
default browser. You should refer to the relevant website's privacy
policies to learn how they use any data you supply when visiting their
pages. <strong>DelphiDabbler has no control over the content of linked
third party websites and you follow such links at your own risk.</strong>
</p>
<h3>
Accessing the internet using a proxy server
</h3>
<p>
<em>CodeSnip</em> can be configured to use a proxy server to access the
internet. In this case the program sends the appropriate user name and
password to the proxy server if required. <strong>DelphiDabbler has no
control over the proxy server and you should satisfy yourself that the
proxy you use is trustworthy. You use this feature at your own
risk.</strong>
</p>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.