On Tue, 7 Jan 2003, Andreas Madritsch wrote:> Could anybody tell me how I can read the sgml files in the wine > documentation directory. Standard sgml viewers do not work on these files. >#!/bin/sh #<wine>/documentation/*.sgml reader (c) 2000- Lawson Whitney # Use, distribute, or change at your own risk. sed -e 's/<[^<>]*>//g' -e 's/</</g' -e 's/>/>/g' $1 |less -ni Well, I use this nasty little sed program. It isn't perfect, but you can pretty well read the doco with is. If your mailer puts carriage returns, take them out before trying to run it. tr -d "\r" <mail >/usr/local/bin/rsg Lawson -- ---oops--- ________________________________________________________________ Sign Up for Juno Platinum Internet Access Today Only $9.95 per month! Visit www.juno.com
what do you use as sgml viewer ? I was looking for it and didnt find one. --- Andreas Madritsch <amadritsch@datacomm.ch> a ?crit : > Could anybody tell me how I can read the sgml files in the wine> documentation directory. Standard sgml viewers do not work on these > files.====Sylvain Petreolle spetreolle@users.sourceforge.net Fight against Spam ! http://www.euro.cauce.org/en/index.html ICQ #170597259 "Don't think you are. Know you are." Morpheus in Matrix, chapter 15. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
Could anybody tell me how I can read the sgml files in the wine documentation directory. Standard sgml viewers do not work on these files.
if your wine version is recent check your docbook/jade/tex configuration. otherwise if you can, read the docs on http://www.winehq.com/docs --- Andreas Madritsch <amadritsch@datacomm.ch> a ?crit : > If I type "make html" the following is output:> > amadrits@pcam1:~/wine/documentation > make html > db2html -d ./default.dsl -o wine-devel wine-devel.sgml > tex output file name is > > After that nothinghappens. > > > Sylvain Petreolle wrote: > > >tried to download Panorama too, no success. > >compile the documentation with "make html". > > --- Andreas Madritsch <amadritsch@datacomm.ch> a ?crit : > I tried > >sgml2html and sgml2txt, but without success. > > > > > >>I did not find Panorama for download. > >> > >>Sylvain Petreolle wrote: > >> > >> > >> > >>>what do you use as sgml viewer ? > >>>I was looking for it and didnt find one. > >>>--- Andreas Madritsch <amadritsch@datacomm.ch> a ?crit : > Could > >>>anybody tell me how I can read the sgml files in the wine > >>> > >>> > >>> > >>> > >>>>documentation directory. Standard sgml viewers do not work on > these > >>>>files. > >>>> > >>>> > >>>> > >>>> > >>>====> >>>Sylvain Petreolle > >>>spetreolle@users.sourceforge.net > >>>Fight against Spam ! http://www.euro.cauce.org/en/index.html > >>>ICQ #170597259 > >>> > >>>"Don't think you are. Know you are." Morpheus in Matrix, chapter > 15. > >>> > >>>___________________________________________________________ > >>>Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! > >>>Yahoo! Mail : http://fr.mail.yahoo.com > >>> > >>> > >>> > >>> > >>> > >> > >> > >> > > > >====> >Sylvain Petreolle > >spetreolle@users.sourceforge.net > >Fight against Spam ! http://www.euro.cauce.org/en/index.html > >ICQ #170597259 > > > >"Don't think you are. Know you are." Morpheus in Matrix, chapter 15. > > > >___________________________________________________________ > >Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! > >Yahoo! Mail : http://fr.mail.yahoo.com > > > > > > > > >====Sylvain Petreolle spetreolle@users.sourceforge.net Fight against Spam ! http://www.euro.cauce.org/en/index.html ICQ #170597259 "Don't think you are. Know you are." Morpheus in Matrix, chapter 15. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com