Re: [ANN] Stasis - not another static site framework

2014-03-11 Thread Christian Johansen
I just posted a quite long and detailed post/tutorial on using Stasis for static web sites, including integration testing of all pages, link checker ++ The post also shows off using Optimus for asset optimization, and Enlive and Hiccup for markup generation/manipulation. http://cjohansen.no/bu

Re: [ANN] Stasis - not another static site framework

2014-03-09 Thread Jarrod Swart
Awesome, thanks for bringing these great libraries to my attention! -- 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 y

Re: [ANN] Stasis - not another static site framework

2014-03-09 Thread Magnar Sveen
Hi Jarrod, Sounds to me like you're using harpjs mainly as an asset pipeline replacement? Stasis doesn't care about Jade, LESS or any such thing - because that is covered by other libraries that you would use along with it. Stasis is only concerned with 1) serving your pages live in developmen

Re: [ANN] Stasis - not another static site framework

2014-03-04 Thread Jarrod Swart
This is a cool project. I primarily use static site generators to build the front-end for sites that I will use enlive to template inside my app. I currently use: http://harpjs.com for this purpose because it allows easy integration of LESS and Jade which are auto recompiled & watched by the de

Re: [ANN] Stasis - not another static site framework

2014-03-03 Thread Magnar Sveen
Just a heads up that Stasis 1.0.0 has been released. The API has been stable for two months now. I've built three sites with it, and I know of two other sites built with Stasis too: - The docs for SinonJS: http://sinonjs.org/ - J David Smith's blog at http://atlanis.net/blog/ He even w

Re: [ANN] Stasis - not another static site framework

2014-01-23 Thread Ryan McGowan
Thanks! I agree. I think they both have there uses as things stand right now. Maybe Incise could even use Stasis as a lib to build its more elaborate > features on top of? I was thinking the same thing. Unfortunately, I think there are a few blockers right now (serving is done very differentl

Re: [ANN] Stasis - not another static site framework

2014-01-23 Thread Magnar Sveen
> > Very minimalist. I appreciate that. > Thank you :-) And let me say that out of the five frameworks, I think Incise is the most exciting - with its focus on extensibility. This makes sharing implementations easier. The stasis way to do this is for > everyone to write it and integrate themse

Re: [ANN] Stasis - not another static site framework

2014-01-23 Thread Ryan McGowan
Very minimalist. I appreciate that. As the author of incise I'd like to point out a few things though. :) 1. You did not specifically say that incise forced some sort of templating option though it was implied (along with the other static site generators). Incise does not force any suc

Re: [ANN] Stasis - not another static site framework

2014-01-23 Thread Magnar Sveen
Oh, look at that. Thanks! :) On Thu, Jan 23, 2014 at 11:27 AM, Dmitry Groshev wrote: > And here is a link to the project, just in case you've missed it like I > did: https://github.com/magnars/stasis :) > > > On Thursday, January 23, 2014 2:16:48 PM UTC+4, Magnar Sveen wrote: >> >> Stasis >> >>

Re: [ANN] Stasis - not another static site framework

2014-01-23 Thread Dmitry Groshev
And here is a link to the project, just in case you've missed it like I did: https://github.com/magnars/stasis :) On Thursday, January 23, 2014 2:16:48 PM UTC+4, Magnar Sveen wrote: > > Stasis > > A Clojure library of tools for developing static web sites. > >

[ANN] Stasis - not another static site framework

2014-01-23 Thread Magnar Sveen
Stasis A Clojure library of tools for developing static web sites. Another static site framework? Why? Well, that's exactly it. I didn't want to use a framework. I don't like the restrained feeling I get wh