On 07/18/2013 04:24 PM, Timothy Washington wrote:
I know that I currently wish I had a Clojure weblog engine that I could
stick into a site I'm building. If there's already something available,
I'll obviously just use that. But otherwise, is this something that
would be interesting to people?

Oh yes.

I put some effort into a blogging engine myself, but got sidetracked a lot. Repo: https://github.com/thorwil/tlog

It's written as single account blog, but since I'm using Friend, that should be straightforward to change.

For editing, I rely on Aloha (http://aloha-editor.org/). The unfinished comment system works only with JS enabled and has no spam protection or email notifications. Comments can be nested and the design is meant to encourage people to read previous comments, before they add their own (this at the cost of varying distance between a comment and its Reply field).

Having Aloha-like editing, but without inheriting such a chunk of JS, rather using ClojureScript would rock.

One of the more interesting parts might be how pages are assembled:
https://github.com/thorwil/tlog/blob/master/src/tlog/render/html/assemble.clj#L83

Further down the road, I wanted to look into versioning, perhaps backed by git and realtime collaborative editing. I haven't be traveling, lately :}


--
Thorsten Wilms

thorwil's design for free software:
http://thorwil.wordpress.com/

--
--
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