From e89060dc8e66e366b2b1ed9356a9471350bebc30 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Wed, 12 Sep 2012 14:26:25 -0400 Subject: [PATCH] Bump version to 0.6.5, update docs. --- coleslaw.asd | 2 +- docs/coleslaw.html | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) 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