The Great ChangeLog Renaming
[packages] / xemacs-packages / erc / erc.texi
1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename erc.info
4 @settitle ERC
5 @c %**end of header
6
7 @dircategory Emacs
8 @direntry
9 * ERC: (erc).           Powerful, modular, and extensible IRC client for Emacs.
10 @end direntry
11
12 @syncodeindex fn cp
13
14 @copying
15 This manual is for ERC version 5.1.2.
16
17 Copyright @copyright{} 2005, 2006 Free Software Foundation, Inc.
18
19 @quotation
20 Permission is granted to copy, distribute and/or modify this document
21 under the terms of the GNU Free Documentation License, Version 1.2 or
22 any later version published by the Free Software Foundation; with no
23 Invariant Sections, Front-Cover texts, or Back-Cover Texts.
24 @end quotation
25 @end copying
26
27 @titlepage
28 @title ERC manual
29 @subtitle a full-featured IRC client
30 @subtitle for GNU Emacs and XEmacs
31
32 @c The following two commands
33 @c start the copyright page.
34 @page
35 @vskip 0pt plus 1filll
36 @insertcopying
37 @end titlepage
38
39 @c So the toc is printed at the start
40 @contents
41
42 @ifnottex
43 @node Top, Introduction, (dir), (dir)
44 @comment  node-name,  next,  previous,  up
45 @top ERC
46
47 @insertcopying
48 @end ifnottex
49
50 @menu
51 * Introduction::                What is ERC?
52 * Obtaining ERC::               How to get ERC releases and development
53                                   versions.
54 * Installation::                Compiling and installing ERC.
55 * Getting Started::             Quick Start guide to using ERC.
56 * Keystroke Summary::           Keystrokes used in ERC buffers.
57 * Modules::                     Available modules for ERC.
58 * Advanced Usage::              Cool ways of using ERC.
59 * Getting Help and Reporting Bugs::  
60 * History::                     The history of ERC.
61 * Copying::                     The GNU General Public License gives you
62                                   permission to redistribute ERC on
63                                   certain terms; it also explains that
64                                   there is no warranty.
65 * GNU Free Documentation License::  The license for this documentation.
66 * Concept Index::               Search for terms.
67
68 @detailmenu
69  --- The Detailed Node Listing ---
70
71 Obtaining ERC
72
73 * Releases::                    Released versions of ERC.
74 * Development::                 Latest unreleased development changes.
75
76 @end detailmenu
77 @end menu
78
79 @node Introduction, Obtaining ERC, Top, Top
80 @comment  node-name,  next,  previous,  up
81 @chapter Introduction
82
83 ERC is a powerful, modular, and extensible IRC client for Emacs.
84
85 It comes with the following capabilities enabled by default.
86
87 @itemize @bullet
88 @item Flood control
89 @item Timestamps
90 @item Join channels automatically
91 @item Buttonize URLs, nicknames, and other text
92 @item Wrap long lines
93 @item Highlight or remove IRC control characters
94 @item Highlight pals, fools, and other keywords
95 @item Detect netsplits
96 @item Complete nicknames and commands in a programmable fashion
97 @item Make displayed lines read-only
98 @item Input history
99 @item Track channel activity in the mode-line
100
101 @end itemize
102
103 @node Obtaining ERC, Installation, Introduction, Top
104 @comment  node-name,  next,  previous,  up
105 @chapter Obtaining ERC
106
107 @menu
108 * Releases::                    Released versions of ERC.
109 * Development::                 Latest unreleased development changes.
110 @end menu
111
112 These sections may be skipped if you are using the version of ERC that
113 comes with Emacs.
114
115 @node Releases, Development, Obtaining ERC, Obtaining ERC
116 @comment  node-name,  next,  previous,  up
117 @section Releases
118
119 Choose to install a release if you want to minimize risk.
120
121 Errors are corrected in development first.  User-visible changes will be
122 announced on the @email{erc-help@@lists.sourceforge.net} mailing list.
123 @pxref{Getting Help and Reporting Bugs}.
124
125 @cindex releases, Debian package
126 @cindex Debian package for ERC
127 Debian users can get ERC via apt-get.  The @file{erc} package is
128 available in the official Debian repository.
129
130 @cindex releases, from source
131 Alternatively, you can download the latest release from
132 @uref{http://sourceforge.net/project/showfiles.php?group_id=30118}.
133
134 @node Development,  , Releases, Obtaining ERC
135 @comment  node-name,  next,  previous,  up
136 @section Development
137 @cindex development
138
139 Choose the development version if you want to live on the bleeding edge
140 of ERC development or try out new features before release.
141
142 @subsection Using CVS
143 @cindex CVS, using
144
145 ERC is primarily developed using a CVS repository on sourceforge.net.
146 To check out a copy of the latest changes, do the following.
147
148 @example
149 cvs -d:pserver:anonymous@@cvs.sourceforge.net:/cvsroot/erc login
150 cvs -z3 -d:pserver:anonymous@@cvs.sourceforge.net:/cvsroot/erc co -P erc
151 @end example
152
153 @cindex CVS snapshot
154 Alternatively, the latest CVS snapshot may be downloaded in the
155 following forms.
156
157 @itemize @bullet
158 @item http://mwolson.org/static/dist/erc-latest.tar.gz
159 @item http://mwolson.org/static/dist/erc-latest.zip
160 @end itemize
161
162 @subsection Using the GNU Arch Revision Control System
163 @cindex arch revision control system, using
164 The Arch revision control system allows you to retrieve previous
165 versions and select specific features and bug fixes.
166
167 Michael Olson maintains an official Arch branch for ERC which stays
168 current with the CVS repository for ERC.  If you would like to
169 contribute to ERC development, and would prefer to use a modern Revision
170 Control System, feel free to make your own branch.
171
172 If you are new to Arch, you might find this tutorial helpful:
173 @uref{http://www.mwolson.org/projects/ArchTutorial.html}.
174
175 Downloading ERC with Arch and staying up-to-date involves the following
176 steps.
177
178 @enumerate
179 @item Install arch
180
181 @itemize @bullet
182 @item Debian: @kbd{apt-get install tla}.
183 @item Other distributions: see @uref{ftp://ftp.gnu.org/gnu/gnu-arch/}.
184 @end itemize
185
186 @item Register the archive.
187 @example
188 tla register-archive -f http://www.mwolson.org/archives/2006
189 @end example
190
191 @item Download the ERC source code.
192 @example
193 # Download ERC into the @file{erc} directory.
194 tla get mwolson@@gnu.org--2006/erc--cvs--0 erc
195 @end example
196
197 @item List upstream changes that are missing from your local copy.
198 Do this whenever you want to see whether new changes have been committed
199 to ERC.
200
201 @example
202 # Change to the source directory you are interested in.
203 cd erc/
204
205 # Display the summary of changes
206 tla missing --summary
207 @end example
208
209 @cindex updating ERC with Arch
210 @item Update to the latest version by replaying missing changes.
211 @example
212 cd erc
213 tla replay
214 @end example
215
216 @end enumerate
217
218 There are other ways to interact with the ERC archive.
219
220 @itemize
221 @item Browse arch repository: @uref{http://www.mwolson.org/archives/}
222 @item Latest development snapshot: @uref{http://www.mwolson.org/static/dist/erc-latest.tar.gz}
223 @end itemize
224
225 The latest development snapshot will be kept up-to-date since it is
226 updated at the same time as the Arch repository.
227
228
229 @node Installation, Getting Started, Obtaining ERC, Top
230 @comment  node-name,  next,  previous,  up
231 @chapter Installation
232
233 ERC may be compiled and installed on your machine.
234
235 This section may be skipped if you are using the version of ERC that
236 comes with Emacs.
237
238 @subsubheading Compilation
239
240 This is an optional step, since Emacs Lisp source code does not
241 necessarily have to be byte-compiled.  It will yield a speed increase,
242 though.
243
244 A working copy of Emacs or XEmacs is needed in order to compile ERC.  By
245 default, the program that is installed with the name @command{emacs}
246 will be used.
247
248 If you want to use the @command{xemacs} binary to perform the
249 compilation, you would need to edit @file{Makefile} in the top-level
250 directory as follows.  You can put either a full path to an Emacs or
251 XEmacs binary or just the command name, as long as it is in the
252 @env{PATH}.
253
254 @example
255 EMACS    = xemacs
256 SITEFLAG = -no-site-file
257 @end example
258
259 Running @code{make} should compile the ERC source files in the
260 @file{lisp} directory.
261
262 @subsubheading Installation
263
264 ERC may be installed into your file hierarchy by doing the following.
265
266 Edit the @file{Makefile} file so that @env{ELISPDIR} points to where you
267 want the source and compiled ERC files to be installed and
268 @env{INFODIR} indicates where to put the ERC manual.  Of course, you
269 will want to edit @env{EMACS} and @env{SITEFLAG} as shown in the
270 Compilation section if you are using XEmacs.
271
272 If you are installing ERC on a Debian system, you might want to change
273 the value of @env{INSTALLINFO} as specified in @file{Makefile}.
274
275 Run @code{make} as a normal user.
276
277 Run @code{make install} as the root user if you have chosen installation
278 locations that require this.
279
280
281 @node Getting Started, Keystroke Summary, Installation, Top
282 @comment  node-name,  next,  previous,  up
283 @chapter Getting Started
284 @cindex settings
285
286 @c PRE5_2: Mention .ercrc.el
287
288 To use ERC, add the directory containing its files to your
289 @code{load-path} variable, in your @file{.emacs} file.  Then, load ERC
290 itself along with any extra modules you desire.  An example follows.
291
292 @lisp
293 (require 'erc)
294
295 (require 'erc-spelling)
296 @end lisp
297
298 Once this is loaded, the command @kbd{M-x erc-select} will start ERC and
299 prompt for the server to connect to.
300
301 @c PRE5_2: Sample session, including:
302 @c - connect to Freenode
303 @c - /join #emacs
304 @c - see messages flying past, point out topic lines, messages, channel
305 @c   members
306 @c - identifying your nick with NickServ (most IRC servers have this)
307 @c - talking to the channel
308 @c - open a /query buffer to talk to someone (must identify first in
309 @c   FreeNode)
310
311
312 @node Keystroke Summary, Modules, Getting Started, Top
313 @comment  node-name,  next,  previous,  up
314 @chapter Keys Used in ERC
315 @cindex keystrokes
316
317 This is a summary of keystrokes available in every ERC buffer.
318
319 @table @kbd
320
321 @item C-a or <home> (`erc-bol')
322 Go to beginning of line or end of prompt.
323
324 @item RET (`erc-send-current-line')
325 Send the current line
326
327 @item TAB (`erc-complete-word')
328 If at prompt, complete the current word.
329 Otherwise, move to the next link or button.
330
331 @item M-TAB (`ispell-complete-word')
332 Complete the given word, using ispell.
333
334 @item C-c C-a (`erc-bol')
335 Go to beginning of line or end of prompt.
336
337 @item C-c C-b (`erc-iswitchb')
338 Use `iswitchb-read-buffer' to prompt for a ERC buffer to switch to.
339
340 @item C-c C-c (`erc-toggle-interpret-controls')
341 Toggle interpretation of control sequences in messages.
342
343 @item C-c C-d (`erc-input-action')
344 Interactively input a user action and send it to IRC.
345
346 @item C-c C-e (`erc-toggle-ctcp-autoresponse')
347 Toggle automatic CTCP replies (like VERSION and PING).
348
349 @item C-c C-f (`erc-toggle-flood-control')
350 Toggle use of flood control on sent messages.
351
352 @item C-c TAB (`erc-invite-only-mode')
353 Turn on the invite only mode (+i) for the current channel.
354
355 @item C-c C-j (`erc-join-channel')
356 Join channel.  If point is at the beginning of a channel name, use that
357 as default.
358
359 @item C-c C-k (`erc-go-to-log-matches-buffer')
360 Interactively open an erc-log-matches buffer
361
362 @item C-c C-l (`erc-save-buffer-in-logs')
363 Append buffer contents to the log file, if logging is enabled.
364
365 @item C-c C-n (`erc-channel-names')
366 Run "/names #channel" in the current channel.
367
368 @item C-c C-o (`erc-get-channel-mode-from-keypress')
369 Read a key sequence and call the corresponding channel mode function.
370 After doing C-c C-o type in a channel mode letter.
371
372 C-g means quit.
373 RET let's you type more than one mode at a time.
374 If "l" is pressed, `erc-set-channel-limit' gets called.
375 If "k" is pressed, `erc-set-channel-key' gets called.
376 Anything else will be sent to `erc-toggle-channel-mode'.
377
378 @item C-c C-p (`erc-part-from-channel')
379 Part from the current channel and prompt for a reason.
380
381 @item C-c C-q (`erc-quit-server')
382 Disconnect from current server after prompting for reason.
383
384 @item C-c C-r (`erc-remove-text-properties-region')
385 Clears the region (start,end) in object from all colors, etc.
386
387 @item C-c C-t (`erc-set-topic')
388 Prompt for a topic for the current channel.
389
390 @item C-c C-u (`erc-kill-input')
391 Kill current input line using `erc-bol' followed by `kill-line'.
392
393 @end table
394
395
396 @node Modules, Advanced Usage, Keystroke Summary, Top
397 @comment  node-name,  next,  previous,  up
398 @chapter Modules
399 @cindex modules
400
401 One way to add functionality to ERC is to customize which of its many
402 modules are loaded.
403
404 There is a spiffy customize interface, which may be reached by typing
405 @kbd{M-x customize-option erc-modules RET}.  Alternatively, set
406 @code{erc-modules} manually and then call @code{erc-update-modules}.
407
408 The following is a list of available modules.
409
410 @table @code
411
412 @cindex modules, autoaway
413 @item autoaway
414 Set away status automatically.
415
416 @cindex modules, autojoin
417 @item autojoin
418 Join channels automatically
419
420 @cindex modules, bbdb
421 @item bbdb
422 Integrate with the Big Brother Database
423
424 @cindex modules, button
425 @item button
426 Buttonize URLs, nicknames, and other text
427
428 @cindex modules, fill
429 @item fill
430 Wrap long lines
431
432 @cindex modules, irccontrols
433 @item irccontrols
434 Highlight or remove IRC control characters
435
436 @cindex modules, log
437 @item log
438 Save buffers in logs
439
440 @cindex modules, match
441 @item match
442 Highlight pals, fools, and other keywords
443
444 @cindex modules, netsplit
445 @item netsplit
446 Detect netsplits
447
448 @cindex modules, noncommands
449 @item noncommands
450 Don't display non-IRC commands after evaluation
451
452 @cindex modules, notify
453 @item notify
454 Notify when the online status of certain users changes
455
456 @cindex modules, pcomplete
457 @item pcomplete
458 Complete nicknames and commands (programmable)
459
460 @cindex modules, readonly
461 @item readonly
462 Make displayed lines read-only
463
464 @cindex modules, replace
465 @item replace
466 Replace text in messages
467
468 @cindex modules, ring
469 @item ring
470 Enable an input history
471
472 @cindex modules, scrolltobottom
473 @item scrolltobottom
474 Scroll to the bottom of the buffer
475
476 @cindex modules, services
477 @item services
478 Identify to Nickserv (IRC Services) automatically
479
480 @cindex modules, smiley
481 @item smiley
482 Convert smileys to pretty icons
483
484 @cindex modules, sound
485 @item sound
486 Play sounds when you receive CTCP SOUND requests
487
488 @cindex modules, spell
489 @item spell
490 Check spelling
491
492 @cindex modules, stamp
493 @item stamp
494 Add timestamps to messages
495
496 @cindex modules, track
497 @item track
498 Track channel activity in the mode-line
499
500 @cindex modules, truncate
501 @item truncate
502 Truncate buffers to a certain size
503
504 @cindex modules, unmorse
505 @item unmorse
506 Translate morse code in messages
507
508 @end table
509
510 @c PRE5_2: Document every option of every module in its own subnode
511
512
513 @node Advanced Usage, Getting Help and Reporting Bugs, Modules, Top
514 @comment  node-name,  next,  previous,  up
515 @chapter Advanced Usage
516 @cindex advanced topics
517
518 Write me.
519
520 @c PRE5_2: (Node) Document every ERC option
521
522 @c PRE5_2: (Node) Tips and tricks
523
524 @c PRE5_2: (Node) Sample configs
525
526
527 @node Getting Help and Reporting Bugs, History, Advanced Usage, Top
528 @comment  node-name,  next,  previous,  up
529 @chapter Getting Help and Reporting Bugs
530 @cindex help, getting
531 @cindex bugs, reporting
532
533 After you have read this guide, if you still have questions about ERC,
534 or if you have bugs to report, there are several places you can go.
535
536 @itemize @bullet
537
538 @item
539 @uref{http://www.emacswiki.org/cgi-bin/wiki/EmacsIRCClient} is the
540 emacswiki.org page for ERC.  Anyone may add tips, hints, or bug
541 descriptions to it.
542
543 @item
544 You can join the mailing list at @email{erc-help@@lists.sourceforge.net}
545 using the subscription form at
546 @uref{http://lists.sourceforge.net/lists/listinfo/erc-help}.
547
548 This mailing list is also available via Gmane
549 (@url{http://gmane.org/}). The group is called
550 @samp{gmane.emacs.erc.general}.  This provides additional methods for
551 accessing the mailing list, adding content to it, and searching it.
552
553 @item
554 You can visit the IRC Freenode channel @samp{#emacs}. Many of the
555 contributors are frequently around and willing to answer your
556 questions.
557
558 @end itemize
559
560
561 @node History, Copying, Getting Help and Reporting Bugs, Top
562 @comment  node-name,  next,  previous,  up
563 @chapter History
564 @cindex history, of ERC
565
566 ERC was originally written by Alexander L. Belikoff
567 @email{abel@@bfr.co.il} and Sergey Berezin
568 @email{sergey.berezin@@cs.cmu.edu}.  They stopped development around
569 december 1999. Their last released version was ERC 2.0.
570
571 P.S.: If one of the original developers of ERC reads this, we'd like to
572 receive additional information for this file and hear comments in
573 general.
574
575 @itemize
576 @item 2001
577
578 In June 2001, Mario Lang @email{mlang@@delysid.org} and Alex Schroeder
579 @email{alex@@gnu.org} took over development and created a ERC Project at
580 sourceforge.net.
581
582 In reaction to a mail about the new erc development, Sergey Berezin
583 said, "First of all, I'm glad that my version of ERC is being used out
584 there. The thing is, I do not have free time and enough incentive
585 anymore to work on ERC, so I would be happy if you guys take over the
586 project entirely."
587
588 So we happily hacked away on ERC, and soon after (september 2001)
589 released the next "stable" version, 2.1.
590
591 Most of the development of the new ERC happend on #emacs on
592 irc.openprojects.net. Over time, many people contributed code, ideas,
593 bugfixes. And not to forget alot of alpha/beta/gamma testing.
594
595 See the @file{CREDITS} file for a list of contributors.
596
597 @item 2003
598
599 ERC 3.0 is released.
600
601 @item 2004
602
603 ERC 4.0 is released.
604
605 @item 2005
606
607 ERC 5.0 is released.  Michael Olson @email{mwolson@@gnu.org} becomes
608 the release manager and eventually the maintainer.
609
610 After some discussion between him and the Emacs developers, it is
611 decided to include ERC in Emacs.
612
613 @item 2006
614
615 ERC 5.1 is released.  It is subsequently included in Emacs 22.
616
617 @end itemize
618
619 @node Copying, GNU Free Documentation License, History, Top
620 @comment  node-name,  next,  previous,  up
621 @appendix COPYING
622 @center Version 2, June 1991
623 @cindex GPL
624 @cindex GNU General Public License
625
626 @display
627 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
628 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
629
630 Everyone is permitted to copy and distribute verbatim copies
631 of this license document, but changing it is not allowed.
632 @end display
633
634 @appendixsec Preamble
635
636   The licenses for most software are designed to take away your
637 freedom to share and change it.  By contrast, the GNU General Public
638 License is intended to guarantee your freedom to share and change free
639 software---to make sure the software is free for all its users.  This
640 General Public License applies to most of the Free Software
641 Foundation's software and to any other program whose authors commit to
642 using it.  (Some other Free Software Foundation software is covered by
643 the GNU Library General Public License instead.)  You can apply it to
644 your programs, too.
645
646   When we speak of free software, we are referring to freedom, not
647 price.  Our General Public Licenses are designed to make sure that you
648 have the freedom to distribute copies of free software (and charge for
649 this service if you wish), that you receive source code or can get it
650 if you want it, that you can change the software or use pieces of it
651 in new free programs; and that you know you can do these things.
652
653   To protect your rights, we need to make restrictions that forbid
654 anyone to deny you these rights or to ask you to surrender the rights.
655 These restrictions translate to certain responsibilities for you if you
656 distribute copies of the software, or if you modify it.
657
658   For example, if you distribute copies of such a program, whether
659 gratis or for a fee, you must give the recipients all the rights that
660 you have.  You must make sure that they, too, receive or can get the
661 source code.  And you must show them these terms so they know their
662 rights.
663
664   We protect your rights with two steps: (1) copyright the software, and
665 (2) offer you this license which gives you legal permission to copy,
666 distribute and/or modify the software.
667
668   Also, for each author's protection and ours, we want to make certain
669 that everyone understands that there is no warranty for this free
670 software.  If the software is modified by someone else and passed on, we
671 want its recipients to know that what they have is not the original, so
672 that any problems introduced by others will not reflect on the original
673 authors' reputations.
674
675   Finally, any free program is threatened constantly by software
676 patents.  We wish to avoid the danger that redistributors of a free
677 program will individually obtain patent licenses, in effect making the
678 program proprietary.  To prevent this, we have made it clear that any
679 patent must be licensed for everyone's free use or not licensed at all.
680
681   The precise terms and conditions for copying, distribution and
682 modification follow.
683
684 @iftex
685 @appendixsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
686 @end iftex
687 @ifnottex
688 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
689 @end ifnottex
690
691 @enumerate 0
692 @item
693 This License applies to any program or other work which contains
694 a notice placed by the copyright holder saying it may be distributed
695 under the terms of this General Public License.  The ``Program'', below,
696 refers to any such program or work, and a ``work based on the Program''
697 means either the Program or any derivative work under copyright law:
698 that is to say, a work containing the Program or a portion of it,
699 either verbatim or with modifications and/or translated into another
700 language.  (Hereinafter, translation is included without limitation in
701 the term ``modification''.)  Each licensee is addressed as ``you''.
702
703 Activities other than copying, distribution and modification are not
704 covered by this License; they are outside its scope.  The act of
705 running the Program is not restricted, and the output from the Program
706 is covered only if its contents constitute a work based on the
707 Program (independent of having been made by running the Program).
708 Whether that is true depends on what the Program does.
709
710 @item
711 You may copy and distribute verbatim copies of the Program's
712 source code as you receive it, in any medium, provided that you
713 conspicuously and appropriately publish on each copy an appropriate
714 copyright notice and disclaimer of warranty; keep intact all the
715 notices that refer to this License and to the absence of any warranty;
716 and give any other recipients of the Program a copy of this License
717 along with the Program.
718
719 You may charge a fee for the physical act of transferring a copy, and
720 you may at your option offer warranty protection in exchange for a fee.
721
722 @item
723 You may modify your copy or copies of the Program or any portion
724 of it, thus forming a work based on the Program, and copy and
725 distribute such modifications or work under the terms of Section 1
726 above, provided that you also meet all of these conditions:
727
728 @enumerate a
729 @item
730 You must cause the modified files to carry prominent notices
731 stating that you changed the files and the date of any change.
732
733 @item
734 You must cause any work that you distribute or publish, that in
735 whole or in part contains or is derived from the Program or any
736 part thereof, to be licensed as a whole at no charge to all third
737 parties under the terms of this License.
738
739 @item
740 If the modified program normally reads commands interactively
741 when run, you must cause it, when started running for such
742 interactive use in the most ordinary way, to print or display an
743 announcement including an appropriate copyright notice and a
744 notice that there is no warranty (or else, saying that you provide
745 a warranty) and that users may redistribute the program under
746 these conditions, and telling the user how to view a copy of this
747 License.  (Exception: if the Program itself is interactive but
748 does not normally print such an announcement, your work based on
749 the Program is not required to print an announcement.)
750 @end enumerate
751
752 These requirements apply to the modified work as a whole.  If
753 identifiable sections of that work are not derived from the Program,
754 and can be reasonably considered independent and separate works in
755 themselves, then this License, and its terms, do not apply to those
756 sections when you distribute them as separate works.  But when you
757 distribute the same sections as part of a whole which is a work based
758 on the Program, the distribution of the whole must be on the terms of
759 this License, whose permissions for other licensees extend to the
760 entire whole, and thus to each and every part regardless of who wrote it.
761
762 Thus, it is not the intent of this section to claim rights or contest
763 your rights to work written entirely by you; rather, the intent is to
764 exercise the right to control the distribution of derivative or
765 collective works based on the Program.
766
767 In addition, mere aggregation of another work not based on the Program
768 with the Program (or with a work based on the Program) on a volume of
769 a storage or distribution medium does not bring the other work under
770 the scope of this License.
771
772 @item
773 You may copy and distribute the Program (or a work based on it,
774 under Section 2) in object code or executable form under the terms of
775 Sections 1 and 2 above provided that you also do one of the following:
776
777 @enumerate a
778 @item
779 Accompany it with the complete corresponding machine-readable
780 source code, which must be distributed under the terms of Sections
781 1 and 2 above on a medium customarily used for software interchange; or,
782
783 @item
784 Accompany it with a written offer, valid for at least three
785 years, to give any third party, for a charge no more than your
786 cost of physically performing source distribution, a complete
787 machine-readable copy of the corresponding source code, to be
788 distributed under the terms of Sections 1 and 2 above on a medium
789 customarily used for software interchange; or,
790
791 @item
792 Accompany it with the information you received as to the offer
793 to distribute corresponding source code.  (This alternative is
794 allowed only for noncommercial distribution and only if you
795 received the program in object code or executable form with such
796 an offer, in accord with Subsection b above.)
797 @end enumerate
798
799 The source code for a work means the preferred form of the work for
800 making modifications to it.  For an executable work, complete source
801 code means all the source code for all modules it contains, plus any
802 associated interface definition files, plus the scripts used to
803 control compilation and installation of the executable.  However, as a
804 special exception, the source code distributed need not include
805 anything that is normally distributed (in either source or binary
806 form) with the major components (compiler, kernel, and so on) of the
807 operating system on which the executable runs, unless that component
808 itself accompanies the executable.
809
810 If distribution of executable or object code is made by offering
811 access to copy from a designated place, then offering equivalent
812 access to copy the source code from the same place counts as
813 distribution of the source code, even though third parties are not
814 compelled to copy the source along with the object code.
815
816 @item
817 You may not copy, modify, sublicense, or distribute the Program
818 except as expressly provided under this License.  Any attempt
819 otherwise to copy, modify, sublicense or distribute the Program is
820 void, and will automatically terminate your rights under this License.
821 However, parties who have received copies, or rights, from you under
822 this License will not have their licenses terminated so long as such
823 parties remain in full compliance.
824
825 @item
826 You are not required to accept this License, since you have not
827 signed it.  However, nothing else grants you permission to modify or
828 distribute the Program or its derivative works.  These actions are
829 prohibited by law if you do not accept this License.  Therefore, by
830 modifying or distributing the Program (or any work based on the
831 Program), you indicate your acceptance of this License to do so, and
832 all its terms and conditions for copying, distributing or modifying
833 the Program or works based on it.
834
835 @item
836 Each time you redistribute the Program (or any work based on the
837 Program), the recipient automatically receives a license from the
838 original licensor to copy, distribute or modify the Program subject to
839 these terms and conditions.  You may not impose any further
840 restrictions on the recipients' exercise of the rights granted herein.
841 You are not responsible for enforcing compliance by third parties to
842 this License.
843
844 @item
845 If, as a consequence of a court judgment or allegation of patent
846 infringement or for any other reason (not limited to patent issues),
847 conditions are imposed on you (whether by court order, agreement or
848 otherwise) that contradict the conditions of this License, they do not
849 excuse you from the conditions of this License.  If you cannot
850 distribute so as to satisfy simultaneously your obligations under this
851 License and any other pertinent obligations, then as a consequence you
852 may not distribute the Program at all.  For example, if a patent
853 license would not permit royalty-free redistribution of the Program by
854 all those who receive copies directly or indirectly through you, then
855 the only way you could satisfy both it and this License would be to
856 refrain entirely from distribution of the Program.
857
858 If any portion of this section is held invalid or unenforceable under
859 any particular circumstance, the balance of the section is intended to
860 apply and the section as a whole is intended to apply in other
861 circumstances.
862
863 It is not the purpose of this section to induce you to infringe any
864 patents or other property right claims or to contest validity of any
865 such claims; this section has the sole purpose of protecting the
866 integrity of the free software distribution system, which is
867 implemented by public license practices.  Many people have made
868 generous contributions to the wide range of software distributed
869 through that system in reliance on consistent application of that
870 system; it is up to the author/donor to decide if he or she is willing
871 to distribute software through any other system and a licensee cannot
872 impose that choice.
873
874 This section is intended to make thoroughly clear what is believed to
875 be a consequence of the rest of this License.
876
877 @item
878 If the distribution and/or use of the Program is restricted in
879 certain countries either by patents or by copyrighted interfaces, the
880 original copyright holder who places the Program under this License
881 may add an explicit geographical distribution limitation excluding
882 those countries, so that distribution is permitted only in or among
883 countries not thus excluded.  In such case, this License incorporates
884 the limitation as if written in the body of this License.
885
886 @item
887 The Free Software Foundation may publish revised and/or new versions
888 of the General Public License from time to time.  Such new versions will
889 be similar in spirit to the present version, but may differ in detail to
890 address new problems or concerns.
891
892 Each version is given a distinguishing version number.  If the Program
893 specifies a version number of this License which applies to it and ``any
894 later version'', you have the option of following the terms and conditions
895 either of that version or of any later version published by the Free
896 Software Foundation.  If the Program does not specify a version number of
897 this License, you may choose any version ever published by the Free Software
898 Foundation.
899
900 @item
901 If you wish to incorporate parts of the Program into other free
902 programs whose distribution conditions are different, write to the author
903 to ask for permission.  For software which is copyrighted by the Free
904 Software Foundation, write to the Free Software Foundation; we sometimes
905 make exceptions for this.  Our decision will be guided by the two goals
906 of preserving the free status of all derivatives of our free software and
907 of promoting the sharing and reuse of software generally.
908
909 @iftex
910 @heading NO WARRANTY
911 @end iftex
912 @ifnottex
913 @center NO WARRANTY
914 @end ifnottex
915
916 @item
917 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
918 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
919 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
920 PROVIDE THE PROGRAM ``AS IS'' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
921 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
922 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
923 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
924 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
925 REPAIR OR CORRECTION.
926
927 @item
928 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
929 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
930 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
931 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
932 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
933 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
934 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
935 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
936 POSSIBILITY OF SUCH DAMAGES.
937 @end enumerate
938
939 @iftex
940 @heading END OF TERMS AND CONDITIONS
941 @end iftex
942 @ifnottex
943 @center END OF TERMS AND CONDITIONS
944 @end ifnottex
945
946 @page
947 @appendixsec Appendix: How to Apply These Terms to Your New Programs
948
949   If you develop a new program, and you want it to be of the greatest
950 possible use to the public, the best way to achieve this is to make it
951 free software which everyone can redistribute and change under these terms.
952
953   To do so, attach the following notices to the program.  It is safest
954 to attach them to the start of each source file to most effectively
955 convey the exclusion of warranty; and each file should have at least
956 the ``copyright'' line and a pointer to where the full notice is found.
957
958 @smallexample
959 @var{one line to give the program's name and a brief idea of what it does.}
960 Copyright (C) @var{yyyy}  @var{name of author}
961
962 This program is free software; you can redistribute it and/or modify
963 it under the terms of the GNU General Public License as published by
964 the Free Software Foundation; either version 2 of the License, or
965 (at your option) any later version.
966
967 This program is distributed in the hope that it will be useful,
968 but WITHOUT ANY WARRANTY; without even the implied warranty of
969 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
970 GNU General Public License for more details.
971
972 You should have received a copy of the GNU General Public License along
973 with this program; if not, write to the Free Software Foundation, Inc.,
974 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
975 @end smallexample
976
977 Also add information on how to contact you by electronic and paper mail.
978
979 If the program is interactive, make it output a short notice like this
980 when it starts in an interactive mode:
981
982 @smallexample
983 Gnomovision version 69, Copyright (C) 19@var{yy} @var{name of author}
984 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
985 This is free software, and you are welcome to redistribute it
986 under certain conditions; type `show c' for details.
987 @end smallexample
988
989 The hypothetical commands @samp{show w} and @samp{show c} should show
990 the appropriate parts of the General Public License.  Of course, the
991 commands you use may be called something other than @samp{show w} and
992 @samp{show c}; they could even be mouse-clicks or menu items---whatever
993 suits your program.
994
995 You should also get your employer (if you work as a programmer) or your
996 school, if any, to sign a ``copyright disclaimer'' for the program, if
997 necessary.  Here is a sample; alter the names:
998
999 @example
1000 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
1001 `Gnomovision' (which makes passes at compilers) written by James Hacker.
1002
1003 @var{signature of Ty Coon}, 1 April 1989
1004 Ty Coon, President of Vice
1005 @end example
1006
1007 This General Public License does not permit incorporating your program into
1008 proprietary programs.  If your program is a subroutine library, you may
1009 consider it more useful to permit linking proprietary applications with the
1010 library.  If this is what you want to do, use the GNU Library General
1011 Public License instead of this License.
1012
1013
1014 @node GNU Free Documentation License, Concept Index, Copying, Top
1015 @comment  node-name,  next,  previous,  up
1016 @appendix GNU Free Documentation License
1017 @center Version 1.2, November 2002
1018
1019 @display
1020 Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
1021 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
1022
1023 Everyone is permitted to copy and distribute verbatim copies
1024 of this license document, but changing it is not allowed.
1025 @end display
1026 @sp 1
1027 @enumerate 0
1028 @item
1029 PREAMBLE
1030
1031 The purpose of this License is to make a manual, textbook, or other
1032 functional and useful document ``free'' in the sense of freedom: to
1033 assure everyone the effective freedom to copy and redistribute it,
1034 with or without modifying it, either commercially or noncommercially.
1035 Secondarily, this License preserves for the author and publisher a way
1036 to get credit for their work, while not being considered responsible
1037 for modifications made by others.
1038
1039 This License is a kind of ``copyleft'', which means that derivative
1040 works of the document must themselves be free in the same sense.  It
1041 complements the GNU General Public License, which is a copyleft
1042 license designed for free software.
1043
1044 We have designed this License in order to use it for manuals for free
1045 software, because free software needs free documentation: a free
1046 program should come with manuals providing the same freedoms that the
1047 software does.  But this License is not limited to software manuals;
1048 it can be used for any textual work, regardless of subject matter or
1049 whether it is published as a printed book.  We recommend this License
1050 principally for works whose purpose is instruction or reference.
1051
1052 @sp 1
1053 @item
1054 APPLICABILITY AND DEFINITIONS
1055
1056 This License applies to any manual or other work, in any medium, that
1057 contains a notice placed by the copyright holder saying it can be
1058 distributed under the terms of this License.  Such a notice grants a
1059 world-wide, royalty-free license, unlimited in duration, to use that
1060 work under the conditions stated herein.  The ``Document'', below,
1061 refers to any such manual or work.  Any member of the public is a
1062 licensee, and is addressed as ``you''.  You accept the license if you
1063 copy, modify or distribute the work in a way requiring permission
1064 under copyright law.
1065
1066 A ``Modified Version'' of the Document means any work containing the
1067 Document or a portion of it, either copied verbatim, or with
1068 modifications and/or translated into another language.
1069
1070 A ``Secondary Section'' is a named appendix or a front-matter section of
1071 the Document that deals exclusively with the relationship of the
1072 publishers or authors of the Document to the Document's overall subject
1073 (or to related matters) and contains nothing that could fall directly
1074 within that overall subject.  (Thus, if the Document is in part a
1075 textbook of mathematics, a Secondary Section may not explain any
1076 mathematics.)  The relationship could be a matter of historical
1077 connection with the subject or with related matters, or of legal,
1078 commercial, philosophical, ethical or political position regarding
1079 them.
1080
1081 The ``Invariant Sections'' are certain Secondary Sections whose titles
1082 are designated, as being those of Invariant Sections, in the notice
1083 that says that the Document is released under this License.  If a
1084 section does not fit the above definition of Secondary then it is not
1085 allowed to be designated as Invariant.  The Document may contain zero
1086 Invariant Sections.  If the Document does not identify any Invariant
1087 Sections then there are none.
1088
1089 The ``Cover Texts'' are certain short passages of text that are listed,
1090 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
1091 the Document is released under this License.  A Front-Cover Text may
1092 be at most 5 words, and a Back-Cover Text may be at most 25 words.
1093
1094 A ``Transparent'' copy of the Document means a machine-readable copy,
1095 represented in a format whose specification is available to the
1096 general public, that is suitable for revising the document
1097 straightforwardly with generic text editors or (for images composed of
1098 pixels) generic paint programs or (for drawings) some widely available
1099 drawing editor, and that is suitable for input to text formatters or
1100 for automatic translation to a variety of formats suitable for input
1101 to text formatters.  A copy made in an otherwise Transparent file
1102 format whose markup, or absence of markup, has been arranged to thwart
1103 or discourage subsequent modification by readers is not Transparent.
1104 An image format is not Transparent if used for any substantial amount
1105 of text.  A copy that is not ``Transparent'' is called ``Opaque.''
1106
1107
1108 Examples of suitable formats for Transparent copies include plain
1109 ASCII without markup, Texinfo input format, LaTeX input format, SGML
1110 or XML using a publicly available DTD, and standard-conforming simple
1111 HTML, PostScript or PDF designed for human modification.  Examples of
1112 transparent image formats include PNG, XCF and JPG.  Opaque formats
1113 include proprietary formats that can be read and edited only by
1114 proprietary word processors, SGML or XML for which the DTD and/or
1115 processing tools are not generally available, and the
1116 machine-generated HTML, PostScript or PDF produced by some word
1117 processors for output purposes only.
1118
1119 The ``Title Page'' means, for a printed book, the title page itself,
1120 plus such following pages as are needed to hold, legibly, the material
1121 this License requires to appear in the title page.  For works in
1122 formats which do not have any title page as such, ``Title Page'' means
1123 the text near the most prominent appearance of the work's title,
1124 preceding the beginning of the body of the text.
1125
1126 A section ``Entitled XYZ'' means a named subunit of the Document whose
1127 title either is precisely XYZ or contains XYZ in parentheses following
1128 text that translates XYZ in another language.  (Here XYZ stands for a
1129 specific section name mentioned below, such as ``Acknowledgements'',
1130 ``Dedications'', ``Endorsements'', or ``History''.)  To ``Preserve the Title''
1131 of such a section when you modify the Document means that it remains a
1132 section ``Entitled XYZ'' according to this definition.
1133
1134 The Document may include Warranty Disclaimers next to the notice which
1135 states that this License applies to the Document.  These Warranty
1136 Disclaimers are considered to be included by reference in this
1137 License, but only as regards disclaiming warranties: any other
1138 implication that these Warranty Disclaimers may have is void and has
1139 no effect on the meaning of this License.
1140 @sp 1
1141 @item
1142 VERBATIM COPYING
1143
1144 You may copy and distribute the Document in any medium, either
1145 commercially or noncommercially, provided that this License, the
1146 copyright notices, and the license notice saying this License applies
1147 to the Document are reproduced in all copies, and that you add no other
1148 conditions whatsoever to those of this License.  You may not use
1149 technical measures to obstruct or control the reading or further
1150 copying of the copies you make or distribute.  However, you may accept
1151 compensation in exchange for copies.  If you distribute a large enough
1152 number of copies you must also follow the conditions in section 3.
1153
1154 You may also lend copies, under the same conditions stated above, and
1155 you may publicly display copies.
1156 @sp 1
1157 @item
1158 COPYING IN QUANTITY
1159
1160 If you publish printed copies (or copies in media that commonly have
1161 printed covers) of the Document, numbering more than 100, and the
1162 Document's license notice requires Cover Texts, you must enclose the
1163 copies in covers that carry, clearly and legibly, all these Cover
1164 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
1165 the back cover.  Both covers must also clearly and legibly identify
1166 you as the publisher of these copies.  The front cover must present
1167 the full title with all words of the title equally prominent and
1168 visible.  You may add other material on the covers in addition.
1169 Copying with changes limited to the covers, as long as they preserve
1170 the title of the Document and satisfy these conditions, can be treated
1171 as verbatim copying in other respects.
1172
1173 If the required texts for either cover are too voluminous to fit
1174 legibly, you should put the first ones listed (as many as fit
1175 reasonably) on the actual cover, and continue the rest onto adjacent
1176 pages.
1177
1178 If you publish or distribute Opaque copies of the Document numbering
1179 more than 100, you must either include a machine-readable Transparent
1180 copy along with each Opaque copy, or state in or with each Opaque copy
1181 a computer-network location from which the general network-using
1182 public has access to download using public-standard network protocols
1183 a complete Transparent copy of the Document, free of added material.
1184 If you use the latter option, you must take reasonably prudent steps,
1185 when you begin distribution of Opaque copies in quantity, to ensure
1186 that this Transparent copy will remain thus accessible at the stated
1187 location until at least one year after the last time you distribute an
1188 Opaque copy (directly or through your agents or retailers) of that
1189 edition to the public.
1190
1191 It is requested, but not required, that you contact the authors of the
1192 Document well before redistributing any large number of copies, to give
1193 them a chance to provide you with an updated version of the Document.
1194 @sp 1
1195 @item
1196 MODIFICATIONS
1197
1198 You may copy and distribute a Modified Version of the Document under
1199 the conditions of sections 2 and 3 above, provided that you release
1200 the Modified Version under precisely this License, with the Modified
1201 Version filling the role of the Document, thus licensing distribution
1202 and modification of the Modified Version to whoever possesses a copy
1203 of it.  In addition, you must do these things in the Modified Version:
1204
1205 A. Use in the Title Page (and on the covers, if any) a title distinct
1206    from that of the Document, and from those of previous versions
1207    (which should, if there were any, be listed in the History section
1208    of the Document).  You may use the same title as a previous version
1209    if the original publisher of that version gives permission.@*
1210 B. List on the Title Page, as authors, one or more persons or entities
1211    responsible for authorship of the modifications in the Modified
1212    Version, together with at least five of the principal authors of the
1213    Document (all of its principal authors, if it has fewer than five),
1214    unless they release you from this requirement.@*
1215 C. State on the Title page the name of the publisher of the
1216    Modified Version, as the publisher.@*
1217 D. Preserve all the copyright notices of the Document.@*
1218 E. Add an appropriate copyright notice for your modifications
1219    adjacent to the other copyright notices.@*
1220 F. Include, immediately after the copyright notices, a license notice
1221    giving the public permission to use the Modified Version under the
1222    terms of this License, in the form shown in the Addendum below.@*
1223 G. Preserve in that license notice the full lists of Invariant Sections
1224    and required Cover Texts given in the Document's license notice.@*
1225 H. Include an unaltered copy of this License.@*
1226 I. Preserve the section Entitled ``History'', Preserve its Title, and add
1227    to it an item stating at least the title, year, new authors, and
1228    publisher of the Modified Version as given on the Title Page.  If
1229    there is no section Entitled ``History'' in the Document, create one
1230    stating the title, year, authors, and publisher of the Document as
1231    given on its Title Page, then add an item describing the Modified
1232    Version as stated in the previous sentence.@*
1233 J. Preserve the network location, if any, given in the Document for
1234    public access to a Transparent copy of the Document, and likewise
1235    the network locations given in the Document for previous versions
1236    it was based on.  These may be placed in the ``History'' section.
1237    You may omit a network location for a work that was published at
1238    least four years before the Document itself, or if the original
1239    publisher of the version it refers to gives permission.@*
1240 K. For any section Entitled ``Acknowledgements'' or ``Dedications'',
1241    Preserve the Title of the section, and preserve in the section all
1242    the substance and tone of each of the contributor acknowledgements
1243    and/or dedications given therein.@*
1244 L. Preserve all the Invariant Sections of the Document,
1245    unaltered in their text and in their titles.  Section numbers
1246    or the equivalent are not considered part of the section titles.@*
1247 M. Delete any section Entitled ``Endorsements.''  Such a section
1248    may not be included in the Modified Version.@*
1249 N. Do not retitle any existing section to be Entitled ``Endorsements''
1250    or to conflict in title with any Invariant Section.@*
1251 O. Preserve any Warranty Disclaimers.@*
1252 @sp 1
1253 If the Modified Version includes new front-matter sections or
1254 appendices that qualify as Secondary Sections and contain no material
1255 copied from the Document, you may at your option designate some or all
1256 of these sections as invariant.  To do this, add their titles to the
1257 list of Invariant Sections in the Modified Version's license notice.
1258 These titles must be distinct from any other section titles.
1259
1260 You may add a section Entitled ``Endorsements'', provided it contains
1261 nothing but endorsements of your Modified Version by various
1262 parties--for example, statements of peer review or that the text has
1263 been approved by an organization as the authoritative definition of a
1264 standard.
1265
1266 You may add a passage of up to five words as a Front-Cover Text, and a
1267 passage of up to 25 words as a Back-Cover Text, to the end of the list
1268 of Cover Texts in the Modified Version.  Only one passage of
1269 Front-Cover Text and one of Back-Cover Text may be added by (or
1270 through arrangements made by) any one entity.  If the Document already
1271 includes a cover text for the same cover, previously added by you or
1272 by arrangement made by the same entity you are acting on behalf of,
1273 you may not add another; but you may replace the old one, on explicit
1274 permission from the previous publisher that added the old one.
1275
1276 The author(s) and publisher(s) of the Document do not by this License
1277 give permission to use their names for publicity for or to assert or
1278 imply endorsement of any Modified Version.
1279 @sp 1
1280 @item
1281 COMBINING DOCUMENTS
1282
1283 You may combine the Document with other documents released under this
1284 License, under the terms defined in section 4 above for modified
1285 versions, provided that you include in the combination all of the
1286 Invariant Sections of all of the original documents, unmodified, and
1287 list them all as Invariant Sections of your combined work in its
1288 license notice, and that you preserve all their Warranty Disclaimers.
1289
1290 The combined work need only contain one copy of this License, and
1291 multiple identical Invariant Sections may be replaced with a single
1292 copy.  If there are multiple Invariant Sections with the same name but
1293 different contents, make the title of each such section unique by
1294 adding at the end of it, in parentheses, the name of the original
1295 author or publisher of that section if known, or else a unique number.
1296 Make the same adjustment to the section titles in the list of
1297 Invariant Sections in the license notice of the combined work.
1298
1299 In the combination, you must combine any sections Entitled ``History''
1300 in the various original documents, forming one section Entitled
1301 ``History''; likewise combine any sections Entitled ``Acknowledgements'',
1302 and any sections Entitled ``Dedications.''  You must delete all sections
1303 Entitled ``Endorsements.''
1304 @sp 1
1305 @item
1306 COLLECTIONS OF DOCUMENTS
1307
1308 You may make a collection consisting of the Document and other documents
1309 released under this License, and replace the individual copies of this
1310 License in the various documents with a single copy that is included in
1311 the collection, provided that you follow the rules of this License for
1312 verbatim copying of each of the documents in all other respects.
1313
1314 You may extract a single document from such a collection, and distribute
1315 it individually under this License, provided you insert a copy of this
1316 License into the extracted document, and follow this License in all
1317 other respects regarding verbatim copying of that document.
1318 @sp 1
1319 @item
1320 AGGREGATION WITH INDEPENDENT WORKS
1321
1322 A compilation of the Document or its derivatives with other separate
1323 and independent documents or works, in or on a volume of a storage or
1324 distribution medium, is called an ``aggregate'' if the copyright
1325 resulting from the compilation is not used to limit the legal rights
1326 of the compilation's users beyond what the individual works permit.
1327 When the Document is included in an aggregate, this License does not
1328 apply to the other works in the aggregate which are not themselves
1329 derivative works of the Document.
1330
1331 If the Cover Text requirement of section 3 is applicable to these
1332 copies of the Document, then if the Document is less than one half of
1333 the entire aggregate, the Document's Cover Texts may be placed on
1334 covers that bracket the Document within the aggregate, or the
1335 electronic equivalent of covers if the Document is in electronic form.
1336 Otherwise they must appear on printed covers that bracket the whole
1337 aggregate.
1338 @sp 1
1339 @item
1340 TRANSLATION
1341
1342 Translation is considered a kind of modification, so you may
1343 distribute translations of the Document under the terms of section 4.
1344 Replacing Invariant Sections with translations requires special
1345 permission from their copyright holders, but you may include
1346 translations of some or all Invariant Sections in addition to the
1347 original versions of these Invariant Sections.  You may include a
1348 translation of this License, and all the license notices in the
1349 Document, and any Warranty Disclaimers, provided that you also include
1350 the original English version of this License and the original versions
1351 of those notices and disclaimers.  In case of a disagreement between
1352 the translation and the original version of this License or a notice
1353 or disclaimer, the original version will prevail.
1354
1355 If a section in the Document is Entitled ``Acknowledgements'',
1356 ``Dedications'', or ``History'', the requirement (section 4) to Preserve
1357 its Title (section 1) will typically require changing the actual
1358 title.
1359 @sp 1
1360 @item
1361 TERMINATION
1362
1363 You may not copy, modify, sublicense, or distribute the Document except
1364 as expressly provided for under this License.  Any other attempt to
1365 copy, modify, sublicense or distribute the Document is void, and will
1366 automatically terminate your rights under this License.  However,
1367 parties who have received copies, or rights, from you under this
1368 License will not have their licenses terminated so long as such
1369 parties remain in full compliance.
1370 @sp 1
1371 @item
1372 FUTURE REVISIONS OF THIS LICENSE
1373
1374 The Free Software Foundation may publish new, revised versions
1375 of the GNU Free Documentation License from time to time.  Such new
1376 versions will be similar in spirit to the present version, but may
1377 differ in detail to address new problems or concerns.  See
1378 http://www.gnu.org/copyleft/.
1379
1380 Each version of the License is given a distinguishing version number.
1381 If the Document specifies that a particular numbered version of this
1382 License ``or any later version'' applies to it, you have the option of
1383 following the terms and conditions either of that specified version or
1384 of any later version that has been published (not as a draft) by the
1385 Free Software Foundation.  If the Document does not specify a version
1386 number of this License, you may choose any version ever published (not
1387 as a draft) by the Free Software Foundation.
1388
1389 @end enumerate
1390
1391 @unnumberedsec ADDENDUM: How to use this License for your documents
1392
1393 To use this License in a document you have written, include a copy of
1394 the License in the document and put the following copyright and
1395 license notices just after the title page:
1396
1397 @smallexample
1398 @group
1399 Copyright (C)  @var{year}  @var{your name}.
1400 Permission is granted to copy, distribute and/or modify this document
1401 under the terms of the GNU Free Documentation License, Version 1.2
1402 or any later version published by the Free Software Foundation;
1403 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
1404 A copy of the license is included in the section entitled ``GNU
1405 Free Documentation License''.
1406 @end group
1407 @end smallexample
1408
1409 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
1410 replace the ``with...Texts.'' line with this:
1411
1412 @smallexample
1413 @group
1414 with the Invariant Sections being @var{list their titles}, with the
1415 Front-Cover Texts being @var{list}, and with the Back-Cover Texts being
1416 @var{list}.
1417 @end group
1418 @end smallexample
1419
1420 If you have Invariant Sections without Cover Texts, or some other
1421 combination of the three, merge those two alternatives to suit the
1422 situation.
1423
1424 If your document contains nontrivial examples of program code, we
1425 recommend releasing these examples in parallel under your choice of
1426 free software license, such as the GNU General Public License,
1427 to permit their use in free software.
1428
1429
1430 @node Concept Index,  , GNU Free Documentation License, Top
1431 @comment  node-name,  next,  previous,  up
1432 @unnumbered Index
1433
1434 @printindex cp
1435
1436 @bye
1437
1438 @ignore
1439    arch-tag: cf9cfaff-fc12-4297-ad15-ec2493002b1e
1440 @end ignore