Changes between Initial Version and Version 1 of TracWikiToPdfPlugin


Ignore:
Timestamp:
Jun 17, 2008, 12:09:38 PM (16 years ago)
Author:
Diorgenes Felipe Grzesiuk
Comment:

New hack TracWikiToPdfPlugin, created by diorgenes

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiToPdfPlugin

    v1 v1  
     1= Trac WikiToPDF =
     2
     3== Description ==
     4
     5Export a subset of a Trac wiki as a single file.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for TracWikiToPdfPlugin are
     10[report:9?COMPONENT=TracWikiToPdfPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=TracWikiToPdfPlugin&owner=diorgenes new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:tracwikitopdfplugin here].
     18
     19== Source ==
     20
     21You can check out TracWikiToPdfPlugin from [http://trac-hacks.org/svn/tracwikitopdfplugin here] using Subversion, or [source:tracwikitopdfplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25{{{
     26[wikitopdf]
     27base_dir = /path/to/DocumentRoot
     28titlefile = /path/to/capa_file.html
     29
     30[wikitopdf-admin]
     31size = A4
     32right = 1.5cm
     33left = 1.5cm
     34top = 1.5cm
     35bottom = 1.5cm
     36no-links = None
     37toctitle = Sumary
     38numbered = None
     39linkstyle = plain
     40header = l
     41footer = .r1
     42logoimage = /path/to/logo_file.png
     43
     44[wikitopdf-page]
     45size = A4
     46right = 1.5cm
     47left = 1.5cm
     48top = 1.5cm
     49bottom = 1.5cm
     50no-links = None
     51linkstyle = plain
     52header = l
     53footer = .r1
     54logoimage = /path/to/logo_file.png
     55}}}
     56
     57== Recent Changes ==
     58
     59[[ChangeLog(tracwikitopdfplugin, 3)]]
     60
     61== Author/Contributors ==
     62
     63'''Author:''' [wiki:diorgenes] [[BR]]
     64'''Contributors:'''