Haml doesn't need to run from within Rails. Check out Middleman http://middlemanapp.com/ which allows you to use haml for generating static sites.
On Sat, Feb 23, 2013 at 5:47 AM, Andre Jaenisch < [email protected]> wrote: > Hello, > I've discovered Haml during my approach to learn Ruby on Rails. It looks > very nice. > Now I prepare a website with Haml and want to use > Microdata<http://en.wikipedia.org/wiki/Microdata_(HTML)> for > markup the address in the About section. > Sadly I do not own the association's server, wherefore I design the > website. So I cannot tell, whether it is possible to run Rails there. > Thus I write standalone Haml code. > > Now my question: > Is it possible to use Microdata information in a standalone Haml > environment? > I know, that I could overwrite the TagHelper in > ActionView<http://stackoverflow.com/questions/4867404/rails-3-html-5-microdata> > - > but I don't know, whether I can use Rails later. > And Rails for static HTML would be like to crack a nut with a > sledgehammer … > > Thanks in advance for help. > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/haml?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/haml?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
