Changes between Version 10 and Version 11 of TracWikiPrintPlugin


Ignore:
Timestamp:
Apr 2, 2009, 12:56:28 PM (15 years ago)
Author:
Álvaro Iradier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiPrintPlugin

    v10 v11  
    1818== Usage instructions ==
    1919
    20 First, install the plugin as usual.
     20First, install the plugin as usual. There are several '''dependencies''':
     21
     22 * [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.30. Others might work (3.0.29 is known to have a bug in TOC creation).
     23 * [http://www.reportlab.org/ ReportLab]: This is a dependency of xhtml2pdf. If using easy_install, it should be automatically installed.
     24 * [http://code.google.com/p/html5lib/ HTML5lib]: Same as previous.
     25 * [http://pybrary.net/pyPdf/ pyPDF]: Same as previous.
     26 * [http://www.pythonware.com/products/pil/ PIL (Python Imaging Library)]: I'm not sure if this is a dependency of xhtml2pdf, but anyways, ''easy_install PIL'' should do the work.
     27
    2128
    2229Enable the plugin by adding '''wikiprint.* = enabled''' in the ''components'' section of the ''trac.ini'' file: