|
@@ -1,18 +1,17 @@
|
1
|
1
|
(defpackage :coleslaw-sitemap
|
2
|
2
|
(:use :cl)
|
3
|
|
- (:import-from :coleslaw
|
4
|
|
- #:*config*
|
5
|
|
- #:deploy
|
6
|
|
- #:find-all
|
7
|
|
- #:make-pubdate
|
8
|
|
- #:page-url
|
9
|
|
- #:rel-path
|
10
|
|
- #:staging-dir
|
11
|
|
- #:theme-fn
|
12
|
|
- #:write-file)
|
13
|
|
- (:import-from :local-time
|
14
|
|
- #:format-timestring
|
15
|
|
- #:now)
|
|
3
|
+ (:import-from :coleslaw #:*config*
|
|
4
|
+ #:deploy
|
|
5
|
+ #:find-all
|
|
6
|
+ #:make-pubdate
|
|
7
|
+ #:page-url
|
|
8
|
+ #:rel-path
|
|
9
|
+ #:staging-dir
|
|
10
|
+ #:theme-fn
|
|
11
|
+ #:write-file)
|
|
12
|
+ (:import-from :local-time #:format-timestring
|
|
13
|
+ #:now)
|
|
14
|
+ (:import-from :alexandria #:hash-table-values)
|
16
|
15
|
(:export #:enable))
|
17
|
16
|
|
18
|
17
|
(in-package :coleslaw-sitemap)
|