# 5:30 pm 1998/2/18
# Knowledge Explorer version 2.3

#===================================================#
# Knowledge Explorer News                           #
#                                                   #
# If you want to receive occasional email           #
# concerning updates and/or applications            #
# use                                               #
#	KEHOME/KENEWS.nv                            #
#===================================================#

#===================================================#
# Shareware Agreement                               #
#                                                   #
# Knowledge Explorer is a shareware product.        #
# If it is useful to you, please support my effort  #
# by sending $25 US using secure registration       #
# (credit card)                                     #
#                                                   #
#	http://order.kagi.com/?2Y8&S                #
#                                                   #
# Knowledge Explorer source code is available to    #
# all registered users.                             #
#                                                   #
# Report any problems to me                         #
#                                                   #
#	mailto:rhm@cdepot.net                       #
#	http://www2.rhm.cdepot.net/~rhm             #
#       phone: 209-295-1365                         #
#                                                   #
# Legal considerations:                             #
# I retain all rights to this shareware product.    #
# By using this shareware product, you take total   #
# responsibility for any damages which may result   #
# from its use.  My only responsibity is to return  #
# your $25.                                         #
#===================================================#

# Downloads
#==========
ftp://ftp.cdepot.net/pub/ke/kewin.exe	Windows 95/NT/3.1 or DOS
ftp://ftp.cdepot.net/pub/ke/kebsd.tgz	BSD/OS UNIX
ftp://ftp.cdepot.net/pub/ke/kesol.tgz	Sun Solaris UNIX

The Windows version creates a menu in Programs/Knowledge Explorer,
changes PATH and KEHOME in autoexec.bat, associates ke.exe
with .ku,.cu files, and associates icont.exe with .icn files.

# Directory Structure
#====================
ke
	bin		executables
	book		book hierarchy examples
	context		context examples
	cu		change unit examples
	english		English examples
	family		family history application
	help		user manual & help files
	homepage	Knowledge Explorer Home Page files
	fca		Formal Concept Analysis examples
	ho		hierarchy outline examples
	id		concept formation examples
	indexing	indexing application
	internet	internet hierarchy examples
	kb		initial knit files
	ku		knowledge unit examples
	logic		logic examples
	method		user-defined method examples
	rel		relation examples
	src		ke source code

# Executables
#============
	ke.exe		Knowledge Explorer
	ksc.exe		Knowledge Syntax Checker
	iversion.exe	identify Icon version & features
	icont.exe	Icon translator
	iconx.exe	Icon executor
	unwise.exe	uninstall program

# Initial knit files
#===================
	newknit.ku	tabula rasa minimum hierarchy
	newdef.ku	tabula rasa definitions
	kedef.ku	Knowledge Explorer definitions
	init.ku		user initialization commands


# Windows Installation
#=====================
1. Install ke
	double-click kewin.exe
	select installation directory
	restart system
2. Execute ke using any of these methods
	select ke from Programs menu
	double-click ke
	double-click .ku file or .cu file
	enter "ke" on Run menu
	enter "ke" on DOS command line

# UNIX Installation
#==================
1. Decompress files
	mkdir your-installation-directory
	cd your-installation-directory
	gzip -d kebsd.tgz
	pax -r -f kebsd.tar
2. Change .profile and execute it
	KEHOME=your-installation-directory; export KEHOME
	ICONX=$KEHOME/bin/iconx; export ICONX
	BLKSIZE=1000000; export BLKSIZE
	MSTKSIZE=20000; export MSTKSIZE
	PATH=$KEHOME/bin:$PATH; export PATH
3. Execute ke
	ke

