diff --git a/README.md b/README.md index 7b11547..c90751a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ https://www.reddit.com/r/lisp/comments/sd9wf1/clog_builder_cl_web_3_awesome_lang --- -![Image of CLOG](https://rabbibotton.github.io/images/clog.png) +![Image of CLOG](https://rabbibotton.github.io/images/clog-logo.png) The Common Lisp Omnificent GUI, CLOG for short, uses web technology to produce graphical user interfaces for applications locally or remotely. diff --git a/doc/clog-manual.html b/doc/clog-manual.html index 5de2bf9..773e6df 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -184,7 +184,7 @@ CLOG-USER> (clog-repl) CLOG-USER> (setf (background-color *body*) "beige") CLOG-USER> (create-div *body* :content "Hello World!") -

The clog-repl URL is http://127.0.0.1/repl body will always refer to the +

The clog-repl URL is http://127.0.0.1:8080/repl body will always refer to the last access of that URL.

To open a browser with the CLOG manual:

@@ -446,6 +446,22 @@ for openning windows on remote machines.

Use native concurrent hash tables

+

Declerative Syntax Support

+ +

+

+ + +

CLOG-Group - Utility Class for CLOG-Obj storage