Edgewall Software

Changes between Version 7 and Version 8 of TracDev/Proposals/ThemePlugins


Ignore:
Timestamp:
Apr 15, 2007, 10:30:53 AM (17 years ago)
Author:
Armin Ronacher
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Proposals/ThemePlugins

    v7 v8  
    227227
    228228`theme.get_chrome_url()` creates an url to the chrome folder of the current theme.
     229
     230== Criticism ==
     231 * `coderanger` does not like the proposal because a CSS preprocessor is missing. Also the feature of generating CSS files dynamically is missing.
     232  * my point of view: you don't need a CSS preprocessor because you can access resources from the css files with relative urls and you don't need other stuff then `href` in a CSS file. Also you can implement the `IRequestHandler` and serve a dynamically generated CSS file somewhere.