Changes between Version 46 and Version 47 of TracWikiToPdfPlugin


Ignore:
Timestamp:
Nov 6, 2016, 9:23:06 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiToPdfPlugin

    v46 v47  
    55== Description
    66
    7 This plugin allows you to set up a template file to generate a PDF file with a cover and a license page, for example. At the end of each wiki page there is a link named !WikiToPdf and takes into account the parameters in your `trac.ini` file and passes them to htmldoc. See below for some examples.
     7This plugin allows you to set up a template file to generate a PDF file with a cover and a license page, for example. At the end of each wiki page there is a link named !WikiToPdf and takes into account the parameters in your `trac.ini` file and passes them to htmldoc.
    88
    9 Alternatively, it's possible to select one or more wiki pages and generate one single PDF file. This feature also takes into account the parameters in trac.ini.
     9'''Combining wiki pages:'''
     10
     11[export:/tracwikitopdfplugin/0.11/docs/example-documentation.pdf]
     12
     13[[Image(wiki:TracWikiToPdfPlugin:wikitopdf-admin.png, 70%, border=2)]]
     14
     15Alternatively, it's possible to select one or more wiki pages and generate one single PDF file. This feature also takes into account the parameters in your `trac.ini` file.
     16
     17'''Single page:'''
     18
     19[export:/tracwikitopdfplugin/0.11/docs/example-howto.pdf]
     20
     21[[Image(wiki:TracWikiToPdfPlugin:wikitopdf-page.png, 70%, border=2)]]
     22
     23Please see the following manuals for older versions of this plugin:
     24
     25 * [wiki:TracWikiToPdfPlugin/Doc0.10 0.10 Manual]
     26 * [wiki:TracWikiToPdfPlugin/Doc0.11 0.11 Manual]
    1027
    1128For now, only those users with the `WIKI_ADMIN` permission can combine wiki pages on one single file. It is 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#`.
     
    2138'''Note:''' If you want to use a cover file, it must be encoded in Latin-1 (ISO-8859-1), otherwise the plugin will fail to use it!
    2239
    23 This plugin was developed based on the work of [wiki:coderanger] and [wiki:athomas]. It combines the functionality of CombineWikiPlugin and PageToPdfPlugin, both of which are deprecated. See also TracWikiPrintPlugin.
     40This plugin was developed based on the work of [wiki:coderanger] and [wiki:athomas]. It combines the functionality of CombineWikiPlugin and PageToPdfPlugin, both of which are deprecated.
     41
     42See also TracWikiPrintPlugin.
    2443
    2544== Bugs/Feature Requests
     
    4766Further general instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    4867
    49 == Screenshots
    50 
    51 '''Combining wiki pages:'''
    52 
    53 [export:/tracwikitopdfplugin/0.11/docs/example-documentation.pdf]
    54 
    55 [[Image(wiki:TracWikiToPdfPlugin:wikitopdf-admin.png,70%)]]
    56 
    57 '''Single page:'''
    58 
    59 [export:/tracwikitopdfplugin/0.11/docs/example-howto.pdf]
    60 
    61 [[Image(wiki:TracWikiToPdfPlugin:wikitopdf-page.png,70%)]]
    62 
    63 == Usage
    64 
    65  * [wiki:TracWikiToPdfPlugin/Doc0.10 0.10 Manual]
    66  * [wiki:TracWikiToPdfPlugin/Doc0.11 0.11 Manual]
    67 
    6868== Recent Changes
    6969