Re: lynx bug



On Sun, 2003-01-19 at 18:14, Damon Chaplin wrote:
> On Sat, 2003-01-18 at 15:59, James Henstridge wrote:
> 
> > I just read the Jade man page, and it documents a second SGML output 
> > format -- sgml-raw.  According the man page, it says that sgml-raw does 
> > not add the new lines inside elements.  I have committed this change 
> > which should solve the problem:
> > 
> > 2003-01-18  James Henstridge  <james daa com au>
> > 
> >     * gtkdoc-mkhtml.in (declaration): switch the output type from
> >     "sgml" to "sgml-raw" when using Jade to process docs.  This gets
> >     rid of the line breaks inside the tags, which were confusing Lynx.
> > 
> > If it causes a problem, it should be pretty easy to revert.
> 
> Thanks for that.
> 
> I have openjade, which supports that option. Does jade support it as
> well? I can't see the option on http://www.jclark.com/jade/
> 
> Is it OK to depend on openjade now? If not, we need to check which one
> we're using and use sgml or sgml-raw mode accordingly.

I had a look at jade, and it doesn't seem to support 'sgml-raw'.
So I've added a SGML_FORMAT_TYPE variable which is set in configure.in,
set to 'sgml-raw' if we find openjade, else 'sgml'. Hopefully that
should be OK.

I'm going to release 1.0 right now.

Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]