Changeset 1492
- Timestamp:
- 03/14/05 23:05:48 (4 years ago)
- Files:
-
- trunk/bknr/src/js/introduction.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bknr/src/js/introduction.lisp
r1490 r1492 152 152 153 153 ;;; or using asdf-install. 154 155 (asdf-install:install 'parenscript) 156 154 157 ;;; 155 158 ;;; After downloading the ParenScript sourcecode, set up the ASDF … … 158 161 ;;; to remove the dependency on the Allegroserve HTMLGEN facility. 159 162 160 (asdf:oos 'asdf:load-op :parenscript)163 (asdf:oos 'asdf:load-op :parenscript) 161 164 162 165 ;;; ParenScript was written by Manuel Odendahl. He can be reached at
