Initial check-in
This commit is contained in:
commit
6f56fae985
10 changed files with 966 additions and 0 deletions
60
doc/spam-filter.texi
Normal file
60
doc/spam-filter.texi
Normal file
|
@ -0,0 +1,60 @@
|
|||
\input texinfo
|
||||
@c -*-texinfo-*-
|
||||
|
||||
@c %**start of header
|
||||
@setfilename guile-spam-filter.info
|
||||
@documentencoding UTF-8
|
||||
@settitle Guile Spam-Filter Reference Manual
|
||||
@c %**end of header
|
||||
|
||||
@include version.texi
|
||||
|
||||
@copying
|
||||
Copyright @copyright{} 2024 Ray Miller
|
||||
|
||||
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 The Algorithmic Language Scheme
|
||||
@direntry
|
||||
* Guile Spam-Filter: (guile-spam-filter).
|
||||
@end direntry
|
||||
|
||||
@titlepage
|
||||
@title The Guile Spam-Filter Manual
|
||||
@author Ray Miller
|
||||
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
Edition @value{EDITION} @*
|
||||
@value{UPDATED} @*
|
||||
|
||||
@insertcopying
|
||||
@end titlepage
|
||||
|
||||
@contents
|
||||
|
||||
@c *********************************************************************
|
||||
@node Top
|
||||
@top Guile Spam-Filter
|
||||
|
||||
This document describes Guile Spam-Filter version @value{VERSION}.
|
||||
|
||||
@menu
|
||||
* Introduction:: Why Guile Spam-Filter?
|
||||
@end menu
|
||||
|
||||
@c *********************************************************************
|
||||
@node Introduction
|
||||
@chapter Introduction
|
||||
|
||||
INTRODUCTION HERE
|
||||
|
||||
This documentation is a stub.
|
||||
|
||||
@bye
|
Loading…
Add table
Add a link
Reference in a new issue