Revert "Add category support for media"
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / page.xml
CommitLineData
16aec1f4 1<?xml version="1.0" encoding="UTF-8"?>
f08ff153 2<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/vortex/page.xsd">
16aec1f4 3 <import>
39abe192 4 <!-- dynamic -->
39abe192 5 <page identifier="com.woltlab.wcf.MembersList">
8c983c5e 6 <pageType>system</pageType>
39abe192 7 <controller>wcf\page\MembersListPage</controller>
18290128
MS
8 <name language="de">Mitglieder</name>
9 <name language="en">Members</name>
afba9daf
MW
10 <permissions>user.profile.canViewMembersList</permissions>
11 <options>module_members_list</options>
ff9e3598
MW
12
13 <content language="en">
14 <title>Members</title>
15 </content>
16 <content language="de">
17 <title>Mitglieder</title>
18 </content>
39abe192
AE
19 </page>
20 <page identifier="com.woltlab.wcf.RecentActivityList">
8c983c5e 21 <pageType>system</pageType>
39abe192 22 <controller>wcf\page\RecentActivityListPage</controller>
18290128
MS
23 <name language="de">Letzte Aktivitäten</name>
24 <name language="en">Recent Activities</name>
39abe192 25 <parent>com.woltlab.wcf.MembersList</parent>
ff9e3598
MW
26
27 <content language="en">
28 <title>Recent Activities</title>
29 </content>
30 <content language="de">
31 <title>Letzte Aktivitäten</title>
32 </content>
39abe192
AE
33 </page>
34 <page identifier="com.woltlab.wcf.UsersOnlineList">
8c983c5e 35 <pageType>system</pageType>
39abe192 36 <controller>wcf\page\UsersOnlineListPage</controller>
18290128
MS
37 <name language="de">Benutzer online</name>
38 <name language="en">Users Online</name>
39abe192 39 <parent>com.woltlab.wcf.MembersList</parent>
afba9daf
MW
40 <permissions>user.profile.canViewUsersOnlineList</permissions>
41 <options>module_users_online</options>
ff9e3598
MW
42
43 <content language="en">
44 <title>Users Online</title>
45 </content>
46 <content language="de">
47 <title>Benutzer online</title>
48 </content>
39abe192
AE
49 </page>
50 <page identifier="com.woltlab.wcf.Team">
8c983c5e 51 <pageType>system</pageType>
39abe192 52 <controller>wcf\page\TeamPage</controller>
18290128
MS
53 <name language="de">Team</name>
54 <name language="en">Team</name>
39abe192 55 <parent>com.woltlab.wcf.MembersList</parent>
afba9daf
MW
56 <permissions>user.profile.canViewMembersList</permissions>
57 <options>module_team_page</options>
ff9e3598
MW
58
59 <content language="en">
60 <title>Team</title>
61 </content>
62 <content language="de">
63 <title>Team</title>
64 </content>
39abe192
AE
65 </page>
66 <page identifier="com.woltlab.wcf.UserSearch">
8c983c5e 67 <pageType>system</pageType>
9d1c4789 68 <controller>wcf\form\UserSearchForm</controller>
18290128
MS
69 <name language="de">Benutzer suchen</name>
70 <name language="en">Search Users</name>
39abe192 71 <parent>com.woltlab.wcf.MembersList</parent>
afba9daf
MW
72 <permissions>user.profile.canViewMembersList</permissions>
73 <options>module_members_list</options>
ff9e3598
MW
74
75 <content language="en">
76 <title>Search Users</title>
77 </content>
78 <content language="de">
79 <title>Benutzer suchen</title>
80 </content>
39abe192
AE
81 </page>
82
cccad2a0 83 <page identifier="com.woltlab.wcf.AccountManagement">
8c983c5e 84 <pageType>system</pageType>
cccad2a0 85 <controller>wcf\form\AccountManagementForm</controller>
18290128
MS
86 <name language="de">Benutzerkonto-Verwaltung</name>
87 <name language="en">Account Management</name>
ff9e3598
MW
88
89 <content language="en">
90 <title>Account Management</title>
91 </content>
92 <content language="de">
93 <title>Benutzerkonto-Verwaltung</title>
94 </content>
cccad2a0
MS
95 </page>
96 <page identifier="com.woltlab.wcf.AvatarEdit">
8c983c5e 97 <pageType>system</pageType>
cccad2a0 98 <controller>wcf\form\AvatarEditForm</controller>
18290128
MS
99 <name language="de">Avatar-Verwaltung</name>
100 <name language="en">Avatar Management</name>
c80a99d3 101 <hasFixedParent>1</hasFixedParent>
11b5e866 102 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
103
104 <content language="en">
105 <title>Avatar Management</title>
106 </content>
107 <content language="de">
108 <title>Avatar-Verwaltung</title>
109 </content>
cccad2a0 110 </page>
cccad2a0 111 <page identifier="com.woltlab.wcf.EmailActivation">
8c983c5e 112 <pageType>system</pageType>
cccad2a0 113 <controller>wcf\form\EmailActivationForm</controller>
18290128
MS
114 <name language="de">Aktivierung neuer E-Mail-Adresse</name>
115 <name language="en">New Email Address Verification</name>
c80a99d3 116 <hasFixedParent>1</hasFixedParent>
11b5e866 117 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
118
119 <content language="en">
120 <title>New Email Address Verification</title>
121 </content>
122 <content language="de">
123 <title>Aktivierung neuer E-Mail-Adresse</title>
124 </content>
cccad2a0
MS
125 </page>
126 <page identifier="com.woltlab.wcf.EmailNewActivationCode">
8c983c5e 127 <pageType>system</pageType>
cccad2a0 128 <controller>wcf\form\EmailNewActivationCodeForm</controller>
18290128
MS
129 <name language="de">E-Mail-Aktivierungscode-Anforderung</name>
130 <name language="en">New Email Activation Code Request</name>
c80a99d3 131 <hasFixedParent>1</hasFixedParent>
11b5e866 132 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
133
134 <content language="en">
135 <title>New Email Activation Code Request</title>
136 </content>
137 <content language="de">
138 <title>E-Mail-Aktivierungscode-Anforderung</title>
139 </content>
cccad2a0
MS
140 </page>
141 <page identifier="com.woltlab.wcf.Login">
8c983c5e 142 <pageType>system</pageType>
cccad2a0 143 <controller>wcf\form\LoginForm</controller>
18290128
MS
144 <name language="de">Anmeldung</name>
145 <name language="en">Login</name>
11b5e866 146 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
147
148 <content language="en">
149 <title>Login</title>
150 </content>
151 <content language="de">
152 <title>Anmeldung</title>
153 </content>
cccad2a0
MS
154 </page>
155 <page identifier="com.woltlab.wcf.LostPassword">
8c983c5e 156 <pageType>system</pageType>
cccad2a0 157 <controller>wcf\form\LostPasswordForm</controller>
18290128
MS
158 <name language="de">Kennwort vergessen</name>
159 <name language="en">Lost Password</name>
11b5e866 160 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
161
162 <content language="en">
163 <title>Lost Password</title>
164 </content>
165 <content language="de">
166 <title>Kennwort vergessen</title>
167 </content>
cccad2a0
MS
168 </page>
169 <page identifier="com.woltlab.wcf.Mail">
8c983c5e 170 <pageType>system</pageType>
cccad2a0 171 <controller>wcf\form\MailForm</controller>
6f77b16c 172 <requireObjectID>1</requireObjectID>
18290128
MS
173 <name language="de">E-Mail-Formular</name>
174 <name language="en">Mail Form</name>
ff9e3598
MW
175
176 <content language="en">
177 <title>Mail Form</title>
178 </content>
179 <content language="de">
180 <title>E-Mail-Formular</title>
181 </content>
cccad2a0
MS
182 </page>
183 <page identifier="com.woltlab.wcf.NewPassword">
8c983c5e 184 <pageType>system</pageType>
cccad2a0 185 <controller>wcf\form\NewPasswordForm</controller>
18290128
MS
186 <name language="de">Neues Kennwort</name>
187 <name language="en">New Password Request</name>
11b5e866 188 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
189
190 <content language="en">
191 <title>New Password Request</title>
192 </content>
193 <content language="de">
194 <title>Neues Kennwort</title>
195 </content>
cccad2a0
MS
196 </page>
197 <page identifier="com.woltlab.wcf.NotificationSettings">
8c983c5e 198 <pageType>system</pageType>
cccad2a0 199 <controller>wcf\form\NotificationSettingsForm</controller>
18290128
MS
200 <name language="de">Benachrichtigungseinstellungen</name>
201 <name language="en">Notification Settings</name>
c80a99d3 202 <hasFixedParent>1</hasFixedParent>
11b5e866 203 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
204
205 <content language="en">
206 <title>Notification Settings</title>
207 </content>
208 <content language="de">
209 <title>Benachrichtigungseinstellungen</title>
210 </content>
cccad2a0 211 </page>
11b5e866 212 <page identifier="com.woltlab.wcf.Register">
8c983c5e 213 <pageType>system</pageType>
11b5e866 214 <controller>wcf\form\RegisterForm</controller>
18290128
MS
215 <name language="de">Registrierung</name>
216 <name language="en">Registration</name>
ff9e3598
MW
217
218 <content language="en">
11b5e866 219 <title>Registration</title>
ff9e3598
MW
220 </content>
221 <content language="de">
11b5e866 222 <title>Registrierung</title>
ff9e3598 223 </content>
cccad2a0 224 </page>
11b5e866 225 <page identifier="com.woltlab.wcf.Disclaimer">
8c983c5e 226 <pageType>system</pageType>
11b5e866 227 <controller>wcf\form\DisclaimerForm</controller>
18290128
MS
228 <name language="de">Disclaimer</name>
229 <name language="en">Disclaimer</name>
11b5e866 230 <parent>com.woltlab.wcf.Register</parent>
ff9e3598
MW
231
232 <content language="en">
11b5e866 233 <title>Disclaimer</title>
ff9e3598
MW
234 </content>
235 <content language="de">
11b5e866
MW
236 <title>Disclaimer</title>
237 </content>
238 </page>
239 <page identifier="com.woltlab.wcf.RegisterActivation">
240 <pageType>system</pageType>
241 <controller>wcf\form\RegisterActivationForm</controller>
18290128
MS
242 <name language="de">Registrierung abschließen</name>
243 <name language="en">Complete Registration</name>
c80a99d3 244 <hasFixedParent>1</hasFixedParent>
11b5e866
MW
245 <parent>com.woltlab.wcf.Register</parent>
246
247 <content language="en">
248 <title>Complete Registration</title>
249 </content>
250 <content language="de">
251 <title>Registrierung abschließen</title>
ff9e3598 252 </content>
cccad2a0
MS
253 </page>
254 <page identifier="com.woltlab.wcf.RegisterNewActivationCode">
8c983c5e 255 <pageType>system</pageType>
cccad2a0 256 <controller>wcf\form\RegisterNewActivationCodeForm</controller>
18290128
MS
257 <name language="de">Aktivierungscode-Anforderung</name>
258 <name language="en">New Activation Code Request</name>
c80a99d3 259 <hasFixedParent>1</hasFixedParent>
11b5e866 260 <parent>com.woltlab.wcf.Register</parent>
ff9e3598
MW
261
262 <content language="en">
263 <title>New Activation Code Request</title>
264 </content>
265 <content language="de">
266 <title>Aktivierungscode-Anforderung</title>
267 </content>
cccad2a0
MS
268 </page>
269 <page identifier="com.woltlab.wcf.Search">
8c983c5e 270 <pageType>system</pageType>
cccad2a0 271 <controller>wcf\form\SearchForm</controller>
18290128
MS
272 <name language="de">Suche</name>
273 <name language="en">Search</name>
ff9e3598
MW
274
275 <content language="en">
276 <title>Search</title>
277 </content>
278 <content language="de">
279 <title>Suche</title>
280 </content>
cccad2a0
MS
281 </page>
282 <page identifier="com.woltlab.wcf.Settings">
8c983c5e 283 <pageType>system</pageType>
cccad2a0 284 <controller>wcf\form\SettingsForm</controller>
18290128
MS
285 <name language="de">Einstellungen</name>
286 <name language="en">Settings</name>
c80a99d3 287 <hasFixedParent>1</hasFixedParent>
11b5e866 288 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
289
290 <content language="en">
291 <title>Settings</title>
292 </content>
293 <content language="de">
294 <title>Einstellungen</title>
295 </content>
cccad2a0
MS
296 </page>
297 <page identifier="com.woltlab.wcf.SignatureEdit">
8c983c5e 298 <pageType>system</pageType>
cccad2a0 299 <controller>wcf\form\SignatureEditForm</controller>
18290128
MS
300 <name language="de">Signatur-Verwaltung</name>
301 <name language="en">Signature Management</name>
cccad2a0 302 <options>module_user_signature</options>
c80a99d3 303 <hasFixedParent>1</hasFixedParent>
11b5e866 304 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
305
306 <content language="en">
30e3eacf 307 <title>Signature Management</title>
ff9e3598
MW
308 </content>
309 <content language="de">
30e3eacf 310 <title>Signatur-Verwaltung</title>
ff9e3598 311 </content>
cccad2a0 312 </page>
cccad2a0 313 <page identifier="com.woltlab.wcf.EditHistory">
8c983c5e 314 <pageType>system</pageType>
cccad2a0 315 <controller>wcf\page\EditHistoryPage</controller>
18290128
MS
316 <name language="de">Versionsgeschichte</name>
317 <name language="en">Edit History</name>
cccad2a0
MS
318 <options>module_edit_history</options>
319 <requireObjectID>1</requireObjectID>
ff9e3598
MW
320
321 <content language="en">
322 <title>Edit History</title>
323 </content>
324 <content language="de">
dbc64c86 325 <title>Versionsgeschichte</title>
ff9e3598 326 </content>
cccad2a0
MS
327 </page>
328 <page identifier="com.woltlab.wcf.Following">
8c983c5e 329 <pageType>system</pageType>
cccad2a0 330 <controller>wcf\page\FollowingPage</controller>
18290128
MS
331 <name language="de">Benutzer, denen Sie folgen</name>
332 <name language="en">Followed Users</name>
c80a99d3 333 <hasFixedParent>1</hasFixedParent>
11b5e866 334 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
335
336 <content language="en">
337 <title>Followed Users</title>
338 </content>
339 <content language="de">
340 <title>Benutzer, denen Sie folgen</title>
341 </content>
cccad2a0
MS
342 </page>
343 <page identifier="com.woltlab.wcf.IgnoredUsers">
8c983c5e 344 <pageType>system</pageType>
cccad2a0 345 <controller>wcf\page\IgnoredUsersPage</controller>
18290128
MS
346 <name language="de">Blockierte Benutzer</name>
347 <name language="en">Blocked Users</name>
c80a99d3 348 <hasFixedParent>1</hasFixedParent>
11b5e866 349 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
350
351 <content language="en">
352 <title>Blocked Users</title>
353 </content>
354 <content language="de">
355 <title>Blockierte Benutzer</title>
356 </content>
cccad2a0
MS
357 </page>
358 <page identifier="com.woltlab.wcf.ModerationList">
8c983c5e 359 <pageType>system</pageType>
cccad2a0 360 <controller>wcf\page\ModerationListPage</controller>
18290128
MS
361 <name language="de">Moderation</name>
362 <name language="en">Moderation</name>
cccad2a0 363 <permissions>mod.general.canUseModeration</permissions>
ff9e3598
MW
364
365 <content language="en">
366 <title>Moderation</title>
367 </content>
368 <content language="de">
369 <title>Moderation</title>
370 </content>
cccad2a0 371 </page>
11b5e866
MW
372 <page identifier="com.woltlab.wcf.DeletedContentList">
373 <pageType>system</pageType>
374 <controller>wcf\page\DeletedContentListPage</controller>
18290128
MS
375 <name language="de">Gelöschte Inhalte</name>
376 <name language="en">Deleted Content</name>
11b5e866 377 <permissions>mod.general.canUseModeration</permissions>
c80a99d3 378 <hasFixedParent>1</hasFixedParent>
11b5e866
MW
379 <parent>com.woltlab.wcf.ModerationList</parent>
380
381 <content language="en">
382 <title>Deleted Content</title>
383 </content>
384 <content language="de">
385 <title>Gelöschte Inhalte</title>
386 </content>
387 </page>
cccad2a0 388 <page identifier="com.woltlab.wcf.ModerationActivation">
8c983c5e 389 <pageType>system</pageType>
cccad2a0 390 <controller>wcf\form\ModerationActivationForm</controller>
18290128
MS
391 <name language="de">Inhaltsfreischaltung</name>
392 <name language="en">Content Approval</name>
cccad2a0
MS
393 <parent>com.woltlab.wcf.ModerationList</parent>
394 <permissions>mod.general.canUseModeration</permissions>
c80a99d3 395 <hasFixedParent>1</hasFixedParent>
cccad2a0 396 <requireObjectID>1</requireObjectID>
ff9e3598
MW
397
398 <content language="en">
399 <title>Content Approval</title>
400 </content>
401 <content language="de">
402 <title>Inhaltsfreischaltung</title>
403 </content>
cccad2a0
MS
404 </page>
405 <page identifier="com.woltlab.wcf.ModerationReport">
8c983c5e 406 <pageType>system</pageType>
cccad2a0 407 <controller>wcf\form\ModerationReportForm</controller>
18290128
MS
408 <name language="de">Inhaltsmeldung</name>
409 <name language="en">Content Report</name>
cccad2a0 410 <parent>com.woltlab.wcf.ModerationList</parent>
c80a99d3 411 <hasFixedParent>1</hasFixedParent>
cccad2a0
MS
412 <permissions>mod.general.canUseModeration</permissions>
413 <requireObjectID>1</requireObjectID>
ff9e3598
MW
414
415 <content language="en">
416 <title>Content Report</title>
417 </content>
418 <content language="de">
419 <title>Inhaltsmeldung</title>
420 </content>
cccad2a0
MS
421 </page>
422 <page identifier="com.woltlab.wcf.NotificationList">
8c983c5e 423 <pageType>system</pageType>
cccad2a0 424 <controller>wcf\page\NotificationListPage</controller>
18290128
MS
425 <name language="de">Benachrichtigungen</name>
426 <name language="en">Notifications</name>
c80a99d3 427 <hasFixedParent>1</hasFixedParent>
11b5e866 428 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
429
430 <content language="en">
431 <title>Notifications</title>
432 </content>
433 <content language="de">
434 <title>Benachrichtigungen</title>
435 </content>
cccad2a0
MS
436 </page>
437 <page identifier="com.woltlab.wcf.PaidSubscriptionList">
8c983c5e 438 <pageType>system</pageType>
cccad2a0 439 <controller>wcf\page\PaidSubscriptionListPage</controller>
18290128
MS
440 <name language="de">Bezahlte Mitgliedschaften</name>
441 <name language="en">Paid Subscriptions</name>
cccad2a0 442 <options>module_paid_subscription</options>
c80a99d3 443 <hasFixedParent>1</hasFixedParent>
11b5e866 444 <parent>com.woltlab.wcf.AccountManagement</parent>
ff9e3598
MW
445
446 <content language="en">
447 <title>Paid Subscriptions</title>
448 </content>
449 <content language="de">
450 <title>Bezahlte Mitgliedschaften</title>
451 </content>
cccad2a0
MS
452 </page>
453 <page identifier="com.woltlab.wcf.SearchResult">
8c983c5e 454 <pageType>system</pageType>
cccad2a0 455 <controller>wcf\page\SearchResultPage</controller>
18290128
MS
456 <name language="de">Suchergebnisse</name>
457 <name language="en">Search Results</name>
cccad2a0 458 <parent>com.woltlab.wcf.Search</parent>
c80a99d3 459 <hasFixedParent>1</hasFixedParent>
cccad2a0 460 <requireObjectID>1</requireObjectID>
ff9e3598
MW
461
462 <content language="en">
463 <title>Search Results</title>
464 </content>
465 <content language="de">
466 <title>Suchergebnisse</title>
467 </content>
cccad2a0
MS
468 </page>
469 <page identifier="com.woltlab.wcf.Tagged">
8c983c5e 470 <pageType>system</pageType>
cccad2a0 471 <controller>wcf\page\TaggedPage</controller>
18290128
MS
472 <name language="de">Inhalte mit bestimmtem Tag</name>
473 <name language="en">Content With Particular Tag</name>
cccad2a0
MS
474 <permissions>user.tag.canViewTag</permissions>
475 <requireObjectID>1</requireObjectID>
ff9e3598
MW
476
477 <content language="en">
478 <title>Content With Particular Tag</title>
479 </content>
480 <content language="de">
481 <title>Inhalte mit bestimmtem Tag</title>
482 </content>
cccad2a0
MS
483 </page>
484 <page identifier="com.woltlab.wcf.User">
8c983c5e 485 <pageType>system</pageType>
cccad2a0
MS
486 <controller>wcf\page\UserPage</controller>
487 <handler>wcf\system\page\handler\UserPageHandler</handler>
18290128
MS
488 <name language="de">Benutzerprofil</name>
489 <name language="en">User Profile</name>
cccad2a0
MS
490 <parent>com.woltlab.wcf.MembersList</parent>
491 <requireObjectID>1</requireObjectID>
492 </page>
a5a4f02d
MW
493 <page identifier="com.woltlab.wcf.ArticleList">
494 <pageType>system</pageType>
495 <controller>wcf\page\ArticleListPage</controller>
18290128
MS
496 <name language="de">Artikel-Liste</name>
497 <name language="en">Article List</name>
a5a4f02d
MW
498 <options>module_article</options>
499
500 <content language="en">
501 <title>Articles</title>
502 </content>
503 <content language="de">
504 <title>Artikel</title>
505 </content>
506 </page>
507 <page identifier="com.woltlab.wcf.CategoryArticleList">
508 <pageType>system</pageType>
509 <controller>wcf\page\CategoryArticleListPage</controller>
510 <handler>wcf\system\page\handler\CategoryArticleListPageHandler</handler>
18290128
MS
511 <name language="de">Liste von Artikeln aus bestimmter Kategorie</name>
512 <name language="en">List of Articles in Certain Category</name>
a5a4f02d
MW
513 <options>module_article</options>
514 <parent>com.woltlab.wcf.ArticleList</parent>
515 <requireObjectID>1</requireObjectID>
516 </page>
517 <page identifier="com.woltlab.wcf.Article">
518 <pageType>system</pageType>
519 <controller>wcf\page\ArticlePage</controller>
520 <handler>wcf\system\page\handler\ArticlePageHandler</handler>
18290128
MS
521 <name language="de">Artikel</name>
522 <name language="en">Article</name>
a5a4f02d
MW
523 <options>module_article</options>
524 <parent>com.woltlab.wcf.CategoryArticleList</parent>
c80a99d3 525 <hasFixedParent>1</hasFixedParent>
a5a4f02d
MW
526 <requireObjectID>1</requireObjectID>
527 </page>
cccad2a0 528
39abe192 529 <!-- static -->
413fd5a3
MW
530 <page identifier="com.woltlab.wcf.Dashboard">
531 <pageType>text</pageType>
18290128
MS
532 <name language="de">Dashboard</name>
533 <name language="en">Dashboard</name>
413fd5a3
MW
534
535 <content>
536 <title>Dashboard</title>
18290128 537 <content></content>
413fd5a3
MW
538 <customURL>dashboard</customURL>
539 </content>
540 </page>
541
16aec1f4 542 <page identifier="com.woltlab.wcf.CookiePolicy">
8c983c5e 543 <pageType>text</pageType>
16aec1f4
MW
544 <name language="en">Cookie Policy</name>
545 <name language="de">Cookie-Richtlinie</name>
546
547 <content language="en">
548 <title>Cookie Policy</title>
549 <content><![CDATA[<p>This website uses cookies required to operate and use this site. Below you will find an explanation on our cookie usage.</p>
550
551<h2>What are cookies</h2>
552<p>Cookies are small text files which a website may put on your computer or mobile device when you first visit a site or page. The cookie will help the website, or another website, to recognise your device the next time you visit. There are many functions cookies serve, for example they can help us to remember your username and preferences.</p>
553
554<h2>What do we use cookies for</h2>
555<p>We’re using cookies for the following purposes:</p>
556<ul>
557<li>Login: Once you login to our website, a cookie is set containing your encrypted credentials, required to recognize you between page visits. You can disable this cookie by unchecking “Remember me” in the login form.</li>
558<li>Session: Upon first visit of our website, the system will create a new unique session for you which will be saved using a cookie on your computer. Sessions are required to recognize users between page accesses. It is a temporary cookie which will be deleted once you close your internet browser.</li>
559<li>Third-Party Services: Displayed ads or sharing content through social networks or comparable actions might cause a cookie created by them.</li>
560</ul>
561
562<h2>How to disable or delete cookies</h2>
563<p>Your internet browser offers specialized options to manage and remove cookies. They offer settings to reject many or all cookies. Please refer to the instructions for your internet browser from the list below.</p>
564<ul>
565<li><a href="https://support.google.com/chrome/answer/95647?hl=en" class="externalURL" rel="nofollow">Google Chrome</a></li>
566<li><a href="https://support.mozilla.org/en-US/kb/cookies-information-websites-store-on-your-computer" class="externalURL" rel="nofollow">Mozilla Firefox</a></li>
567<li><a href="http://help.opera.com/Windows/12.00/en/cookies.html" class="externalURL" rel="nofollow">Opera</a></li>
568<li><a href="https://support.apple.com/kb/ph17191?locale=en_US" class="externalURL" rel="nofollow">Safari</a></li>
569<li><a href="http://windows.microsoft.com/en-US/internet-explorer/delete-manage-cookies" class="externalURL" rel="nofollow">Windows Internet Explorer</a></li>
570</ul>]]></content>
86dbae33 571 <customURL>cookie-policy</customURL>
16aec1f4
MW
572 </content>
573
574 <content language="de">
575 <title>Einsatz von Cookies</title>
576 <content><![CDATA[<p>Wie viele Internetseiten nutzt auch diese Seite Cookies. An dieser Stelle wird erklärt was Cookies sind und wie sie genutzt werden.</p>
577
578<h2>Was sind Cookies</h2>
579<p>Cookies sind kleine Dateien, die beim Aufruf von Internetseiten durch den Internet Browser auf Ihrem lokalen Rechner gespeichert werden. In den Dateien speichern Internetseiten verschiedene Informationen, um die Nutzung von besuchten Internetseiten für Sie komfortabler zu gestalten. Oftmals wird in Cookies z.B. Ihr Login gespeichert, um Sie bei einem späteren Besuch der Internetseite automatisch anzumelden, ohne dass Sie Ihre Zugangsdaten noch einmal manuell eingeben müssen.</p>
580
581<h2>Wie wir Cookies nutzen</h2>
582<p>Wir setzen Cookies für folgende Zwecke ein:</p>
583<ul>
584<li>Anmeldung: Bei der Anmeldung werden Ihre Zugangsdaten in verschlüsselter Form als Cookies gespeichert, um Sie bei einem späteren Seitenaufruf automatisiert anzumelden. Im Anmeldefenster können Sie mit der Option „Dauerhaft angemeldet bleiben“ festlegen, ob diese Cookies angelegt werden sollen.</li>
462c08f1 585<li>Sitzung: Beim ersten Aufruf unserer Seite wird eine neue Sitzung gestartet, diese wird durch ein eindeutiges Cookie Ihrem Computer zugeordnet. Sitzungen erlauben es, Sie zwischen zwei Seitenaufrufen wieder zu erkennen und Ihnen alle Funktionalitäten bereitstellen zu können. Es handelt sich um ein temporäres Cookies, das beim Beenden des Internet Browsers automatisch gelöscht wird.</li>
16aec1f4
MW
586<li>Drittanbieter-Dienste: Die Einblendung von Werbeanzeigen oder das Teilen von Inhalten auf sozialen Netzwerken oder vergleichbaren Internetseiten kann die Erzeugung eines Cookies zur Folge haben. Diese Cookies werden nicht direkt von unserer Seite erzeugt, sondern durch den Drittanbieter selbst.</li>
587</ul>
588
589<h2>Wie Sie Cookies deaktivieren und entfernen</h2>
590<p>Cookies können in den Einstellungen Ihres Internet Browsers verwaltet und entfernt werden. Darüber hinaus lässt sich in den Einstellungen das Speichern von Cookies zudem vollständig deaktivieren. Bitte entnehmen Sie der folgenden Auflistung die passende Anleitung für den Umgang mit Cookies zu dem von Ihnen genutzten Internet Browser.</p>
591<ul>
592<li><a href="https://support.google.com/chrome/answer/95647?hl=de" class="externalURL" rel="nofollow">Google Chrome</a></li>
593<li><a href="https://support.mozilla.org/de/kb/cookies-informationen-websites-auf-ihrem-computer" class="externalURL" rel="nofollow">Mozilla Firefox</a></li>
594<li><a href="http://help.opera.com/Windows/12.00/de/cookies.html" class="externalURL" rel="nofollow">Opera</a></li>
595<li><a href="https://support.apple.com/kb/ph17191?locale=de_DE" class="externalURL" rel="nofollow">Safari</a></li>
596<li><a href="http://windows.microsoft.com/de-DE/internet-explorer/delete-manage-cookies" class="externalURL" rel="nofollow">Windows Internet Explorer</a></li>
597</ul>]]></content>
86dbae33 598 <customURL>cookie-richtlinie</customURL>
16aec1f4
MW
599 </content>
600 </page>
601
602 <page identifier="com.woltlab.wcf.PrivacyPolicy">
8c983c5e 603 <pageType>text</pageType>
16aec1f4
MW
604 <name language="en">Privacy Policy</name>
605 <name language="de">Datenschutzerklärung</name>
606
607 <content language="en">
608 <title>Privacy Policy</title>
609 <content><![CDATA[<p>We, the Operators of this Website, provide it as a public service to our users.</p>
610
709cbc33
AE
611<p><br></p>
612
16aec1f4
MW
613<p>Your privacy is important to the us. Our goal is to provide you with a personalized online experience that provides you with the information, resources, and services that are most relevant and helpful to you. This Privacy Policy has been written to describe the conditions under which this web site is being made available to you. The Privacy Policy discusses, among other things, how data obtained during your visit to this web site may be collected and used. We strongly recommend that you read the Privacy Policy carefully. By using this web site, you agree to be bound by the terms of this Privacy Policy. If you do not accept the terms of the Privacy Policy, you are directed to discontinue accessing or otherwise using the web site or any materials obtained from it. If you are dissatisfied with the web site, by all means contact us; otherwise, your only recourse is to disconnect from this site and refrain from visiting the site in the future.</p>
614
709cbc33
AE
615<p><br></p>
616
16aec1f4
MW
617<p>The process of maintaining a web site is an evolving one, and the Operators may decide at some point in the future, without advance notice, to modify the terms of this Privacy Policy. Your use of the web site, or materials obtained from the web site, indicates your assent to the Privacy Policy at the time of such use. The effective Privacy Policy will be posted on the web site, and you should check upon every visit for any changes.</p>
618
619<h2>Sites Covered by this Privacy Policy</h2>
620
621<p>This Privacy Policy applies to all the Operators-maintained web sites, domains, information portals, and registries.</p>
622
623<h2>Children’s Privacy</h2>
624
625<p>The Operators are committed to protecting the privacy needs of children, and we encourage parents and guardians to take an active role in their children’s online activities and interests. The Operators do not intentionally collect information from minors, and the Operators do not target its web site to children.</p>
626
627<h2>Links to Non-Operators Web Sites</h2>
628
629<p>The Operators’s web sites may provide links to third-party web sites for the convenience of our users. If you access those links, you will leave the Operators’s web site. the Operators do not control these third-party websites and cannot represent that their policies and practices will be consistent with this Privacy Policy. For example, other web sites may collect or use personal information about you in a manner different from that described in this document. Therefore, you should use other web sites with caution, and you do so at your own risk. We encourage you to review the privacy policy of any web site before submitting personal information.</p>
630
631<h2>Types of Information We Collect</h2>
632
633<h3>Non-Personal Information</h3>
634
635<p>Non-personal information is data about usage and service operation that is not directly associated with a specific personal identity. The Operators may collect and analyze non-personal information to evaluate how visitors use the Operators’s web sites.</p>
636
637<h3>Aggregate Information</h3>
638
639<p>The Operators may gather aggregate information, which refers to information your computer automatically provides to us and that cannot be tied back to you as a specific individual. Examples include referral data (the web sites you visited just before and just after our site), the pages viewed, time spent at our Web site, and Internet Protocol (IP) addresses. An IP address is a number that is automatically assigned to your computer whenever you access the Internet. For example, when you request a page from one of our sites, our servers log your IP address to create aggregate reports on user demographics and traffic patterns and for purposes of system administration.</p>
640
641<h3>Log Files</h3>
642
643<p>Every time you request or download a file from the web site, the Operators may store data about these events and your IP address in a log file. The Operators may use this information to analyze trends, administer the web site, track users’ movements, and gather broad demographic information for aggregate use or for other business purposes.</p>
644
645<h3>Cookies</h3>
646
647<p>Our site may use a feature of your browser to set a “cookie” on your computer. Cookies are small packets of information that a web site’s computer stores on your computer. The Operators’s web sites can then read the cookies whenever you visit our site. We may use cookies in a number of ways, such as to save your password so you don’t have to re-enter it each time you visit our site, to deliver content specific to your interests and to track the pages you’ve visited. These cookies allow us to use the information we collect to customize your experience so that your visit to our site is as relevant and as valuable to you as possible.</p>
648
649<p>Most browser software can be set up to deal with cookies. You may modify your browser preference to provide you with choices relating to cookies. You have the choice to accept all cookies, to be notified when a cookie is set or to reject all cookies. If you choose to reject cookies, certain of the functions and conveniences of our web site may not work properly, and you may be unable to use those of the Operators’s services that require registration in order to participate, or you will have to re-register each time you visit our site. Most browsers offer instructions on how to reset the browser to reject cookies in the “Help” section of the toolbar. We do not link non-personal information from cookies to personally identifiable information without your permission.</p>
650
651<h3>Personal Information</h3>
652
653<p>Personal information is information that is associated with your name or personal identity. The Operators use personal information to better understand your needs and interests and to provide you with better service. On some of the Operators web pages, you may be able to request information, subscribe to mailing lists, participate in online discussions, collaborate on documents, provide feedback, submit information into registries, register for events, apply for membership, or join technical committees or working groups. The types of personal information you provide to us on these pages may include name, address, phone number, e-mail address, user IDs, passwords, billing information, or credit card information.</p>
654
655<h3>Members-Only Web Sites</h3>
656
657<p>Information you provide on Operators’s membership applications is used to create a member profile, and some information may be shared with other of the Operators’s individual member representatives and organizations. Member contact information may be provided to other members on a secure web site to encourage and facilitate collaboration, research, and the free exchange of information among the Operators’s members, but we expressly prohibit members from using member contact information to send unsolicited commercial correspondence. The Operators’s members may be automatically added to the Operators’s mailing lists. From time to time, member information may be shared with event organizers and/or other organizations that provide additional benefits to the Operators’s members. By providing us with your personal information on the membership application, you expressly consent to our storing, processing, and distributing your information for these purposes.</p>
658
659<h2>How We Use Your Information</h2>
660
661<p>The Operators may use non-personal data that is aggregated for reporting about the Operators’s web site usability, performance, and effectiveness. It may be used to improve the experience, usability, and content of the site.</p>
662
709cbc33
AE
663<p><br></p>
664
16aec1f4
MW
665<p>The Operators may use personal information to provide services that support the activities of the Operators’s members and their collaboration on the Operators’s standards and projects. When accessing the Operators’s members-only web pages, your personal user information may be tracked by the Operators in order to support collaboration, ensure authorized access, and enable communication between members.</p>
666
709cbc33
AE
667<p><br></p>
668
16aec1f4
MW
669<p>Credit card information may be collected to facilitate membership applications; or if you purchase a product or service from our website, such information will not be kept longer than necessary for providing the services requested. Credit card numbers are used only for processing payment and are not used for other purposes. Payment processing services may be provided by a third-party payment service, and a management company external to the Operators may provide support for the financial activities of the Operators. the Operators may share your personal information with its partners to facilitate these transactions.</p>
670
671<h2>Information Sharing</h2>
672
673<p>The Operators does not sell, rent, or lease any individual’s personal information or lists of email addresses to anyone for marketing purposes, and we take commercially reasonable steps to maintain the security of this information. However, the Operators reserve the right to supply any such information to any organization into which the Operators may merge in the future or to which it may make any transfer in order to enable a third party to continue part or all of its mission. We also reserve the right to release personal information to protect our systems or business, when we reasonably believe you to be in violation of our Terms of Use or if we reasonably believe you to have initiated or participated in any illegal activity. In addition, please be aware that in certain circumstances, the Operators may be obligated to release your personal information pursuant to judicial or other government subpoenas, warrants, or other orders.</p>
674
709cbc33
AE
675<p><br></p>
676
16aec1f4
MW
677<p>In keeping with our open process, the Operators may maintain publicly accessible archives for the majority of our activities. For example, posting an email to any of the Operators’s-hosted public mail lists or discussion forums, subscribing to one of our newsletters or registering for one of our public meetings may result in your email address becoming part of the publicly accessible archives.</p>
678
709cbc33
AE
679<p><br></p>
680
16aec1f4
MW
681<p>On some sites, anonymous users are allowed to post content and/or participate in forum discussions. In such a case, since no user name can be associated with such a user, the IP address number of a user is used as an identifier. When posting content or messages to a Operators site anonymously, your IP address may be revealed to the public.</p>
682
709cbc33
AE
683<p><br></p>
684
16aec1f4
MW
685<p>If you are a registered member of an Operators's website or email list, you should be aware that some items of your personal information may be visible to other members and to the public. The Operators’s member databases may retain information about your name, e-mail address, company affiliation (if an organizational member), and such other personal address and identifying data as you choose to supply. That data may be visible to other of the Operators’s members and to the public. Your name, e-mail address, and other information you may supply also may be associated in the Operators’s publicly accessible records with the Operators’s various committees, working groups, and similar activities that you join, in various places, including: (i) the permanently-posted attendance and membership records of those activities; (ii) documents generated by the activity, which may be permanently archived; and, (iii) along with message content, in the permanent archives of the Operators’s e-mail lists, which also may be public.</p>
686
709cbc33
AE
687<p><br></p>
688
16aec1f4
MW
689<p>Please remember that any information (including personal information) that you disclose in public areas of our web site, such as forums, message boards, and news groups, becomes public information that others may collect, circulate, and use. Because we cannot and do not control the acts of others, you should exercise caution when deciding to disclose information about yourself or others in public forums such as these.</p>
690
709cbc33
AE
691<p><br></p>
692
16aec1f4
MW
693<p>Given the international scope of the Operators websites, personal information may be visible to persons outside your country of residence, including to persons in countries that your own country’s privacy laws and regulations deem deficient in ensuring an adequate level of protection for such information. If you are unsure whether this Privacy Policy is in conflict with applicable local rules, you should not submit your information. If you are located within the European Union, you should note that your information will be transferred to the United States, which is deemed by the European Union to have inadequate data protection. Nevertheless, in accordance with local laws implementing European Union Directive 95/46/EC of 24 October 1995 (“EU Privacy Directive”) on the protection of individuals with regard to the processing of personal data and on the free movement of such data, individuals located in countries outside of the United States of America who submit personal information do thereby consent to the general use of such information as provided in this Privacy Policy and to its transfer to and/or storage in the United States of America.</p>
694
709cbc33
AE
695<p><br></p>
696
16aec1f4
MW
697<p>If you do not want your personal information collected and used by the Operators, please do not visit the Operators’s web site or apply for membership of any of the Operators' websites or email lists.</p>
698
699<h2>Access to and Accuracy of Member Information</h2>
700
701<p>The Operators are committed to keeping the personal information of our members accurate. All the information you have submitted to us can be verified and changed. In order to do this, please email us a request. We may provide members with online access to their own personal profiles, enabling them to update or delete information at any time. To protect our members’ privacy and security, we also may take reasonable steps to verify identity, such as a user ID and password, before granting access to modify personal profile data. Certain areas of the Operators’s web sites may limit access to specific individuals through the use of passwords or other personal identifiers; a password prompt is your indication that a members-only resource is being accessed.</p>
702
703<h2>Security</h2>
704
705<p>The Operators make every effort to protect personal information by users of the web site, including using firewalls and other security measures on its servers. No server, however, is 100% secure, and you should take this into account when submitting personal or confidential information about yourself on any web site, including this one. Much of the personal information is used in conjunction with member services such as collaboration and discussion, so some types of personal information such as your name, company affiliation, and email address will be visible to other the Operators’s members and to the public. The Operators assume no liability for the interception, alteration, or misuse of the information you provide. You alone are responsible for maintaining the secrecy of your personal information. Please use care when use access this web site and provide personal information.</p>
706
707<h2>Opting Out</h2>
708
709<p>From time to time the Operators may email you electronic newsletters, announcements, surveys or other information. If you prefer not to receive any or all of these communications, you may opt out by following the directions provided within the electronic newsletters and announcements.</p>
710
711<p>If you have questions regarding this privacy policy, please contact us.</p>
712
709cbc33
AE
713<p><br></p>
714
16aec1f4 715<p><small><em>Source: <a rel="nofollow" href="http://forum-template.wikidot.com/legal:privacy-policy" target="_blank">forum-template.wikidot.com</a></em></small></p>]]></content>
86dbae33 716 <customURL>privacy-policy</customURL>
16aec1f4
MW
717 </content>
718
719 <content language="de">
720 <title>Datenschutzerklärung</title>
721 <content><![CDATA[<h2>Datenschutz</h2>
722 <p>Die Nutzung unserer Website ist in der Regel ohne Angabe personenbezogener Daten möglich. Soweit auf unseren Seiten personenbezogene Daten (beispielsweise Name,
913ef356 723 Anschrift oder E-Mail-Adressen) erhoben werden, erfolgt dies, soweit möglich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre ausdrückliche Zustimmung nicht an Dritte weitergegeben.
16aec1f4 724 </p>
709cbc33 725 <p><br></p>
16aec1f4
MW
726 <p>Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B.
727 bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann.
728 Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht
729 möglich. </p>
709cbc33 730 <p><br></p>
16aec1f4
MW
731 <p>Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten
732 durch Dritte zur Übersendung von nicht ausdrücklich angeforderter
733 Werbung und Informationsmaterialien wird hiermit ausdrücklich widersprochen.
734 Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte
735 im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails,
736 vor.</p>
737<h2>Datenschutzerklärung für die Nutzung von Facebook-Plugins
738 (Like-Button)</h2>
739 <p>Auf unseren Seiten sind Plugins des sozialen Netzwerks Facebook
740 (Facebook Inc., 1601 Willow Road, Menlo Park, California, 94025, USA) integriert.
741 Die Facebook-Plugins erkennen Sie an dem Facebook-Logo oder
742 dem "Like-Button" ("Gefällt mir") auf unserer Seite. Eine Übersicht
743 über die Facebook-Plugins finden Sie hier:
744 <a href="http://developers.facebook.com/docs/plugins/"
745 target="_blank">http://developers.facebook.com/docs/plugins/</a>.<br />
746 Wenn Sie unsere Seiten
747 besuchen, wird über das Plugin eine direkte Verbindung zwischen Ihrem
748 Browser und dem Facebook-Server hergestellt. Facebook erhält dadurch
749 die Information, dass Sie mit Ihrer IP-Adresse unsere Seite
750 besucht haben. Wenn Sie den Facebook "Like-Button" anklicken während
751 Sie in Ihrem Facebook-Account eingeloggt sind, können Sie die Inhalte
752 unserer Seiten auf Ihrem Facebook-Profil verlinken. Dadurch kann
753 Facebook den Besuch unserer Seiten Ihrem Benutzerkonto zuordnen. Wir
754 weisen darauf hin, dass wir als Anbieter der Seiten keine Kenntnis vom
755 Inhalt der übermittelten Daten sowie deren Nutzung durch Facebook
756 erhalten. Weitere Informationen hierzu finden Sie in der
757 Datenschutzerklärung von facebook unter
758 <a href="http://de-de.facebook.com/policy.php" target="_blank">
759 http://de-de.facebook.com/policy.php</a></p>
709cbc33 760 <p><br></p>
16aec1f4
MW
761 <p>Wenn Sie nicht wünschen, dass Facebook den Besuch unserer Seiten Ihrem
762 Facebook-Nutzerkonto zuordnen kann, loggen Sie sich bitte aus Ihrem
763 Facebook-Benutzerkonto aus.</p>
764<h2>Datenschutzerklärung für die Nutzung von Google +1</h2>
765 <p><i>Erfassung und Weitergabe von Informationen:</i><br />
766 Mithilfe der Google +1-Schaltfläche können Sie Informationen weltweit
767 veröffentlichen. Über die Google +1-Schaltfläche erhalten Sie und andere
768 Nutzer personalisierte Inhalte von Google und unseren Partnern. Google
769 speichert sowohl die Information, dass Sie für einen Inhalt +1 gegeben
770 haben, als auch Informationen über die Seite, die Sie beim Klicken auf
771 +1 angesehen haben. Ihre +1 können als Hinweise zusammen mit Ihrem
772 Profilnamen und Ihrem Foto in Google-Diensten, wie etwa in
773 Suchergebnissen oder in Ihrem Google-Profil, oder an anderen Stellen auf
774 Websites und Anzeigen im Internet eingeblendet werden.<br />
775 Google zeichnet Informationen über Ihre +1-Aktivitäten auf, um die
776 Google-Dienste für Sie und andere zu verbessern. Um die Google +1-Schaltfläche
777 verwenden zu können, benötigen Sie ein weltweit
778 sichtbares, öffentliches Google-Profil, das zumindest den für das
779 Profil gewählten Namen enthalten muss. Dieser Name wird in allen
780 Google-Diensten verwendet. In manchen Fällen kann dieser Name auch
781 einen anderen Namen ersetzen, den Sie beim Teilen von Inhalten über
782 Ihr Google-Konto verwendet haben. Die Identität Ihres Google-Profils
783 kann Nutzern angezeigt werden, die Ihre E-Mail-Adresse kennen oder
784 über andere identifizierende Informationen von Ihnen verfügen.<br />
785 <br />
786 <i>Verwendung der erfassten Informationen:</i><br />
787 Neben den oben erläuterten Verwendungszwecken werden die von Ihnen
788 bereitgestellten Informationen gemäß den geltenden
789 Google-Datenschutzbestimmungen genutzt. Google veröffentlicht
790 möglicherweise zusammengefasste Statistiken über die +1-Aktivitäten
791 der Nutzer bzw. gibt diese an Nutzer und Partner weiter, wie etwa
792 Publisher, Inserenten oder verbundene Websites. </p>
793<h2>Datenschutzerklärung für die Nutzung von Twitter</h2>
794 <p>Auf unseren Seiten sind Funktionen des Dienstes Twitter eingebunden.
795 Diese Funktionen werden angeboten durch die Twitter Inc., Twitter, Inc.
796 1355 Market St, Suite 900, San Francisco, CA 94103, USA. Durch das Benutzen
797 von Twitter und der Funktion "Re-Tweet" werden die von Ihnen
798 besuchten Websites mit Ihrem Twitter-Account verknüpft und anderen
799 Nutzern bekannt gegeben. Dabei werden auch Daten an Twitter übertragen.</p>
709cbc33 800 <p><br></p>
16aec1f4
MW
801 <p>Wir weisen darauf hin, dass wir als Anbieter der Seiten keine
802 Kenntnis vom Inhalt der übermittelten Daten sowie deren Nutzung durch
803 Twitter erhalten. Weitere Informationen hierzu finden Sie in der
804 Datenschutzerklärung von Twitter unter
805 <a href="http://twitter.com/privacy" target="_blank">http://twitter.com/privacy</a>.</p>
709cbc33 806 <p><br></p>
16aec1f4
MW
807 <p>Ihre Datenschutzeinstellungen bei Twitter können Sie in den
808 Konto-Einstellungen unter
809 <a href="http://twitter.com/account/settings" target="_blank">http://twitter.com/account/settings</a> ändern.</p>
810
811<p><small><em>Quellenangaben: <a rel="nofollow" href="http://www.e-recht24.de/muster-datenschutzerklaerung.html" target="_blank">eRecht24</a>, <a rel="nofollow" href="http://www.e-recht24.de/artikel/datenschutz/6590-facebook-like-button-datenschutz-disclaimer.html" target="_blank">Facebook-Disclaimer von eRecht24</a>, <a rel="nofollow" href="http://www.google.com/intl/de/+/policy/+1button.html" target="_blank">Google +1 Bedingungen</a>, <a rel="nofollow" href="http://twitter.com/privacy" target="_blank">Datenschutzerklärung Twitter</a></em></small></p>]]></content>
86dbae33 812 <customURL>datenschutzerklaerung</customURL>
16aec1f4
MW
813 </content>
814 </page>
815 </import>
816</data>