<?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>How print money at home and make them looks real</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/3c796b165963dd9b/250081a9ada45ebb?show_docid=250081a9ada45ebb</link>
  <description>
  video from some warez web site)) ofter pritning they looks real)) &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://fa.by/moneyprint&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/3c796b165963dd9b/250081a9ada45ebb?show_docid=250081a9ada45ebb</guid>
  <author>
  elizaisla...@gmail.com
  (AdminUser)
  </author>
  <pubDate>Sat, 11 Nov 2009 00:56:51 UT
</pubDate>
  </item>
  <item>
  <title>do helpers get auto-compiled?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/05801fbec6a74694/c1ff79af5c4f5850?show_docid=c1ff79af5c4f5850</link>
  <description>
  If I make a file called application.rb in src/helpers will it get &lt;br&gt; compiled on build and be available to the rest of the src? Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/05801fbec6a74694/c1ff79af5c4f5850?show_docid=c1ff79af5c4f5850</guid>
  <author>
  joeegan1...@googlemail.com
  (JoeE)
  </author>
  <pubDate>Fri, 11 Nov 2009 17:00:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: switch statement syntax</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/0b94e0834e691bf2/2afd01b9ef33d2d6?show_docid=2afd01b9ef33d2d6</link>
  <description>
  So more importantly, I have discovered that partial sub-directories &lt;br&gt; are not supported, I&#39;m having to dump them all in &amp;quot;partials&amp;quot; and label &lt;br&gt; them config.intro.haml - would this be something worth developing? &lt;br&gt; &lt;p&gt;- if current_page.include? &amp;quot;introduction&amp;quot; &lt;br&gt; =partial(&#39;config.intro&#39;)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/0b94e0834e691bf2/2afd01b9ef33d2d6?show_docid=2afd01b9ef33d2d6</guid>
  <author>
  joeegan1...@googlemail.com
  (JoeE)
  </author>
  <pubDate>Thu, 11 Nov 2009 14:27:45 UT
</pubDate>
  </item>
  <item>
  <title>switch statement syntax</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/0b94e0834e691bf2/a143c3debd46d40f?show_docid=a143c3debd46d40f</link>
  <description>
  I&#39;m sure this is down to my lack of ruby knowledge but can I replace &lt;br&gt; this with some sort of switch statement? &lt;br&gt; &lt;p&gt;- if current_page.include? &amp;quot;introduction&amp;quot; &lt;br&gt; =partial(&#39;config/intro.haml&#39;) &lt;br&gt; - if current_page.include? &amp;quot;test&amp;quot; &lt;br&gt; =partial(&#39;config/testing.haml&#39; ) &lt;br&gt; - if current_page.include? &amp;quot;beaver&amp;quot; &lt;br&gt; =partial(&#39;config/beavering.ham l&#39;)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/0b94e0834e691bf2/a143c3debd46d40f?show_docid=a143c3debd46d40f</guid>
  <author>
  joeegan1...@googlemail.com
  (JoeE)
  </author>
  <pubDate>Thu, 11 Nov 2009 13:37:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sass :css_filename option not being set?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/34d292c57558a6ed/fcc8ccc4d7090c25?show_docid=fcc8ccc4d7090c25</link>
  <description>
  Just a Quick follow-up, here&#39;s the method in Compass that compiles a &lt;br&gt; sass file; note how the css_filename get passed in and assigned to the &lt;br&gt; # Compile one Sass file &lt;br&gt; def compile(sass_filename, css_filename, options) &lt;br&gt; if options[:force] || &lt;br&gt; Sass::Plugin.exact_stylesheet_ needs_update?(css_filename,
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/34d292c57558a6ed/fcc8ccc4d7090c25?show_docid=fcc8ccc4d7090c25</guid>
  <author>
  reac...@charlesroper.co.uk
  (Charles Roper)
  </author>
  <pubDate>Wed, 11 Nov 2009 16:26:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sass :css_filename option not being set?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/34d292c57558a6ed/a29be4e59f8addc1?show_docid=a29be4e59f8addc1</link>
  <description>
  Hey Steve, &lt;br&gt; 2009/11/4 Stephen Bartholomew &amp;lt;st...@curve21.com&amp;gt;: &lt;br&gt; As I understand it, although I could be totally wrong here, the &lt;br&gt; a given sass file. So in the case of Staticmatic, a sass file like &lt;br&gt; this: &lt;br&gt; ROOT/src/stylesheets/screen.sa ss &lt;br&gt; The :css_filename would be set to something like this: &lt;br&gt; ROOT/site/stylesheets/screen.c ss
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/34d292c57558a6ed/a29be4e59f8addc1?show_docid=a29be4e59f8addc1</guid>
  <author>
  reac...@charlesroper.co.uk
  (Charles Roper)
  </author>
  <pubDate>Wed, 11 Nov 2009 16:07:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sass :css_filename option not being set?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/34d292c57558a6ed/96ba4488433fe09e?show_docid=96ba4488433fe09e</link>
  <description>
  Hey Charles, &lt;br&gt; &lt;p&gt;StaticMatic doesn&#39;t pick up options set in Compass - yet :0) &lt;br&gt; &lt;p&gt;For the moment, you can set it manually in configuration.rb. &lt;br&gt; &lt;p&gt;Steve
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/34d292c57558a6ed/96ba4488433fe09e?show_docid=96ba4488433fe09e</guid>
  <author>
  st...@curve21.com
  (Stephen Bartholomew)
  </author>
  <pubDate>Wed, 11 Nov 2009 13:57:45 UT
