1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
Commit Graph

172 Commits

Author SHA1 Message Date
Guillaume Ayoub
10fc8919af Add other solutions to avoid long rendering times 2018-03-25 20:05:31 +02:00
Guillaume Ayoub
95ab66617d Warn users in documentation about possible security problems 2018-03-25 16:53:30 +02:00
Guillaume Ayoub
9d243d7e69 Add setuptools and wheel to the list of Linux packages to install
Fix #584.
2018-03-23 01:28:04 +01:00
Guillaume Ayoub
cf92259619 Update documentation about dlopen error
Fix #589.
2018-03-23 00:41:16 +01:00
Guillaume Ayoub
c01ebc22b5 Ask doc readers to use "python setup.py test" instead of "pytest" 2018-03-12 18:10:21 +01:00
Guillaume Ayoub
b292a72607 Put navigator and renderer in a separate module 2018-03-11 23:46:33 +01:00
Guillaume Ayoub
fdce58dcd0 Use macOS instead of OS X in documentation 2018-03-11 22:48:37 +01:00
Guillaume Ayoub
be00bc6660 There's no need to remove the default null log handler 2018-02-24 22:28:30 +01:00
Guillaume Ayoub
7e0efc0ef8 Update needed versions of some libraries
Fix #542.
2018-01-29 22:54:35 +01:00
Guillaume Ayoub
320be1aec0 Install extra text packages in doc hacking page
Fix #552.
2018-01-27 22:35:07 +01:00
Guillaume Ayoub
4707f6c453 Fix typo in dependencies for Ubuntu/Debian
Fix #563.
2018-01-21 15:06:30 +01:00
Guillaume Ayoub
16e8186568 Drop Python 2 support 2018-01-14 01:48:17 +01:00
Guillaume Ayoub
ad11edfff2 Remove StyleDict objects 2018-01-13 17:41:08 +01:00
Guillaume Ayoub
43dde60a8d Change typo of macOS 2017-12-13 10:18:21 +01:00
Guillaume Ayoub
07d133f2b1 Add some documentation about supported font formats
Related to #548.
2017-12-13 10:15:45 +01:00
Guillaume Ayoub
1f220b2752 Drop official Python 3.3 support
As pytest doesn't support Python 3.3 anymore, and even if the current code
works with 3.3, it's time to officially drop support.
2017-12-09 14:59:19 +01:00
Guillaume Ayoub
13012d15d8 Fix documentation about line-break and word-break
Related to #541.
2017-11-16 14:27:13 +01:00
Guillaume Ayoub
a317b63661 Fix typo 2017-10-09 15:43:04 +02:00
Guillaume Ayoub
0fcf4134ca Merge pull request #516 from Kozea/pdfrw
Use pdfrw instead of editing PDF files directly
2017-10-05 11:18:12 +02:00
Guillaume Ayoub
36670f9a8c Fix tinycss2 and cssselect2 links in documentation 2017-10-04 18:32:13 +02:00
Guillaume Ayoub
0c27e94468 Add a font_config parameter to various render methods
Fix #506.
2017-10-01 15:17:32 +02:00
Guillaume Ayoub
f2565db1e6 Fix link in docs 2017-10-01 00:49:43 +02:00
Guillaume Ayoub
5ae82cf55b Merge branch 'master' of github.com:Kozea/WeasyPrint 2017-09-30 21:44:52 +02:00
Guillaume Ayoub
8a6f92a6d3 Remove empty theme folder for sphinx 2017-09-30 21:44:12 +02:00
Jonas Haag
8a8b0b4003 Add missing libpangocairo dependency 2017-09-19 11:14:11 +02:00
Wan Liuyang
cba74be503 Fix a typo in install.rst 2017-09-15 14:49:06 +08:00
Guillaume Ayoub
71d54095bd Add support of marks and bleed pages properties
Fix #471.
2017-09-05 15:44:50 +02:00
Guillaume Ayoub
f29d23b5dc Use pdfrw to edit PDF metadata and test them 2017-09-04 17:27:56 +02:00
Guillaume Ayoub
a3d527c7ab Fix the documentation about named pages 2017-08-31 13:59:49 +02:00
Guillaume Ayoub
a7b17fb924 Add documentation on logged rendering steps
Related to #488.
2017-08-26 13:45:34 +02:00
Guillaume Ayoub
363e9f6bd2 Unprefix properties defined in specifications 2017-08-17 07:42:42 +02:00
Guillaume Ayoub
0be7a60eed Add build-essential to the list of needed packages
Also explain that Debian 8.0 or older instructions are for Python 2.

Fix #496.
2017-08-10 16:37:41 +02:00
Guillaume Ayoub
645116fb73 Merge branch 'master' into namedpages 2017-08-04 10:55:45 +02:00
Guillaume Ayoub
6b1c5ab1f4 Update the documentation about paged media 2017-08-04 10:54:20 +02:00
Guillaume Ayoub
7e9c22b7e3 Fix some information about CSSSelect2 and tinyCSS2 2017-08-03 17:27:19 +02:00
Guillaume Ayoub
f225f8b200 Update installation information for Debian 9
--system-site-packages is not needed anymore as we don't rely on lxml
2017-07-28 14:18:32 +02:00
Guillaume Ayoub
f856edb3b4 Log the document generation steps
Related to #488.
2017-07-25 13:58:18 +02:00
Guillaume Ayoub
6f55e86e77 Update the documentation about the use of ElementWrapper 2017-07-07 11:13:37 +02:00
Guillaume Ayoub
0f6647194b Get rid of lxml 2017-06-30 22:48:47 +02:00
Guillaume Ayoub
1c48e13d29 Fix the documentation about @font-face
Fix #481.
2017-06-17 11:32:08 +02:00
Guillaume Ayoub
0e9c5a3b5c Add libffi-dev to recent Ubuntu/Debian deps in doc
Fix #458.
2017-06-15 07:44:51 +02:00
Guillaume Ayoub
e34908df1b Update the documentation about @font-face rules 2017-05-03 09:34:24 +02:00
Hugh Secker-Walker
9376c95071 Fix typos and awkward grammar on Tutorial and API pages. 2017-04-28 14:36:14 -04:00
Simon Sapin
0aa62e249e Switch to tinycss2 2017-03-26 18:44:21 +02:00
Guillaume Ayoub
2e3d0f3c9c Ask for python3-* packages for recent Ubuntu versions
Fix #405.
2017-03-25 22:32:43 +01:00
Guillaume Ayoub
11edf76d01 Update Python version to 3.6 in Windows doc 2017-03-25 22:12:06 +01:00
Guillaume Ayoub
ae040e1c71 Respect flake8 everywhere 2017-03-25 00:24:27 +01:00
Guillaume Ayoub
b965562798 Change the documentation about first-letter 2017-02-25 22:50:51 +01:00
Guillaume Ayoub
c9a2a0e60d Add a paragraph in docs about presentational hints
Related to #398, thanks to @aih.
2016-12-06 09:56:04 +01:00
Guillaume Ayoub
a758a5c674 Update documentation for MacOS and Windows
- Python 3 for both Windows and MacOS.
- Homebrew for MacOS, as it's now tested.
2016-11-28 19:32:29 +01:00