
noreply at edgewall
Feb 23, 2005, 1:32 PM
Post #1 of 3
(1024 views)
Permalink
|
|
[The Trac Project] #1222: Parametrizable header, footer, and initial body content values for wiki pages
|
|
#1222: Parametrizable header, footer, and initial body content values for wiki pages -------------------------+-------------------------------------------------- Id: 1222 | Status: new Component: wiki | Modified: Wed Feb 23 13:32:11 2005 Severity: enhancement | Milestone: 0.9 Priority: normal | Version: 0.8 Owner: jonas | Reporter: mario <mario [at] ruggier> -------------------------+-------------------------------------------------- It would be useful to be have parametrizable wiki content headers and footers, as well as being able to set the initial content of a wiki page body. What I am thinking of are the following templates: 1. wikipage_header.wikiformatting - evaluated each time a wiki page is rendered 2. wikipage_footer.wikiformatting - evaluated each time a wiki page is rendered 3. wikipage_default_body.wikiformatting - evaluated only for new pages This will allow a sitewide control of header and footer for wiki page content (that could be a nice place to place some navigation macros) that can be manipulated sitewide at any time. The default body would be useful to provide an appropriate initial content to the body of a wiki page. These string values could be set by means of template files on disk (same as for site_header.cs), or as trac.ini values for a wiki section, amongst others. -- Ticket URL: <http://projects.edgewall.com/trac/ticket/1222> The Trac Project <>
|