mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
some documentation and adding cl-template to dependencies
This commit is contained in:
parent
d7acfa34ec
commit
17b34bbffb
2 changed files with 5 additions and 10 deletions
11
FUTURE.md
11
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
|
||||
|
|
|
|||
4
clog.asd
4
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue