# McCullough Knowledge Explorer version 5.5
# Apr/11/2003
#===================================================#
# Open Source Agreement #
# #
# Open source license: #
# GNU GPL #
# #
# 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.zip MKE for Windows
http://rhm.cdepot.net/download/kelin.zip MKE 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
http://www.volcano.net/~rhm/download/unicon-src.tar.gz Parlett XML parser
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://www.volcano.net/~rhm/download/unxutils.tgz UNX commands for Windows
http://www.volcano.net/~rhm/download/mingw.tgz gcc for Windows
http://www.volcano.net/~rhm/download/cms.tgz CVS for Windows
http://tap.stanford.edu/tap/download.html TAP Java client
http://sourceforge.net/project/showfiles.php?group_id=27274 OpenCyc Java client
http://java.sun.com/downloads/index.html Sun Java2 SDK
# Directory Structure
#====================
ke (KEHOME)
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 MKR email group (KR-language@YahooGroups.com)
src MKE source code
view (KEVIEW) kb load modules, filesystem hierarcies
knowledge
applications
ExpenseRecord
Genealogy
IndexingBooks
Internet
SemanticWeb
DAML
Dublin Core
FOAF
Microsoft
N3
Netscape
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
tools
gnu
java
jena
pxp
rebol
unicon
# Executables (KEHOME/bin)
#=========================
ke Knowledge Explorer
ksc Knowledge Syntax Checker
pxp Parlett XML parser
mkrGetData query Stanford TAP knowledge base
mkrPutData assert in local TAP knowledge base
icont Unicon translator
iconx Unicon executor
iversion identify Unicon version & features
unicon execute Unicon O-O package translator
jcont execute Jcon translator (Icon input, Java output)
java execute Sun java command
zsh execute UNX zsh command (includes UNX + gcc)
rebol execute rebol internet messaging command
# Initial knit files (KEHOME/bin)
#================================
tabrasa.html tabula rasa hierarchy
tabrasa.def tabula rasa definitions
ke.html Knowledge Explorer hierarchy
ke.def Knowledge Explorer definitions
initial.mkr initialization script
final.mkr termination script
# Windows Installation
#=====================
# KEHOME is installation directory, e.g. C:/home/ke
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 UNX commands
1. Install ke files
for kewin.exe:
double-click kewin.exe
select KEHOME
unzip ke files
for kewin.zip: (or use WinZip)
mkdir KEHOME
copy kewin.zip KEHOME
cd KEHOME
unzip kewin.zip
for kewin.tgz: (or use WinZip)
mkdir KEHOME
mv kelin.tgz KEHOME
cd KEHOME/..
gzip -d