Commit 00407671 authored by Dave Cooper's avatar Dave Cooper
Browse files

cleaned up some syntax.

parent b80f92ea
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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)

+3 −1
Original line number Diff line number Diff line
@@ -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"))
+19 −9
Original line number Diff line number Diff line
@@ -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


")))))
+3 −2
Original line number Diff line number Diff line
@@ -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
+4 −2
Original line number Diff line number Diff line
@@ -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