Ticket #4616 (new enhancement)

Opened 2 weeks ago

Last modified 4 days ago

Simplify the creation of multi-page documents

Reported by: mvlcek Assigned to: diorgenes
Priority: high Component: TracWikiToPdfPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

The patch allows the definition of a document on a wiki page like follows:

----

Anything between the two horizontal lines will be put on the title page.

The configured title page is not used.

----

In the section all linked pages are added to the document. The links must be in the following format:
 * [wiki:Chapter1]
 * [wiki:Chapter2]
 * [wiki:Chapter3]
 * ...
Everything besides the links is ignored.

Attachments

wikitopdf.py (5.7 kB) - added by mvlcek on 02/13/09 08:52:03.

Change History

02/13/09 08:52:03 changed by mvlcek

  • attachment wikitopdf.py added.

02/13/09 08:54:07 changed by mvlcek

  • priority changed from normal to high.

Added support for reading the header for the table of content:

----

Anything between the two horizontal lines will be put on the title page.

The configured title page is not used.

----

The first header in this section is used as caption for the table of content

== Table of Content ==

In the section all linked pages are added to the document. The links must be in the following format:
 * [wiki:Chapter1]
 * [wiki:Chapter2]
 * [wiki:Chapter3]
 * ...
Everything besides the links is ignored.}}}

02/24/09 12:50:17 changed by izzy

Will there be a similar patch (or the functionality added to the code) for 0.11?


Add/Change #4616 (Simplify the creation of multi-page documents)




Change Properties
Action