<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Apolitically Incorrect</title>
	<atom:link href="http://www.oak-tree.us/blog/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.oak-tree.us/blog</link>
	<description>The Rants and Raves of an Unsettled Mind</description>
	<lastBuildDate>Tue, 16 Mar 2010 16:20:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Installation of PyQt on Mac OS X by Tore Torset</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-mac/comment-page-1#comment-11087</link>
		<dc:creator>Tore Torset</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=896#comment-11087</guid>
		<description>Hi, thanks for the guide!

I do however have some problems making it work on Snow Leopard (10.6.2). I&#039;m quite new to a lot of this, so I hope someone can help me out

I&#039;m using:
Python 2.6.4
Sip-4.10
PyQt-mac-gpl-4.7
qt-mac-cocoa-opensource-4.6.2

Other QT verions did not work (error: Failed to determine the layout of your Qt installation when trying to configure PyQt)

Now however, I am stuck on a different error. When trying to configure PyQt i get the following error: 
Error: Unable to create the C++ code.

Ive tried to rebuild sip using -arch i386 as well, but I&#039;m not sure if it is sip causing this...
Can it be a problem of the Qt install?

I&#039;ve tried configuring PyQt using –verbose -j 1 –no-designer-plugin -q as proposed above by mark, or as propsed by original poster and also --use-arch i386. All return the same error of not being able to create the c++ code

Could compiling the Qt installation work? 
When browsing ftp://ftp.qt.nokia.com/qt/source/ for source versions, I could&#039;nt find the mac version src for 4.6.x... Perhaps someone could point me to the correct source to use for 4.6.x and higher?

Any hints and tips is appreciated!
Will</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the guide!</p>
<p>I do however have some problems making it work on Snow Leopard (10.6.2). I&#8217;m quite new to a lot of this, so I hope someone can help me out</p>
<p>I&#8217;m using:<br />
Python 2.6.4<br />
Sip-4.10<br />
PyQt-mac-gpl-4.7<br />
qt-mac-cocoa-opensource-4.6.2</p>
<p>Other QT verions did not work (error: Failed to determine the layout of your Qt installation when trying to configure PyQt)</p>
<p>Now however, I am stuck on a different error. When trying to configure PyQt i get the following error:<br />
Error: Unable to create the C++ code.</p>
<p>Ive tried to rebuild sip using -arch i386 as well, but I&#8217;m not sure if it is sip causing this&#8230;<br />
Can it be a problem of the Qt install?</p>
<p>I&#8217;ve tried configuring PyQt using –verbose -j 1 –no-designer-plugin -q as proposed above by mark, or as propsed by original poster and also &#8211;use-arch i386. All return the same error of not being able to create the c++ code</p>
<p>Could compiling the Qt installation work?<br />
When browsing <a href="ftp://ftp.qt.nokia.com/qt/source/" rel="nofollow">ftp://ftp.qt.nokia.com/qt/source/</a> for source versions, I could&#8217;nt find the mac version src for 4.6.x&#8230; Perhaps someone could point me to the correct source to use for 4.6.x and higher?</p>
<p>Any hints and tips is appreciated!<br />
Will</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Duplicity on Mac OS X by Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/10/07/duplicity-mac/comment-page-1#comment-11032</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Mon, 15 Mar 2010 14:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/index.php/2009/10/07/installing-duplicity-on-mac-os-x#comment-11032</guid>
		<description>The version of python that ships with Snow Leopard is a very strange duck.  Apparently, it can execute both 32 bit and 64 bit code, but getting the code to compile can be a bit difficult.  This is the problem that I&#039;ve run into with PyQt.  Installing the pre-built binaries (from the Qt website) doesn&#039;t work (or at least it doesn&#039;t work well).  If you build Qt yourself for x86_64, then you can get PyQt to build and install, but will get errors at run-time.  I have not yet found aa work-around, or the magical set of compiler commands and luck which will yield success.

