##// END OF EJS Templates
Localization. Renamed to txt2web
Localization. Renamed to txt2web

File last commit:

r46:b7997ef3 default
r46:b7997ef3 default
Show More
writer.lisp
9 lines | 259 B | text/x-common-lisp | CommonLispLexer
100% parser, 100% macros, 50% intrinsics, 10% api, 0% misc
r1
Localization. Renamed to txt2web
r46 (in-package txt2web)
100% parser, 100% macros, 50% intrinsics, 10% api, 0% misc
r1
;;; 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))