Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
This package allows you to write PDF templates like you would write page
Browse files Browse the repository at this point in the history
templates. The package comes with both, PML and tinyRML, both released under 
LGPL. Please read the LICENSES.txt file for more information.

Roger Ineichen (Projekt01), Daniel Meier (Perse) and I have been using PDF 
template for a long time and it is in production at several sites. All of us 
have contributed to the code.
  • Loading branch information
strichter committed Mar 8, 2007
0 parents commit 72431e6
Show file tree
Hide file tree
Showing 81 changed files with 12,764 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/z3c/__init__.py
@@ -0,0 +1 @@
# Make a package
9 changes: 9 additions & 0 deletions src/z3c/pdftemplate/DEPENDENCIES.cfg
@@ -0,0 +1,9 @@
docutils
reportlab
zope.annotation
zope.app
zope.configuration
zope.interface
zope.publisher
zope.schema
zope.testing
81 changes: 81 additions & 0 deletions src/z3c/pdftemplate/LICENSES.txt
@@ -0,0 +1,81 @@
========
LICENSES
========

The contents of this package is distributed under ZPL 2.1. See
``ZopePublicLicense.txt``.


pml2pdf
-------

The code in the ``pml2pdf`` package was developed by Ulrich Eck and is
distributed under the GNU Lesser General Public License (LGPL). He included a
modified file from reportlab, which is available under the following
conditions:

###############################################################################
#
# Copyright (c) 2000-2001, ReportLab Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# * Neither the name of the company nor the names of its contributors may be
# used to endorse or promote products derived from this software without
# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE OFFICERS OR CONTRIBUTORS BE LIABLE FOR
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
# DAMAGE.
#
###############################################################################


rlpdf
-----

The code in ``rlpdf`` is partially put in the Public domain and includes code
also subject to the above conditions. Thanks dreamcatcher!


trml2pdf
--------

The code of Tiny RML2PDF package is distributed under the GNU Lesser General
Public License (LGPL)..

###############################################################################
#
# trml2pdf - An RML to PDF converter
# Copyright (C) 2003, Fabien Pinckaers, UCL, FSA
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library 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
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
###############################################################################
3 changes: 3 additions & 0 deletions src/z3c/pdftemplate/MAINTAINER.txt
@@ -0,0 +1,3 @@
Stephan Richter <stephan.richter@tufts.edu>
Daniel Meier <daniel.meier@perse.ch>
Roger Ineichen <roger@projekt01.ch>
9 changes: 9 additions & 0 deletions src/z3c/pdftemplate/PUBLICATION.cfg
@@ -0,0 +1,9 @@
Metadata-Version: 1.0
Name: pdftemplate
Summary: reportlab-based PDF Browser Views
Author: Stephan Richter
Author-email: stephan.richter@gmail.com
License: ZPL 2.1
Description:
This package provides directives for Zope 3 that allow the
registration of browser views that generate PDF files.

0 comments on commit 72431e6

Please sign in to comment.