If anyone else has ideas or workarounds, I&#039;d love to hear them.</description>
		<content:encoded><![CDATA[<p>The version of python that ships with Snow Leopard is a very strange duck.  Apparently, it can execute both 32 bit and 64 bit code, but getting the code to compile can be a bit difficult.  This is the problem that I&#8217;ve run into with PyQt.  Installing the pre-built binaries (from the Qt website) doesn&#8217;t work (or at least it doesn&#8217;t work well).  If you build Qt yourself for x86_64, then you can get PyQt to build and install, but will get errors at run-time.  I have not yet found aa work-around, or the magical set of compiler commands and luck which will yield success.</p>
<p>If anyone else has ideas or workarounds, I&#8217;d love to hear them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Duplicity on Mac OS X by Henrik Olsen</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/10/07/duplicity-mac/comment-page-1#comment-11024</link>
		<dc:creator>Henrik Olsen</dc:creator>
		<pubDate>Mon, 15 Mar 2010 07:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/index.php/2009/10/07/installing-duplicity-on-mac-os-x#comment-11024</guid>
		<description>Might be that Python 2.6 is only 64-bit on OS X 10.6. Hmmmm, then what to do...? When gnugpg apparently needs to run in 32-bit.</description>
		<content:encoded><![CDATA[<p>Might be that Python 2.6 is only 64-bit on OS X 10.6. Hmmmm, then what to do&#8230;? When gnugpg apparently needs to run in 32-bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Duplicity on Mac OS X by Henrik Olsen</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/10/07/duplicity-mac/comment-page-1#comment-11022</link>
		<dc:creator>Henrik Olsen</dc:creator>
		<pubDate>Mon, 15 Mar 2010 07:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/index.php/2009/10/07/installing-duplicity-on-mac-os-x#comment-11022</guid>
		<description>Using 

./configure  CC=&quot;gcc -arch i386&quot; 

for all dependencies (as needed for gnugpg according to http://macgpg.sourceforge.net/), and having used 

CFLAGS=&quot;-arch i386 &quot; 
python setup.py --librsync-dir=/usr/local build
python setup.py install --prefix=/usr/local
export PYTHONPATH=&#039;/usr/local/lib/python2.6/site-packages/&#039;

for the final duplicity install (to get it in /usr/local), I got an apparently clean install.

But... Running a simple version check gives this :(

duplicity -V
Traceback (most recent call last):
  File &quot;/usr/local/bin/duplicity&quot;, line 41, in 
    from duplicity import collections
  File &quot;/usr/local/lib/python2.6/site-packages/duplicity/collections.py&quot;, line 29, in 
    from duplicity import path
  File &quot;/usr/local/lib/python2.6/site-packages/duplicity/path.py&quot;, line 36, in 
    from duplicity import librsync
  File &quot;/usr/local/lib/python2.6/site-packages/duplicity/librsync.py&quot;, line 29, in 
    import _librsync
ImportError: dlopen(/usr/local/lib/python2.6/site-packages/duplicity/_librsync.so, 2): Symbol not found: _rs_file_copy_cb
  Referenced from: /usr/local/lib/python2.6/site-packages/duplicity/_librsync.so
  Expected in: flat namespace
 in /usr/local/lib/python2.6/site-packages/duplicity/_librsync.so

Googling _rs_file_copy_cb only finds one entry, suggesting using Python 2.6 instead of Python 2.5 (already using 2.6). Any ideas/similar experience?</description>
		<content:encoded><![CDATA[<p>Using </p>
<p>./configure  CC=&#8221;gcc -arch i386&#8243; </p>
<p>for all dependencies (as needed for gnugpg according to <a href="http://macgpg.sourceforge.net/)" rel="nofollow">http://macgpg.sourceforge.net/)</a>, and having used </p>
<p>CFLAGS=&#8221;-arch i386 &#8221;<br />
python setup.py &#8211;librsync-dir=/usr/local build<br />
python setup.py install &#8211;prefix=/usr/local<br />
export PYTHONPATH=&#8217;/usr/local/lib/python2.6/site-packages/&#8217;</p>
<p>for the final duplicity install (to get it in /usr/local), I got an apparently clean install.</p>
<p>But&#8230; Running a simple version check gives this <img src='http://www.oak-tree.us/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>duplicity -V<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/local/bin/duplicity&#8221;, line 41, in<br />
    from duplicity import collections<br />
  File &#8220;/usr/local/lib/python2.6/site-packages/duplicity/collections.py&#8221;, line 29, in<br />
    from duplicity import path<br />
  File &#8220;/usr/local/lib/python2.6/site-packages/duplicity/path.py&#8221;, line 36, in<br />
    from duplicity import librsync<br />
  File &#8220;/usr/local/lib/python2.6/site-packages/duplicity/librsync.py&#8221;, line 29, in<br />
    import _librsync<br />
ImportError: dlopen(/usr/local/lib/python2.6/site-packages/duplicity/_librsync.so, 2): Symbol not found: _rs_file_copy_cb<br />
  Referenced from: /usr/local/lib/python2.6/site-packages/duplicity/_librsync.so<br />
  Expected in: flat namespace<br />
 in /usr/local/lib/python2.6/site-packages/duplicity/_librsync.so</p>
<p>Googling _rs_file_copy_cb only finds one entry, suggesting using Python 2.6 instead of Python 2.5 (already using 2.6). Any ideas/similar experience?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Duplicity on Mac OS X by Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/10/07/duplicity-mac/comment-page-1#comment-11012</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Sun, 14 Mar 2010 22:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/index.php/2009/10/07/installing-duplicity-on-mac-os-x#comment-11012</guid>
		<description>Thanks for the head up.  I have had a lot of trouble compiling software on Snow Leopard.  It&#039;s been a while since I tried to compile NCFTP.  I have been having serious problems with PyQt and have not been using Time Drive on Mac for a while.  It&#039;s probably time that re-visit this topic and update the instructions.</description>
		<content:encoded><![CDATA[<p>Thanks for the head up.  I have had a lot of trouble compiling software on Snow Leopard.  It&#8217;s been a while since I tried to compile NCFTP.  I have been having serious problems with PyQt and have not been using Time Drive on Mac for a while.  It&#8217;s probably time that re-visit this topic and update the instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Duplicity on Mac OS X by Henrik Olsen</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/10/07/duplicity-mac/comment-page-1#comment-11011</link>
		<dc:creator>Henrik Olsen</dc:creator>
		<pubDate>Sun, 14 Mar 2010 21:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/index.php/2009/10/07/installing-duplicity-on-mac-os-x#comment-11011</guid>
		<description>All above libraries missing above have been manually downloaded and installed now. 

By the way, ncftp won&#039;t compile on a clean Snow Leopard install, since the configure script refers to the 10.4 SDK which is not in Xcode in OS X 10.6. Correct as needed. I have informed ncftp maintainers about this now.</description>
		<content:encoded><![CDATA[<p>All above libraries missing above have been manually downloaded and installed now. </p>
<p>By the way, ncftp won&#8217;t compile on a clean Snow Leopard install, since the configure script refers to the 10.4 SDK which is not in Xcode in OS X 10.6. Correct as needed. I have informed ncftp maintainers about this now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Duplicity on Mac OS X by Henrik Olsen</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/10/07/duplicity-mac/comment-page-1#comment-11009</link>
		<dc:creator>Henrik Olsen</dc:creator>
		<pubDate>Sun, 14 Mar 2010 11:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/index.php/2009/10/07/installing-duplicity-on-mac-os-x#comment-11009</guid>
		<description>Running .configure on gnupg-2.0.15 on Mac OS X 10.6.2 gives me this ending:

configure:
***
*** You need libgpg-error to build this program.
**  This library is for example available at
***   ftp://ftp.gnupg.org/gcrypt/libgpg-error
*** (at least version 1.4 is required.)
***
configure:
***
*** You need libgcrypt to build this program.
**  This library is for example available at
***   ftp://ftp.gnupg.org/gcrypt/libgcrypt/
*** (at least version 1.4.0 using API 1 is required.)
***
configure:
***
*** You need libassuan to build this program.
*** This library is for example available at
***   ftp://ftp.gnupg.org/gcrypt/libassuan/
*** (at least version 2.0.0 (API 2) is required).
***
configure:
***
*** You need libksba to build this program.
*** This library is for example available at
***   ftp://ftp.gnupg.org/gcrypt/libksba/
*** (at least version 1.0.2 using API 1 is required).
***
configure:
***
*** It is now required to build with support for the
*** GNU Portable Threads Library (Pth). Please install this
*** library first.  The library is for example available at
***   ftp://ftp.gnu.org/gnu/pth/
*** On a Debian GNU/Linux system you can install it using
***   apt-get install libpth-dev
*** To build GnuPG for Windows you need to use the W32PTH
*** package; available at:
***   ftp://ftp.g10code.com/g10code/w32pth/
***
configure: error: 
***
*** Required libraries not found. Please consult the above messages
*** and install them before running configure again.
***

Apparently a lot of libraries are missing.</description>
		<content:encoded><![CDATA[<p>Running .configure on gnupg-2.0.15 on Mac OS X 10.6.2 gives me this ending:</p>
<p>configure:<br />
***<br />
*** You need libgpg-error to build this program.<br />
**  This library is for example available at<br />
***   <a href="ftp://ftp.gnupg.org/gcrypt/libgpg-error" rel="nofollow">ftp://ftp.gnupg.org/gcrypt/libgpg-error</a><br />
*** (at least version 1.4 is required.)<br />
***<br />
configure:<br />
***<br />
*** You need libgcrypt to build this program.<br />
**  This library is for example available at<br />
***   <a href="ftp://ftp.gnupg.org/gcrypt/libgcrypt/" rel="nofollow">ftp://ftp.gnupg.org/gcrypt/libgcrypt/</a><br />
*** (at least version 1.4.0 using API 1 is required.)<br />
***<br />
configure:<br />
***<br />
*** You need libassuan to build this program.<br />
*** This library is for example available at<br />
***   <a href="ftp://ftp.gnupg.org/gcrypt/libassuan/" rel="nofollow">ftp://ftp.gnupg.org/gcrypt/libassuan/</a><br />
*** (at least version 2.0.0 (API 2) is required).<br />
***<br />
configure:<br />
***<br />
*** You need libksba to build this program.<br />
*** This library is for example available at<br />
***   <a href="ftp://ftp.gnupg.org/gcrypt/libksba/" rel="nofollow">ftp://ftp.gnupg.org/gcrypt/libksba/</a><br />
*** (at least version 1.0.2 using API 1 is required).<br />
***<br />
configure:<br />
***<br />
*** It is now required to build with support for the<br />
*** GNU Portable Threads Library (Pth). Please install this<br />
*** library first.  The library is for example available at<br />
***   <a href="ftp://ftp.gnu.org/gnu/pth/" rel="nofollow">ftp://ftp.gnu.org/gnu/pth/</a><br />
*** On a Debian GNU/Linux system you can install it using<br />
***   apt-get install libpth-dev<br />
*** To build GnuPG for Windows you need to use the W32PTH<br />
*** package; available at:<br />
***   <a href="ftp://ftp.g10code.com/g10code/w32pth/" rel="nofollow">ftp://ftp.g10code.com/g10code/w32pth/</a><br />
***<br />
configure: error:<br />
***<br />
*** Required libraries not found. Please consult the above messages<br />
*** and install them before running configure again.<br />
***</p>
<p>Apparently a lot of libraries are missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hannibal, Napoleon, and Joseph Charles Minard by Stephen</title>
		<link>http://www.oak-tree.us/blog/index.php/2010/02/22/minard-maps/comment-page-1#comment-10987</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 12 Mar 2010 23:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1396#comment-10987</guid>
		<description>Seeing the railroad routes triggered a memory -- once I had a discussion with a friend&#039;s father about re-drawing maps (specifically rail maps) in terms of journey time rather than actual distances.  We thought it might position some places in Sussex effectively in the middle of the Channel, when compared to the mainline routes such as Brighton.  Perhaps one could add an average wait time for services too - these branch lines have fairly infrequent services, it would place them relatively further away.  Of course all the relative distances/journey times I have assumed to be commutes from London.</description>
		<content:encoded><![CDATA[<p>Seeing the railroad routes triggered a memory &#8212; once I had a discussion with a friend&#8217;s father about re-drawing maps (specifically rail maps) in terms of journey time rather than actual distances.  We thought it might position some places in Sussex effectively in the middle of the Channel, when compared to the mainline routes such as Brighton.  Perhaps one could add an average wait time for services too &#8211; these branch lines have fairly infrequent services, it would place them relatively further away.  Of course all the relative distances/journey times I have assumed to be commutes from London.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back In Time (Part 1): Linux Backup Made Easy by Statistics With R &#8211; Why? and Why Not?&#160;&#124;&#160;小石头工作室 . Stone Studio .</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/07/20/back-in-time1/comment-page-1#comment-10740</link>
		<dc:creator>Statistics With R &#8211; Why? and Why Not?&#160;&#124;&#160;小石头工作室 . Stone Studio .</dc:creator>
		<pubDate>Sun, 07 Mar 2010 10:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1068#comment-10740</guid>
		<description>[...] else.&#160; That is to say, it seeks to be “Good Enough”,&#160; and therein lies the problem, I don’t want a tool that is good enough.&#160; I want to use excellent software, even if it’s different or requires me to learn new [...]</description>
		<content:encoded><![CDATA[<p>[...] else.&nbsp; That is to say, it seeks to be “Good Enough”,&nbsp; and therein lies the problem, I don’t want a tool that is good enough.&nbsp; I want to use excellent software, even if it’s different or requires me to learn new [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing LyX-Outline 0.1 by Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/13/lyx-outline/comment-page-1#comment-10475</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Thu, 25 Feb 2010 01:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=914#comment-10475</guid>
		<description>@Orkhan.  Thank you for the link.  I was unaware of this project.  It looks wonderful.  Even though I&#039;m pretty invested in Open Source tools (like LyX and LaTeX), I quite like Microsoft Word.  It&#039;s an excellent general purpose tool.  This add-on would make it even more powerful.

However, I&#039;m not sure that i would be a very good fit for the type of writing that I typically do (long, boring academic stuff).  For that, I tend to prefer LaTeX and LyX, which is why I&#039;m still slowly working on LyX-Outline.

To answer your previous question, I&#039;m still working on it, but it is progressing slowly.  My highest priority at the moment is to finish a book that I&#039;m writing.  As soon as that is finished, I have to wrap-up a study for publication.  Once that is out of the way, then I intend to dive into LyX-Outline with a passion.</description>
		<content:encoded><![CDATA[<p>@Orkhan.  Thank you for the link.  I was unaware of this project.  It looks wonderful.  Even though I&#8217;m pretty invested in Open Source tools (like LyX and LaTeX), I quite like Microsoft Word.  It&#8217;s an excellent general purpose tool.  This add-on would make it even more powerful.</p>
<p>However, I&#8217;m not sure that i would be a very good fit for the type of writing that I typically do (long, boring academic stuff).  For that, I tend to prefer LaTeX and LyX, which is why I&#8217;m still slowly working on LyX-Outline.</p>
<p>To answer your previous question, I&#8217;m still working on it, but it is progressing slowly.  My highest priority at the moment is to finish a book that I&#8217;m writing.  As soon as that is finished, I have to wrap-up a study for publication.  Once that is out of the way, then I intend to dive into LyX-Outline with a passion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing LyX-Outline 0.1 by Orkhan</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/13/lyx-outline/comment-page-1#comment-10441</link>
		<dc:creator>Orkhan</dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=914#comment-10441</guid>
		<description>Hi Rob,

I thought it might be interesting to know that there is another project underway marrying Scrivener with Word.

http://writingoutliner.com/</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I thought it might be interesting to know that there is another project underway marrying Scrivener with Word.</p>
<p><a href="http://writingoutliner.com/" rel="nofollow">http://writingoutliner.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eragon Shadeslayer: Sociopath by Flakey</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/01/21/brisingr-sociopath/comment-page-1#comment-10387</link>
		<dc:creator>Flakey</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=516#comment-10387</guid>
		<description>&quot;He fights for the freedom of all those being oppressed by the Empire, and for the re-establishment of the Riders&quot; The riders have never gone away though. The riders were in charge when there was a group, The riders are in charge when there just King Galbatorix, and the riders will be in charge when Eragon takes over. No matter how people try to dress this up. This is not a battle for the freedom of the people, it more about a power play between the powerful of the land.</description>
		<content:encoded><![CDATA[<p>&#8220;He fights for the freedom of all those being oppressed by the Empire, and for the re-establishment of the Riders&#8221; The riders have never gone away though. The riders were in charge when there was a group, The riders are in charge when there just King Galbatorix, and the riders will be in charge when Eragon takes over. No matter how people try to dress this up. This is not a battle for the freedom of the people, it more about a power play between the powerful of the land.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time Drive 0.2 &#8211; A &#8220;More S&#8221; Release: More Stable, More Secure, More Settings and Now Supports Amazon S3 Storage by Frederico</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/09/24/timedrive-02/comment-page-1#comment-10381</link>
		<dc:creator>Frederico</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1169#comment-10381</guid>
		<description>Congrats!!! Much better than Back in Time.

This version does not give me the option to backup every hour (I know I am mad) ...</description>
		<content:encoded><![CDATA[<p>Congrats!!! Much better than Back in Time.</p>
<p>This version does not give me the option to backup every hour (I know I am mad) &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing LyX-Outline 0.1 by Orkhan</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/13/lyx-outline/comment-page-1#comment-10373</link>
		<dc:creator>Orkhan</dc:creator>
		<pubDate>Mon, 22 Feb 2010 09:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=914#comment-10373</guid>
		<description>Sorry, if I sounded blatant :)</description>
		<content:encoded><![CDATA[<p>Sorry, if I sounded blatant <img src='http://www.oak-tree.us/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing LyX-Outline 0.1 by Orkhan</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/13/lyx-outline/comment-page-1#comment-10372</link>
		<dc:creator>Orkhan</dc:creator>
		<pubDate>Mon, 22 Feb 2010 09:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=914#comment-10372</guid>
		<description>Hello there,

How are you? And how is the project? I might be missing the news, but it seems there aren&#039;t any.</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>How are you? And how is the project? I might be missing the news, but it seems there aren&#8217;t any.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
