# McCullough Knowledge Explorer version 5.1
# Mar/1/2003

#===================================================#
# Open Source Agreement                             #
#                                                   #
# Open source license: GNU GPL                      #
# Knowledge Explorer is an open source product.     #
# See KEHOME/download/GPLlicense.htm                #
#                                                   #
# Legal considerations:                             #
# I retain all rights to this open source product.  #
# By using this open source product, you take total #
# responsibility for any damages which may result   #
# from its use.                                     #
#                                                   #
# Redistribution:                                   #
# You may freely distribute the download file as is.#
#===================================================#

#===================================================#
# Report any problems to me                         #
#                                                   #
#	Richard H. McCullough                       #
#	mailto:rhm@cdepot.net                       #
#	http://rhm.cdepot.net/                      #
#===================================================#

# Downloads
#==========
http://rhm.cdepot.net/download/kewin.exe	MKE for Windows
http://rhm.cdepot.net/download/kelin.tgz	MKE for Linux

http://www.volcano.net/~rhm/download/unxutils.tgz    UNX commands for Windows
http://www.volcano.net/~rhm/download/rebol031.tgz    Rebol/Core for Windows
http://www.volcano.net/~rhm/download/rebol042.tgz    Rebol/Core for Linux

http://unicon.sourceforge.net/dist/setup-unicon.exe        Unicon for Windows
http://unicon.sourceforge.net/dist/unicon-10.0-1.i386.rpm  Unicon for Linux
http://unicon.sourceforge.net/dist/uni.zip                 Unicon source code


# Directory Structure
#====================
ke
	bin		executables
	doc		documentation
	help		help files
	homepage	MKE Home Page files
	kb		initial knit files
	    xml		XML namespace files
	kenews		MKE News archive
	krnews		re email group KR-language@YahooGroups.com
	src		MKE source code
	view		filesystem hierarcies

	knowledge
	    application
	        ExpenseRecord
	        Genealogy
	        IndexingBooks
	        Internet
	        SemanticWeb
		    DAML
		    Dublin Core
		    FOAF
		    N3
		    OpenDirectoryProject
		    OpenCyc
		    OWL
		    Protege
		    RDF
		    RSS
		    TAP
	    examples
	        BookHierarchy
	        Classification
	        Definition
	        English
	        Ethics
	        General
	        Logic
	    theory
	        ContextSymposium
	        CycL
	        FormalConceptAnalysis
	        KRdesign
	        ObjectivistEpistemology
		RDFMT
	        RebolEquivalent
	        Sowa
	        WordNet

# Executables
#============
Windows
	KnowledgeExplorer.pif	Knowledge Explorer
	ke			Knowledge Explorer
	ksc			Knowledge Syntax Checker
	mkrGetData		access Stanford TAP knowledge base
	mkrPutData		access Stanford TAP knowledge base
	tap2mkr			translate Stanford TAP knowledge base
	iversion		identify Unicon version & features
	icont			Unicon translator
	iconx			Unicon executor

Linux
	ke			Knowledge Explorer
	ksc			Knowledge Syntax Checker
	mkrGetData		access Stanford TAP knowledge base
	mkrPutData		access Stanford TAP knowledge base
	tap2mkr			translate Stanford TAP knowledge base
	iversion		identify Unicon version & features
	icont			Unicon translator
	iconx			Unicon executor


# Initial knit files
#===================
	tabrasa.ku	tabula rasa initial hierarchy
	tabrasa.def	tabula rasa definitions
	ke.ku		Knowledge Explorer hierarchy
	ke.def		Knowledge Explorer definitions
	init.ku		user initialization commands
	help.rel	help file index


# Windows Installation
#=====================
0. Install Unicon for Windows
	if you want to customize MKE
   Install Sun Java2 SDK for Windows
	if you want to use TAP GetData,PutData commands
   Install Rebol/Core for Windows
	if you want to use Rebol internet messaging commands
   Install UNX Utilities for Windows
	if you want to use UNIX commands
1. Install ke files
    for kewin.exe:
	double-click kewin.exe
	select installation directory
	unzip ke files
    for kewin.tgz:
	use WinZip, or step 1 in Linux installation
2. Edit autoexec.bat and KnowledgeExplorer.pif
	edit KEHOME/doc/autoexec.bat
		to match your installation
	insert commands from KEHOME/doc/autoexec.bat
		into C:/autoexec.bat
	edit directory name in KEHOME/bin/KnowledgeExplorer.pif
		to match your installation
	copy KEHOME/bin/KnowledgeExplorer.pif
		to any desired location, e.g.,
		Desktop and/or Start Menu
	restart Windows
3. Execute ke using either
	ke.exe
	KnowledgeExplorer.pif

x. Uninstall procedure
	delete KEHOME directory
	remove edits from C:/autoexec.bat
	delete any copies of KnowledgeExplorer.pif

# Linux Installation
#===================
0. Install Unicon for Linux
	if you want to customize MKE
   Install Sun Java2 SDK for Linux
	if you want to use TAP GetData,PutData commands
   Install Rebol/Core for Linux
	if you want to use Rebol internet messaging commands
1. Install ke files
	choose KEHOME installation directory
	mkdir KEHOME
	cd KEHOME/..
	gzip -d <KEHOME/kelin.tgz | tar -xf -
2. Edit .profile
	edit  KEHOME/doc/linux.profile
		to match your installation
	insert commands from KEHOME/doc/linux.profile
		into your HOME/.profile
	login
3. Execute ke
	ke

x. Uninstall procedure
	rm -rf KEHOME
	remove edits from HOME/.profile
