diff options
| -rw-r--r-- | ci/data/etc/bogenherr/options.lisp | 4 | ||||
| -rwxr-xr-x | ci/data/install-user-sbcl.sh | 2 | ||||
| -rw-r--r-- | lisp/bogenherr.asd | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ci/data/etc/bogenherr/options.lisp b/ci/data/etc/bogenherr/options.lisp index 25f2ec2..e4d8934 100644 --- a/ci/data/etc/bogenherr/options.lisp +++ b/ci/data/etc/bogenherr/options.lisp @@ -2,8 +2,8 @@ :scheme "http" :url "www.bogenherr.org" :document-root "bogenherr" - :title "Bogenherr Violin and Viola Lessons" - :meta-description "Bogenherr Violin and Viola Lessons written in Common Lisp/Hunchentoot and ClojureScript." + :title "Bogenherr Violin and Viola Studio" + :meta-description "Bogenherr Violin and Viola Studio written in Common Lisp/Hunchentoot and ClojureScript." :databases (:db-bogenherr ("bogenherr" "bogenherr" "neweboy" "127.0.0.1")) :mail-mx "mail.bogenherr.org" :mail-from "postmaster@bogenherr.org" diff --git a/ci/data/install-user-sbcl.sh b/ci/data/install-user-sbcl.sh index e9d03ff..68bc832 100755 --- a/ci/data/install-user-sbcl.sh +++ b/ci/data/install-user-sbcl.sh @@ -2,7 +2,7 @@ curl -o ~/quicklisp.lisp https://beta.quicklisp.org/quicklisp.lisp sbcl --load ~/quicklisp.lisp --eval "(quicklisp-quickstart:install)" --eval "(sb-ext:exit)" -sbcl --eval "(loop for pkg in '(cl-ppcre cl-smtp hunchentoot cl-log ironclad cl-markdown tmpdir swank net-telent-date uffi drakma cl-json postmodern fiveam local-time trivial-octet-streams cl-ppcre) do (ql:quickload (symbol-name pkg)))" --eval "(sb-ext:exit)" +sbcl --eval "(loop for pkg in '(cl-ppcre cl-smtp hunchentoot easy-routes cl-log ironclad cl-markdown tmpdir net-telent-date uffi drakma cl-json postmodern fiveam local-time trivial-octet-streams) do (ql:quickload (symbol-name pkg)))" --eval "(sb-ext:exit)" mkdir -p ~/.config/common-lisp echo "(:source-registry (:tree (:home \"common-lisp/systems\")) :inherit-configuration)" | tee ~/.config/common-lisp/source-registry.conf diff --git a/lisp/bogenherr.asd b/lisp/bogenherr.asd index 495ae85..ba57330 100644 --- a/lisp/bogenherr.asd +++ b/lisp/bogenherr.asd @@ -29,7 +29,7 @@ :maintainer "Carlos Konstanski <me@ckons.org>" :author "Carlos Konstanski <me@ckons.org>" :description "bogenherr" - :long-description "bogenherr is a web application written in Common Lisp based on the Hunchentoot web server. The client-side code is written in ClojureScript. Purpose: public website for Violin and Viola Lessons in Pocatello ID." + :long-description "bogenherr is a web application written in Common Lisp based on the Hunchentoot web server. The client-side code is written in ClojureScript. Purpose: public website for the Violin and Viola Studio in Pocatello ID." :depends-on *all-packages* :components ((:module core :components ((:file "core"))) |
