Changes between Version 2 and Version 3 of TracWikiToPdfPlugin/Doc0.10


Ignore:
Timestamp:
May 7, 2009, 11:44:59 AM (15 years ago)
Author:
Nickolas Grigoriadis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiToPdfPlugin/Doc0.10

    v2 v3  
    44For now, only those users with WIKI_ADMIN permission can combine wiki pages on one single file. It's possible to define values to title, subtitle, file version and date that are used on the PDF file (the placeholders in the HTML file must be #TITLE#, #SUBJECT#, #VERSAO# and #DATA#).
    55
    6 NEW: Patch #4616 supports the definition of a document on a wiki page - there is no need any more to enter a title and select all pages each time you want to create a PDF. And better even - any user can do it. The patch is for the Trac 0.10 version of the plugin: just replace the wikitopdf.py with the patched one in #4616 (mvlcek).
     6'''NEW''': Patch #4616 added the definition of a document on a wiki page - there is no need any more to enter a title and select all pages each time you want to create a PDF.[[BR]]
     7Instructions by mvlcek:
     8{{{
     9----
     10
     11Anything between the two horizontal lines will be put on the title page.
     12
     13The configured title page is not used.
     14
     15----
     16
     17In the section all linked pages are added to the document. The links must be in the following format:
     18 * [wiki:Chapter1]
     19 * [wiki:Chapter2]
     20 * [wiki:Chapter3]
     21 * ...
     22Everything besides the links is ignored.
     23}}}
     24
    725
    826WikiToPdf also adds support to some wiki formatting that didn't work with CombineWikiPlugin neither PageToPdfPlugin:
     
    4664footer = .r1
    4765logoimage = /path/to/header-logo.png
     66# jpeg = 90 # only add when the PDF's generated are too large
    4867
    4968[wikitopdf-page]
     
    5978footer = .r1
    6079logoimage = /path/to/header-logo.png
     80# jpeg = 90 # only add when the PDF's generated are too large
    6181}}}