aboutsummaryrefslogtreecommitdiff
path: root/config.xml
blob: 588c2bd61da224fc76f25ab616240aa50d441d16 (plain) (blame)
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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
<config>
	<top_menu>
		<help_page_link>
			<en>
				<mod>
					<type>TopLink</type>
					<text>Help</text>
					<href><![CDATA[/help/page/en/Help]]></href>
				</mod>
			</en>
			<it>
				<mod>
					<type>TopLink</type>
					<text>Aiuto</text>
					<href><![CDATA[/help/page/it/Help]]></href>
				</mod>
			</it>
			<es>
				<mod>
					<type>TopLink</type>
					<text>Ayuda</text>
					<href><![CDATA[/help/page/es/Help]]></href>
				</mod>
			</es>
			<fr>
				<mod>
					<type>TopLink</type>
					<text>Télécharger</text>
					<href><![CDATA[/help/page/fr/Help]]></href>
				</mod>
			</fr>
			<gr>
				<mod>
					<type>TopLink</type>
					<text>Βοήθεια</text>
					<href><![CDATA[/help/page/gr/Help]]></href>
				</mod>
			</gr>
		</help_page_link>
		<faq_link>
			<en>
				<mod>
					<type>TopLink</type>
					<text>FAQ</text>
					<href><![CDATA[/faq/page/en/FAQ]]></href>
				</mod>
			</en>
			<it>
				<mod>
					<type>TopLink</type>
					<text>FAQ</text>
					<href><![CDATA[/faq/page/it/FAQ]]></href>
				</mod>
			</it>
			<es>
				<mod>
					<type>TopLink</type>
					<text>FAQ</text>
					<href><![CDATA[/faq/page/es/FAQ]]></href>
				</mod>
			</es>
			<fr>
				<mod>
					<type>TopLink</type>
					<text>FAQ</text>
					<href><![CDATA[/faq/page/fr/FAQ]]></href>
				</mod>
			</fr>
			<gr>
				<mod>
					<type>TopLink</type>
					<text>FAQ</text>
					<href><![CDATA[/faq/page/gr/FAQ]]></href>
				</mod>
			</gr>
		</faq_link>
	</top_menu>
	<top_news>
		<en>
			<mod>
				<type>raw</type>
				<text><![CDATA[

				<div style="padding:0.5em;background:#FFA07A;margin:0.5em;border-top:1px solid #FF4500;border-bottom:1px solid #FF4500;color:#DC143C;font-size:16px;">If you insert a new printer to h-node, please try to verify if the printer tracks users (see <a href="https://www.eff.org/issues/printers">here</a>) and fill the entry named "<i>does it adopt any techniques to track users?</i>"
				</div>

				]]></text>
			</mod>
		</en>
		<it>
			<mod>
				<type>raw</type>
				<text><![CDATA[

				<div style="padding:0.5em;background:#FFA07A;margin:0.5em;border-top:1px solid #FF4500;border-bottom:1px solid #FF4500;color:#DC143C;font-size:16px;">Se inserite una nuova stampante nel database di h-node per favore provate a controllare se traccia gli utenti (leggete <a href="https://www.eff.org/issues/printers">qui</a>) e riempite il campo denominato "<i>adotta qualche tecnica per tracciare gli utenti?</i>"
				</div>

				]]></text>
			</mod>
		</it>
		<es>
			<mod>
				<type>raw</type>
				<text><![CDATA[

				<div style="padding:0.5em;background:#FFA07A;margin:0.5em;border-top:1px solid #FF4500;border-bottom:1px solid #FF4500;color:#DC143C;font-size:16px;">Si inserta una nueva impresora a h-node, por favor verifique si la impresora rastrea a los usuarios (vea <a href="https://www.eff.org/issues/printers">aquí</a>) y llene la entrada "¿adopta alguna técnica para rastrear a los usuarios?"
				</div>

				]]></text>
			</mod>
		</es>
		<fr>
			<mod>
				<type>raw</type>
				<text><![CDATA[

				<div style="padding:0.5em;background:#FFA07A;margin:0.5em;border-top:1px solid #FF4500;border-bottom:1px solid #FF4500;color:#DC143C;font-size:16px;">Si vous ajoutez une nouvelle imprimante à h-node, veuillez essayer de vérifier si l'imprimante surveille les utilisateurs (voir <a href="https://www.eff.org/issues/printers">ici</a>) et remplir l'entrée intitulée "utilise-t-elle des techniques pour surveiller les utilisateurs ?"
				</div>

				]]></text>
			</mod>
		</fr>
	</top_news>
	<right_column>
		<discover_your_hardware>
			<en>
				<mod>
					<type>raw</type>
					<div>discover_hardware</div>
					<text><![CDATA[
						<a href="/wiki/page/en/Discover-your-hardware"><img src="/Public/Img/discover.png"></a>
					]]></text>
				</mod>
			</en>
		</discover_your_hardware>
		<en>
			<mod>
				<type>raw</type>
				<text><![CDATA[
					<div style="text-align:center;padding-bottom:10px;"><a href="http://www.fsf.org/associate/support_freedom/join_fsf?referrer=2442"><img src="//static.fsf.org/fsforg/img/thin-image.png" alt="Support freedom" title="Help protect your freedom, join the Free Software Foundation" /></a></div>
				]]></text>
			</mod>
			<mod>
				<type>raw</type>
				<text><![CDATA[
				<div style="margin:3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">supported by</div>
				<div style="padding:5px 10px;text-align:left;border-top:2px solid #000;margin-bottom:2.5em;">
				<a href="http://www.fsf.org"><img style="margin-left:-5px;margin-top:3px;" width="175px" align="left" src="https://www.gnu.org/graphics/logo-fsf.org-tiny.png"></a>
				</div>

				]]></text>
			</mod>
			<mod>
				<type>raw</type>
				<text><![CDATA[
				<div style="margin:3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">subscribe to our</div>
				<div style="background:#B7F18C;padding:5px 10px;text-align:left;border-top:2px solid #015512;">
				<a href="/wiki/page/en/mailing-lists"><img height="50px" align="middle" src="/Public/Img/mailing.png"></a>
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[
				<div style="margin:16px 0px 3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">client for h-node</div>
				<div style="text-align:left;border-top:2px solid #1E90FF;padding:4px 4px 4px 8px;background:#E0FFFF;font:normal 12px/1.5 sans-serif,arial,Verdana;">Please help in the development of the client for h-node (h-client project). See <a href="/wiki/page/en/client-for-h-node-com">here</a> and <a href="http://savannah.nongnu.org/projects/h-client/">here</a>
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[
				<div style="margin:16px 0px 3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">related projects</div>
				<div style="text-align:left;border-top:2px solid #1E90FF;padding:4px 4px 4px 8px;background:#E0FFFF;font:normal 12px/1.5 sans-serif,arial,Verdana;">Please help in the development of the <a href="/source/ht/ismyhwok_25thSep2010-1.tar.gz">IsMyHWOK</a> software, a different h-node client
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[
				<div style="margin:16px 0px 3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">download the source code</div>
				<div style="text-align:left;border-top:2px solid #FF4500;padding:4px 4px 0px 4px;">
				<a href="/source/notes_0.2.html"><img width="180px" src="/Public/Img/download_code_gpl3.png"></a>
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[

				<div class="statistics_int_title" style="margin-top:30px;">
				useful links:
				</div>

				<div class="useful_links_ext">

				<div>
				<a href="http://www.gnu.org/">GNU Operating System</a>
				</div>

				<div>
				<a href="http://www.fsf.org/">Free Software Foundation</a>
				</div>

				<div>
				<a href="http://www.fsfla.org/svnwiki/">FSF Latin America</a>
				</div>

				<div>
				<a href="http://www.fsfe.org/">FSF Europe</a>
				</div>

				<div>
				<a href="http://www.dragora.org">Dragora</a>
				</div>

				<div>
				<a href="http://dynebolic.org/">Dynebolic</a>
				</div>

				<div>
				<a href="https://www.parabola.nu/">Parabola GNU/Linux</a>
				</div>

				<div>
				<a href="http://trisquel.info/en">Trisquel GNU/Linux</a>
				</div>

				<div>
				<a href="http://www.ututo.org/">Ututo</a>
				</div>

				

				</div>

				]]></text>

			</mod>
		</en>
		<it>
			<mod>
				<type>raw</type>
				<text><![CDATA[
					<div style="text-align:center;padding-bottom:10px;"><a href="http://www.fsf.org/associate/support_freedom/join_fsf?referrer=2442"><img src="//static.fsf.org/fsforg/img/thin-image.png" alt="Support freedom" title="Help protect your freedom, join the Free Software Foundation" /></a></div>
				]]></text>
			</mod>
			<mod>
				<type>raw</type>
				<text><![CDATA[
				<div style="margin:3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">supportato da</div>
				<div style="padding:5px 10px;text-align:left;border-top:2px solid #000;margin-bottom:2.5em;">
				<a href="http://www.fsf.org"><img style="margin-left:-5px;margin-top:3px;" width="175px" align="left" src="https://www.gnu.org/graphics/logo-fsf.org-tiny.png"></a>
				</div>

				]]></text>
			</mod>
			<mod>
				<type>raw</type>
				<text><![CDATA[
				<div style="margin:3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">iscriviti alla nostra</div>
				<div style="background:#B7F18C;padding:5px 10px;text-align:left;border-top:2px solid #015512;">
				<a href="/wiki/page/en/mailing-lists"><img height="50px" align="middle" src="/Public/Img/mailing.png"></a>
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[
				<div style="margin:16px 0px 3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">client per h-node</div>
				<div style="text-align:left;border-top:2px solid #1E90FF;padding:4px 4px 4px 8px;background:#E0FFFF;font:normal 12px/1.5 sans-serif,arial,Verdana;">Puoi aiutare nello sviluppo del client per h-node (progetto h-client). Leggi <a href="/wiki/page/en/client-for-h-node-com">qui</a> e <a href="http://savannah.nongnu.org/projects/h-client/">qui</a>
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[
				<div style="margin:16px 0px 3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">progetti correlati</div>
				<div style="text-align:left;border-top:2px solid #1E90FF;padding:4px 4px 4px 8px;background:#E0FFFF;font:normal 12px/1.5 sans-serif,arial,Verdana;">Puoi aiutare nello sviluppo del software <a href="/source/ht/ismyhwok_25thSep2010-1.tar.gz">IsMyHWOK</a>, un diverso client per h-node
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[
				<div style="margin:16px 0px 3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">scarica il codice sorgente</div>
				<div style="text-align:left;border-top:2px solid #FF4500;padding:4px 4px 0px 4px;">
				<a href="/source/notes_0.2.html"><img width="180px" src="/Public/Img/download_code_gpl3.png"></a>
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[

				<div class="statistics_int_title" style="margin-top:30px;">
				link utili:
				</div>

				<div class="useful_links_ext">

				<div>
				<a href="http://www.gnu.org/">GNU Operating System</a>
				</div>

				<div>
				<a href="http://www.fsf.org/">Free Software Foundation</a>
				</div>

				<div>
				<a href="http://www.fsfla.org/svnwiki/">FSF Latin America</a>
				</div>

				<div>
				<a href="http://www.fsfe.org/">FSF Europe</a>
				</div>

				<div>
				<a href="http://www.dragora.org">Dragora</a>
				</div>

				<div>
				<a href="http://dynebolic.org/">Dynebolic</a>
				</div>

				<div>
				<a href="https://www.parabola.nu/">Parabola GNU/Linux</a>
				</div>

				<div>
				<a href="http://trisquel.info/en">Trisquel GNU/Linux</a>
				</div>

				<div>
				<a href="http://www.ututo.org/">Ututo</a>
				</div>

				

				</div>

				]]></text>

			</mod>
		</it>
		<es>
			<mod>
				<type>raw</type>
				<text><![CDATA[
					<div style="text-align:center;padding-bottom:10px;"><a href="http://www.fsf.org/associate/support_freedom/join_fsf?referrer=2442"><img src="//static.fsf.org/fsforg/img/thin-image.png" alt="Support freedom" title="Help protect your freedom, join the Free Software Foundation" /></a></div>
				]]></text>
			</mod>
			<mod>
				<type>raw</type>
				<text><![CDATA[
				<div style="margin:3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">con el apoyo de</div>
				<div style="padding:5px 10px;text-align:left;border-top:2px solid #000;margin-bottom:2.5em;">
				<a href="http://www.fsf.org"><img style="margin-left:-5px;margin-top:3px;" width="175px" align="left" src="https://www.gnu.org/graphics/logo-fsf.org-tiny.png"></a>
				</div>

				]]></text>
			</mod>
			<mod>
				<type>raw</type>
				<text><![CDATA[
				<div style="margin:3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">suscríbase a nuestra</div>
				<div style="background:#B7F18C;padding:5px 10px;text-align:left;border-top:2px solid #015512;">
				<a href="/wiki/page/en/mailing-lists"><img height="50px" align="middle" src="/Public/Img/mailing.png"></a>
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[
				<div style="margin:16px 0px 3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">cliente para h-node</div>
				<div style="text-align:left;border-top:2px solid #1E90FF;padding:4px 4px 4px 8px;background:#E0FFFF;font:normal 12px/1.5 sans-serif,arial,Verdana;">Por favor ayude en el desarrollo del cliente de h-node (proyecto h-client). Vea <a href="/wiki/page/en/client-for-h-node-com">aquí</a> y <a href="http://savannah.nongnu.org/projects/h-client/">aquí</a>
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[
				<div style="margin:16px 0px 3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">proyectos relacionados</div>
				<div style="text-align:left;border-top:2px solid #1E90FF;padding:4px 4px 4px 8px;background:#E0FFFF;font:normal 12px/1.5 sans-serif,arial,Verdana;">Por favor ayuda en el desarrollo del programa <a href="/source/ht/ismyhwok_25thSep2010-1.tar.gz">IsMyHWOK</a>, un cliente diferente para h-node
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[
				<div style="margin:16px 0px 3px 0px;text-align:left;font:normal 14px/1 sans-serif,arial,Verdana;">descargue el código fuente</div>
				<div style="text-align:left;border-top:2px solid #FF4500;padding:4px 4px 0px 4px;">
				<a href="/source/notes_0.2.html"><img width="180px" src="/Public/Img/download_code_gpl3.png"></a>
				</div>

				]]></text>

			</mod>
			<mod>

				<type>raw</type>
				<text><![CDATA[

				<div class="statistics_int_title" style="margin-top:30px;">
				link utili:
				</div>

				<div class="useful_links_ext">

				<div>
				<a href="http://www.gnu.org/">GNU Operating System</a>
				</div>

				<div>
				<a href="http://www.fsf.org/">Free Software Foundation</a>
				</div>

				<div>
				<a href="http://www.fsfla.org/svnwiki/">FSF Latin America</a>
				</div>

				<div>
				<a href="http://www.fsfe.org/">FSF Europe</a>
				</div>

				<div>
				<a href="http://www.dragora.org">Dragora</a>
				</div>

				<div>
				<a href="http://dynebolic.org/">Dynebolic</a>
				</div>

				<div>
				<a href="https://www.parabola.nu/">Parabola GNU/Linux</a>
				</div>

				<div>
				<a href="http://trisquel.info/en">Trisquel GNU/Linux</a>
				</div>

				<div>
				<a href="http://www.ututo.org/">Ututo</a>
				</div>

				

				</div>

				]]></text>

			</mod>
		</es>
	</right_column>
	<devices>
		<all>
			<form>
				<how_to_compile>
					<en>
						<mod>
							<type>raw</type>
							<text><![CDATA[ please read the <a href="/wiki/page/en/guidelines-on-how-to-compile-a-hardware-device-page">guidelines on how to compile a hardware device page</a> ]]></text>
						</mod>
					</en>
					<it>
						<mod>
							<type>raw</type>
							<text><![CDATA[ per favore leggi la <a href="/wiki/page/en/guidelines-on-how-to-compile-a-hardware-device-page">guida su come compilare una pagina di hardware</a> ]]></text>
						</mod>
					</it>
				</how_to_compile>
				<model_name_entry_help_label>
					<en>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/help/page/en/discover-your-hardware#The%20model%20name%20of%20your%20notebook" target="_blank">learn how to find it</a> ]]></text>
						</mod>
					</en>
					<it>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/help/page/en/Scopri-il-tuo-hardware#Il%20modello%20del%20tuo%20notebook" target="_blank">scopri come individuarlo</a> ]]></text>
						</mod>
					</it>
					<es>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/help/page/en/Descubra-su-hardware#El%20modelo%20de%20su%20computador%20port%C3%A1til" target="_blank">aprenda como encontrarlo</a> ]]></text>
						</mod>
					</es>
				</model_name_entry_help_label>
				<description_entry_help_label>
					<en>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/en/wiki-tutorial">discover all the wiki tags</a> ]]></text>
						</mod>
					</en>
					<it>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/it/tutorial-della-wiki">scopri tutti i tag della wiki</a> ]]></text>
						</mod>
					</it>
					<es>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/es/tutorial-del-wiki">mostrar todas las etiquetas del wiki</a> ]]></text>
						</mod>
					</es>
					<fr>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/en/wiki-tutorial">voir tous les tags wiki</a> ]]></text>
						</mod>
					</fr>
					<de>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/en/wiki-tutorial">Wiki-Elemente</a> ]]></text>
						</mod>
					</de>
					<gr>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/en/wiki-tutorial">Wiki-Elemente</a> ]]></text>
						</mod>
					</gr>
				</description_entry_help_label>
			</form>
		</all>
		<printers>
			<page>
				<it_tracks_users>
					<en>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <p class="track_alert">Beware
								this device tracks you down!
								<br />
								<small>See <a href="https://www.eff.org/issues/printers"
								target="_blank">more about it</a></small>
								</p> ]]>
							</text>
						</mod>
					</en>
					<it>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <p class="track_alert">Fai attenzione questo device utilizza delle tecniche per tracciare gli utenti!
							<br />
							<small><a href="https://www.eff.org/issues/printers"
							target="_blank">più informazioni</a></small>
							</p> ]]>
							</text>
						</mod>
					</it>
				</it_tracks_users>
			</page>
			<form>
				<it_tracks_users>
					<en>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="blank" href="https://www.eff.org/pages/list-printers-which-do-or-do-not-display-tracking-dots">how to understand if, and how, it tracks users</a> ]]></text>
						</mod>
					</en>
					<it>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="blank" href="https://www.eff.org/pages/list-printers-which-do-or-do-not-display-tracking-dots">come capire se e come tiene traccia degli utenti</a> ]]></text>
						</mod>
					</it>
				</it_tracks_users>
			</form>
			<!--<catalogue>
				<en>
					<mod>
						<type>raw</type>
						<text><![CDATA[ ciao ]]></text>
						<div>catalogue_top_notice</div>
					</mod>
				</en>
			</catalogue>-->
		</printers>
		<videocards>
			<!--<catalogue>
				<en>
					<mod>
						<type>raw</type>
						<text><![CDATA[ 
						<div style="background-color:#FDC12A;border: 1px solid #E36100;border-top: 1px solid #E36100;margin: 1em;margin-bottom:25px;margin-left:3px;padding: 0.5em;clear:both;">
							Other resources on the net
							<ul>
								<li><a href="http://dri.freedesktop.org/wiki/ATIRadeon">http://dri.freedesktop.org/wiki/ATIRadeon</a></li>
								<li><a href="http://www.x.org/wiki/radeon">http://www.x.org/wiki/radeon</a></li>
								<li><a href="http://wiki.x.org/wiki/RadeonFeature">http://wiki.x.org/wiki/RadeonFeature</a></li>
							</ul>
						</div>
						]]></text>
					</mod>
				</en>
			</catalogue>-->
		</videocards>
		<not_notebook>
			<form>
				<vendorid_productid_label>
					<en>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/en/discover-your-hardware#The%20VendorID:ProductID%20code%20of%20your%20device" target="blank">learn how to find it</a> ]]></text>
						</mod>
					</en>
					<it>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/en/Scopri-il-tuo-hardware#Il%20codice%20VendorID:ProductID%20del%20tuo%20dispositivo" target="blank">scopri come individuarlo</a> ]]></text>
						</mod>
					</it>
					<es>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/en/Descubra-su-hardware#El%20c%C3%B3digo%20VendorID:ProductID%20de%20su%20dispositivo" target="blank">aprenda como encontrarlo</a> ]]></text>
						</mod>
					</es>
				</vendorid_productid_label>
			</form>
		</not_notebook>
		<notebook>
			<form>
				<prevent_wifi_label>
					<en>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/en/guidelines-on-how-to-compile-a-hardware-device-page#Does%20the%20device%20prevent%20the%20installation%20of%20wifi%20cards%20not-approved%20by%20the%20vendor?" target="_blank">learn how to fill this entry</a> ]]></text>
						</mod>
					</en>
					<it>
						<mod>
							<type>raw</type>
							<text><![CDATA[ <a target="_blank" href="/wiki/page/it/guidelines-on-how-to-compile-a-hardware-device-page#Does%20the%20device%20prevent%20the%20installation%20of%20wifi%20cards%20not-approved%20by%20the%20vendor?" target="_blank">guida su come scegliere questo campo</a> ]]></text>
						</mod>
					</it>
				</prevent_wifi_label>
			</form>
		</notebook>
	</devices>
</config>