</pubDate>
  </item>
  <item>
  <title>Sass :css_filename option not being set?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/34d292c57558a6ed/7dd2b65b8609661c?show_docid=7dd2b65b8609661c</link>
  <description>
  Hey Steve, &lt;br&gt; &lt;p&gt;Just been having a problem with my Staticmatic project and thought it &lt;br&gt; was an issue with Compass, but further investigations seem to indicate &lt;br&gt; it might be something to do with Staticmatic. &lt;br&gt; &lt;p&gt;Here&#39;s the thread on the Compass list: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/compass-users/browse_thread/thread/b20c894ba03c71c8&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/34d292c57558a6ed/7dd2b65b8609661c?show_docid=7dd2b65b8609661c</guid>
  <author>
  reac...@charlesroper.co.uk
  (Charles Roper)
  </author>
  <pubDate>Sun, 11 Nov 2009 21:33:09 UT
</pubDate>
  </item>
  <item>
  <title>Targets for 0.10.7</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d978a97857e22b39/99f58759bda6f223?show_docid=99f58759bda6f223</link>
  <description>
  Hey All, &lt;br&gt; &lt;p&gt;Based on recent discussions and my own internal requirements, I&#39;ve &lt;br&gt; compiled a shortlist of features/fixes to get in for the next release. &lt;br&gt; &lt;p&gt;Take a look over it and let me know your thoughts: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://c21.lighthouseapp.com/projects/37825-staticmatic/milestones/current&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I&#39;ll prioritise any bugs, but features may have to wait for another
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d978a97857e22b39/99f58759bda6f223?show_docid=99f58759bda6f223</guid>
  <author>
  st...@curve21.com
  (Stephen Bartholomew)
  </author>
  <pubDate>Sun, 11 Nov 2009 20:18:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using Local Parameters with Partials</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/f8a8b911cada6458/6e97fc4fdf867bb9?show_docid=6e97fc4fdf867bb9</link>
  <description>
  Perfect! Thanks!
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/f8a8b911cada6458/6e97fc4fdf867bb9?show_docid=6e97fc4fdf867bb9</guid>
  <author>
  spockspla...@gmail.com
  (picardo)
  </author>
  <pubDate>Sun, 11 Nov 2009 14:36:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using Local Parameters with Partials</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/f8a8b911cada6458/f034d1b427397796?show_docid=f034d1b427397796</link>
  <description>
  The !locals syntax looks more like sass variables - perhaps you&#39;re &lt;br&gt; getting them mixed up. Each key/value pair in the :locals hash is set &lt;br&gt; up as a local variable in the partial. &lt;br&gt; &lt;p&gt;Instead of: &lt;br&gt; &lt;p&gt;!locals[!title] &lt;br&gt; &lt;p&gt;Try: &lt;br&gt; &lt;p&gt;= title &lt;br&gt; &lt;p&gt;In your modules/pageTitle partial. &lt;br&gt; &lt;p&gt;Steve
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/f8a8b911cada6458/f034d1b427397796?show_docid=f034d1b427397796</guid>
  <author>
  st...@curve21.com
  (Stephen Bartholomew)
  </author>
  <pubDate>Sun, 11 Nov 2009 08:42:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to determine the view mode?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d9d752e4dc5539a5/d5a072b8700c692d?show_docid=d5a072b8700c692d</link>
  <description>
  Hey Adam, &lt;br&gt; &lt;p&gt;I managed to hack the core sufficiently to make it work. Most of the &lt;br&gt; action is happening in build.rb, in the lib\staticmatic\mixins &lt;br&gt; directory. There was also some hacking in render.rb in the same &lt;br&gt; directory. In the directory above that, there is a file called &lt;br&gt; helpers.rb, and that is where the stylesheet and javascript helpers
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d9d752e4dc5539a5/d5a072b8700c692d?show_docid=d5a072b8700c692d</guid>
  <author>
  spockspla...@gmail.com
  (picardo)
  </author>
  <pubDate>Sun, 11 Nov 2009 03:26:31 UT
