== Some random notes == === Making Skeletons visible === To make new skeletons visible to e.g. cheap, one has to edit/create an Index.lisp file. 1. Put a directory containing item and relation file (TODO more needed?) into the following directory: $LOGONROOT/lingo/lkb/src/tsdb/skeletons/ 2. Edit $LOGONROOT/lingo/lkb/src/tsdb/skeletons//Index.lisp and add the line: ((:path . "") (:content . "A comment describing the profile.")) Note: You can also put several profiles into one directory . Add this in the same way to the file in 2. Then you need to create a new Index.lisp inside . Put the :path and :content information of your profiles in there and surround the entire content with ( and ). === Java and Logon === The script in $LOGONROOT/dot.bashrc that will - among other things - modify your $PATH, will make your java point to the one provided with Logon. Consider the following line: PATH=${LOGONROOT}/bin:$PATH;