summaryrefslogtreecommitdiff
path: root/3rd-party/xfpt/doc/xfpt.1
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2022-06-05 21:33:52 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2022-06-05 21:33:52 +0200
commit4d576e8053c28da45129553b25871f4fe9824925 (patch)
treee812ca5cf5c6c54d74f9b7d2060366213eae4f6b /3rd-party/xfpt/doc/xfpt.1
parent3aa5fb00be821a198f42c69924ae02b393ac2b4b (diff)
parent24eaa721effcf2f56d1da62344ee27ac9721d3ec (diff)
downloadexim4-4d576e8053c28da45129553b25871f4fe9824925.tar.gz
Add '3rd-party/xfpt/' from commit '24eaa721effcf2f56d1da62344ee27ac9721d3ec'add-xfpt
git-subtree-dir: 3rd-party/xfpt git-subtree-mainline: 3aa5fb00be821a198f42c69924ae02b393ac2b4b git-subtree-split: 24eaa721effcf2f56d1da62344ee27ac9721d3ec
Diffstat (limited to '3rd-party/xfpt/doc/xfpt.1')
-rw-r--r--3rd-party/xfpt/doc/xfpt.148
1 files changed, 48 insertions, 0 deletions
diff --git a/3rd-party/xfpt/doc/xfpt.1 b/3rd-party/xfpt/doc/xfpt.1
new file mode 100644
index 000000000..756c231fe
--- /dev/null
+++ b/3rd-party/xfpt/doc/xfpt.1
@@ -0,0 +1,48 @@
+.TH XFPT 1
+.SH NAME
+xfpt - make XML from plain text
+.SH SYNOPSIS
+.B xfpt [options] [source file]
+.
+.SH DESCRIPTION
+.rs
+.sp
+\fBxfpt\fP converts a marked up text file to XML. The markup is simple and
+consists of lines that begin with a dot ("directive lines") and sequences in
+the text that begin with an ampersand ("flags"). The flag sequences are not
+built-in, but are defined by directives. As well as the in-built directives,
+macros can be used to implement higher level concepts. A standard set of macros
+and flags that generate DocBook XML is provided. There is a full description in
+the \fBxfpt\fP specification, which is distributed as a PDF file, an HTML file,
+and as \Bxfpt\fP source.
+.
+.SH OPTIONS
+.rs
+.TP 10
+\fB-help\fP
+This causes \fBxfpt\fP to output its "usage" information and then exit.
+.TP
+\fB-o\fP \fIfile\fP
+This specifies the output file. The default is the standard output if no source
+file is given, and the source file name with a \fI.xml\fP extension otherwise.
+.TP
+\fB-S\fP \fIdirectory\fP
+This specifies an alternative "share" directory in which to find standard
+configuration files.
+.TP
+\fB-v\fP
+Output the \fBxfpt\fP version and exit.
+.
+.SH AUTHOR
+.rs
+.sp
+Philip Hazel
+.br
+University Computing Service
+.br
+Cambridge CB2 3QG, England.
+.P
+.in 0
+Last updated: 22 March 2007
+.br
+Copyright (c) 2007 University of Cambridge.