Date: Sun, 19 Apr 1998 21:26:38 +0900 From: Shigio Yamaguchi <shigio@wafu.netgate.net> To: hackers@FreeBSD.ORG Cc: shigio@wafu.netgate.net Subject: Introducing gozilla(1). Message-ID: <199804191227.MAA14275@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
Hi, This is a introduction of gozilla(1). You can send HTML file to mozilla from any where using gozilla. For example, % cd /usr/local/jdk1.1.5 % gozilla index.html Then you will find the document(index.html) displayed on mozilla. If mozilla has not been loaded, gozilla loads it. Following command line works too. % gozilla http://www.freebsd.org % gozilla -C 'pagedown' 'pagedown' is mozilla command, which is undocumented but the hint is in the resource file of mozilla (Netscape.ad). Documentation for the protocol which gozilla implements may be found at: http://home.netscape.com/newsref/std/x-remote.html Installation gozilla in FreeBSD 2.2.6 or FreeBSD-current. # cd /usr/src/contrib/global/gozilla # xmkmf # make # make install # make install.man Good luck! -- Shigio Yamaguchi (Freelance programmer) Mail: shigio@wafu.netgate.net, WWW: http://wafu.netgate.net/tama/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804191227.MAA14275>