summaryrefslogtreecommitdiff
path: root/piem.texi
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-03 12:27:10 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-03 12:45:58 -0400
commit776393889a3be6f79f800506ccc1587d635cc903 (patch)
tree4bd783085a698e2810fa627a0055d99f6d2097d7 /piem.texi
parent0c1da9c289854b040ceed22837b2002e4bbff2cf (diff)
downloadpiem-776393889a3be6f79f800506ccc1587d635cc903.tar.gz
manual: Add skeleton
Diffstat (limited to 'piem.texi')
-rw-r--r--piem.texi98
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