toc adjustments

This commit is contained in:
David Botton 2022-05-02 15:06:42 -04:00
parent 0994909d35
commit f09a2f6ce0
2 changed files with 3 additions and 2 deletions

View file

@ -91,6 +91,7 @@ CLOG "The Framework" (Code Tutorials)
- [28-tutorial/](tutorial/28-tutorial) - CLOG Builder Hello - A minimalist CLOG Builder project - [28-tutorial/](tutorial/28-tutorial) - CLOG Builder Hello - A minimalist CLOG Builder project
- [29-tutorial.lisp](tutorial/29-tutorial.lisp) - Presentations (and jQuery) - linking lisp objects to clog objects - [29-tutorial.lisp](tutorial/29-tutorial.lisp) - Presentations (and jQuery) - linking lisp objects to clog objects
- [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
CLOG Demos - Learn through Projects CLOG Demos - Learn through Projects

View file

@ -41,7 +41,7 @@ Some potential applications for CLOG:
* Cross-platform GUIs and Reports * Cross-platform GUIs and Reports
* Secure websites and complex interactive web applications * Secure websites and complex interactive web applications
* Mobile software * Mobile software (CLOG Runs native on Android and iOS)
* Massive multiplayer online games * Massive multiplayer online games
* Monitoring software for embedded systems * Monitoring software for embedded systems
* A fun way to teach programming and advanced multi-tasking * A fun way to teach programming and advanced multi-tasking
@ -201,7 +201,7 @@ Here is a sample CLOG app:
Other samples of CLOG on the web: Other samples of CLOG on the web:
[CLOG + cl-collider](https://github.com/byulparan/clog-collider-experience) [CLOG + cl-collider](https://github.com/byulparan/clog-collider-experience)
[CLOG on iOS and Android](https://www.reddit.com/r/lisp/comments/tl46of/would_it_be_cool_to_run_a_clog_app_on_mobile_you/)
CLOG Builder Tutorials CLOG Builder Tutorials