From 2de510d9247d3efd0070274f0026cfd807f94a1b Mon Sep 17 00:00:00 2001 From: David Botton Date: Sun, 19 Jun 2022 15:55:57 -0400 Subject: [PATCH] update readmes --- LEARN.md | 2 +- README.md | 6 ++++-- tutorial/README.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/LEARN.md b/LEARN.md index 8868769..8a649f5 100644 --- a/LEARN.md +++ b/LEARN.md @@ -94,7 +94,7 @@ CLOG "The Framework" (Code Tutorials) - [30-tutorial.lisp](tutorial/30-tutorial.lisp) - Instant websites - clog-web-site - [31-tutorial.lisp](tutorial/31-tutorial.lisp) - Database and Authority based websites - clog-web-dbi and clog-auth - [32-tutorial.lisp](tutorial/32-tutorial.lisp) - Database Managed Content websites - clog-web-content -- [33-tutorial.lisp](tutorial/33-tutorial.lisp) - with-clog-create - Using a declartive syntax for GUIs +- [33-tutorial.lisp](tutorial/33-tutorial.lisp) - with-clog-create - Using a declarative syntax for GUIs CLOG Demos - Learn through Projects diff --git a/README.md b/README.md index b710046..26fcb1d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ embedded in a native template application.) [CLOG - Technical Overview and Purpose](CONCEPT.md) -STATUS: CLOG 1.2 and CLOG Builder 1.1 released. +STATUS: CLOG 1.3 and CLOG Builder 1.3 released. CLOG is actually based on GNOGA, a framework I wrote for Ada in 2013 and used in commercial production code for the last 9+ years, i.e. the @@ -256,7 +256,7 @@ CLOG Tutorials - [30-tutorial.lisp](tutorial/30-tutorial.lisp) - Instant websites - clog-web-site - [31-tutorial.lisp](tutorial/31-tutorial.lisp) - Database and Authority based websites - clog-web-dbi and clog-auth - [32-tutorial.lisp](tutorial/32-tutorial.lisp) - Database Managed Content websites - clog-web-content -- [33-tutorial.lisp](tutorial/33-tutorial.lisp) - with-clog-create - Using a declartive syntax for GUIs +- [33-tutorial.lisp](tutorial/33-tutorial.lisp) - with-clog-create - Using a declarative syntax for GUIs CLOG Demos @@ -318,4 +318,6 @@ High Order Extensions to CLOG - clog-auth - Authentication and authorization framework +- clog-plugin - Custom Control Plug-in template for Builder and CLOG + (See [FUTURE.md](FUTURE.md) for future plans) diff --git a/tutorial/README.md b/tutorial/README.md index 166cc80..16eef33 100644 --- a/tutorial/README.md +++ b/tutorial/README.md @@ -58,4 +58,4 @@ Tutorial Summary - 30-tutorial.lisp - Instant websites - clog-web-site - 31-tutorial.lisp - Database and Authority based websites - clog-web-dbi and clog-auth - 32-tutorial.lisp - Database Managed Content websites - clog-web-content -- 33-tutorial.lisp - with-clog-create - Using a declartive syntax for GUIs \ No newline at end of file +- 33-tutorial.lisp - with-clog-create - Using a declarative syntax for GUIs \ No newline at end of file