<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
  <title>Streamlined</title>
  <subtitle type="html">Stop banging rocks together and build something</subtitle>
  <id>tag:streamlinedframework.org,2005:Typo</id>
  <generator uri="http://www.typosphere.org" version="4.0">Typo</generator>
  
  <link href="http://streamlinedframework.org/" rel="alternate" type="text/html" />
  <updated>2008-08-13T10:33:01-04:00</updated>
  <link rel="self" href="http://feeds.feedburner.com/streamlined-framework" type="application/atom+xml" /><entry>
    <author>
      <name>Rob</name>
    </author>
    <id>urn:uuid:e8471878-e299-4209-ab62-68a0f6c846aa</id>
    <published>2008-08-13T10:36:00-04:00</published>
    <updated>2008-08-13T10:33:01-04:00</updated>
    <title type="html">Streamlined has moved to Github</title>
    <link href="http://streamlinedframework.org/articles/2008/08/13/streamlined-has-moved-to-github" rel="alternate" type="text/html" />
    <category term="news" scheme="http://streamlinedframework.org/articles/category/news" label="News" />
    <summary type="html">&lt;p&gt;Streamlined has moved to &lt;a href="http://github.com/relevance/streamlined/"&gt;Github&lt;/a&gt;.  We&amp;#8217;ve already moved all of our other open source here at &lt;a href="http://thinkrelevance.com"&gt;Relevance&lt;/a&gt; to &lt;a href="http://github.com/relevance"&gt;our Github account&lt;/a&gt;, so it was long overdue to move Streamlined.  The old &lt;span class="caps"&gt;SVN&lt;/span&gt; repo will be phased out and deleted within three weeks, so please plan accordingly.&lt;/p&gt;


	&lt;p&gt;Github has got be one of the best things to happen to open source and Git in the last year.  It takes code collaboration to a new level of sexiness.  Please do send &lt;a href="http://github.com/guides/pull-requests"&gt;pull requests&lt;/a&gt; with Streamlined patches and feature ideas, and someone on the Streamlined team will take a look.&lt;/p&gt;


	&lt;p&gt;We&amp;#8217;ll be treating the master branch as the &amp;#8216;stable&amp;#8217; area, and we will fire up new branches for long-term experimental work.  So if you want to use git submodules to track Streamlined, feel free to point them at the master branch.  You can also use the new script/plugin support from within Rails 2.1+ to install directly from Github:&lt;/p&gt;


&lt;code&gt;script/plugin install git://github.com/relevance/streamlined.git&lt;/code&gt;</summary>
    <content type="html">&lt;p&gt;Streamlined has moved to &lt;a href="http://github.com/relevance/streamlined/"&gt;Github&lt;/a&gt;.  We&amp;#8217;ve already moved all of our other open source here at &lt;a href="http://thinkrelevance.com"&gt;Relevance&lt;/a&gt; to &lt;a href="http://github.com/relevance"&gt;our Github account&lt;/a&gt;, so it was long overdue to move Streamlined.  The old &lt;span class="caps"&gt;SVN&lt;/span&gt; repo will be phased out and deleted within three weeks, so please plan accordingly.&lt;/p&gt;


	&lt;p&gt;Github has got be one of the best things to happen to open source and Git in the last year.  It takes code collaboration to a new level of sexiness.  Please do send &lt;a href="http://github.com/guides/pull-requests"&gt;pull requests&lt;/a&gt; with Streamlined patches and feature ideas, and someone on the Streamlined team will take a look.&lt;/p&gt;


	&lt;p&gt;We&amp;#8217;ll be treating the master branch as the &amp;#8216;stable&amp;#8217; area, and we will fire up new branches for long-term experimental work.  So if you want to use git submodules to track Streamlined, feel free to point them at the master branch.  You can also use the new script/plugin support from within Rails 2.1+ to install directly from Github:&lt;/p&gt;


