Flexible Lisp Blogware
Find a file
Brit Butler e81f01440d API changes, Static Indices rewrite and more...
* Revamp API intersection of indices and posts.
* Rewrite the static implementation of indices.
* Add split-sequence dep to coleslaw-static
* Various bugfixes and cleanups to import plugin.
* Beginnings of hunchentoot plugin.
* Update TODO.
2011-04-22 18:37:22 -04:00
plugins API changes, Static Indices rewrite and more... 2011-04-22 18:37:22 -04:00
src API changes, Static Indices rewrite and more... 2011-04-22 18:37:22 -04:00
static API changes, Static Indices rewrite and more... 2011-04-22 18:37:22 -04:00
themes/hyde Improve post-url scheme, do taglinks and monthlinks the right way in index template, update coleslaw-static.asd and TODO. 2011-04-19 16:01:20 -04:00
.gitignore Add some static-specific vars, DWIMfix to find-by-range, update .gitignore, small post template improvement. 2011-04-18 17:21:55 -04:00
coleslaw-static.asd API changes, Static Indices rewrite and more... 2011-04-22 18:37:22 -04:00
coleslaw.asd Minor TODO and plugins update. 2011-04-19 13:36:17 -04:00
README Restructuring and API rewrite. 2011-04-16 15:45:37 -04:00
TODO API changes, Static Indices rewrite and more... 2011-04-22 18:37:22 -04:00

Coleslaw aims to be flexible blog software suitable for replacing a single-user wordpress install or jekyll.

There will be at least two backends: a dynamic one using RESTAS and PostgreSQL and a static one served by Hunchentoot or, optionally, S3.

References:
Static Backend
-- Jekyll
-- Hakyll
-- Hyde
Dynamic Backend
-- Wordpress
-- Nuclblog