Changes between Version 5 and Version 6 of TracWikiToPdfPlugin


Ignore:
Timestamp:
Jun 18, 2008, 12:56:14 PM (16 years ago)
Author:
Diorgenes Felipe Grzesiuk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiToPdfPlugin

    v5 v6  
    33== Description ==
    44
    5 Export a subset of a Trac wiki as a single file...
     5!WikiToPdf was developed based on the work of [wiki:coderanger] and [wiki:athomas]. !WikiToPdf combines the functionality of CombineWikiPlugin and PageToPdfPlugin on only one plugin and allows one to setup a template file used to generate the PDF file with a cover and a licence page, for example.
     6
     7At the end of each wiki page there is a link named !WikiToPdf and works like Athomas !PageToPdfPlugin plugin but takes into account the parameters on trac.ini (see bellow) and passes them to htmldoc.
     8
     9Alternatively, it's possible to select one or more wiki pages and generate one single PDF file just like Coderangers work with a cover and a licence from a template file. This feature also takes into account the parameters on trac.ini.
     10
     11For 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.
     12
     13!WikiToPdf also adds support to some wiki formatting that didn't work with !CombineWikiPlugin neither !PageToPdfPlugin:
     14
     15{{{
     16 - Tables (||Table||)
     17 - Images ([[Image(wiki:Page:image.png, 100%)]])
     18 - Code blocks ({{{ code }}})
     19}}}
     20
     21Documentation page:
    622
    723[[Image(wiki:TracWikiToPdfPlugin:wikitopdf-admin.png, 100%)]]
     24
     25Howto page:
    826
    927[[Image(wiki:TracWikiToPdfPlugin:wikitopdf-admin.png, 100%)]]