<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/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>Robby on Rails: Tag typo</title>
    <link>http://www.robbyonrails.com/articles/tag/typo</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>thoughts.sort_by{|t| t[:topic]}.collect </description>
    <item>
      <title>Apache, Typo, and Feedburner</title>
      <description>&lt;p&gt;A few weeks ago, I started using FeedBurner and posted a blog entry about &lt;a href="http://www.robbyonrails.com/articles/2006/08/22/feedburner-and-lighttpd-redirects"&gt;how I configured Lighttpd&lt;/a&gt; to handle that so it didn&amp;#8217;t disrupt everyone that subscribes to my &lt;span class="caps"&gt;RSS&lt;/span&gt; feed. This was working great&amp;#8230; until the other day.. when I &lt;a href="http://www.robbyonrails.com/articles/2006/09/05/typo-upgraded-to-trunk"&gt;upgraded to Typo trunk&lt;/a&gt;. When I did this, I decided to start using mongrel::cluster and pound. Two days later&amp;#8230; I&amp;#8217;m noticing that my subscriber count has dropped over thousand people in a day&amp;#8230; was it something that I said?&lt;/p&gt;


	&lt;p&gt;A ha! I was handling the redirect with Lighttpd and had replaced it with Pound.&lt;/p&gt;


	&lt;p&gt;So, I am now delegating this to Apache.&lt;/p&gt;


&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_ruby "&gt;  &lt;span class="comment"&gt;# Redirect typo feeds to FeedBurner&lt;/span&gt;
  &lt;span class="constant"&gt;RewriteCond&lt;/span&gt; &lt;span class="punct"&gt;%{&lt;/span&gt;&lt;span class="string"&gt;HTTP_USER_AGENT&lt;/span&gt;&lt;span class="punct"&gt;}&lt;/span&gt; &lt;span class="punct"&gt;!^&lt;/span&gt;&lt;span class="constant"&gt;FeedBurner&lt;/span&gt;&lt;span class="punct"&gt;.*&lt;/span&gt;&lt;span class="global"&gt;$&lt;/span&gt;
  &lt;span class="ident"&gt;RewriteRule&lt;/span&gt; &lt;span class="punct"&gt;/&lt;/span&gt;&lt;span class="ident"&gt;xml&lt;/span&gt;&lt;span class="punct"&gt;/(&lt;/span&gt;&lt;span class="ident"&gt;atom&lt;/span&gt;&lt;span class="punct"&gt;|&lt;/span&gt;&lt;span class="ident"&gt;rss&lt;/span&gt;&lt;span class="punct"&gt;|&lt;/span&gt;&lt;span class="ident"&gt;rss20&lt;/span&gt;&lt;span class="punct"&gt;)/&lt;/span&gt;&lt;span class="ident"&gt;feed&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;xml&lt;/span&gt;&lt;span class="global"&gt;$ &lt;/span&gt;&lt;span class="ident"&gt;http&lt;/span&gt;&lt;span class="punct"&gt;:/&lt;/span&gt;&lt;span class="regex"&gt;&lt;/span&gt;&lt;span class="punct"&gt;/&lt;/span&gt;&lt;span class="ident"&gt;feeds&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;feedburner&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;com&lt;/span&gt;&lt;span class="punct"&gt;/&lt;/span&gt;&lt;span class="constant"&gt;RobbyOnRails&lt;/span&gt; &lt;span class="punct"&gt;[&lt;/span&gt;&lt;span class="constant"&gt;R&lt;/span&gt;&lt;span class="punct"&gt;=&lt;/span&gt;&lt;span class="ident"&gt;temp&lt;/span&gt;&lt;span class="punct"&gt;,&lt;/span&gt;&lt;span class="constant"&gt;L&lt;/span&gt;&lt;span class="punct"&gt;]&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

	&lt;p&gt;...and all was well again.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;&lt;span class="caps"&gt;UPDATE&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;The rewrite condition should be &lt;code&gt;!^FeedBurner.*$&lt;/code&gt; not &lt;code&gt;!^FeedBurner$&lt;/code&gt;.&lt;/p&gt;
