diff --git a/README.md b/README.md index 4f86308..b710046 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/clog-manual.html b/doc/clog-manual.html index c8fcc0b..e0cf89b 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -99,7 +99,7 @@ embedded in a native template application.)
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
@@ -400,6 +400,13 @@ static file matching the requested path ON-NEW-WINDOW-HANDLER and
BOOT-FILE will be used. If BOOT-FILE is nil path is removed.
[generic-function] LOAD-CSS CLOG-DOCUMENT CSS-URL
+[generic-function] LOAD-CSS CLOG-DOCUMENT CSS-URL &KEY LOAD-ONLY-ONCE
-Load css from CSS-URL.
Load css from CSS-URL. If LOAD-ONLY-ONCE load-css
+returns t if load-css previously called otherwise loads the css and
+returns css-url.
diff --git a/source/clog-docs.lisp b/source/clog-docs.lisp index 3542d88..dc2114a 100644 --- a/source/clog-docs.lisp +++ b/source/clog-docs.lisp @@ -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