doc updates

This commit is contained in:
David Botton 2022-02-24 22:29:07 -05:00
parent 30ccfbf276
commit bfbcf89fe0
2 changed files with 6 additions and 3 deletions

View file

@ -44,9 +44,6 @@ Some notes on this
3) Way to receive data from the page - This is one way but not ideal - https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebContext.html#webkit-web-context-register-uri-scheme and seems most all here https://blogs.igalia.com/carlosgc/2013/09/10/webkit2gtk-web-process-extensions/
- clog-data (partial - clog-presentations allows linking list objects and clog objects)
- binding html controls directly to fields for database use
- clog-auth
- tiered authorization, user profiles, etc

View file

@ -278,4 +278,10 @@ High Order Extensions to CLOG
- clog-jquery - DOM queries
- clog-data - Move data between lists and plists and groups of controls
SQL writer helpers for basic SQL
CLOG-Database - Database control for CLOG Builder
CLOG-One-Row - One row at a time table access auto
binds to controls in CLOG Builder
(See FUTURE.md for future plans)