clog/FAQ
2021-11-07 12:08:09 -05:00

22 lines
759 B
Text

FAQ
Q) I start my application and I don't see anything? It worked before!
A) Make sure the :static-root key is set correctly on (clog:initialize)
Q) How do I turn my CLOG app in to a native Mac, Windows or Linux app?
A) There are many ways, the simplest is just use Ceramic -
http://ceramic.github.io/ which uses electron. You can of course use any
tool the gives you a browser control. See clog/native-glues/gtk or an example
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))))
or (save-body-to-file)
Q) I want to know where the :CLOG tutorials, demos and sources.
Use (clog-install-dir)