Changeset 1493

Show
Ignore:
Timestamp:
03/14/05 23:06:26 (4 years ago)
Author:
manuel
Message:

letzte kleine fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/parenscript-0.1.0/introduction.lisp

    r1488 r1493  
    152152 
    153153;;; or using asdf-install. 
     154 
     155   (asdf-install:install 'parenscript) 
     156 
    154157;;; 
    155158;;; After downloading the ParenScript sourcecode, set up the ASDF 
    156 ;;; central registry by adding a symlink to "js.asd". Then use ASDF to 
    157 ;;; load ParenScript. You may want to edit the ASDF file to remove th
    158 ;;; dependency on the Allegroserve HTMLGEN facility. 
     159;;; central registry by adding a symlink to "parenscript.asd". Then 
     160;;; use ASDF to load ParenScript. You may want to edit the ASDF fil
     161;;; to remove the dependency on the Allegroserve HTMLGEN facility. 
    159162 
    160 (asdf:oos 'asdf:load-op :js
     163   (asdf:oos 'asdf:load-op :parenscript
    161164 
    162165;;; ParenScript was written by Manuel Odendahl. He can be reached at 
  • tags/parenscript-0.1.0/tutorial.lisp

    r1488 r1493  
    1717; ... lots of compiler output ... 
    1818 
    19 (asdf:oos 'asdf:load-op :js
     19(asdf:oos 'asdf:load-op :parenscript
    2020 
    2121; ... lots of compiler output ...