diff --git a/README.org b/README.org index 6b6c332..550ed91 100644 --- a/README.org +++ b/README.org @@ -411,11 +411,10 @@ Imported: - Hunchentoot - Easy-routes -- Djula -- Spinneret https://lispcookbook.github.io/cl-cookbook/web.html + ** Conditions From Serapeum, we import [[https://github.com/ruricolist/serapeum/blob/master/REFERENCE.md#ignoring-type-body-body][=ignoring=]]. diff --git a/ciel.asd b/ciel.asd index 0b8f501..64ea522 100644 --- a/ciel.asd +++ b/ciel.asd @@ -34,8 +34,6 @@ ;; web :hunchentoot :easy-routes ;; better route definition for Hunchentoot. - :djula - :spinneret :quri :lquery diff --git a/doc/dependencies.md b/doc/dependencies.md index be97fdd..365549a 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -16,7 +16,6 @@ - decimals: Decimal number parser and formatter - dexador: Yet another HTTP client for Common Lisp - dissect: A lib for introspecting the call stack and active restarts. -- djula: An implementation of Django templates for Common Lisp. - easy-routes: Yet another routes handling utility on top of Hunchentoot - fiveam: A simple regression testing framework - fn: Some macros for lambda brevity @@ -44,7 +43,6 @@ simple string literal definition that doesn't require escaping characters. - quri: Yet another URI library for Common Lisp - repl-utilities: Ease common tasks at the REPL. - serapeum: Utilities beyond Alexandria. -- spinneret: Common Lisp HTML5 generator. - str: Modern, consistent and terse Common Lisp string manipulation library. - sxql: A SQL generator - trivia: NON-optimized pattern matcher compatible with OPTIMA, with extensible optimizer interface and clean codebase