<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>StaticMatic Google Group</title>
  <link>http://groups.google.co.uk/group/staticmatic</link>
  <description>StaticMatic enables easy management of static websites using Haml &amp;amp; Sass (see http://haml.hamptoncatlin.com/).</description>
  <language>en</language>
  <item>
  <title>Thank you</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/169fbfa387296dbd/213da7716189132f?show_docid=213da7716189132f</link>
  <description>
  I&#39;ve been helping someone out on a static site, and my eyes were &lt;br&gt; bleeding with all the CSS and HTML. Thanks alot for staticmatic - you &lt;br&gt; have saved me from writing it myself :). Am tempted to improve the &lt;br&gt; error reporting. &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Julian
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/169fbfa387296dbd/213da7716189132f?show_docid=213da7716189132f</guid>
  <author>
  jr.plusp...@gmail.com
  (plusplus)
  </author>
  <pubDate>Mon, 11 Nov 2008 11:27:25 UT
</pubDate>
  </item>
  <item>
  <title>Almost an ideal solution... just one more thing.</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/8d270f641daec7b0/539ab768eda4a704?show_docid=539ab768eda4a704</link>
  <description>
  I am primarily a web app developer, however I occasionally need to &lt;br&gt; build simple websites that are little more then a brochure. &lt;br&gt; StaticMatic is a great solution, however my clients would like to be &lt;br&gt; able to &#39;edit&#39; the content online. After thinking about this I &lt;br&gt; believe StaticMatic along with another solution is best... Does
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/8d270f641daec7b0/539ab768eda4a704?show_docid=539ab768eda4a704</guid>
  <author>
  yourt...@gmail.com
  (Joshaven)
  </author>
  <pubDate>Fri, 10 Oct 2008 13:34:07 UT
</pubDate>
  </item>
  <item>
  <title>[NO-REPLY] UPS Tracking Number 13879140</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/c8836588854fcdac/2c8d83ae45e43655?show_docid=2c8d83ae45e43655</link>
  <description>
  [NO-REPLY] UPS Tracking Number 13879140 &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://cluegale.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/c8836588854fcdac/2c8d83ae45e43655?show_docid=2c8d83ae45e43655</guid>
  <author>
  lonsdaleigoreuc...@gmail.com
  (lonsdaleigoreuclid)
  </author>
  <pubDate>Tue, 10 Oct 2008 12:53:19 UT
</pubDate>
  </item>
  <item>
  <title>Fixing the passing of :locals to a partial in StaticMatic 0.9.4</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/39c0a6a160ff4c5e/a80a29bdbe7ad7d5?show_docid=a80a29bdbe7ad7d5</link>
  <description>
  The syntax: &lt;br&gt; = partial(&#39;timeline&#39;, {:a =&amp;gt; &#39;A&#39;, :b =&amp;gt; &#39;B&#39;}) &lt;br&gt; &lt;p&gt;successfully passes local variables to the &#39;_timeline&#39; partial if the &lt;br&gt; StaticMatic Base class has one line changed: &lt;br&gt; &lt;p&gt;/Library/Ruby/Gems/1.8/gems/st aticmatic-0.9.4/lib/staticmati c/base.rb &lt;br&gt; &lt;p&gt;On line 217, change &lt;br&gt; &lt;p&gt;html.render(@scope) { yield }
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/39c0a6a160ff4c5e/a80a29bdbe7ad7d5?show_docid=a80a29bdbe7ad7d5</guid>
  <author>
  randy.j.par...@gmail.com
  (Randy Parker)
  </author>
  <pubDate>Tue, 09 Sep 2008 17:54:21 UT
</pubDate>
  </item>
  <item>
  <title>Fixing the &quot; undefined method `line_offset&#39; &quot; Error</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/96fe60b44c41f34b/65f726dda6c484d8?show_docid=65f726dda6c484d8</link>
  <description>
  Previous workarounds for this error downgraded Haml to an older &lt;br&gt; revision. &lt;br&gt; &lt;p&gt;StaticMatic assigns Haml::Error instances to &#39;haml_error&#39; when it &lt;br&gt; rescues exceptions. The Haml module contains a class called Error, &lt;br&gt; which is only a few lines long - see lib/haml/error.rb. This Error &lt;br&gt; class was simplified after Haml 1.8.2, and now contains only one
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/96fe60b44c41f34b/65f726dda6c484d8?show_docid=65f726dda6c484d8</guid>
  <author>
  randy.j.par...@gmail.com
  (randy_p)
  </author>
  <pubDate>Tue, 09 Sep 2008 17:29:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Development</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d017c074065d0ed2/71bb2d8c2571b9db?show_docid=71bb2d8c2571b9db</link>
  <description>
  Hey Ryan, I&#39;ve been experimenting a lot and have put all those changes &lt;br&gt; into my master branch because that&#39;s the only branch that github &lt;br&gt; generates gems for. However, a lot of things are half-working, broken &lt;br&gt; or unspec&#39;d. I&#39;m working with Steven to get what I can into his master &lt;br&gt; repo so everyone can enjoy the useful bits.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d017c074065d0ed2/71bb2d8c2571b9db?show_docid=71bb2d8c2571b9db</guid>
  <author>
  tdre...@gmail.com
  (Thomas Reynolds)
  </author>
  <pubDate>Mon, 09 Sep 2008 17:03:20 UT
</pubDate>
  </item>
  <item>
  <title>Development</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d017c074065d0ed2/22a9b8fe7553129c?show_docid=22a9b8fe7553129c</link>
  <description>
  What is going on on your development branches? It seems that Thomas Reynolds &lt;br&gt; is going off in and interesting direction. &lt;br&gt; Thomas are you in contact with Steven about your changes? &lt;br&gt; I&#39;m working on a gem called RSSify that I hope to integrate with Staticmatic &lt;br&gt; for automatic RSS generation. I was hoping to work on the latest code, but
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d017c074065d0ed2/22a9b8fe7553129c?show_docid=22a9b8fe7553129c</guid>
  <author>
  r...@ryantm.com
  (Ryan Mulligan)
  </author>
  <pubDate>Sun, 09 Sep 2008 19:39:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Is anybody using partials with locals?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/d97c81d995a317db?show_docid=d97c81d995a317db</link>
  <description>
  I certainly understand not having enough time to do everything in your &lt;br&gt; life! &lt;br&gt; &lt;p&gt;I find staiticmatic to be a well thought out project and I think &lt;br&gt; you&#39;ve done a great job. &lt;br&gt; &lt;p&gt;Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/d97c81d995a317db?show_docid=d97c81d995a317db</guid>
  <author>
  agbod...@gmail.com
  (lyqwyd)
  </author>
  <pubDate>Sat, 09 Sep 2008 18:55:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: Is anybody using partials with locals?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/c715de45f8a78fef?show_docid=c715de45f8a78fef</link>
  <description>
  Hey, &lt;br&gt; &lt;p&gt;Staticmatic is most definatly still in development - although progress &lt;br&gt; has been a little slow from my side due to work/family commitments. &lt;br&gt; However, I am gearing up for a push to get staticmatic 2 ready for &lt;br&gt; release so expect that very shortly. &lt;br&gt; &lt;p&gt;Regarding your current problems, I&#39;ll take a look and try and get any
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/c715de45f8a78fef?show_docid=c715de45f8a78fef</guid>
  <author>
  st...@curve21.com
  (Stephen Bartholomew)
  </author>
  <pubDate>Thu, 09 Sep 2008 22:55:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: Is anybody using partials with locals?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/f31e5c8102e5266e?show_docid=f31e5c8102e5266e</link>
  <description>
  I did see that thread, but I was hoping progress had been made since &lt;br&gt; then... Where would I set staticmatic to use haml 1.8.3? I cannot &lt;br&gt; uninstall haml 2.0.2 as I have other rails &amp;amp; merb projects using that. &lt;br&gt; &lt;p&gt;Just curious, is staticmatic still an ongoing project? It looks like &lt;br&gt; there hasn&#39;t been a release in a while and the staticmatic 2 page on
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/f31e5c8102e5266e?show_docid=f31e5c8102e5266e</guid>
  <author>
  agbod...@gmail.com
  (lyqwyd)
  </author>
  <pubDate>Thu, 09 Sep 2008 19:11:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Is anybody using partials with locals?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/b252ca5f6ffdf505?show_docid=b252ca5f6ffdf505</link>
  <description>
  I haven&#39;t touched staticmatic stuff in a little while but the last time I &lt;br&gt; checked, the only stable version combination was staticmatic 0.9.3 and haml &lt;br&gt; 1.8.2. &lt;br&gt; See this thread: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/staticmatic/browse_thread/thread/628404a9c9fa0583/dc26237615dc067&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; -Ryan
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/b252ca5f6ffdf505?show_docid=b252ca5f6ffdf505</guid>
  <author>
  ryan.mcge...@gmail.com
  (Ryan McGeary)
  </author>
  <pubDate>Thu, 09 Sep 2008 11:41:26 UT
</pubDate>
  </item>
  <item>
  <title>Is anybody using partials with locals?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/d28e4583d7a93260?show_docid=d28e4583d7a93260</link>
  <description>
  I tried using partials with 0.9.4 with locals and it dies. Looks like &lt;br&gt; 0.9.4 is not compatible with haml 2+. I tried using staticmatic 2 from &lt;br&gt; git and the preview won&#39;t even load, it says there&#39;s an error on: &lt;br&gt; &lt;p&gt;$ rake preview -- &lt;br&gt; trace &lt;br&gt; (in mysite) &lt;br&gt; ** Invoke preview (first_time) &lt;br&gt; ** Execute preview
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/99a71ab8154e869a/d28e4583d7a93260?show_docid=d28e4583d7a93260</guid>
  <author>
  agbod...@gmail.com
  (lyqwyd)
  </author>
  <pubDate>Thu, 09 Sep 2008 03:57:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: On-demand template handlers</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/cb2506c4a63ee926/e9465a5d501d0309?show_docid=e9465a5d501d0309</link>
  <description>
  This looks great Thomas - I&#39;ll take a look over it and get it into &lt;br&gt; core sometime this week. &lt;br&gt; &lt;p&gt;Steve
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/cb2506c4a63ee926/e9465a5d501d0309?show_docid=e9465a5d501d0309</guid>
  <author>
  st...@curve21.com
  (Stephen Bartholomew)
  </author>
  <pubDate>Mon, 08 Aug 2008 21:27:50 UT
</pubDate>
  </item>
  <item>
  <title>On-demand template handlers</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/cb2506c4a63ee926/4333dc0504a5e32b?show_docid=4333dc0504a5e32b</link>
  <description>
  In my branch on github, staticmatic now attempts to load a list of &lt;br&gt; gems (haml, liquid, redcloth, etc) and enables template handlers for &lt;br&gt; each if they are found. This makes staticmatic template agnostic as &lt;br&gt; haml and sass are loaded just the same as Markdown or Liquid. It also &lt;br&gt; removes all the Haml.init_rails hacks.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/cb2506c4a63ee926/4333dc0504a5e32b?show_docid=4333dc0504a5e32b</guid>
  <author>
  tdre...@gmail.com
  (Thomas Reynolds)
  </author>
  <pubDate>Thu, 07 Jul 2008 17:38:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: HAML error... Any pointers?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/e02c5a533fb5de14/dfd0fa9c74d6cf8c?show_docid=dfd0fa9c74d6cf8c</link>
  <description>
  Anyway , the following way can sovle the problem at the moment: &lt;br&gt; &lt;p&gt; install haml gem 2.0.0 (download from rubyforge) &lt;br&gt; &lt;p&gt;delete haml gem2.0.1 or 2.0.2( sudo gem uninstall haml) &lt;br&gt; &lt;p&gt;then It will work fine.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/e02c5a533fb5de14/dfd0fa9c74d6cf8c?show_docid=dfd0fa9c74d6cf8c</guid>
  <author>
  blogdri...@gmail.com
  (Harry)
  </author>
  <pubDate>Thu, 07 Jul 2008 10:50:19 UT
</pubDate>
  </item>
  </channel>
</rss>
