<?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 on: Making a Blook with Wordpress and Pages</title>
	<atom:link href="http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages/feed" rel="self" type="application/rss+xml" />
	<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages</link>
	<description>Rants and musings about things political, philosophical, and religious.</description>
	<lastBuildDate>Wed, 17 Mar 2010 06:40:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: coolreddy</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-60825</link>
		<dc:creator>coolreddy</dc:creator>
		<pubDate>Mon, 04 May 2009 06:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-60825</guid>
		<description>Thank you so much Tobeon.. You rock! This works. Now the next question: I have two categories personal and business. I want to add another &quot;and&quot; to the query so that I can fetch only a specified category.

I tried adding &quot;and post_category=0, but that doesn&#039;t help. Looks like the category name is stored in wp_terms.I tried adding wp_terms.name=&#039;Personal&#039;, but that doesn&#039;t work as well. I am sure it&#039;s an easy one for a MySQL wiz..  Anyone one have any thoughts?</description>
		<content:encoded><![CDATA[<p>Thank you so much Tobeon.. You rock! This works. Now the next question: I have two categories personal and business. I want to add another &#8220;and&#8221; to the query so that I can fetch only a specified category.</p>
<p>I tried adding &#8220;and post_category=0, but that doesn&#8217;t help. Looks like the category name is stored in wp_terms.I tried adding wp_terms.name=&#8217;Personal&#8217;, but that doesn&#8217;t work as well. I am sure it&#8217;s an easy one for a MySQL wiz..  Anyone one have any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobeon</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-60172</link>
		<dc:creator>Tobeon</dc:creator>
		<pubDate>Sat, 07 Mar 2009 13:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-60172</guid>
		<description>Ah ha, simple solution. Edit the php file and on line 35 add &quot;and  post_status=&#039;publish&#039;&quot;

e.g.

$query = &quot;select wp_posts.ID, post_date, post_title, post_author, post_content, display_name from wp_posts left join wp_users on wp_posts.post_author=wp_users.ID where post_date &gt;= &#039;$date_start&#039; and post_date &lt;= &#039;$date_end&#039; and post_status=&#039;publish&#039;&quot;;

(I add &quot;and post_type=&#039;post&#039;&quot; aswell because I don&#039;t want my pages in there!)</description>
		<content:encoded><![CDATA[<p>Ah ha, simple solution. Edit the php file and on line 35 add &#8220;and  post_status=&#8217;publish&#8217;&#8221;</p>
<p>e.g.</p>
<p>$query = &#8220;select wp_posts.ID, post_date, post_title, post_author, post_content, display_name from wp_posts left join wp_users on wp_posts.post_author=wp_users.ID where post_date &gt;= &#8216;$date_start&#8217; and post_date &lt;= &#8216;$date_end&#8217; and post_status=&#8217;publish&#8217;&#8221;;</p>
<p>(I add &#8220;and post_type=&#8217;post&#8217;&#8221; aswell because I don&#8217;t want my pages in there!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobeob</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-60171</link>
		<dc:creator>Tobeob</dc:creator>
		<pubDate>Sat, 07 Mar 2009 13:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-60171</guid>
		<description>Fantastic idea! Unfortunatly I am getting the same problem as coolreddy :-(</description>
		<content:encoded><![CDATA[<p>Fantastic idea! Unfortunatly I am getting the same problem as coolreddy :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolreddy</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-59858</link>
		<dc:creator>coolreddy</dc:creator>
		<pubDate>Fri, 13 Feb 2009 05:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-59858</guid>
		<description>Awesome! This is a great script. I use my wordpress install as my personal daily diary, and wanted  a way to get a report of what I did during a particular week. This works great! Thanks a lot for sharing this. The only problem I see with the script is that it collects all the different revisions of the post. For now I disabled the revision control, but it still dumps 2 versions of the same post. Any ideas? Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome! This is a great script. I use my wordpress install as my personal daily diary, and wanted  a way to get a report of what I did during a particular week. This works great! Thanks a lot for sharing this. The only problem I see with the script is that it collects all the different revisions of the post. For now I disabled the revision control, but it still dumps 2 versions of the same post. Any ideas? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenn</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-59777</link>
		<dc:creator>jenn</dc:creator>
		<pubDate>Thu, 05 Feb 2009 22:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-59777</guid>
		<description>Any chance you&#039;ll write up a more step-by-step tutorial on how to use this little gem for those of us who aren&#039;t terribly techie?  I&#039;ve got a basic knowledge of CSS, and I *think* I&#039;ve entered the correct info in the script for my personal preferences.  But, when you say &quot;upload it somewhere and pull it up in your browser&quot; I get lost (on what should probably be the easiest part!).  Can you give me a little more direction on where a good place to upload it is?</description>
		<content:encoded><![CDATA[<p>Any chance you&#8217;ll write up a more step-by-step tutorial on how to use this little gem for those of us who aren&#8217;t terribly techie?  I&#8217;ve got a basic knowledge of CSS, and I *think* I&#8217;ve entered the correct info in the script for my personal preferences.  But, when you say &#8220;upload it somewhere and pull it up in your browser&#8221; I get lost (on what should probably be the easiest part!).  Can you give me a little more direction on where a good place to upload it is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff T.</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-57666</link>
		<dc:creator>Jeff T.</dc:creator>
		<pubDate>Fri, 17 Oct 2008 16:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-57666</guid>
		<description>So, is there an easy way to do this for wordpress.com blogs? Or should I just covert to wordpress.org... since I know I will eventually someday anyways...</description>
		<content:encoded><![CDATA[<p>So, is there an easy way to do this for wordpress.com blogs? Or should I just covert to wordpress.org&#8230; since I know I will eventually someday anyways&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-55847</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sat, 12 Jul 2008 06:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-55847</guid>
		<description>Thanks so much for posting this!!!!! You saved me a TON of work.  You&#039;re great.  The only glitch I ran into was that lulu wouldn&#039;t accept a Pages document nor would it accept a PDF that was created from Pages.  So, I had to export my Pages document as a Word document and then it worked fine.</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting this!!!!! You saved me a TON of work.  You&#8217;re great.  The only glitch I ran into was that lulu wouldn&#8217;t accept a Pages document nor would it accept a PDF that was created from Pages.  So, I had to export my Pages document as a Word document and then it worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: O&#8217;DonnellWeb - This is not a homeschooling blog &#187; Blog Archive &#187; links for 2008-06-17</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-55472</link>
		<dc:creator>O&#8217;DonnellWeb - This is not a homeschooling blog &#187; Blog Archive &#187; links for 2008-06-17</dc:creator>
		<pubDate>Tue, 17 Jun 2008 23:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-55472</guid>
		<description>[...] Connor&#8217;s Conundrums Â» Making a Blook with Wordpress and Pages (tags: blogging books wordpress) [...]</description>
		<content:encoded><![CDATA[<p>[...] Connor&rsquo;s Conundrums Â» Making a Blook with Wordpress and Pages (tags: blogging books wordpress) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daisy Chain &#187; Birthday Present</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-54836</link>
		<dc:creator>Daisy Chain &#187; Birthday Present</dc:creator>
		<pubDate>Thu, 01 May 2008 01:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-54836</guid>
		<description>[...] to add the link to Connor Boyack&#8217;s post regarding the script &#8212; this is actually what we used, though keep in mind that Nathan tweaked the code a bit to [...]</description>
		<content:encoded><![CDATA[<p>[...] to add the link to Connor Boyack&#8217;s post regarding the script &#8212; this is actually what we used, though keep in mind that Nathan tweaked the code a bit to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-54076</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 04 Mar 2008 01:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-54076</guid>
		<description>Thanks for the script... worked like a charm on my wife&#039;s blog.  Just submitted a 490 page blook of our family to Lulu.

Lulu wouldn&#039;t accept the PDF exported by Pages (lulu evidently doesn&#039;t support the Mac 10.4.11 PDF encoding from Pages 08).  I re-uploaded as a .doc, and worked fine.  Odd.

I&#039;ve been trying to accomplish this seemingly simple task for about 3 months.  Thanks a million!
John</description>
		<content:encoded><![CDATA[<p>Thanks for the script&#8230; worked like a charm on my wife&#8217;s blog.  Just submitted a 490 page blook of our family to Lulu.</p>
<p>Lulu wouldn&#8217;t accept the PDF exported by Pages (lulu evidently doesn&#8217;t support the Mac 10.4.11 PDF encoding from Pages 08).  I re-uploaded as a .doc, and worked fine.  Odd.</p>
<p>I&#8217;ve been trying to accomplish this seemingly simple task for about 3 months.  Thanks a million!<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beth</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53952</link>
		<dc:creator>Beth</dc:creator>
		<pubDate>Fri, 22 Feb 2008 21:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53952</guid>
		<description>I see my husband left a comment above -- that was a long time ago now.  :-)

Just wanted to thank you for the script you wrote!  I saw a blook service on a friend&#039;s page but it used Blogger -- so I asked around to my technologically-gifted friends and my brother Alex quickly got back to me with this post.  My husband (Nathan) then used your script to print out my blog.  It was the best birthday present ever -- I am so excited!  Thanks so much for sharing this!

Already a few of my blogger-friends with Wordpress have asked about it -- I am referring them over here.  Thanks!</description>
		<content:encoded><![CDATA[<p>I see my husband left a comment above &#8212; that was a long time ago now.  :-)</p>
<p>Just wanted to thank you for the script you wrote!  I saw a blook service on a friend&#8217;s page but it used Blogger &#8212; so I asked around to my technologically-gifted friends and my brother Alex quickly got back to me with this post.  My husband (Nathan) then used your script to print out my blog.  It was the best birthday present ever &#8212; I am so excited!  Thanks so much for sharing this!</p>
<p>Already a few of my blogger-friends with Wordpress have asked about it &#8212; I am referring them over here.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chelle</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53935</link>
		<dc:creator>chelle</dc:creator>
		<pubDate>Thu, 21 Feb 2008 20:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53935</guid>
		<description>lol ok, I think I must be doing something wrong ... I click and it WORKS! w00t and then I am .... what the ... hehe Thanks for updating the link. I look forward to playing around with the script! Seriously thought I was going crazy loco!</description>
		<content:encoded><![CDATA[<p>lol ok, I think I must be doing something wrong &#8230; I click and it WORKS! w00t and then I am &#8230;. what the &#8230; hehe Thanks for updating the link. I look forward to playing around with the script! Seriously thought I was going crazy loco!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53934</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Thu, 21 Feb 2008 20:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53934</guid>
		<description>I&#039;ve updated the link - should be working now.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the link &#8211; should be working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chelle</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53932</link>
		<dc:creator>chelle</dc:creator>
		<pubDate>Thu, 21 Feb 2008 20:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53932</guid>
		<description>I clinked the link and was sent to a garbled page ... is this script still available? I am very interested in trying it out :) Thanks</description>
		<content:encoded><![CDATA[<p>I clinked the link and was sent to a garbled page &#8230; is this script still available? I am very interested in trying it out :) Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m&#38;m</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53590</link>
		<dc:creator>m&#38;m</dc:creator>
		<pubDate>Wed, 30 Jan 2008 05:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53590</guid>
		<description>sorry...missed that. Obviously, I&#039;m not a techie. I finally get it, though.</description>
		<content:encoded><![CDATA[<p>sorry&#8230;missed that. Obviously, I&#8217;m not a techie. I finally get it, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53589</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Wed, 30 Jan 2008 05:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53589</guid>
		<description>M&amp;M,

As the post notes, this is only for Wordpress.  :)  Hosted blogs (on blogspot.com and wordpress.com) prevent access to the full database, and usually only allow you to export the data in a proprietary format that would have to be parsed through...  A project for someone else, perhaps.  :)</description>
		<content:encoded><![CDATA[<p>M&#038;M,</p>
<p>As the post notes, this is only for Wordpress.  :)  Hosted blogs (on blogspot.com and wordpress.com) prevent access to the full database, and usually only allow you to export the data in a proprietary format that would have to be parsed through&#8230;  A project for someone else, perhaps.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m&#38;m</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53586</link>
		<dc:creator>m&#38;m</dc:creator>
		<pubDate>Wed, 30 Jan 2008 04:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53586</guid>
		<description>Does this work with Blogger?</description>
		<content:encoded><![CDATA[<p>Does this work with Blogger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blooking : Simplicitas &#124; Ken Liu</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53574</link>
		<dc:creator>Blooking : Simplicitas &#124; Ken Liu</dc:creator>
		<pubDate>Tue, 29 Jan 2008 02:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-53574</guid>
		<description>[...] personally recommend Connor Boyack&#8217;s blooking script, which extracts posts from a specified date range and wraps the relevant blocks in CSS styles that [...]</description>
		<content:encoded><![CDATA[<p>[...] personally recommend Connor Boyack&#8217;s blooking script, which extracts posts from a specified date range and wraps the relevant blocks in CSS styles that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-46344</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Fri, 23 Nov 2007 05:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-46344</guid>
		<description>Nathan, the link has been updated to point to a zip file instead.  Save that to your computer and that should be usable.</description>
		<content:encoded><![CDATA[<p>Nathan, the link has been updated to point to a zip file instead.  Save that to your computer and that should be usable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-46243</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 22 Nov 2007 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorboyack.com/blog/making-a-blook-with-wordpress-and-pages#comment-46243</guid>
		<description>I just tried to download the script but I&#039;m getting a mysql_connect() error.

Could you fix this so I can get your script?

Thanks!
--
Nathan</description>
		<content:encoded><![CDATA[<p>I just tried to download the script but I&#8217;m getting a mysql_connect() error.</p>
<p>Could you fix this so I can get your script?</p>
<p>Thanks!<br />
&#8211;<br />
Nathan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
