NDir -- Nice Directory, version 0.8.2


NDir is a console tool that displays directory listings of the local file
system. Its purpose and behaviour is similar to the well-known
`ls' on UNIX systems.

NDir can provide both a brief overview on the files and also show detailed
information on these files. It focuses on the needs of humans, with
output optimized for legibility.

Features include customizability via options (many of them are compatible with 
GNU ls), display colourizaton, status line with directory statistics.

Now you can proceed to...

  * System Requirements: See below.

  * Build/installation instructions: See file INSTALL

  * User documentation: See the man page that will be
    installed. You also can have a look at it now with 'less ndir.1'
    (or with any other program that displays man pages directly).

  * Release Notes: See file 'ChangeLog' and 'To do.html'

  * Further info: See below.


System Requirements
----------------------------------------------------------------------

NDir was written for the Linux operating system, but may also work
on different UNIX systems (and it does work on quite a number of
them). Generally, a POSIX compliant system will help much...

NDir has been reported working on following systems:
  i386, Linux (libc5 or glibc (=libc6))
  Alpha, Digital UNIX 4.0D (also known as Tru64 UNIX)
  Sparc, Sun Solaris
  Mips, Digital Ultrix 4.4
  i386, Microsoft(R) Windows(TM) 95/98 (with Cygnus CygWin UNIX environment)

See INSTALL for details.


Availability
----------------------------------------------------------------------

At the moment, NDir ist available as source code only. Binary Distributions
are planned for the future.

The main web site is:
  http://www.Informatik.Uni-Oldenburg.DE/~mw/software/


Author, Copyright, License
----------------------------------------------------------------------

This program was written by Michael Weers. 
I can be contacted via e-mail: michael.weers@gmx.de
Suggestions, complaints and bug reports are very welcome.

NDir is Copyright (c) 1997, 1998, 1999 by Michael Weers.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  

This distribution includes the "File-Date-StringUtils" library in the 
src/File-Date-StringUtils subdirectory.

Product and company names mentioned on this page or elsewhere in the
distribution may be trademarks of their respective owners.


Acknowledgements
----------------------------------------------------------------------

Many thanks to 
* Matthias Kster for his help with the C++ programming language and many 
  interesting discussions on software design and programming.
* Phill Zarfos for some ideas.

---(END)------------------
