Re: Use a css file for the doc

2003-09-09 Thread Dimitrie O. Paun
On Wed, 10 Sep 2003, Francois Gouget wrote: > 1. keep the old default.dsl file which hard-codes the presentation in > all the output files and makes it impossible for an end-user to modify > it. > > 2. use the new default.dsl file which puts all the presentation aspects > in the css file so tha

Re: Use a css file for the doc

2003-09-09 Thread Francois Gouget
So which do you want: 1. keep the old default.dsl file which hard-codes the presentation in all the output files and makes it impossible for an end-user to modify it. 2. use the new default.dsl file which puts all the presentation aspects in the css file so that the html files don't have a har

Re: Use a css file for the doc

2003-09-09 Thread Dimitrie O. Paun
On Tue, 9 Sep 2003, Francois Gouget wrote: > > So why is that a problem? > > You do not want the HTML docs generated by 'make html' to look good? I don't care. In fact, the very purpose of using SGML in the first place is so that we shouldn't need to care. The _fundamental_ principle is separat

Re: Use a css file for the doc

2003-09-09 Thread Francois Gouget
On Tue, 9 Sep 2003, Dimitrie O. Paun wrote: > On Tue, 9 Sep 2003, Francois Gouget wrote: > > > By site-wide one I suppose you mean the one shipped with DocBook? > > yes > > > We cannot do that because the DocBook one: > > 1. does not reference any css file > > So why is that a problem? You do no

Re: Use a css file for the doc

2003-09-09 Thread Dimitrie O. Paun
On Tue, 9 Sep 2003, Francois Gouget wrote: > By site-wide one I suppose you mean the one shipped with DocBook? yes > We cannot do that because the DocBook one: > 1. does not reference any css file So why is that a problem? > 2. does not use the %use-id-as-filename% option which results in ug

Re: Use a css file for the doc

2003-09-09 Thread Francois Gouget
On Tue, 9 Sep 2003, Dimitrie O. Paun wrote: > On Tue, 9 Sep 2003, Francois Gouget wrote: [...] > >Don't hardcode the look and feel in default.css. Use a css file > > instead. > > For that, we should just completely remove documentation/default.dsl > and use the site-wide one. By site-wide one

Re: Use a css file for the doc

2003-09-09 Thread Dimitrie O. Paun
On Tue, 9 Sep 2003, Francois Gouget wrote: > * documentation/Makefile.in, >documentation/default.dsl, >documentation/winedoc.css > >Don't hardcode the look and feel in default.css. Use a css file > instead. For that, we should just completely remove documentation/default.dsl and use