<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.2.5" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Paul Swartz's PCF Devblog</title>
	<link>http://pculture.org/devblogs/paul</link>
	<description></description>
	<pubDate>Thu, 03 Jul 2008 14:41:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.5</generator>
	<language>en</language>
			<item>
		<title>Some quick statistics on the Miro Guide codebase</title>
		<link>http://pculture.org/devblogs/paul/2008/07/03/some-quick-statistics-on-the-miro-guide-codebase/</link>
		<comments>http://pculture.org/devblogs/paul/2008/07/03/some-quick-statistics-on-the-miro-guide-codebase/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 14:41:21 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[Miro Guide]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/07/03/some-quick-statistics-on-the-miro-guide-codebase/</guid>
		<description><![CDATA[
     556 text files.
classified 538 files
     499 unique files.
     180 files ignored.

http://cloc.sourceforge.net v 1.04  T=61.0 s (6.0 files/s, 772.1 lines/s)
-------------------------------------------------------------------------------
Language          files     blank   comment     [...]]]></description>
			<content:encoded><![CDATA[<pre>
     556 text files.
classified 538 files
     499 unique files.
     180 files ignored.

http://cloc.sourceforge.net v 1.04  T=61.0 s (6.0 files/s, 772.1 lines/s)
-------------------------------------------------------------------------------
Language          files     blank   comment      code    scale   3rd gen. equiv
-------------------------------------------------------------------------------
Python              185      4403      2428     25212 x   4.20 =      105890.40
HTML                 89       198        87      8411 x   1.90 =       15980.90
CSS                   4       616        24      2752 x   1.00 =        2752.00
Javascript            6       109       545       754 x   1.48 =        1115.92
SQL                  65        94       130       504 x   2.29 =        1154.16
XML                   6        10         0       359 x   1.90 =         682.10
Bourne Shell         12        54       135       274 x   3.81 =        1043.94
-------------------------------------------------------------------------------
SUM:                367      5484      3349     38266 x   3.36 =      128619.42
-------------------------------------------------------------------------------
</pre>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/07/03/some-quick-statistics-on-the-miro-guide-codebase/feed/</wfw:commentRss>
		</item>
		<item>
		<title>git-svn on the Miro repository</title>
		<link>http://pculture.org/devblogs/paul/2008/06/14/git-svn-on-the-miro-repository/</link>
		<comments>http://pculture.org/devblogs/paul/2008/06/14/git-svn-on-the-miro-repository/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 23:08:46 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[Miro]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/06/14/git-svn-on-the-miro-repository/</guid>
		<description><![CDATA[Some of us have been talking about Git on IRC the past week.  I spent today (well mostly my laptop spent the day) importing the Miro SVN respository into a Git repository with git-svn.  Just importing all the history took about 4 hours, although I think a lot of that was spent just [...]]]></description>
			<content:encoded><![CDATA[<p>Some of us have been talking about Git on IRC the past week.  I spent today (well mostly my laptop spent the day) importing the Miro SVN respository into a Git repository with git-svn.  Just importing all the history took about 4 hours, although I think a lot of that was spent just doing the downloading.  The initial checkout was 1.7GB,<br />
with 1.3GB of that taken up by Git bookkeeping.  After a repacking,<br />
that number dropped to 865M, with 457MB being bookkeeping.  Not too<br />
shabby, considering having a branch, a tag, and trunk all checked out with SVN take up 2.4GB and don&#8217;t have all the history immediately available.</p>
<p>I haven&#8217;t really used it for development yet, just copied my outstanding changes from my old checkout.  We&#8217;ll see how that goes<br />
next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/06/14/git-svn-on-the-miro-repository/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Status Update: 4/18-22</title>
		<link>http://pculture.org/devblogs/paul/2008/04/23/weekly-status-update-418-22/</link>
		<comments>http://pculture.org/devblogs/paul/2008/04/23/weekly-status-update-418-22/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 16:25:05 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[Status Update]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/04/23/weekly-status-update-418-22/</guid>
		<description><![CDATA[Mostly this week was bug fixes:

#9866: Uninstall doesn&#8217;t remove themes
#9902: Search w/in channel not being saved
#9901: crash when downloading video from the Guide
edit box acts strangely in the Guide
loading bar doesn&#8217;t appear for the edit box
error on search-more-items page with unicode queries

I did add a couple new features to the Guide and its API.  [...]]]></description>
			<content:encoded><![CDATA[<p>Mostly this week was bug fixes:</p>
<ul>
<li>#9866: Uninstall doesn&#8217;t remove themes</li>
<li>#9902: Search w/in channel not being saved</li>
<li>#9901: crash when downloading video from the Guide</li>
<li>edit box acts strangely in the Guide</li>
<li>loading bar doesn&#8217;t appear for the edit box</li>
<li>error on search-more-items page with unicode queries</li>
</ul>
<p>I did add a couple new features to the Guide and its API.  The Guide now<br />
displays &#8220;Subscribe in Miro&#8221; buttons if you&#8217;re visiting in a browser,<br />
and the API allows one to rate channels and get recommendations.  I<br />
haven&#8217;t added the documentation about that to the wiki page yet, but<br />
I&#8217;ll be doing it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/04/23/weekly-status-update-418-22/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Status Update: 4/9-15</title>
		<link>http://pculture.org/devblogs/paul/2008/04/15/weekly-status-update-49-15/</link>
		<comments>http://pculture.org/devblogs/paul/2008/04/15/weekly-status-update-49-15/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 00:47:15 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[Status Update]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/04/15/weekly-status-update-49-15/</guid>
		<description><![CDATA[Last week I was working on getting the installer to pretend that an installed theme was attached (for https://develop.participatoryculture.org/trac/democracy/wiki/OpenCobrand) and #9866 (Uninstall doesn&#8217;t remove themes).  I also fixed a bug in the Effortless Good update.rdf file which was preventing it from being upgraded.  I added a bit of new UI to the Guide [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was working on getting the installer to pretend that an installed theme was attached (for <a href="https://develop.participatoryculture.org/trac/democracy/wiki/OpenCobrand">https://develop.participatoryculture.org/trac/democracy/wiki/OpenCobrand</a>) and #9866 (Uninstall doesn&#8217;t remove themes).  I also fixed a bug in the Effortless Good update.rdf file which was preventing it from being upgraded.  I added a bit of new UI to the Guide around the recommendations code so that people without ratings aren&#8217;t left out to dry.  I also worked with Dean finishing up the cobrander.  Hopefully we&#8217;ll release that soon.</p>
<p>This week I&#8217;ve been working on getting Flash to work in Miro on GTK.  I&#8217;ve had no real progress, though.  That&#8217;s what I&#8217;ll be working on this week as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/04/15/weekly-status-update-49-15/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Status Update: 4/2-8</title>
		<link>http://pculture.org/devblogs/paul/2008/04/09/weekly-status-update-42-8/</link>
		<comments>http://pculture.org/devblogs/paul/2008/04/09/weekly-status-update-42-8/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 18:38:44 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[Status Update]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/04/09/weekly-status-update-42-8/</guid>
		<description><![CDATA[I spent last week working.on bugs.  I got through:

#9554: &#8211;theme causes problems with the tray icon
#9829: Long cobranded titles are cut off in the installer
I Heart Miro breaks lots of extensions

This week I&#8217;ve been working on OpenCobrand which is a system for making cobranded builds a little more independent
of me and Dean and Jesse. [...]]]></description>
			<content:encoded><![CDATA[<p>I spent last week working.on bugs.  I got through:</p>
<ul>
<li>#9554: &#8211;theme causes problems with the tray icon</li>
<li>#9829: Long cobranded titles are cut off in the installer</li>
<li>I Heart Miro breaks lots of extensions</li>
</ul>
<p>This week I&#8217;ve been working on <a href="https://develop.participatoryculture.org/trac/democracy/wiki/OpenCobrand">OpenCobrand</a> which is a system for making cobranded builds a little more independent<br />
of me and Dean and Jesse.  The public builder works pretty well but I&#8217;m running into some<br />
trouble with making the installer pick up the new theme.</p>
<p>At the moment, I&#8217;m try to use this <a href="http://nsis.sourceforge.net/Locate_plugin">Locate NSIS plugin</a> to find the themes that are<br />
installed.  It&#8217;s working in my small tests, but not in the actual Miro<br />
installer.  I&#8217;m not confident that I&#8217;ll be able to get it fixed for a<br />
1.2.3 release, but because it only affects cobranded builds NPR and I<br />
were thinking we&#8217;d make a 1.2.3.1 &#8220;release&#8221; to the cobrander but not<br />
publicize it.</p>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/04/09/weekly-status-update-42-8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New I Heart Miro and Effortless Good releases</title>
		<link>http://pculture.org/devblogs/paul/2008/04/04/new-i-heart-miro-and-effortless-good-releases/</link>
		<comments>http://pculture.org/devblogs/paul/2008/04/04/new-i-heart-miro-and-effortless-good-releases/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 19:33:54 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[I &hearts; Miro]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/04/04/new-i-heart-miro-and-effortless-good-releases/</guid>
		<description><![CDATA[I got a bug report report from Nils Maier about I ? Miro breaking other extensions because of how it detected HTTP redirects.  Nils also helped me out by showing me what I should be doing, which made the fix easy.  I&#8217;ve released I ? Miro 1.3.7 and Effortless Good 1.1.6 which fixes [...]]]></description>
			<content:encoded><![CDATA[<p>I got a bug report report from Nils Maier about I ? Miro breaking other extensions because of how it detected HTTP redirects.  Nils also helped me out by showing me what I should be doing, which made the fix easy.  I&#8217;ve released <a href="http://www.iheartmiro.org/">I ? Miro 1.3.7</a> and <a href="http://www.effortlessgood.com">Effortless Good 1.1.6</a> which fixes the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/04/04/new-i-heart-miro-and-effortless-good-releases/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Status Update: 3/26-4/1</title>
		<link>http://pculture.org/devblogs/paul/2008/04/02/weekly-status-update-326-41/</link>
		<comments>http://pculture.org/devblogs/paul/2008/04/02/weekly-status-update-326-41/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 14:56:37 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/04/02/weekly-status-update-326-41/</guid>
		<description><![CDATA[Last week I:

finished up the donation pitch
fixed some bugs with I Heart Miro (didn&#8217;t work with extensions that
used XMLHttpRequests, didn&#8217;t work with the Amazon MP3 store)
fixed a couple bugs in Miro (#9554, #9829) and made some cobranded
builds with those changes
started working on #8517

]]></description>
			<content:encoded><![CDATA[<p>Last week I:</p>
<ul>
<li>finished up the donation pitch</li>
<li>fixed some bugs with I Heart Miro (didn&#8217;t work with extensions that<br />
used XMLHttpRequests, didn&#8217;t work with the Amazon MP3 store)</li>
<li>fixed a couple bugs in Miro (<a href="http://bugzilla.pculture.org/show_bug.cgi?id=9554">#9554</a>, <a href="http://bugzilla.pculture.org/show_bug.cgi?id=9829">#9829</a>) and made some cobranded<br />
builds with those changes</li>
<li>started working on <a href="http://bugzilla.pculture.org/show_bug.cgi?id=8517">#8517</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/04/02/weekly-status-update-326-41/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IHeartMiro.org And The Future of Affiliate Fundraising</title>
		<link>http://pculture.org/devblogs/paul/2008/03/21/iheartmiroorg-and-the-future-of-affiliate-fundraising/</link>
		<comments>http://pculture.org/devblogs/paul/2008/03/21/iheartmiroorg-and-the-future-of-affiliate-fundraising/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 17:39:32 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[I &hearts; Miro]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/03/21/iheartmiroorg-and-the-future-of-affiliate-fundraising/</guid>
		<description><![CDATA[I just ran into this post from Joe Solomon about I ? Miro.  It&#8217;s a quick overview about what I ?  M is and gives some good ideas about the future: http://www.netsquared.org/blog/joesolomon/iheartmiro-com-and-future-affiliate-program-fundraising
]]></description>
			<content:encoded><![CDATA[<p>I just ran into this post from Joe Solomon about I ? Miro.  It&#8217;s a quick overview about what I ?  M is and gives some good ideas about the future: <a href="http://www.netsquared.org/blog/joesolomon/iheartmiro-com-and-future-affiliate-program-fundraising">http://www.netsquared.org/blog/joesolomon/iheartmiro-com-and-future-affiliate-program-fundraising</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/03/21/iheartmiroorg-and-the-future-of-affiliate-fundraising/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Translate the Guide!</title>
		<link>http://pculture.org/devblogs/paul/2008/03/20/translate-the-guide/</link>
		<comments>http://pculture.org/devblogs/paul/2008/03/20/translate-the-guide/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 18:55:13 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[Miro Guide]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/03/20/translate-the-guide/</guid>
		<description><![CDATA[The Guide was just accepted into Launchpad, so now I need your help.  I&#8217;m mono-lingual in human languages, so I can&#8217;t translate the strings we use into the 34 different languages for which we have videos.
That&#8217;s where you come in!  Help out by translating some of the Guide over on the Miro Guide [...]]]></description>
			<content:encoded><![CDATA[<p>The Guide was just accepted into Launchpad, so now I need your help.  I&#8217;m mono-lingual in human languages, so I can&#8217;t translate the strings we use into the 34 different languages for which we have videos.</p>
<p>That&#8217;s where you come in!  Help out by translating some of the Guide over on the <a href="https://translations.launchpad.net/miroguide/trunk/+pots/miro-guide/">Miro Guide Launchpad</a> page, and be the first on your block to see all the cool phrases that are used behind the scenes.</p>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/03/20/translate-the-guide/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I &#9829; Miro for Internet Explorer 7</title>
		<link>http://pculture.org/devblogs/paul/2008/03/20/i-miro-for-internet-explorer-7/</link>
		<comments>http://pculture.org/devblogs/paul/2008/03/20/i-miro-for-internet-explorer-7/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 18:36:45 +0000</pubDate>
		<dc:creator>paul</dc:creator>
		
		<category><![CDATA[I &hearts; Miro]]></category>

		<guid isPermaLink="false">http://pculture.org/devblogs/paul/2008/03/20/i-miro-for-internet-explorer-7/</guid>
		<description><![CDATA[In an effort to increase the number of people who are using I ? Miro, I just released a version that works with Internet Explorer 7.  It&#8217;s a bit more difficult to install than the Firefox extension, but it helps us just as much.
Check it out at http://www.iheartmiro.org/
]]></description>
			<content:encoded><![CDATA[<p>In an effort to increase the number of people who are using <a href="http://www.iheartmiro.org/">I ? Miro</a>, I just released a version that works with Internet Explorer 7.  It&#8217;s a bit more difficult to install than the Firefox extension, but it helps us just as much.</p>
<p>Check it out at <a href="http://www.iheartmiro.org/">http://www.iheartmiro.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pculture.org/devblogs/paul/2008/03/20/i-miro-for-internet-explorer-7/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
