summaryrefslogtreecommitdiff
path: root/package.lisp
blob: e48077686968140684fe2bfd05763ffee447d673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
;;;; package.lisp

(defpackage #:flexo
  (:use #:cl)
  (:import-from #:spinneret
                #:with-html
                #:with-html-string)
  (:export
   #:*host*
   #:add-file
   #:add-files-matching
   #:artifact
   #:artifacts-with-class
   #:artifacts-with-urlpath-like
   #:build-and-publish
   #:content
   #:content-keywords
   #:content-with-class
   #:content-with-filepath-like
   #:content-with-tags
   #:define-lass-sheet
   #:define-lass-template
   #:define-ps-script
   #:define-spinneret-page
   #:define-spinneret-template
   #:file
   #:file-artifact
   #:filepath
   #:find-artifacts
   #:find-content
   #:hack-on
   #:lass-sheet
   #:lookup-content
   #:ps-script
   #:publish
   #:publish-site
   #:rss-feed
   #:run-recipe
   #:spinneret-page
   #:stop-hacking
   #:template-generated-text
   #:artifact-url-path))