Keep pristine copy of updated Remember manual
[remember-el.git] / remember-el.texi
blob49c9f4b93ecc6888d3e0572b9ad2f2b0be4770e9
1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename remember-el.info
4 @settitle remember-el
5 @c %**end of header
7 @dircategory Emacs
8 @direntry
9 * remember-el: (remember-el). Random information manager for Emacs
10 @end direntry
12 @syncodeindex fn cp
14 @copying
15 This manual is for remember-el, version 1.9
17 Copyright @copyright{} 2001 John Wiegley@*
18 Copyright @copyright{} 2004, 2005 Sacha Chua
20 @quotation
21 Permission is granted to copy, distribute and/or modify this document
22 under the terms of the GNU Free Documentation License, Version 1.2
23 or any later version published by the Free Software Foundation;
24 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
25 Texts.  A copy of the license is included in the section entitled ``GNU
26 Free Documentation License''.
27 @end quotation
28 @end copying
30 @titlepage
31 @title Guide to remember-el
32 @subtitle a random information manager
33 @subtitle for GNU Emacs and Xemacs
35 @c The following two commands
36 @c start the copyright page.
37 @page
38 @vskip 0pt plus 1filll
39 @insertcopying
40 @end titlepage
42 @c So the toc is printed at the start
43 @contents
45 @ifnottex
46 @node Top, Preface, (dir), (dir)
47 @comment  node-name,  next,  previous,  up
48 @top remember-el
50 @insertcopying
51 @end ifnottex
53 @menu
54 * Preface::                     About the documentation
55 * Introduction::                What is RememberMode?
56 * Installation::                How to get the stable and development versions
57 * Implementation::              
58 * Quick Start::                 
59 * Backends::                    
60 * Using remember-experimental.el::  
61 * Function Reference::          
62 * Getting Help and Reporting Bugs::  
63 * GNU General Public License::  
64 * GNU Free Documentation License::  
65 * Concept Index::               
67 @detailmenu
68  --- The Detailed Node Listing ---
70 Installation
72 * Stable Version::              Low-risk
73 * Development Version::         Many features
75 Backends
77 * Text File::                   
78 * Mailbox::                     
79 * Bibliography::                
80 * Planner Page::                
82 @end detailmenu
83 @end menu
85 @node Preface, Introduction, Top, Top
86 @comment  node-name,  next,  previous,  up
87 @chapter Preface
89 This document describes remember-el, which was written by John Wiegley
90 and is now maintained by Sacha Chua. This document is available in
91 both the stable and development versions, and should describe the
92 features available in the particular version it is included in.
94 This document is a work in progress, and your contribution will be
95 greatly appreciated. Please e-mail comments and suggestions to the
96 documentation maintainer, Sacha Chua @email{sacha@@free.net.ph} .
98 @node Introduction, Installation, Preface, Top
99 @comment  node-name,  next,  previous,  up
100 @chapter Introduction
102 Todo lists, schedules, phone databases... everything we use databases
103 for is really just a way to extend the power of our memory, to be able
104 to remember what our conscious mind may not currently have access to.
106 There are many different databases out there---and good ones---
107 which this mode is not trying to replace.  Rather, it's how that
108 data gets there that's the question.  Most of the time, we just
109 want to say "Remember so-and-so's phone number, or that I have to
110 buy dinner for the cats tonight."  That's the FACT.  How it's
111 stored is really the computer's problem.  But at this point in
112 time, it's most definitely also the user's problem, and sometimes
113 so laboriously so that people just let data slip, rather than
114 expend the effort to record it.
116 ``Remember'' is a mode for remembering data.  It uses whatever
117 back-end is appropriate to record and correlate the data, but its main
118 intention is to allow you to express as @emph{little} structure as
119 possible up front.  If you later want to express more powerful
120 relationships between your data, or state assumptions that were at
121 first too implicit to be recognized, you can ``study'' the data later
122 and rearrange it.  But the initial ``just remember this'' impulse
123 should be as close to simply throwing the data at Emacs as possible.
125 Have you ever noticed that having a laptop to write on doesn't
126 @emph{actually} increase the amount of quality material that you turn
127 out, in the long run?  Perhaps it's because the time we save
128 electronically in one way, we're losing electronically in another; the
129 tool should never dominate one's focus.  As the mystic Faridu'd-Din
130 `Attar wrote: ``Be occupied as little as possible with things of the
131 outer world but much with things of the inner world; then right action
132 will overcome inaction.''
134 Please send your comments and ideas to the maintainers (@pxref{Getting
135 Help and Reporting Bugs}).  If Emacs could become a more intelligent
136 data store, where brainstorming would focus on the @emph{ideas}
137 involved---rather than the structuring and format of those ideas, or
138 having to stop your current flow of work in order to record them---it
139 would map much more closely to how the mind (well, at least mine)
140 works, and hence would eliminate that very manual-ness which computers
141 from the very beginning have been championed as being able to reduce.
143 @node Installation, Implementation, Introduction, Top
144 @comment  node-name,  next,  previous,  up
145 @chapter Installation
147 @menu
148 * Stable Version::              Low-risk
149 * Development Version::         Many features
150 @end menu
152 @node Stable Version, Development Version, Installation, Installation
153 @comment  node-name,  next,  previous,  up
154 @section Installing the stable version
155 @cindex stable version
157 Choose the stable branch if you want to minimize risk.  Features are
158 added to the stable branch after meeting these conditions:
160 @itemize @bullet
161 @item Confirmed working by at least one other user
162 @item Documented in the source code, changelog, and info manual
163 @end itemize
165 Errors are corrected in the development branch first.  Once fixes are
166 confirmed, they are applied to the stable branch.  User-visible
167 changes will be clearly marked with ``NOTE:'' in the changelog for the
168 branch.  Major changes will also be announced on the
169 @email{emacs-wiki-discuss@@nongnu.org} mailing list. @pxref{Getting
170 Help and Reporting Bugs}.
172 You will need at least @file{remember/remember.el} to use remember-el.  
174 @cindex Debian package for remember-el
176 Debian users can get remember-el via apt-get. It is not yet in the
177 main archive. You can get it from the maintainer's site by adding the
178 following line to @file{/etc/apt/sources.list}
180 @example
181 deb http://sacha.free.net.ph/notebook/emacs/planner/ ./
182 @end example
184 Use @kbd{apt-get update} to update the package lists and @kbd{apt-get
185 install remember-el} to install the package.
187 You can also install the source distribution.
189 @enumerate
190 @item Download and unpack @uref{http://sacha.free.net.ph/notebook/emacs/sacha-stable.tar.gz} .
191 @item Edit your @file{~/.emacs}.
193 @lisp
194 (add-to-list 'load-path "/path/to/remember")
195 (require 'remember)
196 @end lisp
198 @end enumerate
200 You can browse the files or download the archive at the following locations:
202 @itemize
203 @item Individual files: @uref{http://sacha.free.net.ph/notebook/emacs/stable}
204 @item Archive: @uref{http://sacha.free.net.ph/notebook/emacs/sacha-stable.tar.gz}
205 @item Browse arch repository: @uref{http://plannerarch.mbobo.org} (Updated at 16:00 GMT, Host: Florian Lanthaler)
206 @end itemize
208 @node Development Version,  , Stable Version, Installation
209 @comment  node-name,  next,  previous,  up
210 @section Installing the development version
211 @cindex development version
213 Choose the development branch if you want to use new Planner features.
215 @cindex arch revision control system, downloading
216 The Arch revision control system allows you to retrieve previous
217 versions and select specific features and bugfixes.  
219 Downloading the modules for the first time:
221 @enumerate
222 @item Install arch. Debian: @kbd{apt-get install tla} Other distros: see @uref{http://regexps.srparish.net/www/} .
223 @item Register the archive and download the modules.
225 @example
226 # Register the archive
227 tla register-archive sacha@@free.net.ph--main http://sacha.free.net.ph/notebook/arch
229 # Download emacs-wiki module into the remember/ subdirectory
230 tla get sacha@@free.net.ph--main/remember--dev--1.0 remember
231 @end example
233 @item Open your @file{~/.emacs} and add the @file{remember/} directory to your load path.
235 @example
236 (add-to-list 'load-path "/path/to/remember")
237 @end example
239 @end enumerate
241 To list upstream changes not in local copy:
243 @example
244 # Change to the source directory you are interested in. Example:
245 cd remember/
247 # Display the summary of changes
248 tla missing --summary
249 @end example
251 To update to the latest version:
253 @example
254 cd remember
255 tla replay
256 @end example
258 You can browse the files or download the archive at the following locations:
260 @itemize
261 @item Individual files: @uref{http://sacha.free.net.ph/notebook/emacs/dev}
262 @item Archive: @uref{http://sacha.free.net.ph/notebook/emacs/sacha-dev.tar.gz}
263 @item Browse arch repository: @uref{http://plannerarch.mbobo.org} (Updated at 16:00 GMT, Host: Florian Lanthaler)
264 @end itemize
266 @node Implementation, Quick Start, Installation, Top
267 @comment  node-name,  next,  previous,  up
268 @chapter Implementation
270 Hyperbole, as a data presentation tool, always struck me as being very
271 powerful, but it seemed to require a lot of ``front-end'' work before
272 that data was really available.  The problem with BBDB, or keeping up
273 a Bibl-mode file, is that you have to use different functions to
274 record the data, and it always takes time to stop what you're doing,
275 format the data in the manner expected by that particular data
276 interface, and then resume your work.
278 With ``remember'', you just hit @kbd{M-x remember} (you'd probably
279 want to bind this to an easily accessible keystroke, like @kbd{C-x
280 M-r}), slam in your text however you like, and then hit @kbd{C-c C-c}.
281 It will file the data away for later retrieval, and possibly indexing.
283 Indexing is to data what ``studying'' is in the real world.  What you
284 do when you study (or lucubrate, for some of us) is to realize certain
285 relationships implicit in the data, so that you can make use of those
286 relationships.  Expressing that a certain quote you remembered was a
287 religious quote, and that you want the ability to pull up all quotes
288 of a religious nature, is what studying does.  This is a more labor
289 intensive task than the original remembering of the data, and it's
290 typical in real life to set aside a special period of time for doing
291 this work.
293 ``Remember'' works in the same way.  When you enter data, either by
294 typing it into a buffer, or using the contents of the selected region,
295 it will store that data---unindexed, uninterpreted---in a data pool.
296 It will also try to remember as much context information as possible
297 (any text properties that were set, where you copied it from, when,
298 how, etc).  Later, you can walk through your accumulated set of data
299 (both organized, and unorganized) and easily begin moving things
300 around, and making annotations that will express the full meaning of
301 that data, as far as you know it.
303 Obviously this latter stage is more user-interface intensive, and it
304 would be nice if ``remember'' could do it as elegantly as possible,
305 rather than requiring a billion keystrokes to reorganize your
306 hierarchy.  Well, as the future arrives, hopefully experience and user
307 feedback will help to make this as intuitive a tool as possible.
309 @node Quick Start, Backends, Implementation, Top
310 @comment  node-name,  next,  previous,  up
311 @chapter Quick Start
313 @itemize
315 @item
316 Load @file{remember.el}.
318 @item
319 Type @kbd{M-x remember}. The @samp{*Remember*} buffer should be
320 displayed.
322 @item
323 Type in what you want to remember. The first line will be treated as
324 the headline, and the rest of the buffer will contain the body of the
325 note.
327 @item
328 Type @kbd{C-c C-c} (@code{remember-buffer}) to save the note and close
329 the @samp{*Remember*} buffer.
330 @end itemize
332 By default, @code{remember-buffer} saves the note in @file{~/.notes}.
333 You can edit it now to see the remembered and timestamped note. You
334 can edit this file however you want. New entries will always be added
335 to the end.
337 To remember a region of text, use the universal prefix. @kbd{C-u M-x
338 remember} displays a @samp{*Remember*} buffer with the region as the
339 initial contents.
341 As a simple beginning, you can start by using the Text File backend,
342 keeping your @file{~/.notes} file in outline-mode format, with a final
343 entry called @samp{* Raw data}. Remembered data will be added to the
344 end of the file. Every so often, you can move the data that gets
345 appended there into other files, or reorganize your document.
347 You can also store remembered data in other backends.
348 (@pxref{Backends})
350 Here is one way to map the remember functions in your @file{.emacs} to
351 very accessible keystrokes facilities using the mode:
353 @lisp
354 (autoload 'remember ``remember'' nil t)
355 (autoload 'remember-region ``remember'' nil t)
357 (define-key global-map (kbd "<f9> r") 'remember)
358 (define-key global-map (kbd "<f9> R") 'remember-region)
359 @end lisp
361 Check out the Planner package
362 (@uref{http://www.emacswiki.org/cgi-bin/wiki/PlannerMode}) for plenty
363 of annotation functions you can use with Remember. If you use Planner,
364 you can easily publish your remembered notes as HTML and RSS.
365 (@pxref{Planner Page})
367 By default, remember uses the first annotation returned by
368 @code{remember-annotation-functions}. To include all of the
369 annotations, set @code{remember-run-all-annotation-functions-flag} to non-nil.
371 @defopt remember-run-all-annotation-functions-flag
372 Non-nil means use all annotations returned by @code{remember-annotation-functions}.
373 @end defopt
375 You can write custom functions that use a different set of
376 remember-annotation-functions. For example:
378 @lisp
379 (defun my/remember-with-filename ()
380  "Always use the filename."
381  (interactive)
382  (let ((remember-annotation-functions '(buffer-file-name)))
383   (call-interactively 'remember)))
384 @end lisp
386 @node Backends, Using remember-experimental.el, Quick Start, Top
387 @chapter Backends
389 You can save remembered notes to a variety of backends.
391 @menu
392 * Text File::                   
393 * Mailbox::                     
394 * Bibliography::                
395 * Planner Page::                
396 @end menu
398 @node Text File, Mailbox, Backends, Backends
399 @section Saving to a Text File
400 @cindex text file
401 @cindex outline
403 @lisp
404 (setq remember-handler-functions '(remember-append-to-file))
405 @end lisp
407 @defopt remember-data-file
408 @end defopt
410 @defopt remember-leader-text
411 @end defopt
413 @node Mailbox, Bibliography, Text File, Backends
414 @section Saving to a Mailbox
415 @cindex mailbox, saving to a
417 @lisp
418 (setq remember-handler-functions '(remember-store-in-mailbox))
419 @end lisp
421 @defopt remember-mailbox
422 Name of mailbox to save messages to.
423 @end defopt
425 If you want to use BBDB to associate remembered snippets with entries
426 in your contact database, use the following code snippet:
428 @lisp
429 (require 'remember-bbdb)
430 (setq remember-handler-functions '(remember-bbdb-store-in-mailbox))
431 @end lisp
433 @node Bibliography, Planner Page, Mailbox, Backends
434 @section Saving to a Bibliography
436 Bibl-mode is a major mode for maintaining bibliography files. You can
437 get bibl-mode from:
438 @uref{http://ftp.azc.uam.mx/mirrors/gnu/emacs-lisp/bosullivan-packages/bibl-mode/}.
440 @lisp
441 (require 'remember-bibl)
442 @end lisp
444 @defun remember-url
445 Remember a URL in @code{bibl-mode} that is being visited with w3.
446 @end defun
448 @defun remember-location
449 Remember a bookmark location in `bibl-mode'.
450 @end defun
452 You can use this in addition to your normal remember backend.
454 @node Planner Page,  , Bibliography, Backends
455 @comment  node-name,  next,  previous,  up
456 @section Saving to a Planner Page
457 @cindex @file{remember-planner.el}, using
458 @cindex remember-el, using with PlannerMode
460 If you are using PlannerMode, depending on your configuration, notes
461 made using remember-el may actually be saved to a project and/or day
462 plan page.
464 @file{remember-planner.el} makes the notes you save with remember have
465 more context information associated with them, in the way that
466 PlannerMode tasks do.
468 To use remember-planner, place this in your @file{.emacs}:
470 @lisp
471 (require 'remember-planner)
472 (setq remember-handler-functions '(remember-planner-append))
473 @end lisp
475 To take advantage of PlannerMode's annotation functions, add the
476 following code as well:
478 @lisp
479 (setq remember-annotation-functions planner-annotation-functions)
480 @end lisp
482 Then, type @kbd{M-x remember} to remember new text, @kbd{M-x
483 remember-region} to remember the current region, or @kbd{C-u M-x
484 remember} to remember the current region but have an opportunity to
485 edit it before it is saved.
487 @defopt remember-planner-xref-p
488 Non-nil means cross-reference new entries with plan pages. Plan pages
489 are useful for gathering related information. If you don't want a note
490 associated with a plan page, you can press RET to accept the default
491 (just today's page) or specify nil at the prompt.
492 @end defopt
494 @defopt remember-planner-copy-on-xref-flag
495 Non-nil means copy note text instead of moving it to the plan page. If
496 nil, move the note body to the plan page, leaving a cross-reference
497 link on the day page. This results in shorter day pages but may be
498 harder for people to read.
499 @end defopt
501 @defopt remember-planner-timestamp-format
502 Format of timestamp for remember entries.
503 @end defopt
505 @file{remember-planner.el} does not define any interactive functions
506 or keybindings.
508 @node Using remember-experimental.el, Function Reference, Backends, Top
509 @comment  node-name,  next,  previous,  up
510 @chapter remember-experimental.el
511 @cindex @file{remember-experimental.el}, using
513 @file{remember-experimental.el} contains experimental functions
514 related to remember-el. Try them out at your own risk. 
516 @file{remember-experimental.el} does not define any interactive
517 functions, or keybindings.
519 @node Function Reference, Getting Help and Reporting Bugs, Using remember-experimental.el, Top
520 @comment  node-name,  next,  previous,  up
521 @chapter Function Reference
523 @file{remember.el} defines the following interactive functions:
525 @defun remember initial
526 Remember an arbitrary piece of data. With a prefix, it will use the
527 region as @var{initial}.
528 @end defun
530 @defun remember-region beg end
531 If called from within the remember buffer, @var{beg} and @var{end} are
532 ignored, and the entire buffer will be remembered.  If called from any
533 other buffer, that region, plus any context information specific to
534 that region, will be remembered.
535 @end defun
537 @defun remember-clipboard
538 Remember the contents of the current clipboard.  This is most useful
539 for remembering things from Netscape or other X Windows applications.
540 @end defun
542 @defun remember-buffer
543 Remember the contents of the current buffer.
544 @end defun
546 @defun remember-mode
547 This enters the major mode for output from @command{remember}.  This
548 buffer is used to collect data that you want remember.  Just hit
549 @kbd{C-c C-c} when you're done entering, and it will go ahead and file
550 the data for latter retrieval, and possible indexing.
551 @end defun
553 @file{remember.el} defines the following keybindings by default:
555 @kbd{C-x C-s} in remember-el is bound to @command{remember-buffer}.
556 @kbd{C-c C-c} in remember-el is also bound to
557 @command{remember-buffer}.
559 @node Getting Help and Reporting Bugs, GNU General Public License, Function Reference, Top
560 @comment  node-name,  next,  previous,  up
561 @chapter Getting Help and Reporting Bugs
562 @cindex help, getting
563 @cindex bugs, reporting
565 After you have read this guide, if you still have questions about
566 EmacsWikiMode, or if you have bugs to report, there are several places
567 you can go. 
569 You can join the mailing list at
570 @email{emacs-wiki-discuss@@nongnu.org} using the subscription form at
571 @uref{http://mail.nongnu.org/mailman/listinfo/
572 emacs-wiki-discuss}. This mailing list is also available via Gmane
573 (@uref{http://gmane.org/}). The group is called
574 @samp{gmane.emacs.wiki.general}.
576 @uref{http://www.emacswiki.org/cgi-bin/wiki/EmacsWikiMode} is the
577 emacs-wiki.org page.
579 You can visit the IRC Freenode channel @samp{#emacs}. Many of the
580 contributors are frequently around and willing to answer your
581 questions.
583 You can also contact the maintainer of EmacsWikiMode, Sacha Chua, at
584 @email{sacha@@free.net.ph}.
586 For issues relating to this documentation, please contact John
587 Sullivan at @email{johnsu01@@yahoo.com}.
589 @node GNU General Public License, GNU Free Documentation License, Getting Help and Reporting Bugs, Top
590 @comment  node-name,  next,  previous,  up
591 @appendix GNU GENERAL PUBLIC LICENSE
592 @center Version 2, June 1991
593 @cindex GPL
594 @cindex GNU General Public License
596 @c This file is intended to be included in another file.
598 @display
599 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
600 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
602 Everyone is permitted to copy and distribute verbatim copies
603 of this license document, but changing it is not allowed.
604 @end display
606 @appendixsec Preamble
608   The licenses for most software are designed to take away your
609 freedom to share and change it.  By contrast, the GNU General Public
610 License is intended to guarantee your freedom to share and change free
611 software---to make sure the software is free for all its users.  This
612 General Public License applies to most of the Free Software
613 Foundation's software and to any other program whose authors commit to
614 using it.  (Some other Free Software Foundation software is covered by
615 the GNU Library General Public License instead.)  You can apply it to
616 your programs, too.
618   When we speak of free software, we are referring to freedom, not
619 price.  Our General Public Licenses are designed to make sure that you
620 have the freedom to distribute copies of free software (and charge for
621 this service if you wish), that you receive source code or can get it
622 if you want it, that you can change the software or use pieces of it
623 in new free programs; and that you know you can do these things.
625   To protect your rights, we need to make restrictions that forbid
626 anyone to deny you these rights or to ask you to surrender the rights.
627 These restrictions translate to certain responsibilities for you if you
628 distribute copies of the software, or if you modify it.
630   For example, if you distribute copies of such a program, whether
631 gratis or for a fee, you must give the recipients all the rights that
632 you have.  You must make sure that they, too, receive or can get the
633 source code.  And you must show them these terms so they know their
634 rights.
636   We protect your rights with two steps: (1) copyright the software, and
637 (2) offer you this license which gives you legal permission to copy,
638 distribute and/or modify the software.
640   Also, for each author's protection and ours, we want to make certain
641 that everyone understands that there is no warranty for this free
642 software.  If the software is modified by someone else and passed on, we
643 want its recipients to know that what they have is not the original, so
644 that any problems introduced by others will not reflect on the original
645 authors' reputations.
647   Finally, any free program is threatened constantly by software
648 patents.  We wish to avoid the danger that redistributors of a free
649 program will individually obtain patent licenses, in effect making the
650 program proprietary.  To prevent this, we have made it clear that any
651 patent must be licensed for everyone's free use or not licensed at all.
653   The precise terms and conditions for copying, distribution and
654 modification follow.
656 @iftex
657 @appendixsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
658 @end iftex
659 @ifinfo
660 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
661 @end ifinfo
663 @enumerate 0
664 @item
665 This License applies to any program or other work which contains
666 a notice placed by the copyright holder saying it may be distributed
667 under the terms of this General Public License.  The ``Program'', below,
668 refers to any such program or work, and a ``work based on the Program''
669 means either the Program or any derivative work under copyright law:
670 that is to say, a work containing the Program or a portion of it,
671 either verbatim or with modifications and/or translated into another
672 language.  (Hereinafter, translation is included without limitation in
673 the term ``modification''.)  Each licensee is addressed as ``you''.
675 Activities other than copying, distribution and modification are not
676 covered by this License; they are outside its scope.  The act of
677 running the Program is not restricted, and the output from the Program
678 is covered only if its contents constitute a work based on the
679 Program (independent of having been made by running the Program).
680 Whether that is true depends on what the Program does.
682 @item
683 You may copy and distribute verbatim copies of the Program's
684 source code as you receive it, in any medium, provided that you
685 conspicuously and appropriately publish on each copy an appropriate
686 copyright notice and disclaimer of warranty; keep intact all the
687 notices that refer to this License and to the absence of any warranty;
688 and give any other recipients of the Program a copy of this License
689 along with the Program.
691 You may charge a fee for the physical act of transferring a copy, and
692 you may at your option offer warranty protection in exchange for a fee.
694 @item
695 You may modify your copy or copies of the Program or any portion
696 of it, thus forming a work based on the Program, and copy and
697 distribute such modifications or work under the terms of Section 1
698 above, provided that you also meet all of these conditions:
700 @enumerate a
701 @item
702 You must cause the modified files to carry prominent notices
703 stating that you changed the files and the date of any change.
705 @item
706 You must cause any work that you distribute or publish, that in
707 whole or in part contains or is derived from the Program or any
708 part thereof, to be licensed as a whole at no charge to all third
709 parties under the terms of this License.
711 @item
712 If the modified program normally reads commands interactively
713 when run, you must cause it, when started running for such
714 interactive use in the most ordinary way, to print or display an
715 announcement including an appropriate copyright notice and a
716 notice that there is no warranty (or else, saying that you provide
717 a warranty) and that users may redistribute the program under
718 these conditions, and telling the user how to view a copy of this
719 License.  (Exception: if the Program itself is interactive but
720 does not normally print such an announcement, your work based on
721 the Program is not required to print an announcement.)
722 @end enumerate
724 These requirements apply to the modified work as a whole.  If
725 identifiable sections of that work are not derived from the Program,
726 and can be reasonably considered independent and separate works in
727 themselves, then this License, and its terms, do not apply to those
728 sections when you distribute them as separate works.  But when you
729 distribute the same sections as part of a whole which is a work based
730 on the Program, the distribution of the whole must be on the terms of
731 this License, whose permissions for other licensees extend to the
732 entire whole, and thus to each and every part regardless of who wrote it.
734 Thus, it is not the intent of this section to claim rights or contest
735 your rights to work written entirely by you; rather, the intent is to
736 exercise the right to control the distribution of derivative or
737 collective works based on the Program.
739 In addition, mere aggregation of another work not based on the Program
740 with the Program (or with a work based on the Program) on a volume of
741 a storage or distribution medium does not bring the other work under
742 the scope of this License.
744 @item
745 You may copy and distribute the Program (or a work based on it,
746 under Section 2) in object code or executable form under the terms of
747 Sections 1 and 2 above provided that you also do one of the following:
749 @enumerate a
750 @item
751 Accompany it with the complete corresponding machine-readable
752 source code, which must be distributed under the terms of Sections
753 1 and 2 above on a medium customarily used for software interchange; or,
755 @item
756 Accompany it with a written offer, valid for at least three
757 years, to give any third party, for a charge no more than your
758 cost of physically performing source distribution, a complete
759 machine-readable copy of the corresponding source code, to be
760 distributed under the terms of Sections 1 and 2 above on a medium
761 customarily used for software interchange; or,
763 @item
764 Accompany it with the information you received as to the offer
765 to distribute corresponding source code.  (This alternative is
766 allowed only for noncommercial distribution and only if you
767 received the program in object code or executable form with such
768 an offer, in accord with Subsection b above.)
769 @end enumerate
771 The source code for a work means the preferred form of the work for
772 making modifications to it.  For an executable work, complete source
773 code means all the source code for all modules it contains, plus any
774 associated interface definition files, plus the scripts used to
775 control compilation and installation of the executable.  However, as a
776 special exception, the source code distributed need not include
777 anything that is normally distributed (in either source or binary
778 form) with the major components (compiler, kernel, and so on) of the
779 operating system on which the executable runs, unless that component
780 itself accompanies the executable.
782 If distribution of executable or object code is made by offering
783 access to copy from a designated place, then offering equivalent
784 access to copy the source code from the same place counts as
785 distribution of the source code, even though third parties are not
786 compelled to copy the source along with the object code.
788 @item
789 You may not copy, modify, sublicense, or distribute the Program
790 except as expressly provided under this License.  Any attempt
791 otherwise to copy, modify, sublicense or distribute the Program is
792 void, and will automatically terminate your rights under this License.
793 However, parties who have received copies, or rights, from you under
794 this License will not have their licenses terminated so long as such
795 parties remain in full compliance.
797 @item
798 You are not required to accept this License, since you have not
799 signed it.  However, nothing else grants you permission to modify or
800 distribute the Program or its derivative works.  These actions are
801 prohibited by law if you do not accept this License.  Therefore, by
802 modifying or distributing the Program (or any work based on the
803 Program), you indicate your acceptance of this License to do so, and
804 all its terms and conditions for copying, distributing or modifying
805 the Program or works based on it.
807 @item
808 Each time you redistribute the Program (or any work based on the
809 Program), the recipient automatically receives a license from the
810 original licensor to copy, distribute or modify the Program subject to
811 these terms and conditions.  You may not impose any further
812 restrictions on the recipients' exercise of the rights granted herein.
813 You are not responsible for enforcing compliance by third parties to
814 this License.
816 @item
817 If, as a consequence of a court judgment or allegation of patent
818 infringement or for any other reason (not limited to patent issues),
819 conditions are imposed on you (whether by court order, agreement or
820 otherwise) that contradict the conditions of this License, they do not
821 excuse you from the conditions of this License.  If you cannot
822 distribute so as to satisfy simultaneously your obligations under this
823 License and any other pertinent obligations, then as a consequence you
824 may not distribute the Program at all.  For example, if a patent
825 license would not permit royalty-free redistribution of the Program by
826 all those who receive copies directly or indirectly through you, then
827 the only way you could satisfy both it and this License would be to
828 refrain entirely from distribution of the Program.
830 If any portion of this section is held invalid or unenforceable under
831 any particular circumstance, the balance of the section is intended to
832 apply and the section as a whole is intended to apply in other
833 circumstances.
835 It is not the purpose of this section to induce you to infringe any
836 patents or other property right claims or to contest validity of any
837 such claims; this section has the sole purpose of protecting the
838 integrity of the free software distribution system, which is
839 implemented by public license practices.  Many people have made
840 generous contributions to the wide range of software distributed
841 through that system in reliance on consistent application of that
842 system; it is up to the author/donor to decide if he or she is willing
843 to distribute software through any other system and a licensee cannot
844 impose that choice.
846 This section is intended to make thoroughly clear what is believed to
847 be a consequence of the rest of this License.
849 @item
850 If the distribution and/or use of the Program is restricted in
851 certain countries either by patents or by copyrighted interfaces, the
852 original copyright holder who places the Program under this License
853 may add an explicit geographical distribution limitation excluding
854 those countries, so that distribution is permitted only in or among
855 countries not thus excluded.  In such case, this License incorporates
856 the limitation as if written in the body of this License.
858 @item
859 The Free Software Foundation may publish revised and/or new versions
860 of the General Public License from time to time.  Such new versions will
861 be similar in spirit to the present version, but may differ in detail to
862 address new problems or concerns.
864 Each version is given a distinguishing version number.  If the Program
865 specifies a version number of this License which applies to it and ``any
866 later version'', you have the option of following the terms and conditions
867 either of that version or of any later version published by the Free
868 Software Foundation.  If the Program does not specify a version number of
869 this License, you may choose any version ever published by the Free Software
870 Foundation.
872 @item
873 If you wish to incorporate parts of the Program into other free
874 programs whose distribution conditions are different, write to the author
875 to ask for permission.  For software which is copyrighted by the Free
876 Software Foundation, write to the Free Software Foundation; we sometimes
877 make exceptions for this.  Our decision will be guided by the two goals
878 of preserving the free status of all derivatives of our free software and
879 of promoting the sharing and reuse of software generally.
881 @iftex
882 @heading NO WARRANTY
883 @end iftex
884 @ifinfo
885 @center NO WARRANTY
886 @end ifinfo
888 @item
889 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
890 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
891 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
892 PROVIDE THE PROGRAM ``AS IS'' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
893 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
894 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
895 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
896 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
897 REPAIR OR CORRECTION.
899 @item
900 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
901 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
902 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
903 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
904 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
905 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
906 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
907 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
908 POSSIBILITY OF SUCH DAMAGES.
909 @end enumerate
911 @iftex
912 @heading END OF TERMS AND CONDITIONS
913 @end iftex
914 @ifinfo
915 @center END OF TERMS AND CONDITIONS
916 @end ifinfo
918 @page
919 @appendixsec Appendix: How to Apply These Terms to Your New Programs
921   If you develop a new program, and you want it to be of the greatest
922 possible use to the public, the best way to achieve this is to make it
923 free software which everyone can redistribute and change under these terms.
925   To do so, attach the following notices to the program.  It is safest
926 to attach them to the start of each source file to most effectively
927 convey the exclusion of warranty; and each file should have at least
928 the ``copyright'' line and a pointer to where the full notice is found.
930 @smallexample
931 @var{one line to give the program's name and a brief idea of what it does.}
932 Copyright (C) @var{yyyy}  @var{name of author}
934 This program is free software; you can redistribute it and/or modify
935 it under the terms of the GNU General Public License as published by
936 the Free Software Foundation; either version 2 of the License, or
937 (at your option) any later version.
939 This program is distributed in the hope that it will be useful,
940 but WITHOUT ANY WARRANTY; without even the implied warranty of
941 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
942 GNU General Public License for more details.
944 You should have received a copy of the GNU General Public License
945 along with this program; if not, write to the Free Software
946 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
947 @end smallexample
949 Also add information on how to contact you by electronic and paper mail.
951 If the program is interactive, make it output a short notice like this
952 when it starts in an interactive mode:
954 @smallexample
955 Gnomovision version 69, Copyright (C) 19@var{yy} @var{name of author}
956 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
957 This is free software, and you are welcome to redistribute it
958 under certain conditions; type `show c' for details.
959 @end smallexample
961 The hypothetical commands @samp{show w} and @samp{show c} should show
962 the appropriate parts of the General Public License.  Of course, the
963 commands you use may be called something other than @samp{show w} and
964 @samp{show c}; they could even be mouse-clicks or menu items---whatever
965 suits your program.
967 You should also get your employer (if you work as a programmer) or your
968 school, if any, to sign a ``copyright disclaimer'' for the program, if
969 necessary.  Here is a sample; alter the names:
971 @example
972 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
973 `Gnomovision' (which makes passes at compilers) written by James Hacker.
975 @var{signature of Ty Coon}, 1 April 1989
976 Ty Coon, President of Vice
977 @end example
979 This General Public License does not permit incorporating your program into
980 proprietary programs.  If your program is a subroutine library, you may
981 consider it more useful to permit linking proprietary applications with the
982 library.  If this is what you want to do, use the GNU Library General
983 Public License instead of this License.
985 @node GNU Free Documentation License, Concept Index, GNU General Public License, Top
986 @appendix GNU Free Documentation License
987 @cindex FDL
988 @cindex GNU Free Documentation License
989 @center Version 1.2, November 2002
991 @display
992 Copyright @copyright{} 2000,2001,2002 Free Software Foundation, Inc.
993 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
995 Everyone is permitted to copy and distribute verbatim copies
996 of this license document, but changing it is not allowed.
997 @end display
999 @enumerate 0
1000 @item
1001 PREAMBLE
1003 The purpose of this License is to make a manual, textbook, or other
1004 functional and useful document @dfn{free} in the sense of freedom: to
1005 assure everyone the effective freedom to copy and redistribute it,
1006 with or without modifying it, either commercially or noncommercially.
1007 Secondarily, this License preserves for the author and publisher a way
1008 to get credit for their work, while not being considered responsible
1009 for modifications made by others.
1011 This License is a kind of ``copyleft'', which means that derivative
1012 works of the document must themselves be free in the same sense.  It
1013 complements the GNU General Public License, which is a copyleft
1014 license designed for free software.
1016 We have designed this License in order to use it for manuals for free
1017 software, because free software needs free documentation: a free
1018 program should come with manuals providing the same freedoms that the
1019 software does.  But this License is not limited to software manuals;
1020 it can be used for any textual work, regardless of subject matter or
1021 whether it is published as a printed book.  We recommend this License
1022 principally for works whose purpose is instruction or reference.
1024 @item
1025 APPLICABILITY AND DEFINITIONS
1027 This License applies to any manual or other work, in any medium, that
1028 contains a notice placed by the copyright holder saying it can be
1029 distributed under the terms of this License.  Such a notice grants a
1030 world-wide, royalty-free license, unlimited in duration, to use that
1031 work under the conditions stated herein.  The ``Document'', below,
1032 refers to any such manual or work.  Any member of the public is a
1033 licensee, and is addressed as ``you''.  You accept the license if you
1034 copy, modify or distribute the work in a way requiring permission
1035 under copyright law.
1037 A ``Modified Version'' of the Document means any work containing the
1038 Document or a portion of it, either copied verbatim, or with
1039 modifications and/or translated into another language.
1041 A ``Secondary Section'' is a named appendix or a front-matter section
1042 of the Document that deals exclusively with the relationship of the
1043 publishers or authors of the Document to the Document's overall
1044 subject (or to related matters) and contains nothing that could fall
1045 directly within that overall subject.  (Thus, if the Document is in
1046 part a textbook of mathematics, a Secondary Section may not explain
1047 any mathematics.)  The relationship could be a matter of historical
1048 connection with the subject or with related matters, or of legal,
1049 commercial, philosophical, ethical or political position regarding
1050 them.
1052 The ``Invariant Sections'' are certain Secondary Sections whose titles
1053 are designated, as being those of Invariant Sections, in the notice
1054 that says that the Document is released under this License.  If a
1055 section does not fit the above definition of Secondary then it is not
1056 allowed to be designated as Invariant.  The Document may contain zero
1057 Invariant Sections.  If the Document does not identify any Invariant
1058 Sections then there are none.
1060 The ``Cover Texts'' are certain short passages of text that are listed,
1061 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
1062 the Document is released under this License.  A Front-Cover Text may
1063 be at most 5 words, and a Back-Cover Text may be at most 25 words.
1065 A ``Transparent'' copy of the Document means a machine-readable copy,
1066 represented in a format whose specification is available to the
1067 general public, that is suitable for revising the document
1068 straightforwardly with generic text editors or (for images composed of
1069 pixels) generic paint programs or (for drawings) some widely available
1070 drawing editor, and that is suitable for input to text formatters or
1071 for automatic translation to a variety of formats suitable for input
1072 to text formatters.  A copy made in an otherwise Transparent file
1073 format whose markup, or absence of markup, has been arranged to thwart
1074 or discourage subsequent modification by readers is not Transparent.
1075 An image format is not Transparent if used for any substantial amount
1076 of text.  A copy that is not ``Transparent'' is called ``Opaque''.
1078 Examples of suitable formats for Transparent copies include plain
1079 @sc{ascii} without markup, Texinfo input format, La@TeX{} input
1080 format, @acronym{SGML} or @acronym{XML} using a publicly available
1081 @acronym{DTD}, and standard-conforming simple @acronym{HTML},
1082 PostScript or @acronym{PDF} designed for human modification.  Examples
1083 of transparent image formats include @acronym{PNG}, @acronym{XCF} and
1084 @acronym{JPG}.  Opaque formats include proprietary formats that can be
1085 read and edited only by proprietary word processors, @acronym{SGML} or
1086 @acronym{XML} for which the @acronym{DTD} and/or processing tools are
1087 not generally available, and the machine-generated @acronym{HTML},
1088 PostScript or @acronym{PDF} produced by some word processors for
1089 output purposes only.
1091 The ``Title Page'' means, for a printed book, the title page itself,
1092 plus such following pages as are needed to hold, legibly, the material
1093 this License requires to appear in the title page.  For works in
1094 formats which do not have any title page as such, ``Title Page'' means
1095 the text near the most prominent appearance of the work's title,
1096 preceding the beginning of the body of the text.
1098 A section ``Entitled XYZ'' means a named subunit of the Document whose
1099 title either is precisely XYZ or contains XYZ in parentheses following
1100 text that translates XYZ in another language.  (Here XYZ stands for a
1101 specific section name mentioned below, such as ``Acknowledgements'',
1102 ``Dedications'', ``Endorsements'', or ``History''.)  To ``Preserve the Title''
1103 of such a section when you modify the Document means that it remains a
1104 section ``Entitled XYZ'' according to this definition.
1106 The Document may include Warranty Disclaimers next to the notice which
1107 states that this License applies to the Document.  These Warranty
1108 Disclaimers are considered to be included by reference in this
1109 License, but only as regards disclaiming warranties: any other
1110 implication that these Warranty Disclaimers may have is void and has
1111 no effect on the meaning of this License.
1113 @item
1114 VERBATIM COPYING
1116 You may copy and distribute the Document in any medium, either
1117 commercially or noncommercially, provided that this License, the
1118 copyright notices, and the license notice saying this License applies
1119 to the Document are reproduced in all copies, and that you add no other
1120 conditions whatsoever to those of this License.  You may not use
1121 technical measures to obstruct or control the reading or further
1122 copying of the copies you make or distribute.  However, you may accept
1123 compensation in exchange for copies.  If you distribute a large enough
1124 number of copies you must also follow the conditions in section 3.
1126 You may also lend copies, under the same conditions stated above, and
1127 you may publicly display copies.
1129 @item
1130 COPYING IN QUANTITY
1132 If you publish printed copies (or copies in media that commonly have
1133 printed covers) of the Document, numbering more than 100, and the
1134 Document's license notice requires Cover Texts, you must enclose the
1135 copies in covers that carry, clearly and legibly, all these Cover
1136 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
1137 the back cover.  Both covers must also clearly and legibly identify
1138 you as the publisher of these copies.  The front cover must present
1139 the full title with all words of the title equally prominent and
1140 visible.  You may add other material on the covers in addition.
1141 Copying with changes limited to the covers, as long as they preserve
1142 the title of the Document and satisfy these conditions, can be treated
1143 as verbatim copying in other respects.
1145 If the required texts for either cover are too voluminous to fit
1146 legibly, you should put the first ones listed (as many as fit
1147 reasonably) on the actual cover, and continue the rest onto adjacent
1148 pages.
1150 If you publish or distribute Opaque copies of the Document numbering
1151 more than 100, you must either include a machine-readable Transparent
1152 copy along with each Opaque copy, or state in or with each Opaque copy
1153 a computer-network location from which the general network-using
1154 public has access to download using public-standard network protocols
1155 a complete Transparent copy of the Document, free of added material.
1156 If you use the latter option, you must take reasonably prudent steps,
1157 when you begin distribution of Opaque copies in quantity, to ensure
1158 that this Transparent copy will remain thus accessible at the stated
1159 location until at least one year after the last time you distribute an
1160 Opaque copy (directly or through your agents or retailers) of that
1161 edition to the public.
1163 It is requested, but not required, that you contact the authors of the
1164 Document well before redistributing any large number of copies, to give
1165 them a chance to provide you with an updated version of the Document.
1167 @item
1168 MODIFICATIONS
1170 You may copy and distribute a Modified Version of the Document under
1171 the conditions of sections 2 and 3 above, provided that you release
1172 the Modified Version under precisely this License, with the Modified
1173 Version filling the role of the Document, thus licensing distribution
1174 and modification of the Modified Version to whoever possesses a copy
1175 of it.  In addition, you must do these things in the Modified Version:
1177 @enumerate A
1178 @item
1179 Use in the Title Page (and on the covers, if any) a title distinct
1180 from that of the Document, and from those of previous versions
1181 (which should, if there were any, be listed in the History section
1182 of the Document).  You may use the same title as a previous version
1183 if the original publisher of that version gives permission.
1185 @item
1186 List on the Title Page, as authors, one or more persons or entities
1187 responsible for authorship of the modifications in the Modified
1188 Version, together with at least five of the principal authors of the
1189 Document (all of its principal authors, if it has fewer than five),
1190 unless they release you from this requirement.
1192 @item
1193 State on the Title page the name of the publisher of the
1194 Modified Version, as the publisher.
1196 @item
1197 Preserve all the copyright notices of the Document.
1199 @item
1200 Add an appropriate copyright notice for your modifications
1201 adjacent to the other copyright notices.
1203 @item
1204 Include, immediately after the copyright notices, a license notice
1205 giving the public permission to use the Modified Version under the
1206 terms of this License, in the form shown in the Addendum below.
1208 @item
1209 Preserve in that license notice the full lists of Invariant Sections
1210 and required Cover Texts given in the Document's license notice.
1212 @item
1213 Include an unaltered copy of this License.
1215 @item
1216 Preserve the section Entitled ``History'', Preserve its Title, and add
1217 to it an item stating at least the title, year, new authors, and
1218 publisher of the Modified Version as given on the Title Page.  If
1219 there is no section Entitled ``History'' in the Document, create one
1220 stating the title, year, authors, and publisher of the Document as
1221 given on its Title Page, then add an item describing the Modified
1222 Version as stated in the previous sentence.
1224 @item
1225 Preserve the network location, if any, given in the Document for
1226 public access to a Transparent copy of the Document, and likewise
1227 the network locations given in the Document for previous versions
1228 it was based on.  These may be placed in the ``History'' section.
1229 You may omit a network location for a work that was published at
1230 least four years before the Document itself, or if the original
1231 publisher of the version it refers to gives permission.
1233 @item
1234 For any section Entitled ``Acknowledgements'' or ``Dedications'', Preserve
1235 the Title of the section, and preserve in the section all the
1236 substance and tone of each of the contributor acknowledgements and/or
1237 dedications given therein.
1239 @item
1240 Preserve all the Invariant Sections of the Document,
1241 unaltered in their text and in their titles.  Section numbers
1242 or the equivalent are not considered part of the section titles.
1244 @item
1245 Delete any section Entitled ``Endorsements''.  Such a section
1246 may not be included in the Modified Version.
1248 @item
1249 Do not retitle any existing section to be Entitled ``Endorsements'' or
1250 to conflict in title with any Invariant Section.
1252 @item
1253 Preserve any Warranty Disclaimers.
1254 @end enumerate
1256 If the Modified Version includes new front-matter sections or
1257 appendices that qualify as Secondary Sections and contain no material
1258 copied from the Document, you may at your option designate some or all
1259 of these sections as invariant.  To do this, add their titles to the
1260 list of Invariant Sections in the Modified Version's license notice.
1261 These titles must be distinct from any other section titles.
1263 You may add a section Entitled ``Endorsements'', provided it contains
1264 nothing but endorsements of your Modified Version by various
1265 parties---for example, statements of peer review or that the text has
1266 been approved by an organization as the authoritative definition of a
1267 standard.
1269 You may add a passage of up to five words as a Front-Cover Text, and a
1270 passage of up to 25 words as a Back-Cover Text, to the end of the list
1271 of Cover Texts in the Modified Version.  Only one passage of
1272 Front-Cover Text and one of Back-Cover Text may be added by (or
1273 through arrangements made by) any one entity.  If the Document already
1274 includes a cover text for the same cover, previously added by you or
1275 by arrangement made by the same entity you are acting on behalf of,
1276 you may not add another; but you may replace the old one, on explicit
1277 permission from the previous publisher that added the old one.
1279 The author(s) and publisher(s) of the Document do not by this License
1280 give permission to use their names for publicity for or to assert or
1281 imply endorsement of any Modified Version.
1283 @item
1284 COMBINING DOCUMENTS
1286 You may combine the Document with other documents released under this
1287 License, under the terms defined in section 4 above for modified
1288 versions, provided that you include in the combination all of the
1289 Invariant Sections of all of the original documents, unmodified, and
1290 list them all as Invariant Sections of your combined work in its
1291 license notice, and that you preserve all their Warranty Disclaimers.
1293 The combined work need only contain one copy of this License, and
1294 multiple identical Invariant Sections may be replaced with a single
1295 copy.  If there are multiple Invariant Sections with the same name but
1296 different contents, make the title of each such section unique by
1297 adding at the end of it, in parentheses, the name of the original
1298 author or publisher of that section if known, or else a unique number.
1299 Make the same adjustment to the section titles in the list of
1300 Invariant Sections in the license notice of the combined work.
1302 In the combination, you must combine any sections Entitled ``History''
1303 in the various original documents, forming one section Entitled
1304 ``History''; likewise combine any sections Entitled ``Acknowledgements'',
1305 and any sections Entitled ``Dedications''.  You must delete all
1306 sections Entitled ``Endorsements.''
1308 @item
1309 COLLECTIONS OF DOCUMENTS
1311 You may make a collection consisting of the Document and other documents
1312 released under this License, and replace the individual copies of this
1313 License in the various documents with a single copy that is included in
1314 the collection, provided that you follow the rules of this License for
1315 verbatim copying of each of the documents in all other respects.
1317 You may extract a single document from such a collection, and distribute
1318 it individually under this License, provided you insert a copy of this
1319 License into the extracted document, and follow this License in all
1320 other respects regarding verbatim copying of that document.
1322 @item
1323 AGGREGATION WITH INDEPENDENT WORKS
1325 A compilation of the Document or its derivatives with other separate
1326 and independent documents or works, in or on a volume of a storage or
1327 distribution medium, is called an ``aggregate'' if the copyright
1328 resulting from the compilation is not used to limit the legal rights
1329 of the compilation's users beyond what the individual works permit.
1330 When the Document is included in an aggregate, this License does not
1331 apply to the other works in the aggregate which are not themselves
1332 derivative works of the Document.
1334 If the Cover Text requirement of section 3 is applicable to these
1335 copies of the Document, then if the Document is less than one half of
1336 the entire aggregate, the Document's Cover Texts may be placed on
1337 covers that bracket the Document within the aggregate, or the
1338 electronic equivalent of covers if the Document is in electronic form.
1339 Otherwise they must appear on printed covers that bracket the whole
1340 aggregate.
1342 @item
1343 TRANSLATION
1345 Translation is considered a kind of modification, so you may
1346 distribute translations of the Document under the terms of section 4.
1347 Replacing Invariant Sections with translations requires special
1348 permission from their copyright holders, but you may include
1349 translations of some or all Invariant Sections in addition to the
1350 original versions of these Invariant Sections.  You may include a
1351 translation of this License, and all the license notices in the
1352 Document, and any Warranty Disclaimers, provided that you also include
1353 the original English version of this License and the original versions
1354 of those notices and disclaimers.  In case of a disagreement between
1355 the translation and the original version of this License or a notice
1356 or disclaimer, the original version will prevail.
1358 If a section in the Document is Entitled ``Acknowledgements'',
1359 ``Dedications'', or ``History'', the requirement (section 4) to Preserve
1360 its Title (section 1) will typically require changing the actual
1361 title.
1363 @item
1364 TERMINATION
1366 You may not copy, modify, sublicense, or distribute the Document except
1367 as expressly provided for under this License.  Any other attempt to
1368 copy, modify, sublicense or distribute the Document is void, and will
1369 automatically terminate your rights under this License.  However,
1370 parties who have received copies, or rights, from you under this
1371 License will not have their licenses terminated so long as such
1372 parties remain in full compliance.
1374 @item
1375 FUTURE REVISIONS OF THIS LICENSE
1377 The Free Software Foundation may publish new, revised versions
1378 of the GNU Free Documentation License from time to time.  Such new
1379 versions will be similar in spirit to the present version, but may
1380 differ in detail to address new problems or concerns.  See
1381 @uref{http://www.gnu.org/copyleft/}.
1383 Each version of the License is given a distinguishing version number.
1384 If the Document specifies that a particular numbered version of this
1385 License ``or any later version'' applies to it, you have the option of
1386 following the terms and conditions either of that specified version or
1387 of any later version that has been published (not as a draft) by the
1388 Free Software Foundation.  If the Document does not specify a version
1389 number of this License, you may choose any version ever published (not
1390 as a draft) by the Free Software Foundation.
1391 @end enumerate
1393 @page
1394 @appendix ADDENDUM: How to use this License for your documents
1396 To use this License in a document you have written, include a copy of
1397 the License in the document and put the following copyright and
1398 license notices just after the title page:
1400 @smallexample
1401 @group
1402   Copyright (C)  @var{year}  @var{your name}.
1403   Permission is granted to copy, distribute and/or modify this document
1404   under the terms of the GNU Free Documentation License, Version 1.2
1405   or any later version published by the Free Software Foundation;
1406   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
1407   Texts.  A copy of the license is included in the section entitled ``GNU
1408   Free Documentation License''.
1409 @end group
1410 @end smallexample
1412 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
1413 replace the ``with...Texts.'' line with this:
1415 @smallexample
1416 @group
1417     with the Invariant Sections being @var{list their titles}, with
1418     the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
1419     being @var{list}.
1420 @end group
1421 @end smallexample
1423 If you have Invariant Sections without Cover Texts, or some other
1424 combination of the three, merge those two alternatives to suit the
1425 situation.
1427 If your document contains nontrivial examples of program code, we
1428 recommend releasing these examples in parallel under your choice of
1429 free software license, such as the GNU General Public License,
1430 to permit their use in free software.
1432 @node Concept Index,  , GNU Free Documentation License, Top
1433 @comment  node-name,  next,  previous,  up
1434 @unnumbered Index
1436 @printindex cp
1438 @bye