rm HTML templating libraries

This commit is contained in:
vindarel 2020-10-23 18:07:28 +02:00
parent 2629130f4a
commit 06f4e021f8
3 changed files with 1 additions and 6 deletions

View file

@ -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=]].

View file

@ -34,8 +34,6 @@
;; web
:hunchentoot
:easy-routes ;; better route definition for Hunchentoot.
:djula
:spinneret
:quri
:lquery

View file

@ -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