&lt;code&gt;script/plugin install git://github.com/relevance/streamlined.git&lt;/code&gt;</content>
  </entry>
  <entry>
    <author>
      <name>Matthew</name>
    </author>
    <id>urn:uuid:0b73eef3-f490-4529-a684-fe7efc60cf3c</id>
    <published>2008-04-02T17:06:00-04:00</published>
    <updated>2008-04-02T17:17:15-04:00</updated>
    <title type="html">Streamlined 1.0 RC3 Released</title>
    <link href="http://streamlinedframework.org/articles/2008/04/02/streamlined-1-0-rc3-released" rel="alternate" type="text/html" />
    <category term="releases" scheme="http://streamlinedframework.org/articles/category/releases" label="Releases" />
    <summary type="html">&lt;p&gt;Streamlined 1.0 &lt;span class="caps"&gt;RC3&lt;/span&gt; has been released. This release brings with it a number of bug fixes over &lt;span class="caps"&gt;RC1&lt;/span&gt;, including:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Editing of one-dimensional enumerations from the list view is now supported&lt;/li&gt;
		&lt;li&gt;Relationship editing no longer complains about missing authenticity tokens&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;HTML&lt;/span&gt; escaping has been enhanced&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;There are lots of other small fixes in this release as well. To grab it, run:&lt;/p&gt;


&lt;code&gt;
script/plugin install http://svn.streamlinedframework.org/branches/stable/streamlined
&lt;/code&gt;

	&lt;p&gt;The &lt;a href="http://trac.streamlinedframework.org/browser/branches/stable/streamlined/CHANGELOG"&gt;change log&lt;/a&gt; has a full list of udates. Please submit any defects you might stumble across on &lt;a href="http://trac.streamlinedframework.org/"&gt;Trac&lt;/a&gt;. As always, the &lt;a href="http://groups.google.com/group/streamlined"&gt;mailing list&lt;/a&gt; is a good source for information if you have other questions.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;Streamlined 1.0 &lt;span class="caps"&gt;RC3&lt;/span&gt; has been released. This release brings with it a number of bug fixes over &lt;span class="caps"&gt;RC1&lt;/span&gt;, including:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Editing of one-dimensional enumerations from the list view is now supported&lt;/li&gt;
		&lt;li&gt;Relationship editing no longer complains about missing authenticity tokens&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;HTML&lt;/span&gt; escaping has been enhanced&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;There are lots of other small fixes in this release as well. To grab it, run:&lt;/p&gt;


&lt;code&gt;
script/plugin install http://svn.streamlinedframework.org/branches/stable/streamlined
&lt;/code&gt;

	&lt;p&gt;The &lt;a href="http://trac.streamlinedframework.org/browser/branches/stable/streamlined/CHANGELOG"&gt;change log&lt;/a&gt; has a full list of udates. Please submit any defects you might stumble across on &lt;a href="http://trac.streamlinedframework.org/"&gt;Trac&lt;/a&gt;. As always, the &lt;a href="http://groups.google.com/group/streamlined"&gt;mailing list&lt;/a&gt; is a good source for information if you have other questions.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>Aaron Bedra</name>
    </author>
    <id>urn:uuid:80886519-aed9-469d-a57d-80c274e22147</id>
    <published>2008-03-20T15:25:38-04:00</published>
    <updated>2008-03-20T15:25:38-04:00</updated>
    <title type="html">Streamlined Documentation now Available</title>
    <link href="http://streamlinedframework.org/articles/2008/03/20/streamlined-documentation-now-available" rel="alternate" type="text/html" />
    <category term="news" scheme="http://streamlinedframework.org/articles/category/news" label="News" />
    <summary type="html">&lt;p&gt;The JaxDoc version of the Streamlined RDoc is now available at &lt;a href="http://streamlinedframework.org/rdoc/index.html"&gt;
