mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
documentation
This commit is contained in:
parent
5f7867ec66
commit
9e91caeec5
2 changed files with 6 additions and 5 deletions
|
|
@ -18,9 +18,9 @@ Future additions (if interested in doing any let me know):
|
|||
|
||||
- Release tool to handle creating platfom executables, templates for Apache and other webservers
|
||||
|
||||
- Train and documnetation tool
|
||||
- Training and documentation tool
|
||||
|
||||
- Event queuing when desired to avoid event race conditions
|
||||
- Event queuing option to avoid event race conditions
|
||||
|
||||
- Implement using long polling to optimize CLOG sites for use with
|
||||
search engines. If not long polling at least initial output sent by
|
||||
|
|
@ -28,7 +28,7 @@ Future additions (if interested in doing any let me know):
|
|||
|
||||
- Optimize communication with browser
|
||||
|
||||
- Optionaly for local apps allow direct transport of CLOG data to webpage to
|
||||
- Optionaly, for local apps, allow direct transport of CLOG data to webpage via apis
|
||||
remove need for websocket transport.
|
||||
|
||||
Some notes
|
||||
|
|
|
|||
|
|
@ -823,6 +823,7 @@ of controls and double click to select control."
|
|||
result)))
|
||||
|
||||
(defun save-panel (fname content panel-id hide-loc)
|
||||
"Save panel to FNAME"
|
||||
(let ((app (connection-data-item content "builder-app-data")))
|
||||
(maphash
|
||||
(lambda (html-id control)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue