File: README

package info (click to toggle)
stx2any 1.56-2.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 712 kB
  • sloc: sh: 312; python: 288; lisp: 137; makefile: 126; sed: 1
file content (66 lines) | stat: -rw-r--r-- 2,229 bytes parent folder | download | duplicates (4)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
w_title(Stx document tools distribution)dnl
w_doc_id(stxreadme)dnl
w_author(Panu A. Kalliokoski)dnl

! What is this?

This software distribution is a bunch of tools to deal with structured
text (Stx).  Stx is a kind of plain text format with semantic markup.
Stx is documented in:

 - [Stx-doc.html]
 - [Stx-ref.html]

Of some interest may be also [stxaccred].

There are [a homepage][1] (currently in the author's wiki), and a
distribution page at [2] for this project.  You can contact the author
at [mymail].

[1] http://sange.fi/~atehwa/cgi-bin/piki.cgi/stx2any
[2] http://sange.fi/~atehwa/
[mymail] mailto:atehwa@sange.fi

! Included tools

The following tools are included:

[s2aman]::
	This is the main tool, an utility to convert Stx into other
	formats.
[ssman]::
	A simple literal programming tool for document-programs written
	in Stx.
[gstman]::
	A utility for generating cross references between documents
	written in Stx.
[eufsman]::
	A utility for producing "Usage:" messages and manual pages from
	the same source.
[h2sman]::
	Conversion tool from HTML to Stx.  This makes it easy to import
	documents written in other formats into Stx.  Besides, you can
	tidy an HTML document by converting it first into Stx, then back
	into (X)HTML.
''stx-mode.el''::
	An ''emacs'' mode for writing Stx documents.  Provides syntax
	highlighting, paragraph filling, and simple interfaces to
	''stx2any'' for those who cannot use the command line.
	
! Installation

A traditional ''make && make install'' will do.  You can override the
''make'' variable ''PREFIX'' to install somewhere else than ''/usr''.
Other variables you might want to override include ''EMACSDIR'' and
''MANDIR''.  Take a look at the Makefile[../Makefile].

The installation process of stx2any normally uses ''w3m'' to produce
"usage" messages from Stx.  If you don't want to install ''w3m'', you
can give ''make'' the option ''BUILD_USAGE_WITH=plain'' to avoid using
''w3m''.  The only consequence is that "usage" messages (the output of
''stx2any --help'', for instance) will look cruder.

If you have a debian box, you can build a debian package directly by
saying ''fakeroot debian/rules binary'' and installing the resulting
package with ''dpkg -i''.