Changes between Version 29 and Version 30 of TracWikiPrintPlugin


Ignore:
Timestamp:
Jul 15, 2011, 1:58:46 PM (13 years ago)
Author:
jeanvixue@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiPrintPlugin

    v29 v30  
    66Make wiki pages easily printable, exporting to '''PDF''' (book or article format) or printable '''HTML''' format (page contents without trac headers/footers).
    77
    8 PDF export is based on [http://www.xhtml2pdf.com/ xhtml2pdf/PISA] pure python libraries, instead of depending on an external application.
     8PDF export is based on [http://www.xhtml2pdf.com/ xhtml2pdf] and PISA pure python libraries, instead of depending on an external application.
    99
    1010!WikiPrint features:
     
    2929First, install the plugin as usual. There are several '''dependencies''':
    3030
    31  * [http://www.xhtml2pdf.com/ xhtml2pdf/PISA]: The python library used to convert HTML to PDF. You can install it with ''easy_install pisa''. The version supported by this plugin is 3.0.32. Others might work (3.0.29 is known to have a bug in TOC creation).
     31 * [http://www.xhtml2pdf.com/ xhtml2pdf] and PISA: The python library used to convert HTML to PDF. You can install it with ''easy_install pisa''. The version supported by this plugin is 3.0.32. Others might work (3.0.29 is known to have a bug in TOC creation).
    3232 * [http://www.reportlab.org/ ReportLab version 2.2]: This is a dependency of xhtml2pdf. If using easy_install, it should be automatically installed.
    3333 * [http://code.google.com/p/html5lib/ HTML5lib]: Same as previous.