</description>
      <pubDate>Fri, 08 Sep 2006 16:51:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:85328eff-4648-4b08-85b3-613be6e3fc66</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2006/09/08/apache-typo-and-feedburner</link>
      <category>Typo</category>
      <category>feedburner</category>
      <category>typo</category>
      <category>apache</category>
      <category>configuration</category>
      <category>pound</category>
      <category>mongrel</category>
    </item>
    <item>
      <title>Typo upgraded to trunk</title>
      <description>&lt;p&gt;I upgraded my blog to &lt;a href="http://typosphere.org/"&gt;Typo trunk&lt;/a&gt; this evening. I hadn&amp;#8217;t updated since late last year&amp;#8230; so it was long overdue. I only had one issue with a migration from a while back.&lt;/p&gt;


	&lt;p&gt;old revision: 761&lt;/p&gt;


	&lt;p&gt;current revision: 1258.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m impressed that the upgrade worked so nicely&amp;#8230; last year the migrations were a bit rough. :-)&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;&lt;span class="caps"&gt;UPDATE&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m also now running this on mongrel with pound! I followed the configuration &lt;a href="http://docs.planetargon.com/wiki/show/Pound+and+Mongrel"&gt;here&lt;/a&gt;.&lt;/p&gt;
</description>
      <pubDate>Tue, 05 Sep 2006 23:16:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:7d44f179-035d-4043-930f-b011fbb16da1</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2006/09/05/typo-upgraded-to-trunk</link>
      <category>Typo</category>
      <category>typo</category>
    </item>
    <item>
      <title>FeedBurner and lighttpd redirects</title>
      <description>&lt;p&gt;I haven&amp;#8217;t been using feedburner to track counts of subscribers to my feed. I didn&amp;#8217;t want to tell everyone to switch their feed &lt;span class="caps"&gt;URL&lt;/span&gt;&amp;#8230; so I found this solution for handling this transition through Lighttpd.&lt;/p&gt;


	&lt;p&gt;First, make sure you are requiring the &lt;code&gt;mod_redirect&lt;/code&gt; module.&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;server.modules              = ( "mod_rewrite", "mod_fastcgi", "mod_compress", "mod_redirect" )&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;Then add the following&amp;#8230; to your lighty configuration.&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
$HTTP["useragent"] !~ "FeedBurner" {
  url.redirect = (
    "/xml/rss/feed.xml" =&amp;gt; "http://feeds.feedburner.com/RobbyOnRails",  
    "/xml/rss20/feed.xml" =&amp;gt; "http://feeds.feedburner.com/RobbyOnRails",
    "/xml/atom/feed.xml" =&amp;gt; "http://feeds.feedburner.com/RobbyOnRails" 
  )
}
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;Works like a charm!&lt;/p&gt;


	&lt;p&gt;Thanks to &lt;a href="http://www.iamrice.org"&gt;Damien Tanner&lt;/a&gt; for putting me on &lt;a href="http://iamrice.org/articles/2006/03/30/migrating-typo-feeds-to-feedburner"&gt;the right path&lt;/a&gt;.&lt;/p&gt;
