From 17b34bbffba3b3a29abfc4a36a481fdb1e6f15b5 Mon Sep 17 00:00:00 2001 From: David Botton Date: Thu, 3 Feb 2022 18:14:47 -0500 Subject: [PATCH] some documentation and adding cl-template to dependencies --- FUTURE.md | 11 +++-------- clog.asd | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/FUTURE.md b/FUTURE.md index 1f2cda8..5f88e7a 100644 --- a/FUTURE.md +++ b/FUTURE.md @@ -1,11 +1,6 @@ -Future tutorials: +- Future tutorials for builder: -for builder: - -Navigating CLOG -Events in CLOG and events in Builder Creating a basic website -Creating a basic CLOG project Deploying a CLOG website Creating a native application Mobile development @@ -15,7 +10,7 @@ When to use page vs panel Running JavaScript Plug-in panels for use on other sites -Future additions (if interested in doing any let me know): +- CLOG tools for concurrency - clog-mutex, safe-hash - Multi control select and alignments in Builder @@ -37,7 +32,7 @@ Future additions (if interested in doing any let me know): - Training and documentation tool -- Event queuing option to avoid event race conditions +- Event queuing option to easily avoid event race conditions when desired - Implement using long polling to optimize CLOG sites for use with search engines. If not long polling at least initial output sent by diff --git a/clog.asd b/clog.asd index d9ee335..6c44360 100644 --- a/clog.asd +++ b/clog.asd @@ -10,8 +10,8 @@ :serial t :pathname "source/" :depends-on (#:clack #:websocket-driver #:alexandria #:hunchentoot #:cl-ppcre - #:bordeaux-threads #:trivial-open-browser #:parse-float - #:sqlite #:lack-middleware-static #:mgl-pax #:quri) + #:bordeaux-threads #:trivial-open-browser #:parse-float #:quri + #:sqlite #:lack-middleware-static #:mgl-pax #:cl-template) :components ((:file "clog-connection") (:file "clog") (:file "clog-utilities")