some documentation and adding cl-template to dependencies

This commit is contained in:
David Botton 2022-02-03 18:14:47 -05:00
parent d7acfa34ec
commit 17b34bbffb
2 changed files with 5 additions and 10 deletions

View file

@ -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 website
Creating a basic CLOG project
Deploying a CLOG website Deploying a CLOG website
Creating a native application Creating a native application
Mobile development Mobile development
@ -15,7 +10,7 @@ When to use page vs panel
Running JavaScript Running JavaScript
Plug-in panels for use on other sites 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 - 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 - 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 - Implement using long polling to optimize CLOG sites for use with
search engines. If not long polling at least initial output sent by search engines. If not long polling at least initial output sent by

View file

@ -10,8 +10,8 @@
:serial t :serial t
:pathname "source/" :pathname "source/"
:depends-on (#:clack #:websocket-driver #:alexandria #:hunchentoot #:cl-ppcre :depends-on (#:clack #:websocket-driver #:alexandria #:hunchentoot #:cl-ppcre
#:bordeaux-threads #:trivial-open-browser #:parse-float #:bordeaux-threads #:trivial-open-browser #:parse-float #:quri
#:sqlite #:lack-middleware-static #:mgl-pax #:quri) #:sqlite #:lack-middleware-static #:mgl-pax #:cl-template)
:components ((:file "clog-connection") :components ((:file "clog-connection")
(:file "clog") (:file "clog")
(:file "clog-utilities") (:file "clog-utilities")