From 28486019afef368287cfae4ecdfccff8d7898782 Mon Sep 17 00:00:00 2001 From: Kaeland Chatman Date: Sun, 3 Oct 2021 22:13:43 -0500 Subject: [PATCH 1/3] WIP - Testing link correctness. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2da885..4555b79 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Work in progress: Tutorial Summary -- 01-tutorial.lisp - Hello World +- [01-tutorial.lisp](tutorial/01-tutorial.lisp) - Hello World - 02-tutorial.lisp - Closures in CLOG - 03-tutorial.lisp - Events fire in parallel - 04-tutorial.lisp - The event target, reusing event handlers From a437f4a804cc420daa5db975235b39da6f0bc0a4 Mon Sep 17 00:00:00 2001 From: Kaeland Chatman Date: Sun, 3 Oct 2021 22:22:38 -0500 Subject: [PATCH 2/3] Added links to tutorials in README.md --- README.md | 56 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 4555b79..e8dd151 100644 --- a/README.md +++ b/README.md @@ -176,44 +176,44 @@ Work in progress: Tutorial Summary - [01-tutorial.lisp](tutorial/01-tutorial.lisp) - Hello World -- 02-tutorial.lisp - Closures in CLOG -- 03-tutorial.lisp - Events fire in parallel -- 04-tutorial.lisp - The event target, reusing event handlers -- 05-tutorial.lisp - Using connection-data-item -- 06-tutorial.lisp - Tasking and events -- 07-tutorial.lisp - My first CLOG video game (and handling disconnects) -- 08-tutorial.lisp - Mice Love Containers -- 09-tutorial.lisp - Tabs, panels, and forms -- 10-tutorial.lisp - Canvas -- 11-tutorial.lisp - Attaching to existing HTML -- 12-tutorial.lisp - Running a website in CLOG (routing) -- 13-tutorial/ - Flying Solo - A minimalist CLOG project -- 14-tutorial.lisp - Local (persistent) and Session client-side storage -- 15-tutorial.lisp - Multi-media -- 16-tutorial.lisp - Bootstrap 4, Loading css files and javascript -- 17-tutorial.lisp - W3.CSS layout example and Form submit methods -- 18-tutorial.lisp - Drag and Drop -- 19-tutorial.lisp - Using JavaScript components -- 20-tutorial.lisp - New CLOG plugin from JavaScript component -- 21-tutorial.lisp - New CLOG plugin in Common-Lisp -- 22-tutorial.lisp - CLOG GUI Menus and Desktop Look and Feel -- 23-tutorial.lisp - Using semaphores to wait for input -- 24-tutorial.lisp - CLOG WEB containers -- 25-tutorial.lisp - A "local" web app using CLOG WEB -- 26-tutorial.lisp - A web page and form with CLOG WEB +- [02-tutorial.lisp](tutorial/02-tutorial.lisp) - Closures in CLOG +- [03-tutorial.lisp](tutorial/03-tutorial.lisp) - Events fire in parallel +- [04-tutorial.lisp](tutorial/04-tutorial.lisp) - The event target, reusing event handlers +- [05-tutorial.lisp](tutorial/05-tutorial.lisp) - Using connection-data-item +- [06-tutorial.lisp](tutorial/06-tutorial.lisp) - Tasking and events +- [07-tutorial.lisp](tutorial/07-tutorial.lisp) - My first CLOG video game (and handling disconnects) +- [08-tutorial.lisp](tutorial/08-tutorial.lisp) - Mice Love Containers +- [09-tutorial.lisp](tutorial/09-tutorial.lisp) - Tabs, panels, and forms +- [10-tutorial.lisp](tutorial/10-tutorial.lisp) - Canvas +- [11-tutorial.lisp](tutorial/11-tutorial.lisp) - Attaching to existing HTML +- [12-tutorial.lisp](tutorial/12-tutorial.lisp) - Running a website in CLOG (routing) +- [13-tutorial/](tutorial/13-tutorial) - Flying Solo - A minimalist CLOG project +- [14-tutorial.lisp](tutorial/14-tutorial.lisp) - Local (persistent) and Session client-side storage +- [15-tutorial.lisp](tutorial/15-tutorial.lisp) - Multi-media +- [16-tutorial.lisp](tutorial/16-tutorial.lisp) - Bootstrap 4, Loading css files and javascript +- [17-tutorial.lisp](tutorial/17-tutorial.lisp) - W3.CSS layout example and Form submit methods +- [18-tutorial.lisp](tutorial/18-tutorial.lisp) - Drag and Drop +- [19-tutorial.lisp](tutorial/19-tutorial.lisp) - Using JavaScript components +- [20-tutorial.lisp](tutorial/20-tutorial.lisp) - New CLOG plugin from JavaScript component +- [21-tutorial.lisp](tutorial/21-tutorial.lisp) - New CLOG plugin in Common-Lisp +- [22-tutorial.lisp](tutorial/22-tutorial.lisp) - CLOG GUI Menus and Desktop Look and Feel +- [23-tutorial.lisp](tutorial/23-tutorial.lisp) - Using semaphores to wait for input +- [24-tutorial.lisp](tutorial/24-tutorial.lisp) - CLOG WEB containers +- [25-tutorial.lisp](tutorial/25-tutorial.lisp) - A "local" web app using CLOG WEB +- [26-tutorial.lisp](tutorial/26-tutorial.lisp) - A web page and form with CLOG WEB Demo Summary - 01-demo.lisp - Sparkey the Snake Game - 02-demo.lisp - Chat - Private instant messenger - 03-demo.lisp - IDE - A very simple common lisp IDE - (see source if editor dosen't load) + (see source if editor dosen't load) Tool Summary -- clog-db-admin - SQLite3 admin tool +- clog-db-admin - SQLite3 admin tool -Template Summary +Template Summary clog-gui-template.lisp - Basic CLOG-GUI app From 07e6ea164a84623b50545c7a9a18df41b30a082c Mon Sep 17 00:00:00 2001 From: Kaeland Chatman Date: Sun, 3 Oct 2021 22:34:35 -0500 Subject: [PATCH 3/3] Added links for demos section in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8dd151..967680d 100644 --- a/README.md +++ b/README.md @@ -204,9 +204,9 @@ Tutorial Summary Demo Summary -- 01-demo.lisp - Sparkey the Snake Game -- 02-demo.lisp - Chat - Private instant messenger -- 03-demo.lisp - IDE - A very simple common lisp IDE +- [01-demo.lisp](demos/01-demo.lisp) - Sparkey the Snake Game +- [02-demo.lisp](demos/02-demo.lisp) - Chat - Private instant messenger +- [03-demo.lisp](demos/03-demo.lisp) - IDE - A very simple common lisp IDE (see source if editor dosen't load) Tool Summary