[Add unknownlamer.org-clean project clinton@unknownlamer.org**20070527010239 This is used by my batch site updating script to publish only files intended to be published ] { hunk ./init.d/muse.el 10 +(muse-derive-style 'cke-xhtml 'xhtml + :header 'muse-cke-xhtml-header + :footer 'muse-cke-xhtml-footer) + hunk ./init.d/muse.el 18 - (:base "xhtml" :path "~/html/muse/site/unknownlamer.org")) + (:base "cke-xhtml" :path "~/html/muse/site/unknownlamer.org") + ("unknownlamer.org-clean" + ("~/html/muse/site/unknownlamer.org-repo" :default "index") + (:base "cke-xhtml" :path "~/html/muse/site/unknownlamer.org"))) hunk ./init.d/muse.el 29 -(setq muse-xhtml-header "~/html/muse/templates/header.html") -(setq muse-xhtml-footer "~/html/muse/templates/footer.html") +(setq muse-cke-xhtml-header "~/html/muse/templates/header.html") +(setq muse-cke-xhtml-footer "~/html/muse/templates/footer.html") }