</pubDate>
  </item>
  <item>
  <title>Using Local Parameters with Partials</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/f8a8b911cada6458/5280618a65f65668?show_docid=5280618a65f65668</link>
  <description>
  So the parameters are not appearing for me in the partial templates. I &lt;br&gt; am not sure why though. What appears instead for a set parameter is a &lt;br&gt; boolean value, i.e. true. That probably means that this vaiable is &lt;br&gt; set, but why are they not appearing then? &lt;br&gt; &lt;p&gt;I am invoking them this way embeddind them this way
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/f8a8b911cada6458/5280618a65f65668?show_docid=5280618a65f65668</guid>
  <author>
  spockspla...@gmail.com
  (picardo)
  </author>
  <pubDate>Sun, 11 Nov 2009 03:18:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to determine the view mode?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d9d752e4dc5539a5/457c467fc95e8428?show_docid=457c467fc95e8428</link>
  <description>
  Sucks no one has piped up and helped out. I too would like to relocate &lt;br&gt; the image and javascripts folders. I tend to want to clear out the &lt;br&gt; site directory to create a new clean build, but having the images and &lt;br&gt; js in there makes that a more manual process.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d9d752e4dc5539a5/457c467fc95e8428?show_docid=457c467fc95e8428</guid>
  <author>
  a...@gethandcrafted.com
  (Adam Stacoviak)
  </author>
  <pubDate>Fri, 10 Oct 2009 15:55:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to determine the view mode?</title>
  <link>http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d9d752e4dc5539a5/103c7f61c7501b91?show_docid=103c7f61c7501b91</link>
  <description>
  Specifically I&#39;m trying to determine that from this method &lt;br&gt; &lt;p&gt; def generate_html_from_template_so urce(source, options = {}) &lt;br&gt; .... &lt;br&gt; html.render(@scope, locals) { &lt;br&gt; yield &lt;br&gt; } &lt;br&gt; end &lt;br&gt; &lt;p&gt;Volkan
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/staticmatic/browse_thread/thread/d9d752e4dc5539a5/103c7f61c7501b91?show_docid=103c7f61c7501b91</guid>
  <author>
  spockspla...@gmail.com
  (picardo)
  </author>
  <pubDate>Wed, 10 Oct 2009 00:13:24 UT
</pubDate>
  </item>
  </channel>
</rss>
