Loading build.lisp +5 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,10 @@ (format t "~&~%Crawling clf-site and outputting into ~a~%~%" output-root) (gwl:crawl :url-path "/clf-site" :port port :output-root output-root))) (let ((current *developing?*)) (setq *developing?* nil) (gwl:crawl :url-path "/clf-site" :port port :output-root output-root) (setq *developing?* current)))) (make-site) Loading source/base-page.gdl +3 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ :input-slots (pages) :computed-slots ((additional-header-content ((title "The Common Lisp Foundation") (additional-header-content (with-cl-who-string () ((:meta :name "viewport" :content "width=device-width, initial-scale=1")) ((:link :href (the (prepend-url-depth "clf-site-css/bootstrap.min.css")) :rel "stylesheet" :media "screen")) Loading source/board-page.gdl +19 −9 Original line number Diff line number Diff line Loading @@ -7,35 +7,45 @@ (with-cl-who-string () (wmd " ## Current CLF Board foog Current CLF Board ================= The board may be contacted at clf@cl-foundation.org. ### Ernst van Waning ##### President, Director #### President, Director ### Mark Evenson ##### Secretary, Director #### Secretary, Director ### Erik Huelsemann ##### Treasurer, Director #### Treasurer, Director ### Dave Cooper ##### Director #### Director ### Hisao Kuroda Director #### Director ## Extended CLF Positions ### Cheryl Yang ##### Web Resources Designer/Developer #### Web Resources Designer/Developer ### Erik Huelsemann ##### common-lisp.net VM and gitlab Administrator #### common-lisp.net VM and gitlab Administrator ### Mark Evenson ##### common-lisp.net Backend System Strategist/Implementer #### common-lisp.net Backend System Strategist/Implementer "))))) Loading source/contact-page.gdl +3 −2 Original line number Diff line number Diff line Loading @@ -7,13 +7,14 @@ ((main-content (with-cl-who-string () (wmd " * Contact the Foundation Contact the Foundation ====================== The Common Lisp Foundation's VAT ID is **NL 85 020 89 32 B01** The Foundation can be reached by mail at the following address:") ((:p :style "margin-left:100px;") ((:p :style "margin-left: 50px;") (:b "Stichting Common Lisp Foundation" :br "Van Zuylen van Nijeveltstraat 161" :br Loading source/index-page.gdl +4 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,15 @@ (main-content (with-cl-who-string () (wmd " * Please Join our Next Meeting ## Please Join our Next Meeting We would like to get more involvement form the CL community in our monthly meetings. [Contact Us](/contact.html) to request an invite to our next monthly meeting (usually the first Wednesday of each month). * About the CL Foundation ## About the CL Foundation Our Purpose, according to our Bylaws, is to promote the use and development of the Common Lisp programming language as follows: Loading Loading
build.lisp +5 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,10 @@ (format t "~&~%Crawling clf-site and outputting into ~a~%~%" output-root) (gwl:crawl :url-path "/clf-site" :port port :output-root output-root))) (let ((current *developing?*)) (setq *developing?* nil) (gwl:crawl :url-path "/clf-site" :port port :output-root output-root) (setq *developing?* current)))) (make-site) Loading
source/base-page.gdl +3 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ :input-slots (pages) :computed-slots ((additional-header-content ((title "The Common Lisp Foundation") (additional-header-content (with-cl-who-string () ((:meta :name "viewport" :content "width=device-width, initial-scale=1")) ((:link :href (the (prepend-url-depth "clf-site-css/bootstrap.min.css")) :rel "stylesheet" :media "screen")) Loading
source/board-page.gdl +19 −9 Original line number Diff line number Diff line Loading @@ -7,35 +7,45 @@ (with-cl-who-string () (wmd " ## Current CLF Board foog Current CLF Board ================= The board may be contacted at clf@cl-foundation.org. ### Ernst van Waning ##### President, Director #### President, Director ### Mark Evenson ##### Secretary, Director #### Secretary, Director ### Erik Huelsemann ##### Treasurer, Director #### Treasurer, Director ### Dave Cooper ##### Director #### Director ### Hisao Kuroda Director #### Director ## Extended CLF Positions ### Cheryl Yang ##### Web Resources Designer/Developer #### Web Resources Designer/Developer ### Erik Huelsemann ##### common-lisp.net VM and gitlab Administrator #### common-lisp.net VM and gitlab Administrator ### Mark Evenson ##### common-lisp.net Backend System Strategist/Implementer #### common-lisp.net Backend System Strategist/Implementer "))))) Loading
source/contact-page.gdl +3 −2 Original line number Diff line number Diff line Loading @@ -7,13 +7,14 @@ ((main-content (with-cl-who-string () (wmd " * Contact the Foundation Contact the Foundation ====================== The Common Lisp Foundation's VAT ID is **NL 85 020 89 32 B01** The Foundation can be reached by mail at the following address:") ((:p :style "margin-left:100px;") ((:p :style "margin-left: 50px;") (:b "Stichting Common Lisp Foundation" :br "Van Zuylen van Nijeveltstraat 161" :br Loading
source/index-page.gdl +4 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,15 @@ (main-content (with-cl-who-string () (wmd " * Please Join our Next Meeting ## Please Join our Next Meeting We would like to get more involvement form the CL community in our monthly meetings. [Contact Us](/contact.html) to request an invite to our next monthly meeting (usually the first Wednesday of each month). * About the CL Foundation ## About the CL Foundation Our Purpose, according to our Bylaws, is to promote the use and development of the Common Lisp programming language as follows: Loading