home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / unix / sgmlh / arcfiles.doc < prev    next >
Encoding:
Text File  |  1991-07-03  |  3.6 KB  |  82 lines

  1.                        Contents of ARCSGML 1.0
  2.  
  3. Documentation (in ARCSGMLH.EXE)
  4.    arcsgml .doc  Introduction to ARCSGML and its documentation
  5.    license .doc  License and Disclaimer of Liability  (READ THIS!!!)
  6.    arcfiles.doc  ARCSGML 1.0 packing list (this file)
  7.    arctech .doc  Technical details about the ARCSGML toolkit
  8.    arcsgml .chr  Function call hierarchy report (courtesy of Pierre Richard)
  9.    vm2     .mak  Build list ("make" file) for VM2
  10.    vm2t    .mak  Build list ("make" file) for VM2 with tracing enabled
  11.  
  12. Ready-to-run sample application: Validate Markup (VM2) (in ARCVM2.EXE)
  13.    vm2help .doc  Markup validator end-user instructions
  14.    vm2     .exe  Executable markup validator (requires SGML.MSG)
  15.    sgml    .msg  Message text (English)
  16.  
  17. Parser core: SGML  (in ARCSGMLC.EXE)
  18.    arclexrf.c    Lexical tables
  19.    arcpcbrf.c    Parse control blocks
  20.    arcsynrf.c    Concrete syntax definitions
  21.    context .c    Checks conformance to model group
  22.    modmd1  .c    Markup declarations
  23.    modmd2  .c    Markup declarations
  24.    modpars1.c    Parsing functions
  25.    modpars2.c    Parsing functions
  26.    modserv .c    Service functions
  27.    modsgml1.c    Core parser loop and control block interface
  28.    modsgml2.c    Core parser loop and control block interface
  29.    sgmlxtrn.c    Public variables for parser and API
  30.    traceset.c    Trace functions
  31.  
  32. Environment services (in ARCSGMLC.EXE)
  33.    sgmlio  .c    I/O functions ("entity manager")
  34.    sgmlmem .c    Memory management
  35.    sgmlmsg .c    Message handling
  36.  
  37. Application Programming Interface for C (in ARCSGMLC.EXE)
  38.    sgmlapi .c    C language API (requires SGMLSUBS.C)
  39.    sgmlsubs.c    Common subroutines for C and REXX APIs
  40.  
  41. Application Programming Interface for REXX (in REXXSGML.EXE)
  42.    rexxsgml.exe  Roy Engehausen's Personal REXX API (archive)
  43.  
  44. Application program (in ARCSGMLC.EXE)
  45.    vm2     .c    Markup validator application
  46.    vmxtrn  .c    Public variables for application, API, and environment
  47.  
  48. Header files for parser core (in ARCSGMLH.EXE)
  49.    action  .h    Action names for all parsing
  50.    error   .h    Symbols for error codes
  51.    keyword .h    Definitions for keyword processing
  52.    lextoke .h    Symbols for tokenization lexical classes
  53.    sgmlfnsm.h    Function prototypes for parser
  54.    sgmlincl.h    Includes header files for parser
  55.    sgmlxtrn.h    External variable declarations
  56.    trace   .h    Declarations for internal trace functions
  57.  
  58. Header files for parser and API (in ARCSGMLH.EXE)
  59.    adl     .h    Definitions for attribute list processing
  60.    entity  .h    Templates for entity control blocks
  61.    etype   .h    Definitions for element type processing
  62.    sgmlcb  .h    Symbols for SGML control block types
  63.    source  .h    Templates for source entity control blocks
  64.    synxtrn .h    Declarations for concrete syntax constants
  65.    tools   .h    General use macro definitions
  66.  
  67. Header files for application, API, and environment (in ARCSGMLH.EXE)
  68.    envcb   .h    Symbols for environment control block types
  69.    sgmlapi .h    Interface between parser and application
  70.    sgmlmain.h    Main interface to SGML services
  71.    vmfnsm  .h    ANSI C: Declarations for VM functions
  72.    vmincl  .h    Includes header files for application
  73.    vmxtrn  .h    External variable declarations and descriptions
  74.  
  75. Test cases  (in TESTSGML.EXE)
  76.    testsgml.exe  Test cases (self-extracting archive)
  77.  
  78. Supplemental materials (in ARCSGMLH.EXE)
  79.    apimodel.src  Sample application using C API (simpler than VM2)
  80.    ndsgmlio.src  SGMLIO coding ideas for non-DOS environments
  81.    ndenvcb .src  Environment control blocks for non-DOS environments
  82.