Introduce a new element: manref

To use it, you need to change the doctype declaration to
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc 1.1//EN">

Submitted by:	Wolfram Schneider <wosch@cs.tu-berlin.de>
This commit is contained in:
John Fieber 1998-01-17 17:26:04 +00:00
parent b107c1d9df
commit 1ff64c2d41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9360
4 changed files with 17 additions and 11 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: linuxdoc
# Version required: 1.0
# Version required: 1.1
# Date created: July 8, 1997
# Whom: jfieber
#
# $Id: Makefile,v 1.2 1997/07/09 11:23:09 jfieber Exp $
# $Id: Makefile,v 1.3 1997/07/10 02:34:31 jfieber Exp $
#
DISTNAME= linuxdoc-1.0
DISTNAME= linuxdoc-1.1
CATEGORIES= textproc
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/

View File

@ -1 +1 @@
MD5 (linuxdoc-1.0.tar.gz) = b6a862a51e55195932cef6c9093fc673
MD5 (linuxdoc-1.1.tar.gz) = 7b322f63448a8fd093132d74d3e545b6

View File

@ -1,19 +1,24 @@
This directory contains two versions of the linuxdoc DTD.
This directory contains three versions of the linuxdoc DTD.
The first, original.dtd, is the original untouched DTD from the
SGML-tools version 0.99.13 toolkit. The second, freebsd.dtd, has
SGML-tools version 0.99.13 toolkit. The second, freebsd-1.0.dtd, has
been slightly modified to (a) remove bogus shortref maps, and (b)
add a PART element.
add a PART element. The third, freebsd-1.1.dtd adds a manref element.
Using the supplied catalog file with James Clark's SP parser,
documents beginning like this:
<!doctype linuxdoc system>
will automatically use the original DTD, while this:
will automatically use the original DTD, while these:
<!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc//EN">
<!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc 1.0//EN">
will use the FreeBSD DTD.
will use the FreeBSD DTD, version 1.0 and this:
July 8, 1997
<!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc 1.1//EN">
will use the FreeBSD DTD, version 1.1.
January 17, 1998
jfieber@FreeBSD.org

View File

@ -1,6 +1,7 @@
share/sgml/linuxdoc/README
share/sgml/linuxdoc/catalog
share/sgml/linuxdoc/freebsd.dtd
share/sgml/linuxdoc/freebsd-1.0.dtd
share/sgml/linuxdoc/freebsd-1.0.dtd
share/sgml/linuxdoc/linuxdoc.dec
share/sgml/linuxdoc/original.dtd
@dirrm share/sgml/linuxdoc