From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Khamis Abuelkomboz (UUNET)" To: sourcenav@sources.redhat.com Subject: html parser/highlighter for SN452 Date: Tue, 30 Jan 2001 06:49:00 -0000 Message-id: <3A76D3B5.1090801@knuut.de> X-SW-Source: 2001-q1/msg00054.html 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