<div dir="ltr">That is the direction that clckwrks has naturally ended up heading in. In the first version, it had blog stuff builtin. But as things got refactored the blog/cms stuff just became another general purpose plugin -- not part of the core.<div><br></div><div>In fact, the authentication layer is even taking a step in that direction. It is still hardwired into the core, but it uses the clckwrks plugin architecture.</div><div><br></div><div>At its core, clckwrks is just a general framework with allows you to dynamically load and unload components and themes. But it does not put many constraints on what those plugins need to do. I have taken existing standalone web apps and turned them into clckwrks plugins with little effort.<br><div><br></div><div>In theory, you can save development time though by building a web application that builds on top of existing plugins -- such as a media plugin, cms plugin, payment plugin, etc. That way you can focus on the unique aspects of your site instead of wasting a lot of time on the boring mechanics of dealing with payment processing, serving files from S3, etc.</div><div><br></div><div>- jeremy</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 2, 2015 at 8:36 AM, Donn Cave <span dir="ltr"><<a href="mailto:donn@avvanta.com" target="_blank">donn@avvanta.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoth Nicola Gigante <<a href="mailto:nicola.gigante@gmail.com">nicola.gigante@gmail.com</a>>,<br>
<span class="">> LambdaCMS looks like the thing closer to what I was looking for.<br>
> So as I can see there’s nothing like a “haskell WordPress”.<br>
> I mean something easy to use and targeted at end users, that just<br>
> happens to be written in Haskell.<br>
><br>
> That would be a cool use case showroom for skeptics web developers,<br>
> wouldn’t it? Especially after a couple of years of development and<br>
> no security exploits found ;P<br>
<br>
</span>After brief experience with Drupal, I'd propose that the blog platform<br>
market is pretty well served by WordPress, Drupal, Joomla, et al.,<br>
and a better strategy would be something that supports general web<br>
development that isn't tied to a particular model like a blog.<br>
That seems like the weakness of the "content management systems"<br>
that you currently have to pick from. They all support an infinite<br>
variety of trivial variations on the blog model, but make it hard<br>
to really go anywhere else.<br>
<span class="HOEnZb"><font color="#888888"><br>
        Donn<br>
</font></span><br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>