Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2003 20:34:39 -0500
From:      Chris Pressey <cpressey@catseye.mb.ca>
To:        stan <stanb@panix.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Simple text fiel viewere?
Message-ID:  <20030520203439.058c0e8a.cpressey@catseye.mb.ca>
In-Reply-To: <20030521011017.GA9791@teddy.fas.com>
References:  <20030521011017.GA9791@teddy.fas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 20 May 2003 21:10:17 -0400
stan <stanb@panix.com> wrote:

> I'm looking for a simple (notepad like) text file viewer. I need to be
> able to use this in "read only" mode WO the posibiliy of the user
> editing the file.
> 
> Can I use something like gnotepad? Just a thoguht other lighter weight
> solutions (that a windoze trained suer would understand) are
> definately encouraged.

I've never tried it, but it looks like you can.  (Until now I thought
gnotepad+ required Gnome, but according to its home page it can be built
with just gtk1.2)

To force any editor to operate in "read only" mode, just make sure the
files themselves are set to "read only" (e.g. chmod 444 filename)

Personally I might consider dillo - a very lightweight and simple (and
fast!) gtk1.2 web browser.  I use it extensively for browsing HTML
documentation on my local disk, but there's no reason it couldn't be
used to browse local text files as well.

HTH
-Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030520203439.058c0e8a.cpressey>