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
|
<!-- -*-jfw-sgml-*- -->
<!doctype document public "-//JFW//DTD Document//EN">
<document
author="Jrg Wittenberger"
date="20. June 1996"
>Changes
<list>
<o>(22nd Okt 96) search <code/sgmls/ as <code/sdc-sgmls/ in
the <code/bin/ subdirectories of the lib dir.
<o>(21st Sep 96) introduced path name flatening to protect NDATA
entities stored in different subdirs of the DOCPATH from each
other. The "/"'s get translated into "_"'s now. (see files.scm
about meta characters.)
<o>(7th Juli 96) Version 1.0 cleaned the Hack in the DTD's to include
subdoc entities. Now they should be wrapped with an
<code/<InclDiv>/.
<o>(26th June 96) arguments to rc files
<o>(19th June 96) Version 0.7: Introduced reparsing of the
document. Implementation based on streams and an recursive descendant
parser.
Because the old code is left in, some files are hardly clean and easy
to read.
<o><code/SUBDOC/ entities supported. You can include complete
documents within others and get them restructured as divisions of the
outer document.
<o>DTD's changed to use mixed content model. Not explicit
<code/<p>/ tags nessesary anymore.
<o><code/<newpage/ supported within list items.
<o>Tgif supported as notation.
<o>Most (the computational intensive) notation handling based on
Makefiles.
<o><code/<quote>/ element has got an <code/style/ attribute.
<o><code/-D/ option added. It adds a directory at front of the path
given by the environment variable <code/DOCPATH/.
<o>The <code/&ltc;/ is not needed anymore. (But still allowed)
<o>(25th. Oct. 95)<code/SGML_PATH/ is no longer used (<bf/but
overwritten!/). The new name for the path pointing to the document
tree is <code/DOCPATH/. It is a simple colon separated path, pointing
to the directories to be searched for document entities.
<o>(25 Oct 95) Proposed tables work a little with Lout (they work as
long as there are no row/column spawning cells). Unforunatly the
implementation revealed limits of Lout. As there is obviously no way
to implement the full semantic without changes to Lout, and the latter
are not within reach.
<o>rc files added
<o>library is now a path
</list>
|