From d5005613677cdf45dbd1cf167aaaa8a22d576573 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 10 Mar 2011 16:23:40 +0100 Subject: Handle simple article requests. --- mulkcms.asd | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'mulkcms.asd') diff --git a/mulkcms.asd b/mulkcms.asd index b4544d8..97520b8 100644 --- a/mulkcms.asd +++ b/mulkcms.asd @@ -2,18 +2,15 @@ ;;; Copyright 2011, Matthias Andreas Benkard. -(defsystem mulkcms +(asdf:defsystem mulkcms + :author "Matthias Andreas Benkard" + :description "" + :license "Affero GPL 3.0" :serial t :version "0.0.1" :depends-on (:cl-who :cl-json :alexandria :postmodern :split-sequence - :cl-ppcre :cl-fad :cxml :closure-html :json-template) - :components ((:file "site") - (:file "package") - (:file "mulkcms"))) - - -(defsystem mulkcms-hunchentoot - :serial t - :version "0.0.1" - :depends-on (:mulkcms :hunchentoot) - :components ((:file "mulkcms-hunchentoot"))) + :cl-ppcre :cl-fad :cxml :closure-html :json-template :cxml-stp) + :components ((:file "package") + (:file "site") + (:file "mulkcms") + (:file "lingva"))) -- cgit v1.2.3