;;; -*- Mode:Text; Package:User; Base:10 -*- ;;; ********************************************************************** ;;; Copyright (c) 1990 Stanford University. ;;; This code was written by James Rice. ;;; Copyright is held by Stanford University except where code has been ;;; modified from TI source code. In these cases TI code is marked with ;;; a suitable comment. ;;; All Stanford Copyright code is in the public domain. This code may be ;;; distributed and used without restriction as long as this copyright ;;; notice is included and no fee is charged. This can be thought of as ;;; being equivalent to the Free Software Foundation's Copyleft policy. ;;; TI source code may only be distributed to users who hold valid TI ;;; software licenses. ;;; The development of this software was assisted by the following grants: ;;; Biomedical Research Technology Program of the National Institutes ;;; of Health under grant RR-00785 ;;; Information Systems Technologies office of the Defense Advanced ;;; Research Projects Agency under contract N00039-86-C0033. ;;; ********************************************************************** How to build the Yes-Way (YW) IMAP client/server on the TI Explorer: i) Install the KSL tools as specified in the KSL tools instalation. ii) Restore the tape/delivery medium into a convenient directory with enough space (~2Mb). You can ignore this if you received Yes-Way in an integrated release with KSL tools. iii) Install the files Yes-Way.SYSTEM, New-Yes-Way.SYSTEM and Yes-Way.TRANSLATIONS in SYS:SITE; iv) Edit SYS:SITE;Yes-Way.TRANSLATIONS to reflect where you have installed Yes-Way. Two systems are defined; Yes-Way and New-Yes-Way. This allows you (and me) to do development work easily, just copying files from one directory to another to release them. v) Edit the file Yes-Way:Yes-Way;Site.Lisp to set up your site specific server information. vi) Evaluate (make-system :Yes-Way :compile :noconfirm :nowarn). This should build the mailer without errors. vii) You can get a reasonable set of default inits by compile/loading Yes-Way:Yes-Way;default-settings. Rice. Still to document: ; MCW-METHODS.LISP 56732 ; MESSAGE-SEQUENCE.LISP 78926 ; SERVERS.LISP 33536 ; SUMMARY-WINDOW.LISP 58436 ; ZMACS-INTERFACE.LISP 76868 (+ 56732 78926 33536 58436 76868) 5