diff options
Diffstat (limited to 'piem.texi')
-rw-r--r-- | piem.texi | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/piem.texi b/piem.texi new file mode 100644 index 0000000..15b0e2e --- /dev/null +++ b/piem.texi @@ -0,0 +1,98 @@ +\input texinfo @c -*-texinfo-*- + +@set VERSION 0.0.0 + +@setfilename piem.info +@documentencoding UTF-8 +@documentlanguage en +@settitle Emacs tools and glue for working with public-inbox archives + +@copying +Copyright @copyright{} 2020 Kyle Meyer + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +copy of the license is included in the section entitled ``GNU Free +Documentation License''. +@end copying + +@dircategory Emacs +@direntry +* piem: (piem). Emacs tools and glue for working with public-inbox archives +@end direntry + +@finalout +@titlepage +@title piem reference manual +@subtitle for version @value{VERSION} +@author Kyle Meyer +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage + +@contents +@* + +@ifnottex +@node Top +@top piem + +This manual is for piem version @value{VERSION}. +@end ifnottex + +@menu +* Overview:: +* Related tools:: +* Contributing:: + +Appendices +* GNU Free Documentation License:: The license for this documentation. + +Indices +* Key Index:: +* Variable Index:: +* Lisp Function Index:: +* Concept Index:: +@end menu + +@node Overview +@chapter Overview + +@node public-inbox +@section public-inbox + +@node Related tools +@chapter Related tools + +@node Contributing +@chapter Contributing + +@node GNU Free Documentation License +@chapter GNU Free Documentation License +@include fdl-1.3.texi + +@node Key Index +@unnumbered Key Index + +@printindex ky + +@node Variable Index +@unnumbered Variable Index + +@printindex vr + +@node Lisp Function Index +@unnumbered Function Index + +@printindex fn + +@node Concept Index +@unnumbered Concept Index + +@printindex cp + + +@bye |