~ubuntu-branches/ubuntu/trusty/z3c.rml/trusty

« back to all changes in this revision

Viewing changes to src/z3c.rml.egg-info/PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2011-01-05 22:34:45 UTC
  • Revision ID: james.westby@ubuntu.com-20110105223445-wkcn61jbbuqid38s
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 1.0
 
2
Name: z3c.rml
 
3
Version: 0.9.1
 
4
Summary: An alternative implementation of RML
 
5
Home-page: http://pypi.python.org/pypi/z3c.rml
 
6
Author: Stephan Richter and the Zope Community
 
7
Author-email: zope-dev@zope.org
 
8
License: ZPL 2.1
 
9
Description: ===================================================
 
10
        ``z3c.rml`` -- An alternative implementation of RML
 
11
        ===================================================
 
12
        
 
13
        This is an alternative implementation of ReportLab's RML PDF generation XML
 
14
        format. Like the original implementation, it is based on ReportLab's
 
15
        ``reportlab`` library.
 
16
        
 
17
        You can read all about ``z3c.rml`` and see many examples on how to use it,
 
18
        see the "RML Reference":http://svn.zope.org/z3c.rml/trunk/src/z3c/rml/rml-reference.pdf?view=auto
 
19
        
 
20
        
 
21
        =======
 
22
        CHANGES
 
23
        =======
 
24
        
 
25
        0.9.1 (2010-06-22)
 
26
        ------------------
 
27
        
 
28
        - I found a more complete paragraph border patch from Yuan Hong. Now the DTD
 
29
          is updated, the border supports a border radius and the tag-para.rml sample
 
30
          has been updated.
 
31
        
 
32
        0.9.0 (2010-06-22)
 
33
        ------------------
 
34
        
 
35
        - Upgraded to ReportLab 2.4. This required some font changes and several
 
36
          generated PDFs did not match, since some default fonts changed.
 
37
        
 
38
        - Upgraded to latest lxml. This only required a trivial change. Patch by Felix
 
39
          Schwarz.
 
40
        
 
41
        - Implemented ``linePlot3D`` directive. Patch by Faisal Puthuparackat.
 
42
        
 
43
        - Added paragraph border support. Patch by Yuan Hong.
 
44
        
 
45
        - Bug: Fixed version number in reference.pt. Patch by Felix Schwarz.
 
46
        
 
47
        - Bug: Write PDF documents in binary mode. Patch by Felix Schwarz.
 
48
        
 
49
        
 
50
        0.8.0 (2009-02-18)
 
51
        ------------------
 
52
        
 
53
        - Bug: Use python executable as a part of the subprocess command.
 
54
        
 
55
        - Add support for RML's `pageNumber` element.
 
56
        
 
57
        
 
58
        0.7.3 (2007-11-10)
 
59
        ------------------
 
60
        
 
61
        - Make sure that the output dir is included in the distribution.
 
62
        
 
63
        
 
64
        0.7.2 (2007-11-10)
 
65
        ------------------
 
66
        
 
67
        - Upgraded to work with ReportLab 2.1 and lxml 1.3.6.
 
68
        
 
69
        - Fix sub-process tests for a pure egg setup.
 
70
        
 
71
        
 
72
        0.7.1 (2007-07-31)
 
73
        ------------------
 
74
        
 
75
        - Bug: When the specified page size (within the ``pageInfo`` element) was a
 
76
          word or set thereof, the processing would fail. Thanks to Chris Zelenak for
 
77
          reporting the bug and providing a patch.
 
78
        
 
79
        
 
80
        0.7.0 (2007-06-19)
 
81
        ------------------
 
82
        
 
83
        - Feature: Added a Chinese PDF sample file to ``tests/expected`` under the
 
84
          name ``sample-shipment-chinese.pdf``.
 
85
        
 
86
        - Feature: Added another tag that is commonly needed in projects. The
 
87
          ``<keepTogether>`` tag will keep the child flowables in the same frame.
 
88
          When necessary, the frame break will be automatic. Patch by Yuan Hong.
 
89
        
 
90
        - Feature: Added the "alignment" attribute to the ``blockTable``
 
91
          directive. This attribute defines the horizontal alignment for a table that
 
92
          is not 100% in width of the containing flowable. Patch by Yuan Hong.
 
93
        
 
94
        - Feature: When creating Chinese PDF documents, the normal TTF for Chinese
 
95
          printing is 'simsun'. However, when bold text is neeed, we switch to
 
96
          'simhei'. To properly register this, we need the
 
97
          ``reportlab.lib.fonts.addMapping`` function. This is missing in the reportlab
 
98
          RML specification, so a new directive has been defined::
 
99
        
 
100
            <addMapping faceName="simsun" bold="1" italic="0" psName="simhei" />
 
101
        
 
102
          Patch by Yuan Hong.
 
103
        
 
104
        - Feature: The ``para`` and ``paraStyle`` directive now support the "wordWrap"
 
105
          attribute, which allows for selecting a different wrod wrapping
 
106
          algorithm. This is needed because some far-East Asian languages do not use
 
107
          white space to separate words. Patch by Yuan Hong.
 
108
        
 
109
        - Bug: Handle Windows drive letters correctly. Report and fix by Yuan Hong.
 
110
        
 
111
        
 
112
        0.6.0 (2007-06-19)
 
113
        ------------------
 
114
        
 
115
        - Bug: Fixed setup.py to include all dependencies.
 
116
        
 
117
        - Bug: Added test to show that a blocktable style can be applied multiple
 
118
          times. A user reported that this is not working, but I could not replicate
 
119
          the problem.
 
120
        
 
121
        - Update: Updated the expected renderings to ReportLab 2.1. There were some
 
122
          good layout fixes that broke the image comparison.
 
123
        
 
124
        
 
125
        0.5.0 (2007-04-01)
 
126
        ------------------
 
127
        
 
128
        - Initial Release
 
129
        
 
130
Keywords: zope3 rml reportlab pdf pagetemplate
 
131
Platform: UNKNOWN
 
132
Classifier: Development Status :: 5 - Production/Stable
 
133
Classifier: Intended Audience :: Developers
 
134
Classifier: License :: OSI Approved :: Zope Public License
 
135
Classifier: Programming Language :: Python
 
136
Classifier: Natural Language :: English
 
137
Classifier: Operating System :: OS Independent