]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/it/macros.itexi
Merge branch 'lilypond/translation'
[lilypond.git] / Documentation / it / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: e9135d834819eba63b64ec711542480250b42b78
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10
11 @include version.itexi
12 @include common-macros.itexi
13
14
15 @c   ***** Displaying text *****
16
17 @c To get decent quotes in `foo' and ``foo''.
18
19 @macro q{TEXT}
20 @quoteleft{}\TEXT\@quoteright{}
21 @end macro
22
23 @macro qq{TEXT}
24 @quotedblleft{}\TEXT\@quotedblright{}
25 @end macro
26
27
28 @ifhtml
29
30 @macro warning{TEXT}
31 @html
32 <div class="warning">
33 @end html
34 @strong{Nota:} \TEXT\
35 @c keep the space for proper nesting of </p>
36
37 @html
38 </div>
39 @end html
40 @end macro
41
42 @end ifhtml
43
44 @ifnothtml
45
46 @macro warning{TEXT}
47 @quotation
48 @quotation
49 @cartouche
50 @b{Nota:} \TEXT\
51 @end cartouche
52 @end quotation
53 @end quotation
54 @end macro
55
56 @end ifnothtml
57
58
59 @macro docMain
60 @cartouche
61 Per maggiori informazioni su come questo manuale si integra col resto
62 della documentazione, o per leggere questo manuale in altri formati, si veda
63 @rweb{Manuals}.
64
65 Se ti manca qualche manuale, puoi trovare la completa documentazione
66 all'indirizzo @w{@uref{http://@/www@/.lilypond@/.org/}}.
67 @end cartouche
68 @end macro
69
70
71 @macro lilyTitlePage{TITLE}
72 @c  This produces the unified index
73 @syncodeindex fn cp
74 @syncodeindex vr cp
75
76
77 @c   ***** Copyright stuff *****
78 @ifset FDL
79 @copying
80 @copyrightDeclare
81
82 @emph{La traduzione della seguente nota di copyright è gentilmente
83 offerta per le persone che non parlano inglese, ma solo
84 la nota in inglese ha valore legale.}
85
86 @emph{The translation of the following copyright notice is provided
87 for courtesy to non-English speakers, but only the notice in English
88 legally counts.}
89
90 @quotation
91 E' garantito il permesso di copiare, distribuire e/o modificare questo
92 documento seguendo i termini della Licenza per Documentazione
93 Libera GNU, Versione 1.1 o ogni versione successiva pubblicata dalla
94 Free Software Foundation; senza alcuna sezione non modificabile.
95 Una copia della licenza è acclusa nella sezione intitolata ''Licenza
96 per Documentazione Libera GNU''.
97 @end quotation
98
99 @quotation
100 Permission is granted to copy, distribute and/or modify this document
101 under the terms of the GNU Free Documentation License, Version 1.1
102 or any later version published by the Free Software Foundation;
103 with no Invariant Sections.
104 A copy of the license is included in the section entitled ``GNU
105 Free Documentation License''.
106 @end quotation
107 @end copying
108 @end ifset
109
110 @ifclear FDL
111 @copying
112 Questo documento è stato posto nel pubblico dominio.
113 @end copying
114 @end ifclear
115
116
117
118 @c   ***** Title page *****
119 @ifnottex
120 @node Su
121 @top LilyPond --- \TITLE\
122 @translationof Top
123
124 @cartouche
125 @manualIntro{}
126 @end cartouche
127 @end ifnottex
128
129 @finalout
130
131 @titlepage
132 @title LilyPond
133 @subtitle Il compositore tipografico per la musica
134 @titlefont{\TITLE\}
135 @author Il team di sviluppo di LilyPond
136
137 @vskip 60pt
138
139 @cartouche
140 @manualIntro{}
141 @end cartouche
142
143 @vskip 40pt
144
145 @docMain{}
146
147 @vskip 0pt plus 1filll
148
149 @insertcopying
150
151 Per la versione di LilyPond @version{}
152 @end titlepage
153
154 @end macro
155
156
157 @c   ***** Headings in a doc subsection *****
158
159 @c The next macro is a dummy currently since texinfo doesn't
160 @c provide a real ragged-right environment yet.
161 @c
162 @c Don't insert an empty line after @predefined!  Right now
163 @c it doesn't matter, but a future implementation will probably
164 @c add some code which needs this restriction.
165
166 @macro predefined
167 @noindent
168 @subsubheading Comandi predefiniti
169 @end macro
170
171 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
172 @c the next macro must not be empty.
173
174 @macro endpredefined
175 @c
176 @end macro
177
178
179 @macro snippets
180 @noindent
181 @subsubheading Frammenti di codice selezionati
182 @end macro
183
184
185 @c Don't insert an empty line after @seealso!  Otherwise we get
186 @c unwanted extra vertical space in the PDF output.
187
188 @macro seealso
189 @noindent
190 @subsubheading Vedi anche
191 @indent
192 @end macro
193
194
195 @macro knownissues
196 @noindent
197 @subsubheading Problemi noti e avvertimenti
198 @end macro
199
200
201
202 @c   ***** Links and references *****
203
204 @c  Definitions for references:
205 @c
206 @c     @rweb
207 @c     @ressay
208 @c     @rglos
209 @c     @rinternals
210 @c     @rlearning
211 @c     @rlsr
212 @c     @rprogram
213 @c     @ruser
214 @c     @rchanges
215 @c     @rextend
216 @c     @rcontrib
217 @c
218 @c  All these also have a @...named version which allows to specify the
219 @c  displayed text for the reference as second argument.
220 @c
221 @c ***** HTML + bigpage is a special case (other manual names); all other
222 @c formats are treated similarly.
223
224
225 @c *** not TeX ***
226
227 @ifnottex
228
229 @c ** bigpage **
230
231 @ifset bigpage
232
233 @macro rglos{TEXT}
234 @vindex \TEXT\
235 @ref{\TEXT\,,,music-glossary-big-page,Glossario Musicale}
236 @end macro
237
238 @macro rglosnamed{TEXT,DISPLAY}
239 @vindex \TEXT\
240 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossario Musicale}
241 @end macro
242
243 @macro rlearning{TEXT}
244 @vindex \TEXT\
245 @ref{\TEXT\,,,learning-big-page,Manuale di Apprendimento}
246 @end macro
247
248 @macro rlearningnamed{TEXT,DISPLAY}
249 @vindex \TEXT\
250 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuale di Apprendimento}
251 @end macro
252
253 @macro ruser{TEXT}
254 @vindex \TEXT\
255 @ref{\TEXT\,,,notation-big-page,Guida alla Notazione}
256 @end macro
257
258 @macro rusernamed{TEXT,DISPLAY}
259 @vindex \TEXT\
260 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Guida alla Notazione}
261 @end macro
262
263 @macro rextend{TEXT}
264 @vindex \TEXT\
265 @ref{\TEXT\,,,extending-big-page,Estendere}
266 @end macro
267
268 @macro rextendnamed{TEXT,DISPLAY}
269 @vindex \TEXT\
270 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Estendere}
271 @end macro
272
273 @macro rchanges{TEXT}
274 @vindex \TEXT\
275 @ref{\TEXT\,,,changes-big-page,Cambiamenti}
276 @end macro
277
278 @macro rchangesnamed{TEXT,DISPLAY}
279 @vindex \TEXT\
280 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Cambiamenti}
281 @end macro
282
283 @macro rcontrib{TEXT}
284 @vindex \TEXT\
285 @ref{\TEXT\,,,contributor-big-page,Guida del Collaboratore}
286 @end macro
287
288 @macro rcontribnamed{TEXT,DISPLAY}
289 @vindex \TEXT\
290 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guida del Collaboratore}
291 @end macro
292
293 @macro rweb{TEXT}
294 @vindex \TEXT\
295 @ref{\TEXT\,,,web-big-page,Informazioni Generali}
296 @end macro
297
298 @macro rwebnamed{TEXT,DISPLAY}
299 @vindex \TEXT\
300 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informazioni Generali}
301 @end macro
302
303 @macro ressay{TEXT}
304 @vindex \TEXT\
305 @ref{\TEXT\,,,essay-big-page,Saggio}
306 @end macro
307
308 @macro ressaynamed{TEXT,DISPLAY}
309 @vindex \TEXT\
310 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Saggio}
311 @end macro
312
313 @macro rprogram{TEXT}
314 @vindex \TEXT\
315 @ref{\TEXT\,,,usage-big-page,Uso del Programma}
316 @end macro
317
318 @macro rprogramnamed{TEXT,DISPLAY}
319 @vindex \TEXT\
320 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Uso del Programma}
321 @end macro
322
323 @macro rlsr{TEXT}
324 @ref{\TEXT\,,,snippets-big-page,Frammenti di codice}
325 @end macro
326
327 @macro rlsrnamed{TEXT,DISPLAY}
328 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Frammenti di codice}
329 @end macro
330
331 @macro rinternals{TEXT}
332 @vindex \TEXT\
333 @ref{\TEXT\,,,internals-big-page,Guida al Funzionamento Interno}
334 @end macro
335
336 @macro rinternalsnamed{TEXT,DISPLAY}
337 @vindex \TEXT\
338 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Guida al Funzionamento Interno}
339 @end macro
340
341 @end ifset
342
343
344 @c ** not bigpage **
345
346 @ifclear bigpage
347
348 @ifnotinfo
349
350 @macro rglos{TEXT}
351 @vindex \TEXT\
352 @ref{\TEXT\,,,music-glossary,Glossario Musicale}
353 @end macro
354
355 @macro rglosnamed{TEXT,DISPLAY}
356 @vindex \TEXT\
357 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossario Musicale}
358 @end macro
359
360 @macro rlearning{TEXT}
361 @vindex \TEXT\
362 @ref{\TEXT\,,,learning,Manuale di Apprendimento}
363 @end macro
364
365 @macro rlearningnamed{TEXT,DISPLAY}
366 @vindex \TEXT\
367 @ref{\TEXT\,,,learning,Manuale di Apprendimento}
368 @end macro
369
370 @macro ruser{TEXT}
371 @vindex \TEXT\
372 @ref{\TEXT\,,,notation,Guida alla Notazione}
373 @end macro
374
375 @macro rusernamed{TEXT,DISPLAY}
376 @vindex \TEXT\
377 @ref{\TEXT\,,\DISPLAY\,notation,Guida alla Notazione}
378 @end macro
379
380 @macro rchanges{TEXT}
381 @vindex \TEXT\
382 @ref{\TEXT\,,,changes,Cambiamenti}
383 @end macro
384
385 @macro rchangesnamed{TEXT,DISPLAY}
386 @vindex \TEXT\
387 @ref{\TEXT\,,\DISPLAY\,changes,Cambiamenti}
388 @end macro
389
390 @macro rextend{TEXT}
391 @vindex \TEXT\
392 @ref{\TEXT\,,,extending,Estendere}
393 @end macro
394
395 @macro rextendnamed{TEXT,DISPLAY}
396 @vindex \TEXT\
397 @ref{\TEXT\,,\DISPLAY\,extending,Estendere}
398 @end macro
399
400 @macro rcontrib{TEXT}
401 @vindex \TEXT\
402 @ref{\TEXT\,,,contributor,Guida del Collaboratore}
403 @end macro
404
405 @macro rcontribnamed{TEXT,DISPLAY}
406 @vindex \TEXT\
407 @ref{\TEXT\,,\DISPLAY\,contributor,Guida del Collaboratore}
408 @end macro
409
410 @macro rweb{TEXT}
411 @vindex \TEXT\
412 @ref{\TEXT\,,,web,Informazioni Generali}
413 @end macro
414
415 @macro rwebnamed{TEXT,DISPLAY}
416 @vindex \TEXT\
417 @ref{\TEXT\,,\DISPLAY\,web,Informazioni Generali}
418 @end macro
419
420 @macro ressay{TEXT}
421 @vindex \TEXT\
422 @ref{\TEXT\,,,essay,Saggio}
423 @end macro
424
425 @macro ressaynamed{TEXT,DISPLAY}
426 @vindex \TEXT\
427 @ref{\TEXT\,,\DISPLAY\,essay,Saggio}
428 @end macro
429
430 @macro rprogram{TEXT}
431 @vindex \TEXT\
432 @ref{\TEXT\,,,usage,Uso del Programma}
433 @end macro
434
435 @macro rprogramnamed{TEXT,DISPLAY}
436 @vindex \TEXT\
437 @ref{\TEXT\,,\DISPLAY\,usage,Uso del Programma}
438 @end macro
439
440 @macro rlsr{TEXT}
441 @ref{\TEXT\,,,snippets,Frammenti di codice}
442 @end macro
443
444 @macro rlsrnamed{TEXT,DISPLAY}
445 @ref{\TEXT\,,\DISPLAY\,snippets,Frammenti di codice}
446 @end macro
447
448 @macro rinternals{TEXT}
449 @vindex \TEXT\
450 @ref{\TEXT\,,,internals,Guida al Funzionamento Interno}
451 @end macro
452
453 @macro rinternalsnamed{TEXT,DISPLAY}
454 @vindex \TEXT\
455 @ref{\TEXT\,,\DISPLAY\,internals,Guida al Funzionamento Interno}
456 @end macro
457
458 @end ifnotinfo
459
460 @ifinfo
461
462 @macro rglos{TEXT}
463 @vindex \TEXT\
464 @ref{\TEXT\,,,music-glossary,Glossario Musicale}
465 @end macro
466
467 @macro rglosnamed{TEXT,DISPLAY}
468 @vindex \TEXT\
469 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossario Musicale}
470 @end macro
471
472 @macro rlearning{TEXT}
473 @vindex \TEXT\
474 @ref{\TEXT\,,,lilypond-learning,Manuale di Apprendimento}
475 @end macro
476
477 @macro rlearningnamed{TEXT,DISPLAY}
478 @vindex \TEXT\
479 @ref{\TEXT\,,,lilypond-learning,Manuale di Apprendimento}
480 @end macro
481
482 @macro ruser{TEXT}
483 @vindex \TEXT\
484 @ref{\TEXT\,,,lilypond-notation,Guida alla Notazione}
485 @end macro
486
487 @macro rusernamed{TEXT,DISPLAY}
488 @vindex \TEXT\
489 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Guida alla Notazione}
490 @end macro
491
492 @macro rchanges{TEXT}
493 @vindex \TEXT\
494 @ref{\TEXT\,,,lilypond-changes,Cambiamenti}
495 @end macro
496
497 @macro rchangesnamed{TEXT,DISPLAY}
498 @vindex \TEXT\
499 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Cambiamenti}
500 @end macro
501
502 @macro rextend{TEXT}
503 @vindex \TEXT\
504 @ref{\TEXT\,,,lilypond-extending,Estendere}
505 @end macro
506
507 @macro rextendnamed{TEXT,DISPLAY}
508 @vindex \TEXT\
509 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Estendere}
510 @end macro
511
512 @macro rcontrib{TEXT}
513 @vindex \TEXT\
514 @ref{\TEXT\,,,lilypond-contributor,Guida del Collaboratore}
515 @end macro
516
517 @macro rcontribnamed{TEXT,DISPLAY}
518 @vindex \TEXT\
519 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guida del Collaboratore}
520 @end macro
521
522 @macro rweb{TEXT}
523 @vindex \TEXT\
524 @ref{\TEXT\,,,lilypond-web,Informazioni Generali}
525 @end macro
526
527 @macro rwebnamed{TEXT,DISPLAY}
528 @vindex \TEXT\
529 @ref{\TEXT\,,\DISPLAY\,lilypond-web, Informazioni Generali}
530 @end macro
531
532 @macro ressay{TEXT}
533 @vindex \TEXT\
534 @ref{\TEXT\,,,lilypond-essay,Saggio}
535 @end macro
536
537 @macro ressaynamed{TEXT,DISPLAY}
538 @vindex \TEXT\
539 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Saggio}
540 @end macro
541
542 @macro rprogram{TEXT}
543 @vindex \TEXT\
544 @ref{\TEXT\,,,lilypond-usage,Uso del Programma}
545 @end macro
546
547 @macro rprogramnamed{TEXT,DISPLAY}
548 @vindex \TEXT\
549 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Uso del Programma}
550 @end macro
551
552 @macro rlsr{TEXT}
553 @ref{\TEXT\,,,lilypond-snippets,Frammenti di codice}
554 @end macro
555
556 @macro rlsrnamed{TEXT,DISPLAY}
557 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Frammenti di codice}
558 @end macro
559
560 @macro rinternals{TEXT}
561 @vindex \TEXT\
562 @ref{\TEXT\,,,lilypond-internals,Guida al Funzionamento Interno}
563 @end macro
564
565 @macro rinternalsnamed{TEXT,DISPLAY}
566 @vindex \TEXT\
567 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Guida al Funzionamento Interno}
568 @end macro
569
570 @end ifinfo
571
572 @end ifclear
573
574 @end ifnottex
575
576
577 @c *** TeX ***
578
579 @iftex
580
581 @c All commands below should work in the middle of the line;
582 @c we thus must not use @vindex directly since it works only if placed
583 @c on a line of its own.  To overcome this problem, we define a
584 @c replacement macro using the internal definition of @vindex which
585 @c delimits arguments in the standard way (i.e., with braces).
586
587 @tex
588 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
589 @end tex
590
591 @macro rglos{TEXT}
592 @lilyvindex{\TEXT\}
593 @ref{\TEXT\,,,music-glossary,Glossario Musicale}
594 @end macro
595
596 @macro rglosnamed{TEXT,DISPLAY}
597 @lilyvindex{\TEXT\}
598 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossario Musicale}
599 @end macro
600
601 @macro rlearning{TEXT}
602 @lilyvindex{\TEXT\}
603 @ref{\TEXT\,,,learning,Manuale di Apprendimento}
604 @end macro
605
606 @macro rlearningnamed{TEXT,DISPLAY}
607 @lilyvindex{\TEXT\}
608 @ref{\TEXT\,,\DISPLAY\,learning,Manuale di Apprendimento}
609 @end macro
610
611 @macro ruser{TEXT}
612 @lilyvindex{\TEXT\}
613 @ref{\TEXT\,,,notation,Guida alla Notazione}
614 @end macro
615
616 @macro rusernamed{TEXT,DISPLAY}
617 @lilyvindex{\TEXT\}
618 @ref{\TEXT\,,\DISPLAY\,notation,Guida alla Notazione}
619 @end macro
620
621 @macro rchanges{TEXT}
622 @lilyvindex{\TEXT\}
623 @ref{\TEXT\,,,changes,Cambiamenti}
624 @end macro
625
626 @macro rchangesnamed{TEXT,DISPLAY}
627 @lilyvindex{\TEXT\}
628 @ref{\TEXT\,,\DISPLAY\,changes,Cambiamenti}
629 @end macro
630
631 @macro rextend{TEXT}
632 @lilyvindex{\TEXT\}
633 @ref{\TEXT\,,,extending,Estendere}
634 @end macro
635
636 @macro rextendnamed{TEXT,DISPLAY}
637 @lilyvindex{\TEXT\}
638 @ref{\TEXT\,,\DISPLAY\,extending,Estendere}
639 @end macro
640
641 @macro rcontrib{TEXT}
642 @lilyvindex{\TEXT\}
643 @ref{\TEXT\,,,contributor,Guida del Collaboratore}
644 @end macro
645
646 @macro rcontribnamed{TEXT,DISPLAY}
647 @lilyvindex{\TEXT\}
648 @ref{\TEXT\,,\DISPLAY\,contributor,Guida del Collaboratore}
649 @end macro
650
651 @macro rweb{TEXT}
652 @vindex \TEXT\
653 @ref{\TEXT\,,,web,Informazioni generali}
654 @end macro
655
656 @macro rwebnamed{TEXT,DISPLAY}
657 @vindex \TEXT\
658 @ref{\TEXT\,,\DISPLAY\,web,Informazioni generali}
659 @end macro
660
661 @macro ressay{TEXT}
662 @lilyvindex{\TEXT\}
663 @ref{\TEXT\,,,essay,Saggio}
664 @end macro
665
666 @macro ressaynamed{TEXT,DISPLAY}
667 @lilyvindex{\TEXT\}
668 @ref{\TEXT\,,\DISPLAY\,essay,Saggio}
669 @end macro
670
671 @macro rprogram{TEXT}
672 @lilyvindex{\TEXT\}
673 @ref{\TEXT\,,,usage,Uso del Programma}
674 @end macro
675
676 @macro rprogramnamed{TEXT,DISPLAY}
677 @lilyvindex{\TEXT\}
678 @ref{\TEXT\,,\DISPLAY\,usage,Uso del Programma}
679 @end macro
680
681 @macro rlsr{TEXT}
682 @lilyvindex{\TEXT\}
683 @ref{\TEXT\,,,snippets,Frammenti di codice}
684 @end macro
685
686 @macro rlsrnamed{TEXT,DISPLAY}
687 @lilyvindex{\TEXT\}
688 @ref{\TEXT\,,\DISPLAY\,snippets,Frammenti di codice}
689 @end macro
690
691 @macro rinternals{TEXT}
692 @lilyvindex{\TEXT\}
693 @ref{\TEXT\,,,internals,Guida al Funzionamento Interno}
694 @end macro
695
696 @macro rinternalsnamed{TEXT,DISPLAY}
697 @lilyvindex{\TEXT\}
698 @ref{\TEXT\,,\DISPLAY\,internals,Guida al Funzionamento Interno}
699 @end macro
700
701 @end iftex
702
703 @c  ***** Macros specific to the web site *****
704
705 @ifset web
706
707 @macro exampleImage{IMAGE-FILE}
708 @html
709 <div class="float-center">
710   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
711     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
712   </a>
713   <p style="text-align: center">
714     (clicca per ingrandire)
715   </p>
716 </div>
717 @end html
718 @iftex
719 @image{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
720 @end iftex
721 @ifinfo
722 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
723 @end ifinfo
724 @end macro
725
726 @macro help{TEXT}
727 @html
728 <div class="help">
729 <strong>
730   <span style="text-decoration:blink">Richiesta di aiuto:</span>
731 </strong> \TEXT\
732 </div>
733 @end html
734 @end macro
735
736 @c LEGALESE
737
738 @macro logoLegalLinux
739 Tux the Linux Penguin è stato creato da
740 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} con
741 @uref{http://www.isc.tamu.edu/~lewing/gimp/, il Gnu Image
742 Manipulation Program}.
743
744 @end macro
745
746 @macro logoLegalFreeBSD
747 Il logo FreeBSD è un marchio registrato della
748 @uref{http://www.freebsd.org/, FreeBSD Foundation}.
749
750 @end macro
751
752 @macro logoLegalMacOSX
753 L' @qq{immagine X} non è un marchio registrato.  È stato creato da
754 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} e
755 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, e
756 posto sotto la GNU Free Documentation License versione 1.2 o successive.
757 Abbiamo trovato l'immagine su
758 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
759 questa pagina di Wikipedia Commons}.
760
761 @end macro
762
763 @macro logoLegalWindows
764 L' @qq{immagine con quattro rettangoli colorati} non è un marchio
765 registrato.  È stato creato da
766 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} ed è
767 posto sotto la GNU Free Documentation License versione 1.2.  Abbiamo
768 trovato l'immagine su
769 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
770 questa pagina di Wikipedia Commons}.
771
772 @end macro
773
774 @end ifset