# 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 <KEHOME/kelin.tgz | tar -xf - 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 #=================== # KEHOME is installation directory, e.g. /home/ke 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 Install UNX Utilities for Windows if you want to use UNX commands 1. Install ke files for kelin.zip: mkdir KEHOME mv kelin.zip KEHOME cd KEHOME unzip kelin.zip for kelin.tgz: mkdir KEHOME mv kelin.tgz 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