--- a/reportlab/platypus/doctemplate.py Tue Oct 24 15:45:57 2000 +0000
+++ b/reportlab/platypus/doctemplate.py Wed Oct 25 08:57:46 2000 +0000
@@ -1,123 +1,8 @@
-###############################################################################
-#
-# ReportLab Public License Version 1.0
-#
-# Except for the change of names the spirit and intention of this
-# license is the same as that of Python
-#
-# (C) Copyright ReportLab Inc. 1998-2000.
-#
-#
-# All Rights Reserved
-#
-# Permission to use, copy, modify, and distribute this software and its
-# documentation for any purpose and without fee is hereby granted, provided
-# that the above copyright notice appear in all copies and that both that
-# copyright notice and this permission notice appear in supporting
-# documentation, and that the name of ReportLab not be used
-# in advertising or publicity pertaining to distribution of the software
-# without specific, written prior permission.
-#
-#
-# Disclaimer
-#
-# ReportLab Inc. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
-# SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
-# IN NO EVENT SHALL ReportLab BE LIABLE FOR ANY SPECIAL, INDIRECT
-# OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
-# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-# PERFORMANCE OF THIS SOFTWARE.
-#
-###############################################################################
-# $Log: doctemplate.py,v $
-# Revision 1.28 2000/07/20 16:41:16 rgbecker
-# Added pagesize to canvasmaker call
-#
-# Revision 1.27 2000/07/10 11:58:35 andy_robinson
-# Pre-incrementing bug fixed
-#
-# Revision 1.26 2000/07/07 16:21:12 rgbecker
-# Cosmetics
-#
-# Revision 1.25 2000/07/06 12:40:37 rgbecker
-# Push canvas into flowables during wrap/split
-#
-# Revision 1.24 2000/07/05 12:22:21 rgbecker
-# Force _calc in SimpleDocTemplae.build
-#
-# Revision 1.23 2000/07/03 15:39:51 rgbecker
-# Documentation fixes
-#
-# Revision 1.22 2000/06/28 14:52:43 rgbecker
-# Documentation changes
-#
-# Revision 1.21 2000/06/26 15:58:22 rgbecker
-# Simple fix to widths problem
-#
-# Revision 1.20 2000/06/21 12:27:42 rgbecker
-# remove UserDocTemplate, but add Andy's hook methods
-#
-# Revision 1.19 2000/06/20 21:56:17 andy_robinson
-# re-synching after sourceforge went weird
-#
-# Revision 1.18 2000/06/19 23:51:23 andy_robinson
-# Added UserDocTemplate class, and paragraph.getPlainText()
-#
-# Revision 1.17 2000/06/19 11:14:03 andy_robinson
-# Global sequencer put in the 'story builder'.
-#
-# Revision 1.16 2000/06/16 13:49:20 aaron_watters
-# new build parameters to allow alternate filename and canvas implementation
-# (in order to support slideshow summary mode, for example, or embedding one
-# document in another).
-#
-# Revision 1.15 2000/06/13 13:03:31 aaron_watters
-# more documentation changes
-#
-# Revision 1.14 2000/06/01 16:27:56 rgbecker
-# pageSize is wrong at present
-#
-# Revision 1.13 2000/06/01 15:23:06 rgbecker
-# Platypus re-organisation
-#
-# Revision 1.12 2000/05/26 10:27:37 rgbecker
-# Fixed infinite recursion bug
-#
-# Revision 1.11 2000/05/17 22:17:38 rgbecker
-# Renamed BasicFrame to Frame
-#
-# Revision 1.10 2000/05/17 16:29:40 rgbecker
-# Removal of SimpleFrame
-#
-# Revision 1.9 2000/05/17 15:37:33 rgbecker
-# Changes related to removal of SimpleFlowDocument
-#
-# Revision 1.8 2000/05/16 16:15:16 rgbecker
-# Changes related to removal of SimpleFlowDocument
-#
-# Revision 1.7 2000/05/16 14:28:55 rgbecker
-# Fixes/Changes to get testplatypus to work with new framework
-#
-# Revision 1.6 2000/05/15 15:07:32 rgbecker
-# Added drawPage
-#
-# Revision 1.5 2000/05/13 08:33:53 rgbecker
-# fix typo in import
-#
-# Revision 1.4 2000/05/12 16:21:02 rgbecker
-# _donothing explicit import
-#
-# Revision 1.3 2000/05/12 14:53:38 rgbecker
-# Handle splitting error in build
-#
-# Revision 1.2 2000/05/12 14:45:31 rgbecker
-# Single actions only in ActionFlowables
-#
-# Revision 1.1 2000/05/12 12:53:33 rgbecker
-# Initial try at a document template class
-#
-__version__=''' $Id: doctemplate.py,v 1.28 2000/07/20 16:41:16 rgbecker Exp $ '''
+#copyright ReportLab Inc. 2000
+#see license.txt for license details
+#history http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/reportlab/platypus/doctemplate.py?cvsroot=reportlab
+#$Header: /tmp/reportlab/reportlab/platypus/doctemplate.py,v 1.29 2000/10/25 08:57:45 rgbecker Exp $
+__version__=''' $Id: doctemplate.py,v 1.29 2000/10/25 08:57:45 rgbecker Exp $ '''
__doc__="""
This module contains the core structure of platypus.