mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
type in docs
This commit is contained in:
parent
0528851ff7
commit
70f3ee6463
3 changed files with 14 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ STATUS: CLOG 1.2 and CLOG Builder 1.1 released.
|
|||
|
||||
CLOG is actually based on GNOGA, a framework I wrote for Ada in 2013
|
||||
and used in commercial production code for the last 9+ years, i.e. the
|
||||
techiniques CLOG uses are solid and proven.
|
||||
techniques CLOG uses are solid and proven.
|
||||
|
||||
CLOG is being actively extended daily. Check the github discussion
|
||||
boards for the latest.
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ embedded in a native template application.)</p>
|
|||
such as full desktop over the web, database tools,etc. See below for
|
||||
some enhacements being worked on. CLOG is actually based on GNOGA, a
|
||||
framework I wrote for Ada in 2013 and used in commercial production
|
||||
code for the last 8+ years, i.e. the techiniques CLOG uses are solid
|
||||
code for the last 8+ years, i.e. the techniques CLOG uses are solid
|
||||
and proven.</p>
|
||||
|
||||
<p>CLOG is being actively extended daily. Check the github discussion
|
||||
|
|
@ -400,6 +400,13 @@ static file matching the requested path <code>ON-NEW-WINDOW-HANDLER</code> and
|
|||
<code>BOOT-FILE</code> will be used. If <code>BOOT-FILE</code> is nil path is removed.</p></li>
|
||||
</ul>
|
||||
|
||||
<p><a id="x-28CLOG-3AIS-RUNNING-P-20FUNCTION-29"></a>
|
||||
<a id="CLOG:IS-RUNNING-P%20FUNCTION"></a></p>
|
||||
|
||||
<ul>
|
||||
<li><span class=reference-bullet><span class=reference><span class="locative-type">[function]</span> <span class="reference-object"><a href="#CLOG:IS-RUNNING-P%20FUNCTION" >IS-RUNNING-P</a></span></span></span></li>
|
||||
</ul>
|
||||
|
||||
<p><a id="x-28CLOG-3ASHUTDOWN-20FUNCTION-29"></a>
|
||||
<a id="CLOG:SHUTDOWN%20FUNCTION"></a></p>
|
||||
|
||||
|
|
@ -8241,9 +8248,11 @@ on-storage event is fired for changes to :local storage keys.</p></li>
|
|||
<a id="CLOG:LOAD-CSS%20GENERIC-FUNCTION"></a></p>
|
||||
|
||||
<ul>
|
||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#CLOG:LOAD-CSS%20GENERIC-FUNCTION" >LOAD-CSS</a></span></span> <span class="locative-args">CLOG-DOCUMENT CSS-URL</span></span></p>
|
||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#CLOG:LOAD-CSS%20GENERIC-FUNCTION" >LOAD-CSS</a></span></span> <span class="locative-args">CLOG-DOCUMENT CSS-URL &KEY LOAD-ONLY-ONCE</span></span></p>
|
||||
|
||||
<p>Load css from <code>CSS-URL</code>.</p></li>
|
||||
<p>Load css from <code>CSS-URL</code>. If <code>LOAD-ONLY-ONCE</code> load-css
|
||||
returns t if load-css previously called otherwise loads the css and
|
||||
returns css-url.</p></li>
|
||||
</ul>
|
||||
|
||||
<p><a id="x-28CLOG-3ALOAD-SCRIPT-20GENERIC-FUNCTION-29"></a>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ STATUS: CLOG is complete and all work is on higher order additions,
|
|||
such as full desktop over the web, database tools,etc. See below for
|
||||
some enhacements being worked on. CLOG is actually based on GNOGA, a
|
||||
framework I wrote for Ada in 2013 and used in commercial production
|
||||
code for the last 8+ years, i.e. the techiniques CLOG uses are solid
|
||||
code for the last 8+ years, i.e. the techniques CLOG uses are solid
|
||||
and proven.
|
||||
|
||||
CLOG is being actively extended daily. Check the github discussion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue