1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/programs/dtdocbook
2022-01-26 19:50:11 +08:00
..
doc_utils dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
dtsr dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
infolib dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
instant dbtoman: remove duplicate source code and merge into dtdocbook. 2022-01-26 19:49:03 +08:00
locales dbtoman: remove duplicate source code and merge into dtdocbook. 2022-01-26 19:49:03 +08:00
sgml dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
spec dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
tcl dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
tpt dbtoman: remove duplicate source code and merge into dtdocbook. 2022-01-26 19:49:03 +08:00
catalog.sh dbtoman: remove duplicate source code and merge into dtdocbook. 2022-01-26 19:49:03 +08:00
dtdocbook.am dbtoman: remove duplicate source code and merge into dtdocbook. 2022-01-26 19:49:03 +08:00
dtdocbook2infolib.c dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
dtdocbook2man.in dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
dtdocbook2sdl.in dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
env.csh dbtoman: remove duplicate source code and merge into dtdocbook. 2022-01-26 19:49:03 +08:00
env.sh dbtoman: remove duplicate source code and merge into dtdocbook. 2022-01-26 19:49:03 +08:00
Makefile.am dtdocbook: merge dtinfogen into dtdocbook. 2022-01-26 19:50:11 +08:00
README Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00

/* $XConsortium: README /main/2 1996/07/15 14:08:58 drk $ */
This directory and its subdirectories contain the sources for
dtdocbook, the DocBook to SDL converter.

The directories here are:

    doc2sdl

	docbook.cmap - character mappings, used by "instant"
	docbook.tcl  - Tcl code for conversion actions, used by "instant"
	docbook.ts   - translation spec to be read by "instant"
	docbook.tss  - base SDL style sheet (augmented by docbook.tcl)
	dtdocbook    - the driver script for the dtdocbook passes
       *catalog.sh   - a script to build symbolic links to PUBLIC ids
       *env.csh      - csh code to be sourced to set environment vars
       *env.sh       - sh/ksh code to be sourced to set environment vars

       [The files with an asterisk are to be modified to customize the
	environment of dtdocbook for a particular system and directory
	structure.  See the files themselves for comments regarding
	their modification.]

    instant

       [C source code for the program "instant" which reads the output
	of sgmls (the element structure information set, or ESIS),
	builds a tree structure from that output and provides a set of
	commands to walk that tree and emit text or interpret the code
	in docbook.tcl to accomplish the DocBook to SDL conversion.
	The program "instant" will be called by dtdocbook passing it a
	set of commands in the file docbook.ts (translation
	specification).]

    lib

       tptregexp

	    [A regular expression parser library to be linked into
	    "instant".]

	sgml

	    docbook.2.2.1.dtd - the document type definition for DocBook
	    docbook.sgml      - an SGML declaration for DocBook
	    iso-box.gml       - ISO box and line drawing entities
	    iso-dia.gml       - ISO diacritical marks
	    iso-grk1.gml      - ISO greek alphabet 1
	    iso-grk3.gml      - ISO greek alphabet 3
	    iso-lat1.gml      - ISO latin 1 alphabet
	    iso-lat2.gml      - ISO latin 2 alphabet
	    iso-num.gml       - ISO numeric entities
	    iso-pub.gml       - ISO publishing entities
	    iso-tech.gml      - ISO technical entities

	    [The contents of this directory are provided for
	     convenience during the snapshot only.  These files will
	     eventually be put in a location common to both dtinfo and
	     dtdocbook.]

    sgmls

	[C source code for the program "sgmls", an SGML parser.]

    tcl

	[C source code for the Tool Command Language (Tcl) library,
	 libtcl.a, to be linked into "instant".]