# This is a -*- Tcl -*- script.
#
# dev.tcl --- InfoPrism's Developer's Manual
#
# Copyright (C) 1999 Stefan Hornburg
#
# Author: Stefan Hornburg <racke@gundel.han.de>
# Maintainer: Stefan Hornburg <racke@gundel.han.de>
# Version: 0.0.6
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any
# later version.
# 
# This file is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this file; see the file COPYING.  If not, write to the Free
# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

manual "Piled Remarks about Developing InfoPrism" 
author "Stefan Hornburg" -email racke@gundel.han.de
stamp "Mon Jan  4 01:12:31 1999 MET"

makeindex cp

include common.tcl

h2 "Internal Representation"
text "After [withindex cp parsing] the SGML document or SGML script the
[withindex cp ESIS] representation 
is transformed into a [withindex cp tree] of
[index cp node document]document nodes. Each node besides
[index cp node text]text nodes is labeled with a
[index cp {generic identifier}][index cp identifier generic]
[dfn generic identifier]. Usually this is the SGML tag in
upper case.
[index cp entities]Entities are marked with the
[index cp {special identifier}][index cp identifier special]
special identifier [withindex cp [code @entref]]."

h2 "Index"
insertindex cp

