With the announcement of Caribou I realized that it is possible to do CMSs 
in Clojure, so I thought I would give it a try even if it's just as an 
exercise.

I considered between using a Leiningen template like Caribou and using a 
.jar file that will detect the files that relate to it and do it's thing 
with those files, sorta like DocPad <http://docpad.org/>. I decided to go 
with a Leiningen template since it seems to be better, but if you think it 
isn't the best way to do it I'm open to suggestions.

The idea is to make it something like Statamic <http://statamic.com/>, 
where the database is found in normal files the users modify with a text 
editor, like with a normal static website generator, but they get rendered 
and then shown to the user every time the use visits a URL. Statamic stands 
for *Stat*ic Dyn*amic*.

The way I'll achieve it I don't really need suggestions, since I want to 
figure that stuff out myself. I need help figuring out which method of 
distribution would be the better method for this?

If it turns out going with templates is the correct way to do it for 
something like this please share the testing process you have used while 
making a Leiningen template of this kind. :)

One last thing. Would you say it's better for me to make a static website 
generator first?

--
Eduan

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to