mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
doc changes
This commit is contained in:
parent
923e965bb0
commit
2b6645e63b
2 changed files with 5 additions and 1 deletions
4
FAQ
4
FAQ
|
|
@ -15,3 +15,7 @@ A) There are many ways, the simplest is just use Ceramic -
|
||||||
http://ceramic.github.io/ which uses electron. You can of course use any
|
http://ceramic.github.io/ which uses electron. You can of course use any
|
||||||
tool the gives you a browser control. See clog/nativ-glues/gtk or an example
|
tool the gives you a browser control. See clog/nativ-glues/gtk or an example
|
||||||
with GTK in C, but you can use the cl-cffi-gtk to accomplish the same thing.
|
with GTK in C, but you can use the cl-cffi-gtk to accomplish the same thing.
|
||||||
|
|
||||||
|
Q) I want to take an HTML snapshot of a clog created page:
|
||||||
|
|
||||||
|
(format t "=> ~A" (outer-html (document-element (html-document body))))
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ View the HTML Documentation:
|
||||||
https://rabbibotton.github.io/clog/clog-manual.html
|
https://rabbibotton.github.io/clog/clog-manual.html
|
||||||
|
|
||||||
|
|
||||||
The Common Lisp Omnificient GUI, CLOG for short, uses web technology to
|
The Common Lisp Omnificent GUI, CLOG for short, uses web technology to
|
||||||
produce graphical user interfaces for applications locally or remotely.
|
produce graphical user interfaces for applications locally or remotely.
|
||||||
CLOG can take the place, or work alongside, most cross-platform GUI
|
CLOG can take the place, or work alongside, most cross-platform GUI
|
||||||
frameworks and website frameworks. The CLOG package starts up the
|
frameworks and website frameworks. The CLOG package starts up the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue