diff --git a/coleslaw.asd b/coleslaw.asd index bf87208..7260461 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -1,7 +1,7 @@ (defsystem #:coleslaw :name "coleslaw-core" :description "Flexible Lisp Blogware" - :version "0.6" + :version "0.6.5" :license "BSD" :author "Brit Butler " :pathname "src/" diff --git a/docs/coleslaw.html b/docs/coleslaw.html index 75e49bb..2541c63 100644 --- a/docs/coleslaw.html +++ b/docs/coleslaw.html @@ -70,10 +70,10 @@ else
deploy -dir +staging standard-generic-function
-
Deploy DIR, updating the .prev and .curr symlinks.
+
Deploy the STAGING dir, updating the .prev and .curr symlinks.
(setf deploy) @@ -90,17 +90,17 @@ else
Load the user's config, then compile and deploy the blog.
+render +content &key next prev &allow-other-keys +standard-generic-function
+
+
Render the given CONTENT to HTML.
+
+
render-content text format standard-generic-function
-
Compile TEXT from the given FORMAT to HTML for display.
-
-
-render-feed - -function
-
-
Render and write the feed for the site.
+
Compile TEXT from the given FORMAT to HTML for display.
\ No newline at end of file