http://streamlinedframework.org/rdoc/index.html&lt;/a&gt;.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;The JaxDoc version of the Streamlined RDoc is now available at &lt;a href="http://streamlinedframework.org/rdoc/index.html"&gt;
http://streamlinedframework.org/rdoc/index.html&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>Rob</name>
    </author>
    <id>urn:uuid:d20f3058-0d32-4cb8-b43a-bd5aebc44108</id>
    <published>2008-02-15T16:11:00-05:00</published>
    <updated>2008-04-02T17:14:52-04:00</updated>
    <title type="html">Streamlined 1.0 RC1 Released!</title>
    <link href="http://streamlinedframework.org/articles/2008/02/15/streamlined-1-0-rc1-released" rel="alternate" type="text/html" />
    <category term="releases" scheme="http://streamlinedframework.org/articles/category/releases" label="Releases" />
    <summary type="html">&lt;p&gt;We are happy to announce the release of Streamlined 1.0 &lt;span class="caps"&gt;RC1&lt;/span&gt;.  This release brings Rails 2 compatibility, better association support, and many small fixes and miscellaneous &lt;span class="caps"&gt;API&lt;/span&gt; cleanup.&lt;/p&gt;

&lt;p&gt;To grab the latest stable release, you can install with:&lt;/p&gt;

&lt;code&gt;script/plugin install http://svn.streamlinedframework.org/branches/stable/streamlined
&lt;/code&gt;

&lt;p&gt;You can view the &lt;a href="http://trac.streamlinedframework.org/browser/tags/rel_1_0_0_RC1/streamlined/CHANGELOG"&gt;full change log&lt;/a&gt; at trac, and please submit issues or defects at &lt;a href="http://trac.streamlinedframework.org"&gt;trac&lt;/a&gt; and not here.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;We are happy to announce the release of Streamlined 1.0 &lt;span class="caps"&gt;RC1&lt;/span&gt;.  This release brings Rails 2 compatibility, better association support, and many small fixes and miscellaneous &lt;span class="caps"&gt;API&lt;/span&gt; cleanup.&lt;/p&gt;

&lt;p&gt;To grab the latest stable release, you can install with:&lt;/p&gt;

&lt;code&gt;script/plugin install http://svn.streamlinedframework.org/branches/stable/streamlined
&lt;/code&gt;

&lt;p&gt;You can view the &lt;a href="http://trac.streamlinedframework.org/browser/tags/rel_1_0_0_RC1/streamlined/CHANGELOG"&gt;full change log&lt;/a&gt; at trac, and please submit issues or defects at &lt;a href="http://trac.streamlinedframework.org"&gt;trac&lt;/a&gt; and not here.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name />
    </author>
    <id>urn:uuid:2f34700b-d1f5-4cae-98f0-fe9ea4c23467</id>
    <published>2008-01-27T10:55:00-05:00</published>
    <updated>2008-01-27T12:44:45-05:00</updated>
    <title type="html">Streamlined now Postgres-enabled</title>
    <link href="http://streamlinedframework.org/articles/2008/01/27/streamlined-now-postgres-enabled" rel="alternate" type="text/html" />
    <category term="features" scheme="http://streamlinedframework.org/articles/category/features" label="Features" />
    <category term="news" scheme="http://streamlinedframework.org/articles/category/news" label="News" />
    <category term="integration" scheme="http://streamlinedframework.org/articles/category/integration" label="Integration" />
    <summary type="html">&lt;p&gt;Streamlined is now proud to be 100% Postgres-compliant.  If you are a Postgres user, Streamlined now does everything you want and has a full test suite to prove it.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;Streamlined is now proud to be 100% Postgres-compliant.  If you are a Postgres user, Streamlined now does everything you want and has a full test suite to prove it.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>Jason Rudolph</name>
    </author>
    <id>urn:uuid:07adedc3-a448-4144-9eea-2761a9c7589c</id>
    <published>2008-01-25T16:07:00-05:00</published>
    <updated>2008-01-25T16:27:44-05:00</updated>
    <title type="html">Streamlined Edge + Rails 2 = Good Lovin'</title>
    <link href="http://streamlinedframework.org/articles/2008/01/25/streamlined-edge-rails-2-good-lovin" rel="alternate" type="text/html" />
    <category term="news" scheme="http://streamlinedframework.org/articles/category/news" label="News" />
    <category term="integration" scheme="http://streamlinedframework.org/articles/category/integration" label="Integration" />
    <category term="rails2" scheme="http://streamlinedframework.org/articles/tag/rails2" />
    <summary type="html">&lt;p&gt;If you&amp;#8217;re up for livin&amp;#8217; on the &lt;a href="http://svn.streamlinedframework.org/edge/streamlined"&gt;edge&lt;/a&gt;, Streamlined has been enjoying sweet bliss with Rails 2.0.2 for a few weeks now.&lt;/p&gt;


	&lt;p&gt;Wanna try it out?  Just grab the edge bits&amp;#8230;&lt;/p&gt;


