
|
[dokuwiki]
||
[Date Prev]
[02-2007 Date Index]
[Date Next]
||
[Thread Prev]
[02-2007 Thread Index]
[Thread Next]
[dokuwiki] [dukuwiki] plugin style sheets download improvements
- From: "Martin Tschofen" <martin.tschofen@xxxxxxxxx>
- To: "doku wiki" <dokuwiki@xxxxxxxxxxxxx>
- Date: Tue, 6 Feb 2007 21:28:47 -0600
I'm wondering about style sheet loading improvements. Not sure if this would
be a worthwhile patch (not sure if this is easily doable):
Right now DW loads collects all styles and outputs them into tow style
sheets (screen and print) Any stylesheet for plugins (templates are
different) are treated as either for screen or print.
When plugins are created in order to make the printing look good, you have
to provide in essence the same css for both stylesheets. I've got a rather
big stylesheet, that now gets included in both style sheets and must be
downloaded twice.
Would it be worthwhile to change it so that dokuwiki includes three
stylesheets. One for screen, one for print and one for all situations (or
even more, such as aural, projection...)
For plugins DW would look for all.css besides print.css and style.css.
For templates the style.ini already allows designating 'all'. However, DW
would now pull thusly designated stylesheets into the all stylesheet.
Is this worth it?...martin
|

|