Re: announcement: SHPAML (alternative to haml)

2010-01-26 Thread Steve Howell
On Dec 29 2009, 1:44 pm, Durbin wrote: > very cool! any plans to integrate it fully into the django templating > system? Glad you like it. Amit Upadhyay has written a loader here: http://github.com/amitu/dutils/blob/master/dutils/shpaml_loader.py I've used shpaml mostly with django, but for my

Re: announcement: SHPAML (alternative to haml)

2009-12-29 Thread Durbin
very cool! any plans to integrate it fully into the django templating system? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to djan

announcement: SHPAML (alternative to haml)

2009-12-19 Thread Steve Howell
Hi, I have ported some haml concepts to Python in my implementation of SHPAML. Details here: http://shpaml.webfactional.com/ For those of you not aware of haml, haml is a markup language implemented in Ruby that allows you to eliminate end tags in HTML. Like Python itself, haml and SHPAML use

Re: haml + sass + django

2009-09-10 Thread Itai Tavor
On 09/09/2009, at 12:19 AM, ThinRhino wrote: > > Hello, > > I just came across haml and sass, but looks like it is built for > Ruby on > Rails. > > Any implementation that can work on Django? Personally I don't think haml has any use in django work, but I use s

Re: haml + sass + django

2009-09-09 Thread Alex Robbins
You might look at http://sandbox.pocoo.org/clevercss/, which is python based. On Sep 8, 9:19 am, ThinRhino wrote: > Hello, > > I just came across haml and sass, but looks like it is built for Ruby on > Rails. > > Any implementation that can work on Django? > > Thoug

Re: haml + sass + django

2009-09-08 Thread Emmanuel Surleau
> Hello, > > I just came across haml and sass, but looks like it is built for Ruby on > Rails. Actually, they can work standalone too. > Any implementation that can work on Django? There's GHRML (http://www.ghrml.org/) for HAML, but I don't think it's develo

haml + sass + django

2009-09-08 Thread ThinRhino
Hello, I just came across haml and sass, but looks like it is built for Ruby on Rails. Any implementation that can work on Django? Though I also came across http://bit.ly/3el7iR, by which apache can take care of converting haml to html. Was looking for something where django can take care

Re: Haml

2007-03-28 Thread Russell Keith-Magee
On 3/29/07, IvanK <[EMAIL PROTECTED]> wrote: > > I'm just now starting a django project, but I've used rails for quite > some time now, and they have an extremely awesome templating system - > haml (http://haml.hamptoncatlin.com/) - every other templating > l

Haml

2007-03-28 Thread IvanK
I'm just now starting a django project, but I've used rails for quite some time now, and they have an extremely awesome templating system - haml (http://haml.hamptoncatlin.com/) - every other templating language seams pitifully ugly by comparison, just take a look at it! Anyway, I was