<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FSLog &#187; Books</title>
	<atom:link href="http://www.fslog.com/category/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fslog.com</link>
	<description>Free Software Blog</description>
	<lastBuildDate>Wed, 23 Mar 2011 05:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Full Circle Magazine Issue 1 out</title>
		<link>http://www.fslog.com/2007/06/08/full-circle-magazine-issue-1-out/</link>
		<comments>http://www.fslog.com/2007/06/08/full-circle-magazine-issue-1-out/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 13:05:56 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Distribution]]></category>

		<guid isPermaLink="false">http://fslog.com/2007/06/08/full-circle-magazine-issue-1-out/</guid>
		<description><![CDATA[Full Circle is an e-magazine run by the Ubuntu community that covers the world of Ubuntu, open source, and technology. The Issue 1 is out now which has various tutorials, interviews, reviews unlike issue 0 which was a special preview edition containing the history of Ubuntu distros. Currently there is only the english version with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fullcirclemagazine.org/" title="Full Circle logo"><img src="http://www.fslog.com/wp-content/uploads/2007/06/fclogo.thumbnail.png" alt="Full Circle logo" class="right" /></a>Full Circle is an e-magazine run by the Ubuntu community that covers the world of Ubuntu, open source, and technology. The <a href="http://fullcirclemagazine.org/?page_id=19">Issue 1</a> is out now which has various tutorials, interviews, reviews unlike <a href="http://fullcirclemagazine.org/?page_id=13">issue 0</a> which was a special preview edition containing the history of Ubuntu distros.</p>
<p>Currently there is only the english version with other languages coming out soon. This issue includes:</p>
<ul>
<li>Installing Ubuntu Feisty Fawn</li>
<li>Howtos: Linux directory structure, MythTV, Scribus, and more</li>
<li>Interview with Deluge BitTorrent Client developer</li>
<li>News, reviews and more.</li>
</ul>
<p>You can also contribute to the magazine on the <a href="https://wiki.ubuntu.com/UbuntuMagazine">wiki</a> into various <a href="https://wiki.ubuntu.com/UbuntuMagazine#head-21af90514d29c7b42359e8aab676d21a787f7229">categories</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/06/08/full-circle-magazine-issue-1-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to think like a Ruby Computer Scientist</title>
		<link>http://www.fslog.com/2006/12/28/how-to-think-like-a-ruby-computer-scientist/</link>
		<comments>http://www.fslog.com/2006/12/28/how-to-think-like-a-ruby-computer-scientist/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 16:47:56 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=323</guid>
		<description><![CDATA[How to think like a Computer Scientist: Learning with Python is an excellent book for learning Python for the newbies. Here is another book similar to that for those who want to learn Ruby. How to think like a computer scientist: Learning with Ruby is a book for those newbies who want to learn the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ibiblio.org/obp/thinkCSpy/">How to think like a Computer Scientist: Learning with Python</a> is an excellent book for learning Python for the newbies. Here is another book similar to that for those who want to learn Ruby.</p>
<p><a href="http://mysite.verizon.net/hpassel/thinkruby/">How to think like a computer scientist: Learning with Ruby</a> is a book for those newbies who want to learn the basics of Ruby, Objects and how to use them for creating various data structures like linked list, stacks, queues, trees, heaps, maps, etc. It is still under development and will make a good book. Currently there is no downloadable PDF files. But you can wget the html files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2006/12/28/how-to-think-like-a-ruby-computer-scientist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Device Driver Kit</title>
		<link>http://www.fslog.com/2006/05/26/linux-device-driver-kit/</link>
		<comments>http://www.fslog.com/2006/05/26/linux-device-driver-kit/#comments</comments>
		<pubDate>Fri, 26 May 2006 03:30:21 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=251</guid>
		<description><![CDATA[Are you a device driver developer who longs for a proper device driver development kit for Linux? Here is a Linux Device Driver Kit which is released as a CD image for download. This CD image consists of everything a device driver author would wish for &#8211; copy of linux kernel source code, pre-built copies [...]]]></description>
			<content:encoded><![CDATA[<p>Are you a device driver developer who longs for a proper device driver development kit for Linux? Here is a <a href="http://kernel.org/pub/linux/kernel/people/gregkh/ddk/">Linux Device Driver Kit</a> which is released as a CD image for download. This CD image consists of everything a device driver author would wish for &#8211; copy of linux kernel source code, pre-built copies of all of the in-kernel docbook documentation for easy browsing, a full copy of the O&#8217;Reilly book, &#8220;Linux Device Drivers, third edition&#8221;.</p>
<p>There are also few things that would be included in the future releases, like</p>
<ul>
<li>searchable index of all documentation</li>
<li>prettier webpages</li>
<li>more documentation</li>
<li>possible inclusion of the <a href="http://kernelnewbies.org/KernelNewbies">KernelNewbies</a> wiki.</li>
</ul>
<p>There is also a CDROM label included in the root directory which could be printed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2006/05/26/linux-device-driver-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Say No to Microsoft &#8211; FSM Book Contest</title>
		<link>http://www.fslog.com/2006/02/06/just-say-no-to-microsoft-fsm-book-contest/</link>
		<comments>http://www.fslog.com/2006/02/06/just-say-no-to-microsoft-fsm-book-contest/#comments</comments>
		<pubDate>Mon, 06 Feb 2006 13:17:00 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=160</guid>
		<description><![CDATA[Free Software Magazine runs a contest every week, where you got to answer a question and you may get a free book. This week&#8217;s book is Just Say No To Microsoft: How To Ditch Microsoft And Why It&#8217;s Not As Hard As You Think by Tony Bove. Just visit the site to see the contest [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.freesoftwaremagazine.com/">Free Software Magazine</a> runs a contest every week, where you got to answer a question and you may get a free book. This week&#8217;s book is <a href="http://www.amazon.com/exec/obidos/ASIN/159327064X/freesoftwareb-20">Just Say No To Microsoft: How To Ditch Microsoft And Why It&#8217;s Not As Hard As You Think</a> by Tony Bove. Just visit the site to see the <a href="http://blog.freesoftwaremagazine.com/users/announcements/2006/02/06/win_a_copy_of_just_say_no_to_microsoft">contest details</a>.</p>
<p><iframe scrolling="no" frameborder="0" style="width: 120px; height: 240px" marginwidth="0" marginheight="0" src="http://rcm.amazon.com/e/cm?t=freesoftwareb-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=159327064X&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;lc1=0000ff&#038;bc1=000000&#038;bg1=ffffff&#038;f=ifr"> &amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;gt;microsoft, free+software+magazine, fsm, books&amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;gt;</iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2006/02/06/just-say-no-to-microsoft-fsm-book-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

