Changes between Version 44 and Version 45 of TracWikiToPdfPlugin


Ignore:
Timestamp:
May 19, 2015, 6:23:58 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiToPdfPlugin

    v44 v45  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Create PDFs from wiki pages =
    32
    4 == Description ==
     3= Create PDFs from wiki pages
    54
    6 !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 license page, for example. See also TracWikiPrintPlugin.
     5== Description
    76
    8 At the end of each wiki page there is a link named !WikiToPdf and works like [wiki:athomas] !PageToPdfPlugin plugin but takes into account the parameters on trac.ini (see below) and passes them to htmldoc.
     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 trac.ini (see below) and passes them to htmldoc.
    98
    10 Alternatively, it's possible to select one or more wiki pages and generate one single PDF file just like [wiki:coderanger] work with a cover and a licence from a template file. This feature also takes into account the parameters on trac.ini.
     9Alternatively, 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.
    1110
    12 For 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#).
     11For 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#`.
    1312
    14 !WikiToPdf also adds support to some wiki formatting that didn't work with !CombineWikiPlugin neither !PageToPdfPlugin:
     13!WikiToPdf also adds support to some wiki formatting:
    1514
    1615{{{
     
    2019}}}
    2120
    22 '''ATTENTION:''' If you want to use a cover file, take care it is encoded in Latin-1 (ISO-8859-1) - otherwise the plugin will fail to use it!
     21'''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!
    2322
    24 == Prerequisites ==
     23This 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.
    2524
    26 To use !WikitoPdf plugin you need to install Htmldoc (http://www.htmldoc.org).
     25== Bugs/Feature Requests
    2726
    28 == Screenshots ==
     27Existing bugs and feature requests for TracWikiToPdfPlugin are
     28[query:status!=closed&component=TracWikiToPdfPlugin&order=priority here].
     29
     30If you have any issues, create a
     31[http://trac-hacks.org/newticket?component=TracWikiToPdfPlugin&owner=diorgenes new ticket].
     32
     33[[TicketQuery(component=TracWikiToPdfPlugin&group=type,format=progress)]]
     34
     35== Download and Source
     36
     37Download the [download:tracwikitopdfplugin zipped source], check out [/svn/tracwikitopdfplugin using Subversion], or [source:tracwikitopdfplugin browse the source] with Trac.
     38
     39== Prerequisites
     40
     41To use !WikitoPdf plugin you need to install [https://www.msweet.org/projects.php?Z1 Htmldoc], which itself is GPL-licensed.
     42
     43== Screenshots
    2944
    3045'''Combining wiki pages:'''
     
    4055[[Image(wiki:TracWikiToPdfPlugin:wikitopdf-page.png,70%)]]
    4156
    42 == Usage ==
     57== Usage
    4358
    4459 * [wiki:TracWikiToPdfPlugin/Doc0.10 0.10 Manual]
    4560 * [wiki:TracWikiToPdfPlugin/Doc0.11 0.11 Manual]
    4661
    47 == Download and Source ==
    48 
    49 Download the [download:tracwikitopdfplugin zipped source], check out [/svn/tracwikitopdfplugin using Subversion], or [source:tracwikitopdfplugin browse the source] with Trac.
    50 
    51 == Bugs/Feature Requests ==
    52 
    53 Existing bugs and feature requests for TracWikiToPdfPlugin are
    54 [query:status!=closed&component=TracWikiToPdfPlugin&order=priority here].
    55 
    56 If you have any issues, create a
    57 [http://trac-hacks.org/newticket?component=TracWikiToPdfPlugin&owner=diorgenes new ticket].
    58 
    59 == Recent Changes ==
     62== Recent Changes
    6063
    6164[[ChangeLog(tracwikitopdfplugin, 3)]]
    6265
    63 == Author/Contributors ==
     66== Author/Contributors
    6467
    6568'''Author:''' [wiki:diorgenes Diorgenes Felipe Grzesiuk] [[BR]]
    66 '''Maintainer:''' [wiki:diorgenes Diorgenes Felipe Grzesiuk] [[BR]]
     69'''Maintainer:''' [[Maintainer]] [[BR]]
    6770'''Contributors:'''
    6871 * jun66j5