1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00
The awesome document factory
Go to file
Simon Sapin 5a779f49dc Fix relative stylesheet URL without a base URL.
Previously we passed url=None to CSS which failed with
a "zero source" exception.
2012-07-17 15:23:58 +02:00
weasyprint Fix relative stylesheet URL without a base URL. 2012-07-17 15:23:58 +02:00
.coveragerc Fix the Variable Dimension rules, add tests. 2012-07-02 18:15:57 +02:00
.gitignore Fix borders on inline boxes split by a block inside. 2012-06-06 13:27:50 +02:00
.pylintrc Better reporting of image errors. 2011-12-26 11:48:40 +01:00
.travis.yml Add config for travis-ci.org 2012-05-07 13:31:23 +02:00
AUTHORS Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
CHANGES Add `url_fetcher` to the public API 2012-07-13 12:24:55 +02:00
LICENSE Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
MANIFEST.in Install tests with all resources 2012-05-07 13:33:43 +02:00
pytest.ini Use the faster native tracebacks in pytest. 2012-03-24 21:32:15 +01:00
README Next is 0.12. Or is it? 2012-07-04 19:53:20 +02:00
setup.py Install tests with all resources 2012-05-07 13:33:43 +02:00
tox.ini Use the released tinycss in tox. 2012-03-25 01:55:48 +01:00
weasyprint.py Move the whole 'weasy' package to 'weasyprint' 2012-02-14 12:49:33 +01:00

WeasyPrint is a visual rendering engine for HTML and CSS that can export
to PDF. It aims to support web standards for printing.
WeasyPrint is free software made available under the `BSD license
<https://github.com/Kozea/WeasyPrint/blob/master/LICENSE>`_.

It is based on various libraries **not** on a full rendering engine like
WebKit on Gecko. The CSS layout engine is written in Python and meant to be
easy to hack on.

* Free software: BSD licensed
* Python 2.6+ or 3.x
* Website and documentation: http://weasyprint.org/
* Source code `on GitHub <https://github.com/Kozea/WeasyPrint>`_
* Issue tracker `on Redmine
  <http://redmine.kozea.fr/projects/weasyprint/issues>`_