Modify ↓
Opened 18 years ago
Closed 12 years ago
#1247 closed defect (wontfix)
[PATCH] Allow manipulation of htmldoc flags and negation of defaults from trac.ini
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | normal | Component: | PageToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Currently it is possible to set new options (name = value) and replace the values of default options in the trac.ini [pagetopdf] section, but as far as I could tell it was not possible to negate default options (this was annoying because I wanted to use book format, not webpage format), and setting keys with empty string values looks sort of odd. The patch allows the extra values "yes" and "no" to be attached to each key in the [pagetopdf] section. If a value is "yes", the key's value gets set to "None"; if it is "no", the key gets removed from the defaults.
Example:
[pagetopdf] book = yes color = yes numbered = yes title = yes webpage = no
Attachments (1)
Change History (4)
Changed 18 years ago by
Attachment: | pagetopdf.py-noargs.patch added |
---|
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Deprecated, please see the TracWikiToPdfPlugin.
Note: See
TracTickets for help on using
tickets.
patch to allow negation and better looking setting of flags