Packaging of Bugzilla 2.18 in Debian

Alexis Sukrieh sukria at sukria.net
Wed Jan 19 14:44:55 UTC 2005


* Nick Barnes (Nick.Barnes at pobox.com) disait :
> > 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?

In Debian, that's definitively not possible: that would suppose to make
symlinks inside /var/lib/cgi-bin/bugzilla to point to 
/usr/share/bugzilla/web/{css,js, ...}

That's not allowed by the Policy to put non-cgi files in a cgi location,
which is understandable I suppose :)

I really find the [% webpath %] solution interesting, moreover, I
started to implement that on my local box and that works great.

I'll follow up in that way.

-- 
                                  Alexis Sukrieh <sukria at sukria.net>
                                               http://www.sukria.net

« Quidquid latine dictum sit, altum sonatur. » 
Whatever is said in Latin sounds profound.




More information about the developers mailing list