head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	98.10.25.03.02.50;	author abial;	state dead;
branches;
next	1.2;

1.2
date	98.10.22.11.16.18;	author abial;	state Exp;
branches;
next	1.1;

1.1
date	98.10.21.17.36.16;	author abial;	state Exp;
branches;
next	;


desc
@@


1.3
log
@With much regret, I had to remove these two programs - their license
doesn't permit us to distribute them. I think I should take some law
classes...

Explained by:	bde
@
text
@Warsaw, 1998.10.21

This is a port of Minix editor. It's small, fast and relatively
robust. It can perform basic editing commands, block operations,
and search and replace.

The keybindings are just plain insane. I added a help screen
(available under F1), and remapped some of the wildest keys to
function keys. If you have some time and a bit of hacking skills,
you're welcome to sanitize it. :-)

A bit of warning: one of the reasons for its small size is that it
doesn't use any termcap calls - it uses hardwired codes for 'cons25'
terminal type. If you try to use it with some other terminal, you
have to change them, or recompile with -DUNIX -ltermcap.

This is a copyrighted software - see the file LICENSE. It allows
you to use it for research and educational purposes only.

Andrzej Bialecki
<abial@@FreeBSD.org>

$Id: README,v 1.2 1998/10/22 11:16:18 abial Exp $
@


1.2
log
@This is a copyrighted software. I forgot to include the license here.
Apologies to all parties involved -  it wasn't intended...

Reminded by:	bde
@
text
@d23 1
a23 1
$Id: README,v 1.1 1998/10/21 17:36:16 abial Exp $
@


1.1
log
@Added two new utilities, both ported from Minix: mined (editor), and
msh (largely compatible Bourne shell).
@
text
@d17 3
d23 1
a23 1
$Id$
@

