On Thu, Feb 10, 2005 at 11:37:59AM +1300, Hamish wrote:
> I just discovered that tools/g.html2man/g.html2man
> does not support tables
> (see e.g. current r.in.gdal, r3.out.ascii etc)
>
> g.manual -m r.in.gdal
> g.manual -m r3.out.ascii
>
> are looking messy in the table section.
r.in.gdal doesn't have a <TABLE>, just <PRE>.
man version looks just fine here.
?
> > I just discovered that tools/g.html2man/g.html2man
> > does not support tables
> > (see e.g. current r.in.gdal, r3.out.ascii etc)
> >
> > g.manual -m r.in.gdal
> > g.manual -m r3.out.ascii
> >
> > are looking messy in the table section.
>
> r.in.gdal doesn't have a <TABLE>, just <PRE>.
> man version looks just fine here.
> ?
r.in.gdal.html -- <TABLE> or not at all
r3.out.ascii.html -- changed to <PRE> already
r.terraflow.html -- just for images, doesn't matter for man version
the rest are all navigation pages, man versions without hyperlinks
are of limitted use (I guess module list with descriptions is useful..)
+ man versions don't exist currently ('g.manual -m vector' .. not found).
Should be change all tables to pre?
certainly not for the lastest r.in.gdal change.
(you really want to maintain that table? for people without internet?)
I would prefer to have g.html2man fixed (maybe doing pre tricks there).
Yes. I think automatic <pre> tricks is hard to get right.