From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Khamis Abuelkomboz (UUNET)" To: sourcenav@sources.redhat.com Subject: Re: html parser/highlighter for SN452 Date: Wed, 31 Jan 2001 01:06:00 -0000 Message-id: <3A77D59E.2060201@knuut.de> References: <3A76D3B5.1090801@knuut.de> X-SW-Source: 2001-q1/msg00059.html the source code to download http://home.knuut.de/sn/html.l http://home.knuut.de/sn/html_high.l You need to extend the makefiles to be able to build the parser. Actually I don't have time to give more details about building it, if somebody is going to do the job, he can forward me the instructions and I will publish it in my home page. khamis Khamis Abuelkomboz (UUNET) wrote: > if somebody is interested in a html browser > for sn, you can download the following files > for Windows platforms: > > http://home.knuut.de/khamis/sn/hyper.exe > http://home.knuut.de/khamis/sn/html.exe > > You need to make the following steps: > > 1. replace/copy hyper.exe html.exe into /bin > 2. edit /share/etc/sn_prop.cfg and add the following lines: > > # html > sn_add_parser html \ > -suffix {*.htm *.html *.xml} \ > -brow_cmd $sn_path(bindir)/html \ > -high_cmd $sn_path(bindir)/html > > (or download http://home.knuut.de/khamis/sn/sn_prop.cfg ) > > 3. edit /share/gui/sninit.tcl and replace line 649 > > << sninit.tcl:649: set sn_options(sys,builtin-highlighting) {c++ java > tcl chill python} > > >> sninit.tcl:649: set sn_options(sys,builtin-highlighting) {c++ java > tcl chill python html} > > have fun, > khamis