Packaging of Bugzilla 2.18 in Debian

Nick Barnes Nick.Barnes at pobox.com
Wed Jan 19 14:13:53 UTC 2005


At 2005-01-19 03:00:04+0000, David Miller writes:
> Gervase Markham wrote:
> > David Miller wrote:
> > 
> >> It should be possible to do something like [% webpath %] in front of 
> >> the pathname to all of the images, js, css, etc files.  
> > 
> > Can we not do this automatically, or using some sort of TT variable? 
> > It's a shame to clutter all the templates. Or is that not what you are 
> > suggesting?
> 
> If TT does it globally, it'll affect all of the cgi references as well, 
> and we don't want that.
> 
> What I'm suggesting is (for example) in the header template, instead of:
> 
>      <link href="skins/standard/global.css" rel="stylesheet" 
> type="text/css">
>      <link href="skins/custom/global.css" rel="stylesheet" type="text/css">
> 
> We do:
> 
>      <link href="[% webpath %]skins/standard/global.css" 
> rel="stylesheet" type="text/css">
>      <link href="[% webpath %]skins/custom/global.css" rel="stylesheet" 
> type="text/css">

Could the same thing be achieved by symlinks?

Nick B



More information about the developers mailing list