update readmes

This commit is contained in:
David Botton 2022-06-19 15:55:57 -04:00
parent 7f64baa3bb
commit 2de510d924
3 changed files with 6 additions and 4 deletions

View file

@ -94,7 +94,7 @@ CLOG "The Framework" (Code Tutorials)
- [30-tutorial.lisp](tutorial/30-tutorial.lisp) - Instant websites - clog-web-site - [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 - [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 - [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 CLOG Demos - Learn through Projects

View file

@ -28,7 +28,7 @@ embedded in a native template application.)
[CLOG - Technical Overview and Purpose](CONCEPT.md) [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 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 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 - [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 - [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 - [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 CLOG Demos
@ -318,4 +318,6 @@ High Order Extensions to CLOG
- clog-auth - Authentication and authorization framework - 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) (See [FUTURE.md](FUTURE.md) for future plans)

View file

@ -58,4 +58,4 @@ Tutorial Summary
- 30-tutorial.lisp - Instant websites - clog-web-site - 30-tutorial.lisp - Instant websites - clog-web-site
- 31-tutorial.lisp - Database and Authority based websites - clog-web-dbi and clog-auth - 31-tutorial.lisp - Database and Authority based websites - clog-web-dbi and clog-auth
- 32-tutorial.lisp - Database Managed Content websites - clog-web-content - 32-tutorial.lisp - Database Managed Content websites - clog-web-content
- 33-tutorial.lisp - with-clog-create - Using a declartive syntax for GUIs - 33-tutorial.lisp - with-clog-create - Using a declarative syntax for GUIs