Changes between Version 1 and Version 2 of TracWikiToPdfPlugin/Doc0.11


Ignore:
Timestamp:
Nov 4, 2015, 10:29:22 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as reference, removed dead link

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiToPdfPlugin/Doc0.11

    v1 v2  
    11[[TOC(TracWikiToPdfPlugin,TracWikiToPdfPlugin/Doc0.10,TracWikiToPdfPlugin/Doc0.11)]]
    2 = 0.11 Manual =
    32
    4 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#).
     3= 0.11 Manual
    54
    6 WikiToPdf also adds support to some wiki formatting that didn't work with CombineWikiPlugin neither PageToPdfPlugin:
     5For now, only those users with the `WIKI_ADMIN` permission can combine wiki pages on one 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#.
     6
     7WikiToPdf also adds support to some wiki formatting that didn't work with the CombineWikiPlugin nor with the PageToPdfPlugin:
    78
    89 - Tables (`||Table||`)
     
    1011 - Code blocks (`{{{ code }}}`)
    1112
    12 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!
     13'''Note''': If you want to use a cover file, ensure it is encoded in Latin-1 (ISO-8859-1), otherwise the plugin will fail to use it!
    1314
    14 == CSS Support ==
    15 You can get Syntax highlighting when using the experimental HTMLDoc 1.9. [[BR]]
    16 Just a note: htmldoc version htmldoc-1.9.x-!r1586 has broken headers/footers, version htmldoc-1.9.x-!r1563 works fine.
    17 You only need the unstable 1.9 version if you want syntax highlighting and/or css support.
    18 {{{
     15== CSS Support
     16
     17You can get Syntax highlighting when using the experimental HTMLDoc 1.9.
     18
     19Note that htmldoc version htmldoc-1.9.x-!r1586 has broken headers/footers, however version htmldoc-1.9.x-!r1563 works fine.
     20
     21You only need the unstable 1.9 version if you want syntax highlighting and/or css support:
     22{{{#!ini
    1923[wikitopdf]
    2024css_file = /var/lib/trac/IS/conf/htmldoc.css
    2125}}}
    2226
    23 == Support for Dynamic images ==
    24 If you want TracWikiToPdfPlugin to handle dynamically generated images, or any images dome by another plugin you need to configure in the trac.ini file:
    25 {{{
     27== Support for Dynamic images
     28
     29If you want TracWikiToPdfPlugin to handle dynamically generated images, or any images dome by another plugin you need to configure in the `trac.ini` file:
     30{{{#!ini
    2631[wikitopdf]
    2732tmp_dir = /tmp/wikitopdf
    2833trac_uri = http://trac.blah.is.co.za
    2934}}}
     35
    3036More information is available at #3493.
    3137
    32 == Example ==
     38== Example
    3339
    34 Configurations WikiToPDF in file trac.ini, more information about HTMLDOC (http://www.htmldoc.org/htmldoc.html#CMDREF)
    35 {{{
     40Configurations WikiToPDF in the `trac.ini file`:
     41{{{#!ini
    3642[components]
    3743wikitopdf.* = enabled
     
    4955
    5056[wikitopdf-admin]
    51 # HTMLDOC options. See the link above.
     57# HTMLDOC options.
    5258size = A4
    5359right = 1.5cm
     
    6571
    6672[wikitopdf-page]
    67 # HTMLDOC options. See the link above.
     73# HTMLDOC options.
    6874size = A4
    6975right = 1.5cm