Flexible Lisp Blogware
Find a file
2011-04-17 22:22:14 -04:00
plugins Generate fresh IDs but preserve old ones via 'alias' system. Add post-url, update TODO. 2011-04-17 22:22:14 -04:00
src Generate fresh IDs but preserve old ones via 'alias' system. Add post-url, update TODO. 2011-04-17 22:22:14 -04:00
static Generate fresh IDs but preserve old ones via 'alias' system. Add post-url, update TODO. 2011-04-17 22:22:14 -04:00
themes/hyde Fix handling of newlines in import and errors in post template. 2011-04-17 19:07:04 -04:00
.gitignore Initial commit of protocol and defsystems. 2011-02-19 18:25:02 -05:00
coleslaw-static.asd Beginning of static backend. 2011-04-17 17:48:38 -04:00
coleslaw.asd Initial theme/template "hyde" adapted from ckeen and small API updates. 2011-04-17 17:04:40 -04:00
README Restructuring and API rewrite. 2011-04-16 15:45:37 -04:00
TODO Generate fresh IDs but preserve old ones via 'alias' system. Add post-url, update TODO. 2011-04-17 22:22:14 -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