$Id: index.html,v 1.5 2001/07/17 19:14:27 ora Exp $
(("core;*.lisp" "wilbur:base;source;*.*")This definition is for MCL on a Macintosh, but one gets the general idea.
("core;*.pfsl" "wilbur:base;binaries;*.*")
("core;*.*" "wilbur:base;source;*.*")
("schemata;*.*" "wilbur:base;schemata;*.*")
("base;**;*.*" "Pumpkin:work:experiments:Wilbur:**:*.*"))
The system definition file assumes the CMU Defsystem tool (by Mark Kantrowitz), but it can be relatively easily translated to work with other Defsystem tools as well. If you have the CMU Defsystem, you can build the system as follows:
(load-logical-pathname-translations "wilbur")The toolkit uses three packages: the "NOX" package contains the XML parser and related functionality, and the "WILBUR" package contains all other modules (except that some "helper" functionality is in the "WILBUR-UTILITIES" package). "WILBUR" uses "NOX" by explicitly making references to "NOX" symbols (except for the URI constants which are imported, then re-exported from the "WILBUR" package). The "WILBUR" package can be used either by importing (via use-package) or by making explicit references to the exported symbols.
(load "wilbur:core;wilbur.system")
(make:compile-system :wilbur)
Before loading the system, users of Macintosh Common Lisp will have to load the ANSI CL -compatible make-load-form implementation (this is for portability reasons):
(load "ccl:library;load-form")
The author wishes to express his gratitude to the following individuals for advice, comments, criticism, etc.: Dan Brickley (University of Bristol), Stefan Decker (Stanford/DB), Jessica Jenkins (Stanford/KSL), Deborah McGuinness (Stanford/KSL), Sergey Melnik (Stanford/DB), Eric Miller (OCLC and now W3C), Ralph Swick (W3C), Dietmar Tallroth (Nokia Research Center) and Louis Theran (Nokia Research Center and now UMass/Amherst).
The class diagrams in this documentation were automatically generated using PowerGrapher, a CLOS-based toolkit for drawing trees and other graphs (see the publication "PowerGrapher Reference Manual - A Programmer's Guide to the PowerGrapher Tree Visualization Toolkit" by Ora Lassila, Report HTKK-TKO-C56, Department of Computer Science, Helsinki University of Technology, 1992).
The Wilbur toolkit was developed entirely using Digitool's Macintosh Common Lisp version 4.3 (which I consider to be a fantastic software development environment).
Copyright © 2001 Nokia. All Rights Reserved.
Subject to the NOKOS License version 1.0
Author: Ora Lassila (ora.lassila@nokia.com)