Menu

[r460]: / trunk / Docs / Privacy.txt  Maximize  Restore  History

Download this file

214 lines (151 with data), 9.7 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
================================================================================
PRIVACY STATEMENT FOR DELPHIDABBLER CODESNIP
================================================================================
Offline Privacy
================================================================================
CodeSnip stores some personal information in two configuration files:
Common.ini
--------------------------------------------------------------------------------
Common.ini is located in the in the DelphiDabbler\CodeSnip sub-folder of your
system's common application data folder. The location of this folder varies
depending on the OS. On Vista it is usually at C:\ProgramData.
The data that is stored in Common.ini is:
* A unique 32 digit hexadecimal key based on attributes of your computer.
* A 32 digit hexadecimal registration key (registered programs only).
* The registered user name or nickname (registered programs only).
The data that is used to create the hexidecimal keys cannot be recovered from
the keys.
User.3.ini
--------------------------------------------------------------------------------
User.3.ini is found in the DelphiDabbler\CodeSnip sub-folder of your system's
per-user application data folder. Again this varies by OS. On Vista it is
somewhere like C:\Users\[UserName]\AppData\Roaming, where [UserName] is the ID
of the currently logged on user.
The file stores several user-specific application data settings such as your
preferences. The only personal information is as follows:
* Any user name or email address you provided if you ever entered the
information in a dialog box. This is used simply to automatically enter
the data in dialog 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.
* Your user name and password if you configured CodeSnip to access the
internet using a proxy server. The information is used only to access the
proxy. Passwords and encrypted.
If you have upgraded from CodeSnip v2 there may also be a file named User.ini.
This contains pretty much the same information as User.3.ini. The file is
ignored by CodeSnip v3.
Spyware
================================================================================
No spyware or other software that threatens your privacy has been deliberately
or knowingly included with CodeSnip. 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
www.delphidabbler.com/contact.
CodeSnip never tries to "phone home" 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.
CodeSnip Online Activity
================================================================================
Various user-initiated actions cause CodeSnip to go online. They are:
1. Updating the database.
2. Registering the program.
3. Subscribing to the mailing list.
4. Submitting code for inclusion in the main database.
5. Accessing various websites via hyperlinks and menu options.
6. Accessing the internet using a proxy server.
The first four actions are performed directly by CodeSnip, 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.
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.
Updating the Database
--------------------------------------------------------------------------------
This activity is started by displaying the "Update From Web" dialog box and
clicking its "Update from Web" button. CodeSnip then contacts the update web
service and sends the following information:
* Unique program key (see above for details).
* Program version number.
All update activity is logged on the web server and the program key and version
number are recorded in the log. The web service sends updated database files to
CodeSnip along with any current news items. News items may contain web links.
The data is used to provide statistics about database usage and which versions
of the program are in active use.
Registering the Program
--------------------------------------------------------------------------------
This activity is started when the user chooses to register CodeSnip. 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's "Submit" button. The data is:
* The program's id, name and version information.
* The unique program key (see above for details).
* The user name or nickname.
* A description of the operating system being used.
* A flag indicating whether the user wishes to join the CodeSnip mailing
list.
* The user's email address (only required if joining the mailing list).
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. CodeSnip
records this code, with the user name, in Common.ini.
Should the user elect to join the mailing list, the supplied email address and
user name will be stored in a further database. See "Subscribing to the mailing
list" below for details of how mailing list membership is managed.
Subscribing to the mailing list
--------------------------------------------------------------------------------
When you choose to subscribe to the CodeSnip mailing list a dialog box is used
to gather subscription information. By connecting to the internet and clicking a
"Subscribe" button you cause the following information to be sent to the
DelphiDabbler mailing list web service:
* The id of the mailing list being subscribed to.
* Your email address, as entered in the dialog box.
* Your name or nickname (if provided).
The above data will be recorded in a database on the DelphiDabbler web server.
Mailing list membership requires activation by the subscriber in response to an
email sent from the web service. Subscribers can cancel their subscription at
any time. The email address and user name are deleted from the database when the
subscription is cancelled or if it is not activated in a reasonable time.
Supplied email addresses are used only to send relevant mail shots and will not
be knowingly released to third parties.
Submitting code to the main database
--------------------------------------------------------------------------------
This activity is started from the Database | Submit Routines menu option and
data is collected using the resulting wizard. Clicking the Submit button in the
wizard sends the following information to the DelphiDabbler code submission web
service:
* The CodeSnip program version number.
* Your name, email address any comments entered in the wizard.
* All the routines you selected to send.
You can preview the data to be sent (in XML format) from the wizard. The XML
will be stored in a file on the DelphiDabbler server until processed. The data
is also emailed to the database maintainer (currently the author of CodeSnip).
The routines may be edited and published on the Code Snippets online database
and distributed to CodeSnip 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.
Accessing Websites via Links and Menu Options
--------------------------------------------------------------------------------
CodeSnip's Help | On The Web menu option leads to sub menu items that cause
various pages from DelphiDabbler.com to be displayed in the user's default
browser.
In addition, various links in the program's main display, some dialog boxes and
the help file access remote websites. Links from the program will use your
default browser while links from the help file use Internet Explorer. You should
refer to the relevant website's privacy policies to learn how they use any data
you supply when visiting their pages. DelphiDabbler has no control over the
content of linked third party websites and you follow these links at your own
risk.
Accessing the internet using a proxy server
--------------------------------------------------------------------------------
CodeSnip 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. 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.
================================================================================
$Rev$
$Date$
================================================================================
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.