<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <generator>Persumi - Level up your writing and blogging with AI</generator>
  <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
  <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/slim"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/slim/feed/rss"/>
  <link rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/slim/feed/atom"/>
  <author>
    <name>Fred Wu</name>
    <email>ifredwu@gmail.com</email>
    <uri>http://persumi.com/u/fredwu</uri>
  </author>
  <subtitle/>
  <id>http://persumi.com/u/fredwu/tech/e/blog/t/slim</id>
  <title>Blog (slim) - Fred Wu&apos;s Tech</title>
  <updated>2026-05-01T08:48:56.247271Z</updated>
  <entry>
    <content type="html">&lt;![CDATA[&lt;p&gt;
So, you are using Slim, right? If not, go &lt;a href=&quot;https://github.com/stonean/slim&quot;&gt;check it out&lt;/a&gt; because it’s awesome. ;)&lt;/p&gt;
&lt;p&gt;
Now, I don’t know about you but prior to Slim I use Haml quite a bit, and even though syntax-wise Haml and Slim have a lot in common, it’s still quite a challenge to convert all Haml templates to Slim templates.&lt;/p&gt;
&lt;p&gt;
As a result, let me present you with a quick n’ dirty Haml2Slim converter! &lt;a href=&quot;https://github.com/fredwu/haml2slim&quot;&gt;Check out the source code.&lt;/a&gt;&lt;/p&gt;
]]&gt;</content>
    <published>2010-12-16T09:08:51.000000Z</published>
    <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
    <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
    <link href="http://persumi.com/u/fredwu/tech/e/blog/p/ruby-haml2slim-convert-your-haml-templates-to-slim-templates"/>
    <author>
      <name>Fred Wu</name>
      <email>ifredwu@gmail.com</email>
      <uri>http://persumi.com/u/fredwu</uri>
    </author>
    <id>http://persumi.com/u/fredwu/tech/e/blog/p/ruby-haml2slim-convert-your-haml-templates-to-slim-templates</id>
    <title>[Ruby] Haml2Slim, Convert Your HAML Templates to Slim Templates</title>
    <updated>2010-12-16T09:08:51.000000Z</updated>
  </entry>
  <entry>
    <content type="html">&lt;![CDATA[&lt;p&gt;
For the past few weeks I have started contributing to a small project - &lt;a href=&quot;http://github.com/stonean/slim&quot;&gt;Slim&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;
Slim is a fast, lightweight templating engine for Rails 3. It has been tested on Ruby 1.9.2 and Ruby/REE 1.8.7. Slim is heavily influenced by &lt;a href=&quot;http://github.com/nex3/haml&quot;&gt;Haml&lt;/a&gt; and &lt;a href=&quot;http://github.com/visionmedia/jade&quot;&gt;Jade&lt;/a&gt;.  &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
&lt;a href=&quot;http://github.com/stonean&quot;&gt;Andrew Stone&lt;/a&gt; who is the author of the project has posted &lt;a href=&quot;http://stonean.com/slim-update&quot;&gt;a quick update&lt;/a&gt; on the latest feature additions to Slim. Please go check it out.&lt;/p&gt;
&lt;p&gt;
The source code of Slim is &lt;a href=&quot;http://github.com/stonean/slim&quot;&gt;available on Github&lt;/a&gt;.&lt;/p&gt;
]]&gt;</content>
    <published>2010-10-17T21:40:20.000000Z</published>
    <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
    <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
    <link href="http://persumi.com/u/fredwu/tech/e/blog/p/slim-a-fast-and-lightweight-rails-template-engine"/>
    <author>
      <name>Fred Wu</name>
      <email>ifredwu@gmail.com</email>
      <uri>http://persumi.com/u/fredwu</uri>
    </author>
    <id>http://persumi.com/u/fredwu/tech/e/blog/p/slim-a-fast-and-lightweight-rails-template-engine</id>
    <title>Slim, a Fast and Lightweight Rails Template Engine!</title>
    <updated>2010-10-17T21:40:20.000000Z</updated>
  </entry>
</feed>