Django's pretty good at this with it's auto-gen'd Admin interface, if we
had something comparable it would be compelling to a large audience, but I
worry that it becomes 'frameworky' at a certain point, and clojure has a
bias against that.


On Thu, Jul 18, 2013 at 11:10 AM, Timothy Washington <twash...@gmail.com>wrote:

> Ok, I'll start to flesh this out a little more - overall architecture,
> 3rd-party libs, etc. And I'll get some more of your feedback from there.
> Please add anymore ideas to this effect, if you have them.
>
>
> More soon
>
> Tim Washington
> Interruptsoftware.ca / Bkeeping.com
>
>
> On Thu, Jul 18, 2013 at 10:55 AM, Michael Fogus <mefo...@gmail.com>wrote:
>
>> That's what I hoped you meant. Sounds fun.
>>
>> On Thu, Jul 18, 2013 at 10:44 AM, Timothy Washington <twash...@gmail.com>
>> wrote:
>> > Ah, by composable, I meant you could choose to only use a core server
>> > component, posting txt entries, let's say with an in-memory data store
>> ( who
>> > knows.. it's your blog :). And if you want a little more, you can
>> choose to
>> > add a DB adapter out to Datomic, and Import / Export support. This is
>> all
>> > still within a running Clojure repl. So additionally, you might choose
>> to
>> > add a Web UI (or tablet or smartphone UI), and so on.
>> >
>> >
>> > Tim Washington
>> > Interruptsoftware.ca / Bkeeping.com
>> >
>> >
>> > On Thu, Jul 18, 2013 at 10:36 AM, Michael Fogus <mefo...@gmail.com>
>> wrote:
>> >>
>> >> Quick answer: Yes.  I'd love to see a legitimate, maintained
>> >> Clojure-based blogging engine.  I have one question: what does
>> >> "composable blogging engine" mean?
>> >>
>> >>
>> >> On Thu, Jul 18, 2013 at 10:24 AM, Timothy Washington <
>> twash...@gmail.com>
>> >> wrote:
>> >> > Hello,
>> >> >
>> >> > I'm thinking of how to build a composable blogging engine in Clojure.
>> >> > There
>> >> > have been a few attempts at this, with cow-blog and my-blog. But
>> these
>> >> > seem
>> >> > to be abandoned, and not heavily used. Vijay Kiran, last year, even
>> >> > wrote a
>> >> > series of blog posts (see here) about building a blog engine. As far
>> as
>> >> > a
>> >> > list of posts goes, the data structure for each record was simple:
>> >> >
>> >> > title
>> >> > content
>> >> > status
>> >> > created-date
>> >> > published-date
>> >> > author
>> >> >
>>
>  --
> --
> 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.
>
>
>

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