</description>
      <pubDate>Tue, 22 Aug 2006 15:28:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:b9f0c8a5-f9de-41d0-ab66-23f104cb6415</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2006/08/22/feedburner-and-lighttpd-redirects</link>
      <category>lighttpd</category>
      <category>feedburner</category>
      <category>typo</category>
      <category>blog</category>
    </item>
    <item>
      <title>TypoSphere.org up and running</title>
      <description>&lt;p&gt;Finally! The Typo team and &lt;a href="http://www.planetargon.com"&gt;&lt;span class="caps"&gt;PLANET ARGON&lt;/span&gt;&lt;/a&gt; have finished the first phase of the move the &lt;a href="http://www.typosphere.org"&gt;Typo&lt;/a&gt; project to a new hosting provider. Currently, subversion and the trac have been moved over.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.typosphere.org/"&gt;Take a look!&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;On the &lt;a href="http://www.planetargon.com"&gt;&lt;span class="caps"&gt;PLANET ARGON&lt;/span&gt;&lt;/a&gt; side&amp;#8230; &lt;a href="http://david.planetargon.us"&gt;David Gibbons&lt;/a&gt; is responsible for making this happen.&lt;/p&gt;


	&lt;p&gt;If you see any issues, let us know in &lt;code&gt;#typo&lt;/code&gt; on irc.freenode.net or in &lt;code&gt;#planetargon&lt;/code&gt;.&lt;/p&gt;


	&lt;p&gt;&lt;small&gt;On a side note&amp;#8230; I&amp;#8217;m sick and going to go get some rest now.&lt;/small&gt;&lt;/p&gt;
</description>
      <pubDate>Mon, 06 Feb 2006 13:41:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:e27ee7dc-6234-4b1f-91fe-3918f7fd550d</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2006/02/06/typosphere-org-up-and-running</link>
      <category>typo</category>
      <category>blog</category>
      <category>rails</category>
      <category>planetargon</category>
      <category>dgibbons</category>
    </item>
    <item>
      <title>PLANET ARGON: Official hosting sponsor of the Typo project</title>
      <description>&lt;p&gt;We&amp;#8217;re excited to announce that as of last week, the &lt;a href="http://typo.leetsoft.com"&gt;Typo development team&lt;/a&gt; and &lt;a href="http://www.planetargon.com"&gt;&lt;span class="caps"&gt;PLANET ARGON&lt;/span&gt;&lt;/a&gt; made an arrangement to relocate the current hosting of the Typo project to &lt;span class="caps"&gt;PLANET ARGON&lt;/span&gt;. This includes moving Subversion, Trac, downloads, mailing list(s), &lt;span class="caps"&gt;IRC&lt;/span&gt; bot, etc. There is also rumor that some energy will be going into creating a new home page for the project.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://david.planetargon.us"&gt;David Gibbons&lt;/a&gt; is currently working on migrating everything over for them and we are managing this process through our &lt;a href="http://www.basecamphq.com"&gt;BaseCamp&lt;/a&gt; with the Typo team. He&amp;#8217;ll be posting an update on &lt;a href="http://david.planetargon.us"&gt;his blog&lt;/a&gt; when this process is finished.&lt;/p&gt;


	&lt;p&gt;&lt;img src="http://www.planetargon.com/files/~robby/pa_typo_01.jpg" alt="" /&gt;&lt;/p&gt;


	&lt;p&gt;We&amp;#8217;re honored that they chose &lt;span class="caps"&gt;PLANET ARGON&lt;/span&gt; to the official hosting sponsor of the Typo project. We were the &lt;strong&gt;first&lt;/strong&gt; hosting provider to offer &lt;a href="http://www.planetargon.com/typo_hosting.html"&gt;Typo hosting&lt;/a&gt; to customers &lt;a href="http://blog.leetsoft.com/articles/2005/04/05/get-your-own-typo-blog"&gt;back in April&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;We look forward to helping Typo prepare for 2006&amp;#8230;&lt;/p&gt;


	&lt;p&gt;&lt;del&gt;&amp;#8212;&lt;/del&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Random update&amp;#8230;&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;I thought it would be amusing to see just how I fit into the history of Typo.  Aside from &lt;span class="caps"&gt;PLANET ARGON&lt;/span&gt; being the first host to offer Typo hosting&amp;#8230; I was one of the &lt;a href="http://typo.leetsoft.com/trac/wiki/TypoPowered?version=1"&gt;first few people&lt;/a&gt; to run Typo as a blog&amp;#8230; or at least I tried&amp;#8230; see &lt;a href="http://typo.leetsoft.com/trac/ticket/8"&gt;ticket #8&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;I was also the first person to ever run Typo on &lt;a href="http://www.postgresql.org"&gt;PostgreSQL&lt;/a&gt; (&lt;a href="http://typo.leetsoft.com/trac/ticket/9"&gt;ticket #9&lt;/a&gt;). ... like that would surprise anyone. ;-)&lt;/p&gt;


	&lt;p&gt;&lt;del&gt;&amp;#8212;&lt;/del&gt;&lt;/p&gt;


	&lt;p&gt;During this period of moving from Tobias to &lt;span class="caps"&gt;PLANET ARGON&lt;/span&gt;, we are collecting email information for people so that when we help launch the new site for the project&amp;#8230; you&amp;#8217;ll all be notified.&lt;/p&gt;


	&lt;h2&gt;&lt;a href="http://www.typosphere.org"&gt;TypoSphere.org&lt;/a&gt; (coming soon)&lt;/h2&gt;
