README 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* $XConsortium: README /main/2 1996/07/15 14:08:58 drk $ */
  2. This directory and its subdirectories contain the sources for
  3. dtdocbook, the DocBook to SDL converter.
  4. The directories here are:
  5. doc2sdl
  6. docbook.cmap - character mappings, used by "instant"
  7. docbook.tcl - Tcl code for conversion actions, used by "instant"
  8. docbook.ts - translation spec to be read by "instant"
  9. docbook.tss - base SDL style sheet (augmented by docbook.tcl)
  10. dtdocbook - the driver script for the dtdocbook passes
  11. *catalog.sh - a script to build symbolic links to PUBLIC ids
  12. *env.csh - csh code to be sourced to set environment vars
  13. *env.sh - sh/ksh code to be sourced to set environment vars
  14. [The files with an asterisk are to be modified to customize the
  15. environment of dtdocbook for a particular system and directory
  16. structure. See the files themselves for comments regarding
  17. their modification.]
  18. instant
  19. [C source code for the program "instant" which reads the output
  20. of sgmls (the element structure information set, or ESIS),
  21. builds a tree structure from that output and provides a set of
  22. commands to walk that tree and emit text or interpret the code
  23. in docbook.tcl to accomplish the DocBook to SDL conversion.
  24. The program "instant" will be called by dtdocbook passing it a
  25. set of commands in the file docbook.ts (translation
  26. specification).]
  27. lib
  28. tptregexp
  29. [A regular expression parser library to be linked into
  30. "instant".]
  31. sgml
  32. docbook.2.2.1.dtd - the document type definition for DocBook
  33. docbook.sgml - an SGML declaration for DocBook
  34. iso-box.gml - ISO box and line drawing entities
  35. iso-dia.gml - ISO diacritical marks
  36. iso-grk1.gml - ISO greek alphabet 1
  37. iso-grk3.gml - ISO greek alphabet 3
  38. iso-lat1.gml - ISO latin 1 alphabet
  39. iso-lat2.gml - ISO latin 2 alphabet
  40. iso-num.gml - ISO numeric entities
  41. iso-pub.gml - ISO publishing entities
  42. iso-tech.gml - ISO technical entities
  43. [The contents of this directory are provided for
  44. convenience during the snapshot only. These files will
  45. eventually be put in a location common to both dtinfo and
  46. dtdocbook.]
  47. sgmls
  48. [C source code for the program "sgmls", an SGML parser.]
  49. tcl
  50. [C source code for the Tool Command Language (Tcl) library,
  51. libtcl.a, to be linked into "instant".]