Blog source code released
By popular demand, I've released the source code for my blog. Hope someone finds it useful.
http://github.com/briancarper/cow-blog/tree/master
Feedback and bug reports welcome, email me or post them somewhere on my blog and I'll find them.
This post is related to Clojure 1, PHP 0

5 Comments
Neat. I was going to ask if you were going to do this. Not that I think any author needs that pressure if they don't want to but I think alot of people might like to use this. i'd like to be able to use this because wordpress.com doesn't have anything built-in to publish code.
Thanks for publishing this. I'm slowly picking up Compojure and it will be nice to have some non-trivial examples.
Thanks Brian, I may give it a whirl at some point :-)
hello, I got some problem trying to run your code :
text-area already refers to: #'net.briancarper.util.html/text-area in namespace: net.briancarper.blog.html
is that a known problem or my (stupidly simple) emacs/slime environment ?
thanks
Sorry, the proper
text-areafunction should be innet.briancarper.util.html. If there's one innet.briancarper.blog.htmlthat'd be a bug, I thought I removed it. I think Compojure may also define a function with that name so it shouldn't be imported. I'll look at it when I get home today.Speak your Mind
Preview