</description>
      <pubDate>Thu, 15 Dec 2005 23:34:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:ebe1e194c9498813d2f00ac42a969597</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2005/12/15/typo-official-hosting-sponsor</link>
      <category>Typo</category>
      <category>typo</category>
      <category>planetargon</category>
      <category>rails</category>
    </item>
    <item>
      <title>Typo Theme Contest announced</title>
      <description>&lt;p&gt;Geoffrey Grosenbach has announced the &lt;a href="http://www.typogarden.org/articles/2005/10/10/typo-theme-contest"&gt;Typo Theme Contest&lt;/a&gt; on &lt;a href="http://typogarden.org"&gt;TypoGarden.org&lt;/a&gt;, Yay!&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.planetargon.com"&gt;&lt;span class="caps"&gt;PLANET ARGON&lt;/span&gt;&lt;/a&gt; has offered a year of &lt;a href="http://www.planetargon.com/hosting/"&gt;Level 3 hosting&lt;/a&gt; for the winner. We also promised &lt;strong&gt;ten free&lt;/strong&gt; &lt;a href="http://www.planetargon.com/blog_hosting/"&gt;blog hosting packages&lt;/a&gt; to the &lt;strong&gt;first ten people&lt;/strong&gt; that submit new themes that meet the requirements of the content!&lt;/p&gt;


	&lt;p&gt;Good luck to all the players. :-)&lt;/p&gt;


	&lt;p&gt;(obviously&amp;#8230; I could use a new theme too&amp;#8230; I might have to participate!)&lt;/p&gt;
</description>
      <pubDate>Mon, 10 Oct 2005 12:33:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:0edb2b0af30d19fefdcc84467ac3e437</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2005/10/10/typo-theme-contest-announced</link>
      <category>Typo</category>
      <category>Business</category>
      <category>typo</category>
      <category>content</category>
      <category>planetargon</category>
      <category>hosting</category>
    </item>
    <item>
      <title>Upgraded to Typo trunk </title>
      <description>&lt;p&gt;I haven&amp;#8217;t taken the time to upgrade my Typo install in a while&amp;#8230; mainly because I knew that I&amp;#8217;d have to work on the theme a bunch to get it right.&lt;/p&gt;


	&lt;p&gt;Well, I fiddled for a bit and here it is&amp;#8230; latest typo trunk.&lt;/p&gt;


	&lt;p&gt;Some css stuff to fix here and there, but I might hold off as I have a new design coming soon, when I announce some other fun news. :-)&lt;/p&gt;
</description>
      <pubDate>Wed, 31 Aug 2005 16:52:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:cc1180937f72306c117e957399e4b9ab</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2005/08/31/upgraded-to-typo-trunk</link>
      <category>typo</category>
    </item>
  </channel>
</rss>
