Hello Stephen, I am also working on converting an app "Insoshi" from ERB to Haml. The command line tool html2haml works great. The output is mostly right. You do have to manually take out ends and adjust the indentation though. All in all, it is a great tool. Here is a short example:
html2haml -r index.html.erb index.html.haml All you have to do is clean up the index.html.haml file. Much faster than doing it manually. Hope this helps. Bharat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
