| 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @c %**start of header |
| 3 | @setfilename bbdb.info |
| 4 | @settitle Insidious Big Brother Database (BBDB) User Manual |
| 5 | @c %**end of header |
| 6 | |
| 7 | @copying |
| 8 | This file documents the Insidious Big Brother Database (BBDB) |
| 9 | |
| 10 | Copyright (C) 2011-2017 Roland Winkler <winkler@@gnu.org> |
| 11 | |
| 12 | @quotation |
| 13 | Permission is granted to copy, distribute and/or modify this document |
| 14 | under the terms of the GNU Free Documentation License, Version 1.3 |
| 15 | or any later version published by the Free Software Foundation; |
| 16 | with the Invariant Section being ``GNU GENERAL PUBLIC LICENSE,'' |
| 17 | A copy of the license is included in the section entitled |
| 18 | ``GNU Free Documentation License.'' |
| 19 | @end quotation |
| 20 | @end copying |
| 21 | |
| 22 | @dircategory Emacs misc features |
| 23 | @direntry |
| 24 | * BBDB: (bbdb). Insidious Big Brother Database (BBDB). |
| 25 | @end direntry |
| 26 | |
| 27 | @titlepage |
| 28 | @title Insidious Big Brother Database (BBDB) User Manual |
| 29 | @page |
| 30 | @vskip 0pt plus 1filll |
| 31 | @insertcopying |
| 32 | @end titlepage |
| 33 | |
| 34 | @c Output the table of the contents at the beginning. |
| 35 | @contents |
| 36 | |
| 37 | @ifnottex |
| 38 | @node Top, First Chapter, (dir), (dir) |
| 39 | @top BBDB User Manual |
| 40 | |
| 41 | @insertcopying |
| 42 | @end ifnottex |
| 43 | |
| 44 | @menu |
| 45 | * First Chapter:: The first chapter is the only chapter |
| 46 | in this sample. |
| 47 | |
| 48 | Appendices |
| 49 | * Copying:: The GNU General Public License gives you permission |
| 50 | to redistribute GNU Emacs on certain terms; |
| 51 | it also explains that there is no warranty. |
| 52 | * GNU Free Documentation License:: The license for this documentation. |
| 53 | * Index:: Complete index. |
| 54 | |
| 55 | |
| 56 | |
| 57 | |
| 58 | @end menu |
| 59 | |
| 60 | @node First Chapter, Copying, Top, Top |
| 61 | @chapter First Chapter |
| 62 | |
| 63 | @cindex chapter, first |
| 64 | |
| 65 | This is the first chapter. |
| 66 | @cindex index entry, another |
| 67 | |
| 68 | Here is a numbered list. |
| 69 | |
| 70 | @enumerate |
| 71 | @item |
| 72 | This is the first item. |
| 73 | |
| 74 | @item |
| 75 | This is the second item. |
| 76 | @end enumerate |
| 77 | |
| 78 | |
| 79 | @node Copying, GNU Free Documentation License, First Chapter, Top |
| 80 | @appendix GNU GENERAL PUBLIC LICENSE |
| 81 | @include gpl.texi |
| 82 | |
| 83 | @node GNU Free Documentation License, Index, Copying, Top |
| 84 | @appendix GNU Free Documentation License |
| 85 | @include doclicense.texi |
| 86 | |
| 87 | @node Index, , GNU Free Documentation License, Top |
| 88 | @unnumbered Index |
| 89 | |
| 90 | @printindex cp |
| 91 | |
| 92 | @bye |