1BACKEND-SPEC(7) BACKEND-SPEC(7)
2
3
4
6 backend-spec - interface between jw and its backends
7
9 jw(1) calls backends like backends/html to do the "real" conversion
10 work. The backend gets all necessary data delivered via environment
11 variables ready to use.
12
13 This documentation describes those environment variables.
14
15 The backend is run in the directory where the output files are to be
16 created. It should return 0 if there weren't any problem, and return a
17 positive value otherwise.
18
20 SGML_FILE_NAME
21 The bare name of the source file
22
23 SGML_FILE
24 The full name and path of the source file
25
26 SGML_JADE
27 The name of the parser (usually Jade or OpenJade)
28
29 SGML_ARGUMENTS
30 The full argument-string for Jade or OpenJade
31
32 SGML_CATALOG_FILES
33 The list of catalog files needed by Jade or OpenJade
34
35 SGML_STYLESHEET
36 The style sheet to use
37
38 SGML_BASE_DIR
39 The base directory of the SGML system (default is
40 /usr/share/sgml)
41
44 frontend-spec(7)
45
47 Jochem Huhmann <joh@revier.com>
48
49
50
51 11 February 2004 BACKEND-SPEC(7)