<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Typo Theme Contest: Last. Themes. Posted.</title>
    <link>http://typogarden.com/articles/2005/12/01/last-themes-posted</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Misspellings, with style</description>
    <item>
      <title>Last. Themes. Posted.</title>
      <description>&lt;p&gt;Fuzzy clock says &amp;#8220;five afta&amp;#8217; twelve,&amp;#8221; and I&amp;#8217;ve posted the last theme that made it in before the deadline!&lt;/p&gt;


	&lt;p&gt;The final tally is over 120 new Typo themes! Wow.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ll send voting info to the judges tomorrow.&lt;/p&gt;


	&lt;p&gt;I also owe one year Rails blog hosting packages with &lt;a href="http://planetargon.com"&gt;Planet Argon&lt;/a&gt; to the first ten themes from way back in October. I&amp;#8217;ll send those out tomorrow.&lt;/p&gt;


	&lt;p&gt;Good luck, everyone!&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 09:07:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:34233a345cd3510d7d76c7320cd0fa10</guid>
      <author>Geoffrey Grosenbach</author>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted</link>
      <category>announcements</category>
    </item>
    <item>
      <title>"Last. Themes. Posted." by topfunky</title>
      <description>&lt;p&gt;Results by midnight &lt;span class="caps"&gt;PST&lt;/span&gt; tonight, rain or shine.&lt;/p&gt;</description>
      <pubDate>Sat, 10 Dec 2005 00:06:52 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:e3ebc1800918017db1b8930ac5c84131</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-599</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Marco</title>
      <description>&lt;p&gt;Still no results eh? :(&lt;/p&gt;


	&lt;p&gt;Anyway: For those who continue theme development any anyone else interested, I wrote an article on Typo theming on my blog.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.i-marco.nl/weblog/archive/2005/12/09/an_introduction_to_theming_typ" rel="nofollow"&gt;read it here&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 09 Dec 2005 22:04:27 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:0508f6b5b97be0d22cec7d480097b844</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-598</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Kyle</title>
      <description>&lt;p&gt;Wow, so in an effort to do that Ben, I found a &lt;strong&gt;major&lt;/strong&gt; problem.&lt;/p&gt;


	&lt;p&gt;The source downloaded from: http://rubyforge.org/frs/download.php/7006/typo-2.6.0.zip
is &lt;strong&gt;&lt;span class="caps"&gt;NOT&lt;/span&gt;&lt;/strong&gt; the same source as http://typo.leetsoft.com/trac/browser/tags/release_2_6_0/&lt;/p&gt;


	&lt;p&gt;Looks like the Typo admins got a bit mixed up somewhere. Thus the major confusion &amp;#8211; I believe.&lt;/p&gt;


	&lt;p&gt;For reference Ben, the major change is to change all instances of body_html to the helpers.  For example, change:&lt;/p&gt;


	&lt;p&gt;&amp;lt;&lt;span&gt;= article.body_html %&amp;gt; to &amp;lt;&lt;/span&gt;= article_html(article %&amp;gt;&lt;/p&gt;


	&lt;p&gt;If you look through the source here: http://typo.leetsoft.com/trac/browser/tags/release_2_6_0/app/views/articles/
you&amp;#8217;ll see the changes that need to be done to _article.rhtml, _comment.rhtml, _trackback.rhtml, comment_preview.rhtml, read.rhtml, and view_page.rhtml&lt;/p&gt;</description>
      <pubDate>Fri, 09 Dec 2005 19:01:06 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:338521e0cdebcb494198aeb919964434</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-596</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Ben Bleything</title>
      <description>&lt;p&gt;Kyle/Bastiaan- Any chance you could post or blog or somehow note what specific changes you made?  That&amp;#8217;d make it a lot easier for other authors to go through and fix stuff.&lt;/p&gt;


	&lt;p&gt;It&amp;#8217;d also make it easier for me to fix the ones I want to use while maintaining my policy of maximal laziness ;)&lt;/p&gt;


	&lt;p&gt;If you don&amp;#8217;t, I will.  :D&lt;/p&gt;</description>
      <pubDate>Fri, 09 Dec 2005 17:30:31 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:ebe3284b41699d9dceb242aa63878794</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-595</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Kyle</title>
      <description>&lt;p&gt;Nope Piers. There&amp;#8217;s quite a lot changed actually.&lt;/p&gt;


	&lt;p&gt;For one, none of the article_html, or comment_html helpers are in 2.6.0.  For two, there is no html accessor (I&amp;#8217;m assuming that was an added column to the db).  These are two pretty drastic changes that don&amp;#8217;t allow any &amp;#8220;quick fixes&amp;#8221; on 2.6.0 to get trunk themes working.&lt;/p&gt;


	&lt;p&gt;You guys should just release another stable version. Luckily upgrading typo is easy.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2005 21:02:06 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:67b4e6858c7ece6095cd0deedcffdd95</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-591</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Bastiaan Terhorst</title>
      <description>&lt;p&gt;Okay I updated my theme. It was much easier than I had anticipated. Excellent :)&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2005 18:56:35 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:3ffb5c44790f1e8e80157870ccca50a8</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-588</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Piers Cawley</title>
      <description>&lt;p&gt;&lt;span class="caps"&gt;AFAIR&lt;/span&gt;, the methods that are supported in trunk typo are all there in 2.6.0 and you should use those. What we &lt;strong&gt;should&lt;/strong&gt; have done is put deprecation warnings on the old messages and for that we apologize.&lt;/p&gt;


	&lt;p&gt;We really did have to change the interface I&amp;#8217;m afraid, otherwise we couldn&amp;#8217;t get the new text filtering stuff to work, and they do some really handy stuff.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2005 11:30:25 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:1437c1bbfa5ef23b84a25195e249f3c3</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-586</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Marco</title>
      <description>&lt;p&gt;Bastiaan&amp;gt; It&amp;#8217;s fairly easy to figure it out. Just install a Trunk build and install your theme. Check the views templates in the Trunk build and you&amp;#8217;ll be able to update it. It&amp;#8217;s not that much that changed really. It just looks like that because some things break totally. Easy to fix though.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2005 10:27:53 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:a75ad888ed46e4b351a7749d3ebedc90</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-585</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Bastiaan Terhorst</title>
      <description>&lt;p&gt;Why aren&amp;#8217;t we told these things on the contest page?
I think that&amp;#8217;s really weird.&lt;/p&gt;


	&lt;p&gt;Anyway.&lt;/p&gt;


	&lt;p&gt;If anyone could summarize the changes, or link to something explaining them, that would be great.
So I can update my theme&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2005 09:44:20 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:0c51438a0cd3c5f860eeab72d4683c2f</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-584</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Marco</title>
      <description>&lt;p&gt;Mine was also developed for Typo Trunk.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2005 07:40:44 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:c352920105756bb382863e54b2197a4e</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-583</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Kyle</title>
      <description>&lt;p&gt;Hemingway.. didn&amp;#8217;t realize Typo didn&amp;#8217;t remember my &lt;span class="caps"&gt;URL&lt;/span&gt; for some reason.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2005 01:29:37 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:a8dd7192c0b9c0f7b9aeb003bdd20383</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-582</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Ben Bleything</title>
      <description>&lt;p&gt;Kyle &amp;#8211; You might have done the only one I have that works ;)  Which was yours?&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2005 01:18:41 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:7a16f52cabf231de55619f71185f20ab</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-581</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Kyle</title>
      <description>&lt;p&gt;Ben,&lt;/p&gt;


	&lt;p&gt;As my major complaint &amp;#8211; typo completely changed the way body &lt;span class="caps"&gt;HTML&lt;/span&gt; is retrieved right after 2.6.0&lt;/p&gt;


	&lt;p&gt;Thus, my theme works in trunk and not current stable builds. People complained about it, but that&amp;#8217;s the reason I chose it. Because my method will continue to work in futureversions.&lt;/p&gt;


	&lt;p&gt;Themes written for 2.6.0 will not be compatable with any future version of Typo as it stands now.&lt;/p&gt;</description>
      <pubDate>Wed, 07 Dec 2005 22:27:40 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:d6f5a6ae1950f6c9aacb5413ec4b2894</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-580</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Ernie Oporto</title>
      <description>&lt;p&gt;I see the same thing Ben, and running off build 764.&lt;/p&gt;</description>
      <pubDate>Wed, 07 Dec 2005 18:50:52 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:71e6f55431cebd35ee6f93e462309cef</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-579</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Ben Bleything</title>
      <description>&lt;p&gt;Hmm&amp;#8230; so I&amp;#8217;ve downloaded a number of themes (about 8), and with one exception, none of them show anything when you&amp;#8217;re on the article&amp;#8217;s page.  The main page shows fine, but if you click the title of an article you get a blank page.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m running off of current trunk as of tonight&amp;#8230; this has been happening since the day the contest ended, when I was running on the then-current trunk.&lt;/p&gt;


	&lt;p&gt;It appears that the views that come with the themes aren&amp;#8217;t overriding the built-ins.  Anybody got any ideas?&lt;/p&gt;</description>
      <pubDate>Wed, 07 Dec 2005 15:38:05 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:48321c1cd83e05051883ca2fb9331cb0</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-577</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Eric</title>
      <description>&lt;p&gt;Looks like we need a theme-switcher siderbar now.&lt;/p&gt;


	&lt;p&gt;120, damn thats a lot.&lt;/p&gt;</description>
      <pubDate>Mon, 05 Dec 2005 08:46:59 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:98db4751ca74cb912bf09902c11bdade</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-565</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Adrian</title>
      <description>&lt;p&gt;I&amp;#8217;m gonna applaud till my hands bleed. Great job everyone! :)&lt;/p&gt;</description>
      <pubDate>Fri, 02 Dec 2005 10:41:43 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:4404d281b59f79970b5e06aa98d86b47</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-546</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Ben Bleything</title>
      <description>&lt;p&gt;Any chance of a massively huge archive of all of them?  A torrent perhaps?  I know I&amp;#8217;d like to check all of the themes out without going through and downloading each one&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Fri, 02 Dec 2005 05:15:27 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:442ab59d0584cd106b4be076e0981613</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-541</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Santy</title>
      <description>&lt;p&gt;120! congratulations to everybody.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 19:32:59 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:4606b6c4fcb2436c70d5dc9e1bff33c9</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-532</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Gary Wilson</title>
      <description>&lt;p&gt;All said and done, after making six themes and submitting four, I think I may switch from Drupal to Typo.  It&amp;#8217;s so gosh-darn easy to use and I&amp;#8217;ve been playing around with extending it.  I&amp;#8217;m having too much fun to stop.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:27:58 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:bfea7f3e4b95bd5ab063adeda8ae871e</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-529</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Doug Alcorn</title>
      <description>&lt;p&gt;120 themes is awesome!  It&amp;#8217;s a great collection of work.  Congratulations to everyone who participated.  All of the work is valuable to the community with or without prizes.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 15:28:35 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:176b289f0ac78033e0bc01e5ab97a9a3</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-517</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Brian Carr</title>
      <description>&lt;p&gt;That&amp;#8217;s crap load of themes.  Good luck to all the entris.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 15:00:29 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:389e9c8452e14b10126ba2d57af948ad</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-513</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Leevi Graham</title>
      <description>&lt;p&gt;120 themes&amp;#8230;. holy s#$t that is awesome&amp;#8230; may typo &amp;#8220;live long and prosper&amp;#8221;..&lt;/p&gt;


	&lt;p&gt;Great work Geoffrey and to all the guys / girls who added a typo theme&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 12:14:46 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:05ad7110a6eaa6e1c32adefe0c302e79</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-505</link>
    </item>
    <item>
      <title>"Last. Themes. Posted." by Marco</title>
      <description>&lt;p&gt;Awesome job Geoffrey. That must have been some hard working.&lt;/p&gt;


	&lt;p&gt;Now may the best theme win. Good luck to everyone!&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 09:38:56 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:45eac01a1fd71397c02d4984c1140b39</guid>
      <link>http://typogarden.com/articles/2005/12/01/last-themes-posted#comment-501</link>
    </item>
  </channel>
</rss>