&lt;code&gt;
script/plugin install http://svn.streamlinedframework.org/edge/streamlined
&lt;/code&gt;

	&lt;p&gt;...and you&amp;#8217;re good to go.&lt;/p&gt;


	&lt;p&gt;As always, if you notice any issues, be sure to drop a ticket in Trac.  In the mean time, we&amp;#8217;re well on our way to a formal 1.0 release candidate in the near future.  Stay tuned.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;If you&amp;#8217;re up for livin&amp;#8217; on the &lt;a href="http://svn.streamlinedframework.org/edge/streamlined"&gt;edge&lt;/a&gt;, Streamlined has been enjoying sweet bliss with Rails 2.0.2 for a few weeks now.&lt;/p&gt;


	&lt;p&gt;Wanna try it out?  Just grab the edge bits&amp;#8230;&lt;/p&gt;


&lt;code&gt;
script/plugin install http://svn.streamlinedframework.org/edge/streamlined
&lt;/code&gt;

	&lt;p&gt;...and you&amp;#8217;re good to go.&lt;/p&gt;


	&lt;p&gt;As always, if you notice any issues, be sure to drop a ticket in Trac.  In the mean time, we&amp;#8217;re well on our way to a formal 1.0 release candidate in the near future.  Stay tuned.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>Jason Rudolph</name>
    </author>
    <id>urn:uuid:e8bb43d5-184e-4fd2-b529-ef176cb13e72</id>
    <published>2007-12-21T16:38:00-05:00</published>
    <updated>2007-12-21T16:55:56-05:00</updated>
    <title type="html">Streamlined goes test/spec</title>
    <link href="http://streamlinedframework.org/articles/2007/12/21/streamlined-goes-test-spec" rel="alternate" type="text/html" />
    <category term="features" scheme="http://streamlinedframework.org/articles/category/features" label="Features" />
    <category term="testing" scheme="http://streamlinedframework.org/articles/tag/testing" />
    <category term="test" scheme="http://streamlinedframework.org/articles/tag/test" />
    <category term="spec" scheme="http://streamlinedframework.org/articles/tag/spec" />
    <summary type="html">&lt;p&gt;If you grab the &lt;a href="http://svn.streamlinedframework.org/edge/streamlined"&gt;latest edge Streamlined bits&lt;/a&gt;, you&amp;#8217;ll want to make sure you have the &lt;a href="http://test-spec.rubyforge.org/test-spec"&gt;test/spec gem&lt;/a&gt; installed.  All the tests now use test/spec&amp;#8217;s &lt;code&gt;describe&lt;/code&gt;-style goodness, but it will take a while still to convert all the tests to have more meaningful behavior-driven names.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;If you grab the &lt;a href="http://svn.streamlinedframework.org/edge/streamlined"&gt;latest edge Streamlined bits&lt;/a&gt;, you&amp;#8217;ll want to make sure you have the &lt;a href="http://test-spec.rubyforge.org/test-spec"&gt;test/spec gem&lt;/a&gt; installed.  All the tests now use test/spec&amp;#8217;s &lt;code&gt;describe&lt;/code&gt;-style goodness, but it will take a while still to convert all the tests to have more meaningful behavior-driven names.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>Rob</name>
    </author>
    <id>urn:uuid:9ee3a89c-ccfd-4f60-849c-55ce9893b3a6</id>
    <published>2007-10-26T23:48:00-04:00</published>
    <updated>2007-10-27T07:22:51-04:00</updated>
    <title type="html">Streamlined and Rails 2.0 progress</title>
    <link href="http://streamlinedframework.org/articles/2007/10/26/streamlined-and-rails-2-0-progress" rel="alternate" type="text/html" />
    <category term="news" scheme="http://streamlinedframework.org/articles/category/news" label="News" />
    <category term="rails2" scheme="http://streamlinedframework.org/articles/tag/rails2" />
    <summary type="html">&lt;p&gt;We made some great progress towards edge rails at &lt;a href="http://thinkrelevance.com"&gt;Relevance HQ&lt;/a&gt; today.  We finally got the test suite completely in the green for edge rails using &lt;a href="http://rubyforge.org/projects/multi-rails"&gt;multi_rails&lt;/a&gt; to make things easier.  This is a huge improvement over just a few weeks ago, where we had over 50 errors or failures against edge.  The bulk of the failures where things having to do with view_paths and changes in how actionview did things.&lt;/p&gt;


	&lt;p&gt;Despite the passing test suite, our sports sample app still doesn&amp;#8217;t function correctly in edge, which appears to be because of a larger issue in how we mix in Streamlined methods into the view classes.  The next step is to add some failing tests in the areas where Streamlined blows up and start getting them to green.&lt;/p&gt;


	&lt;p&gt;With the rapid progress we&amp;#8217;ve made lately, I would not be surprised to have tentative edge rails compatibility by Rubyconf or a week or two after.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;We made some great progress towards edge rails at &lt;a href="http://thinkrelevance.com"&gt;Relevance HQ&lt;/a&gt; today.  We finally got the test suite completely in the green for edge rails using &lt;a href="http://rubyforge.org/projects/multi-rails"&gt;multi_rails&lt;/a&gt; to make things easier.  This is a huge improvement over just a few weeks ago, where we had over 50 errors or failures against edge.  The bulk of the failures where things having to do with view_paths and changes in how actionview did things.&lt;/p&gt;


	&lt;p&gt;Despite the passing test suite, our sports sample app still doesn&amp;#8217;t function correctly in edge, which appears to be because of a larger issue in how we mix in Streamlined methods into the view classes.  The next step is to add some failing tests in the areas where Streamlined blows up and start getting them to green.&lt;/p&gt;


	&lt;p&gt;With the rapid progress we&amp;#8217;ve made lately, I would not be surprised to have tentative edge rails compatibility by Rubyconf or a week or two after.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>Rob</name>
    </author>
    <id>urn:uuid:fd081a92-c69f-47c6-a821-821009b21ae9</id>
    <published>2007-09-26T11:25:00-04:00</published>
    <updated>2007-09-26T11:56:48-04:00</updated>
    <title type="html">Do you know your Streamlined core team?</title>
    <link href="http://streamlinedframework.org/articles/2007/09/26/do-you-know-your-streamlined-core-team" rel="alternate" type="text/html" />
    <category term="news" scheme="http://streamlinedframework.org/articles/category/news" label="News" />
    <category term="core" scheme="http://streamlinedframework.org/articles/tag/core" />
    <summary type="html">&lt;p&gt;Do you know your &lt;a href="http://trac.streamlinedframework.org/wiki/WhoWeAre"&gt;Streamlined core team&lt;/a&gt;?  You may have seen us speak at &lt;a href="http://nofluffjuststuff.com"&gt;No Fluff Just Stuff&lt;/a&gt;, &lt;a href="http://conferences.oreillynet.com/rails/"&gt;RailsConf&lt;/a&gt;, the &lt;a href="http://pragmaticstudio.com/therailsedge/"&gt;Rails Edge&lt;/a&gt;, or at various Ruby and Rails groups all over. Maybe you&amp;#8217;ve even seen some of our &lt;a href="http://relevancellc.com/2005/12/19/ruby-rails-put-your-money-where-your-mouth-is"&gt;more controversial blog postings&lt;/a&gt; make the rounds awhile back.&lt;/p&gt;


	&lt;p&gt;The core team has its own &lt;a href="http://groups.google.com/group/streamlined-core"&gt;mailing list&lt;/a&gt; for discussion of development of Streamlined, as well to plan future releases.  If you are at all interested in &lt;a href="http://trac.streamlinedframework.org/wiki/ContributingToStreamlined"&gt;contributing&lt;/a&gt; to Streamlined or just following along with the push forward, &lt;a href="http://groups.google.com/group/streamlined-core"&gt;please subscribe!&lt;/a&gt;&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;Do you know your &lt;a href="http://trac.streamlinedframework.org/wiki/WhoWeAre"&gt;Streamlined core team&lt;/a&gt;?  You may have seen us speak at &lt;a href="http://nofluffjuststuff.com"&gt;No Fluff Just Stuff&lt;/a&gt;, &lt;a href="http://conferences.oreillynet.com/rails/"&gt;RailsConf&lt;/a&gt;, the &lt;a href="http://pragmaticstudio.com/therailsedge/"&gt;Rails Edge&lt;/a&gt;, or at various Ruby and Rails groups all over. Maybe you&amp;#8217;ve even seen some of our &lt;a href="http://relevancellc.com/2005/12/19/ruby-rails-put-your-money-where-your-mouth-is"&gt;more controversial blog postings&lt;/a&gt; make the rounds awhile back.&lt;/p&gt;


	&lt;p&gt;The core team has its own &lt;a href="http://groups.google.com/group/streamlined-core"&gt;mailing list&lt;/a&gt; for discussion of development of Streamlined, as well to plan future releases.  If you are at all interested in &lt;a href="http://trac.streamlinedframework.org/wiki/ContributingToStreamlined"&gt;contributing&lt;/a&gt; to Streamlined or just following along with the push forward, &lt;a href="http://groups.google.com/group/streamlined-core"&gt;please subscribe!&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>Rob</name>
    </author>
    <id>urn:uuid:5ef64399-c231-40d5-8265-948d9fe22cee</id>
    <published>2007-09-12T13:10:00-04:00</published>
    <updated>2007-09-12T13:19:33-04:00</updated>
    <title type="html">Streamlined 0.9 Goes Final!</title>
    <link href="http://streamlinedframework.org/articles/2007/09/12/streamlined-0-9-goes-final" rel="alternate" type="text/html" />
    <category term="releases" scheme="http://streamlinedframework.org/articles/category/releases" label="Releases" />
    <category term="0.9" scheme="http://streamlinedframework.org/articles/tag/0.9" />
    <summary type="html">&lt;p&gt;We are happy to announce the release of Streamlined 0.9 final.  This latest release includes numerous bug fixes and patches, and Streamlined is well on the way to 1.0 goodness.&lt;/p&gt;


	&lt;p&gt;Many thanks to all the contributors and users who are enjoying Streamlined and participating on the &lt;a href="http://groups.google.com/group/streamlined"&gt;mailing list&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;&amp;#8212;&lt;/p&gt;


	&lt;p&gt;&lt;a href="/pages/0_9_release_notes"&gt;Release Notes&lt;/a&gt; (including detailed information and screen shots)&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://trac.streamlinedframework.org/wiki/Download"&gt;Installation Instructions&lt;/a&gt;&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;We are happy to announce the release of Streamlined 0.9 final.  This latest release includes numerous bug fixes and patches, and Streamlined is well on the way to 1.0 goodness.&lt;/p&gt;


	&lt;p&gt;Many thanks to all the contributors and users who are enjoying Streamlined and participating on the &lt;a href="http://groups.google.com/group/streamlined"&gt;mailing list&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;&amp;#8212;&lt;/p&gt;


	&lt;p&gt;&lt;a href="/pages/0_9_release_notes"&gt;Release Notes&lt;/a&gt; (including detailed information and screen shots)&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://trac.streamlinedframework.org/wiki/Download"&gt;Installation Instructions&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
</feed>
