[Python-modules-commits] [xhtml2pdf] 03/06: Update upstream source from tag 'upstream/0.2b'
Drew Parsons
dparsons at moszumanska.debian.org
Sun Oct 29 18:26:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository xhtml2pdf.
commit 05c7fb5206841868773d17f83a604f05a7c7bc6a
Merge: 2ae600d 24864ba
Author: Drew Parsons <dparsons at emerall.com>
Date: Mon Oct 30 01:39:26 2017 +0800
Update upstream source from tag 'upstream/0.2b'
Update to upstream version '0.2b'
with Debian dir e6d09621e212511556f2134c86b9e8811dd798eb
._CHANGELOG.txt | Bin 187 -> 0 bytes
._README.txt | Bin 186 -> 0 bytes
._setup.py | Bin 238 -> 0 bytes
.coveragerc | 9 +
.gitignore | 50 +
.travis.yml | 28 +
AUTHORS.rst | 59 +
CHANGELOG.txt | 71 +-
MANIFEST.in | 4 +
Makefile | 46 +
PKG-INFO | 7 +-
README.rst | 203 ++
README.txt | 51 -
appveyor.yml | 33 +
demo/cherrypy/demo-cherrypy.conf | 8 +-
demo/cherrypy/demo-cherrypy.py | 2 +-
demo/djangoproject/._views.py | Bin 187 -> 0 bytes
demo/djangoproject/urls.py | 2 +-
demo/djangoproject/views.py | 27 +-
demo/tgpisa/tgpisa/commands.py | 104 +-
demo/tgpisa/tgpisa/controllers.py | 2 +-
demo/tgpisa/tgpisa/static/css/style.css | 266 +--
demo/tgpisa/tgpisa/templates/master.kid | 100 +-
demo/tgpisa/tgpisa/templates/welcome.kid | 94 +-
demo/wsgi/._pisawsgidemo.py | Bin 171 -> 0 bytes
demo/wsgi/pisawsgidemo.py | 26 +-
doc/Makefile | 225 ++
doc/make.bat | 281 +++
doc/pisa-en.html | 357 ---
doc/pisa-en.pdf | 1346 ------------
doc/pisa.css | 170 --
doc/screen.css | 36 -
doc/source/conf.py | 435 ++++
doc/source/format_html.rst | 327 +++
doc/source/howto-running-tests.rst | 60 +
doc/source/index.rst | 35 +
doc/source/installation.rst | 85 +
doc/source/reference.rst | 433 ++++
doc/source/usage.rst | 190 ++
ez_setup.py | 142 +-
ho/.___init__.py | Bin 235 -> 0 bytes
ho/__init__.py | 25 -
ho/pisa/.___init__.py | Bin 235 -> 0 bytes
pisa.egg-info/PKG-INFO | 77 -
pisa.egg-info/SOURCES.txt | 176 --
pisa.egg-info/dependency_links.txt | 1 -
pisa.egg-info/entry_points.txt | 4 -
pisa.egg-info/top_level.txt | 2 -
pisa.py | 50 +-
requirements.txt | 11 +
setup.cfg | 23 +-
setup.py | 164 +-
setup_version.py | 54 +
sx/.___init__.py | Bin 235 -> 0 bytes
sx/__init__.py | 25 -
sx/pisa3/.___init__.py | Bin 235 -> 0 bytes
sx/pisa3/._pisa.py | Bin 231 -> 0 bytes
sx/pisa3/._pisa_context.py | Bin 235 -> 0 bytes
sx/pisa3/._pisa_default.py | Bin 235 -> 0 bytes
sx/pisa3/._pisa_document.py | Bin 235 -> 0 bytes
sx/pisa3/._pisa_paragraph.py | Bin 237 -> 0 bytes
sx/pisa3/._pisa_paragraph2.py | Bin 171 -> 0 bytes
sx/pisa3/._pisa_parser.py | Bin 171 -> 0 bytes
sx/pisa3/._pisa_pdf.py | Bin 171 -> 0 bytes
sx/pisa3/._pisa_reportlab.py | Bin 171 -> 0 bytes
sx/pisa3/._pisa_tables.py | Bin 171 -> 0 bytes
sx/pisa3/._pisa_tags.py | Bin 171 -> 0 bytes
sx/pisa3/._pisa_turbogears.py | Bin 171 -> 0 bytes
sx/pisa3/._pisa_util.py | Bin 171 -> 0 bytes
sx/pisa3/._pisa_version.py | Bin 236 -> 0 bytes
sx/pisa3/._pisa_wsgi.py | Bin 171 -> 0 bytes
sx/pisa3/._reportlab_paragraph.py | Bin 233 -> 0 bytes
sx/pisa3/__init__.py | 50 -
sx/pisa3/pisa.py | 503 -----
sx/pisa3/pisa_context.py | 1060 ---------
sx/pisa3/pisa_default.py | 630 ------
sx/pisa3/pisa_document.py | 231 --
sx/pisa3/pisa_paragraph2.py | 947 --------
sx/pisa3/pisa_parser.py | 642 ------
sx/pisa3/pisa_util.py | 761 -------
sx/pisa3/pisa_version.py | 41 -
sx/w3c/._cssSpecial.py | Bin 171 -> 0 bytes
sx/w3c/cssSpecial.py | 419 ----
test/._cookbook.py | Bin 171 -> 0 bytes
test/._datauri.py | Bin 171 -> 0 bytes
test/._helloworld.py | Bin 171 -> 0 bytes
test/._linkloading.py | Bin 171 -> 0 bytes
test/._pdfjoiner.py | Bin 171 -> 0 bytes
test/._simple.py | Bin 171 -> 0 bytes
test/._story2canvas.py | Bin 171 -> 0 bytes
test/._test-bidirectional-text.html | Bin 186 -> 0 bytes
test/._test-font-img-error.html | Bin 187 -> 0 bytes
test/._visualdiff.py | Bin 171 -> 0 bytes
test/._witherror.py | Bin 167 -> 0 bytes
test/._x.txt | Bin 184 -> 0 bytes
test/cookbook.py | 23 +-
test/css/reset.css | 434 ++--
test/datauri.py | 4 +-
test/default.css | 406 ++--
test/helloworld.py | 4 +-
test/linkloading.py | 4 +-
test/pdf.css | 118 +-
test/pdfjoiner.py | 4 +-
test/simple-css.html | 46 +-
test/simple-test.html | 160 +-
test/simple.py | 6 +-
test/story2canvas.py | 4 +-
test/test-background-img.html | 134 +-
test/test-error.html | 14 +-
test/test-font-img-error.html | 27 -
test/test-loremipsum.html | 1164 +++++-----
test/test-pisa-toc-entities.html | 112 +-
test/test-pisa-toc.html | 112 +-
test/test-template-even-odd.html | 138 ++
test/testBackground.py | 21 +
test/testEvenOddPage.py | 20 +
test/visualdiff.py | 2 +-
test/witherror.py | 4 +-
test/x.txt | 38 -
testrender/README | 21 +
testrender/data/reference/simple-test.page0.png | Bin 0 -> 80935 bytes
testrender/data/reference/test-align.page0.png | Bin 0 -> 52141 bytes
.../data/reference/test-background.page0.png | Bin 0 -> 128655 bytes
testrender/data/reference/test-blocks.page0.png | Bin 0 -> 23792 bytes
testrender/data/reference/test-blocks.page1.png | Bin 0 -> 18679 bytes
testrender/data/reference/test-blocks.page2.png | Bin 0 -> 25951 bytes
testrender/data/reference/test-collapse.page0.png | Bin 0 -> 23265 bytes
.../data/reference/test-css-border.page0.png | Bin 0 -> 26138 bytes
testrender/data/reference/test-entities.page0.png | Bin 0 -> 143348 bytes
testrender/data/reference/test-entities.page1.png | Bin 0 -> 83339 bytes
testrender/data/reference/test-entities.page2.png | Bin 0 -> 83439 bytes
testrender/data/reference/test-entities.page3.png | Bin 0 -> 111159 bytes
testrender/data/reference/test-entities.page4.png | Bin 0 -> 112412 bytes
testrender/data/reference/test-entities.page5.png | Bin 0 -> 112775 bytes
testrender/data/reference/test-entities.page6.png | Bin 0 -> 121861 bytes
testrender/data/reference/test-entities.page7.png | Bin 0 -> 53627 bytes
.../data/reference/test-helloworld.page0.png | Bin 0 -> 26086 bytes
.../data/reference/test-image-align.page0.png | Bin 0 -> 122546 bytes
.../data/reference/test-image-align.page1.png | Bin 0 -> 115613 bytes
testrender/data/reference/test-image.page0.png | Bin 0 -> 1123714 bytes
testrender/data/reference/test-image.page1.png | Bin 0 -> 53930 bytes
.../data/reference/test-keep-in-frame.page0.png | Bin 0 -> 238998 bytes
.../data/reference/test-keep-with-next.page0.png | Bin 0 -> 178420 bytes
.../data/reference/test-keep-with-next.page1.png | Bin 0 -> 73269 bytes
.../data/reference/test-keep-with-next.page2.png | Bin 0 -> 153736 bytes
.../data/reference/test-keep-with-next.page3.png | Bin 0 -> 100528 bytes
testrender/data/reference/test-letter.page0.png | Bin 0 -> 146042 bytes
.../data/reference/test-linespacing.page0.png | Bin 0 -> 87055 bytes
.../data/reference/test-linespacing.page1.png | Bin 0 -> 87611 bytes
testrender/data/reference/test-list.page0.png | Bin 0 -> 71428 bytes
testrender/data/reference/test-list.page1.png | Bin 0 -> 1420 bytes
.../reference/test-table-of-contents.page0.png | Bin 0 -> 9722 bytes
.../reference/test-table-of-contents.page1.png | Bin 0 -> 5639 bytes
.../reference/test-table-of-contents.page2.png | Bin 0 -> 5634 bytes
.../reference/test-table-of-contents.page3.png | Bin 0 -> 9673 bytes
testrender/data/reference/test-tables.page0.png | Bin 0 -> 21303 bytes
testrender/data/reference/test-tables.page1.png | Bin 0 -> 118134 bytes
testrender/data/reference/test-tables.page2.png | Bin 0 -> 10317 bytes
testrender/data/source/css/content.css | 424 ++++
{test => testrender/data/source}/css/reset.css | 434 ++--
testrender/data/source/css/test-css-media-3.css | 5 +
testrender/data/source/img/beach.jpg | Bin 0 -> 163905 bytes
testrender/data/source/img/denker.png | Bin 0 -> 3426 bytes
testrender/data/source/img/test.jpg | Bin 0 -> 73987 bytes
testrender/data/source/img/test_logo.jpg | Bin 0 -> 10227 bytes
testrender/data/source/pdf/background-sample.pdf | Bin 0 -> 25730 bytes
testrender/data/source/pdf/test-invoice-bg.pdf | Bin 0 -> 9898 bytes
{test => testrender/data/source}/simple-test.html | 160 +-
testrender/data/source/test-align.html | 25 +
testrender/data/source/test-background.html | 23 +
testrender/data/source/test-blocks.html | 74 +
testrender/data/source/test-collapse.html | 60 +
testrender/data/source/test-css-border.html | 39 +
testrender/data/source/test-helloworld.html | 35 +
testrender/data/source/test-image-align.html | 86 +
testrender/data/source/test-image.html | 24 +
testrender/data/source/test-keep-in-frame.html | 138 ++
testrender/data/source/test-keep-with-next.html | 136 ++
testrender/data/source/test-letter.html | 116 +
testrender/data/source/test-linespacing.html | 30 +
testrender/data/source/test-list.html | 99 +
.../data/source}/test-loremipsum.html | 1164 +++++-----
testrender/data/source/test-table-of-contents.html | 32 +
testrender/data/source/test-tables.html | 89 +
testrender/data/template.html | 39 +
testrender/testrender.py | 294 +++
tests/__init__.py | 4 +-
tests/runtests.py | 52 +-
tests/samples/borders.pdf | 227 --
tests/samples/font/arialuni.ttf | Bin 0 -> 1588364 bytes
tests/test_document.py | 129 ++
tests/test_paragraph.py | 243 +++
tests/test_parser.py | 45 +-
tests/test_reportlab.py | 41 +
tests/test_samples.py | 193 --
tests/test_tables.py | 342 +++
tests/test_tags.py | 17 +
tests/test_uri.py | 122 --
tests/test_utils.py | 275 +++
tests/tmp/right/borders.pdf | 227 --
tox.appveyor.ini | 20 +
tox.ini | 30 +
{ho/pisa => xhtml2pdf}/__init__.py | 18 +-
xhtml2pdf/context.py | 958 ++++++++
xhtml2pdf/default.py | 648 ++++++
xhtml2pdf/document.py | 185 ++
.../pisa_paragraph.py => xhtml2pdf/paragraph.py | 447 +---
xhtml2pdf/parser.py | 722 +++++++
sx/pisa3/pisa_pdf.py => xhtml2pdf/pdf.py | 33 +-
xhtml2pdf/pisa.py | 442 ++++
{sx/pisa3 => xhtml2pdf}/reportlab_paragraph.py | 1454 +++++++------
sx/pisa3/pisa_tables.py => xhtml2pdf/tables.py | 331 ++-
sx/pisa3/pisa_tags.py => xhtml2pdf/tags.py | 1356 +++++++-----
.../pisa_turbogears.py => xhtml2pdf/turbogears.py | 18 +-
xhtml2pdf/util.py | 855 ++++++++
{sx => xhtml2pdf}/w3c/__init__.py | 24 +-
{sx => xhtml2pdf}/w3c/css.py | 1800 ++++++++-------
{sx => xhtml2pdf}/w3c/cssDOMElementInterface.py | 264 +--
{sx => xhtml2pdf}/w3c/cssParser.py | 2286 +++++++++++---------
xhtml2pdf/w3c/cssSpecial.py | 427 ++++
sx/pisa3/pisa_wsgi.py => xhtml2pdf/wsgi.py | 55 +-
.../xhtml2pdf_reportlab.py | 637 +++---
222 files changed, 17310 insertions(+), 15373 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/xhtml2pdf.git
More information about the Python-modules-commits
mailing list