cl-bloggy
A self hosted and extensible blogging system built atop Hunchentoot. The user writes blog entries by connecting to their remote image with sly/slime and creates new entries by writing HTML using spinneret.
$ area51 add cl-bloggyCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-bloggy:some-function ...)