-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
35 lines (24 loc) · 971 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
THE XFPT PLAIN TEXT TO XML PROCESSOR
------------------------------------
I wrote xfpt because I found AsciiDoc to be too slow for large documents, and
also to have too many quirks and gotchas.
UNIX AND UNIX-LIKE SYSTEMS
--------------------------
It should just be a matter of typing
./configure
make
make install
to get youself an installed xfpt command. There is a man page that lists the
command arguments. The main documentation is provided as a PDF file and an HTML
file in the doc directory. The xfpt source that was used to create the XML that
in turn was used to generate the PDF and the HTML is also included. You can get
rid of xfpt by "make uninstall".
OTHER SYSTEMS
-------------
xfpt consists almost entirely of Standard C code, and so it should be possible
to compile it on any system with a Standard C compiler and library.
Philip Hazel
First release: January 2006
Last updated: March 2023
Domain: gmail.com
Local part: Philip.Hazel