(in-package txt2web) ;;; 1. Generates parenscript source to write to js ;;; 2. Collects everything into complete file, leaving a neatly marked ;;; place to customize page layout and styles. (defun make-javascript (locations) (mapcar #'ps:ps* locations))