diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2024-05-31 13:39:05 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2024-05-31 13:39:05 -0500 |
commit | 9b51a908448c23eff673934f023d247a6c47519d (patch) | |
tree | 89384c75ed8d2b8add927b1584267847e6ab0ea4 /vampire.asd | |
parent | 2832a7c9e75400e36ca12a028ffcbeece44c8216 (diff) |
Add: initial login form and authentication
Diffstat (limited to 'vampire.asd')
-rw-r--r-- | vampire.asd | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/vampire.asd b/vampire.asd index c618e3b..3b82f1c 100644 --- a/vampire.asd +++ b/vampire.asd @@ -14,6 +14,8 @@ #:derrida #:ironclad #:jonathan + #:lass + #:spinneret #:swank #:zippy #:flatbind) @@ -24,13 +26,18 @@ (:file "downloader") (:file "model") (:file "session") - ;(:file "navigation") - ;(:file "about") - ;(:file "new-account") - ;(:file "explore") - ;(:file "login") - ;(:file "home") - ;(:file "playlist") + (:module "site/" + :serial t + :components( + ;;(:file "navigation") + ;;(:file "about") + ;;(:file "new-account") + ;;(:file "explore") + (:file "user-known") + (:file "login") + (:file "home") + ;;(:file "playlist") + )) (:file "vampire") (:file "run") (:file "zipper") |