##// 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
(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))