<?php get_header(); ?>

 <!--[if IE]>
   <p style="text-align: center;"><a href="http://browsehappy.com/" title="We recommends a better Web browser"><img src="/wp-admin/images/browse-happy.gif" alt="Browse Happy" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://boycottnovell.com/move-to-gnu-linux/">Upgrade to GNU/Linux</a></p>
 <![endif]-->

	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		
		<div class="post">

			<?php the_date('m.d.y', '<h1 class="storydate">', '</h1>'); ?> 
			<h2 id="post-<?php the_ID(); ?>" class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title(); ?></a></h2>
			<p class="meta"><?php _e('Posted in'); ?> <?php the_category(', ') ?> <?php _e('at'); ?> <?php the_time(); ?> <?php _e('by'); ?> <?php the_author(); ?></p>
		
			<?php the_content(__('Read the rest of this entry &raquo;')); ?>
			<?php wp_link_pages(); ?>
			<p class="feedback">

			<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>" class="permalink"><?php _e('Permalink'); ?></a> <img src="/images/icon_mail.gif" alt="Mail" />&nbsp;<a href="mailto:blank?body=The article '<?php the_title(); ?>' has been sent to you. You can view it at: <?php the_permalink() ?>">Send this to a friend</a> <?php edit_post_link(__('Edit'), ' &#183; ', ''); ?>
			</p>
		
		</div>
<p>If you liked this post, consider <a href="http://boycottnovell.com/feed/">subscribing to the RSS feed</a> or join us now at <a href="http://boycottnovell.com/irc-channel/">the IRC channel</a>. To use your own IRC client, join channel #boycottnovell in <a href="irc://irc.freenode.org">FreeNode</a>.</p>

		<h2>Pages that cross-reference this one</h2>

<em>Listed from October 23<sup><u>rd</u></sup> 2007 onwards, pingbacks and trackbacks (external) are omitted</em>

<?php the_crossreferences(); ?>

<ul><li><a href="http://www.technorati.com/search/http://boycottnovell.com/" title="Recent blog reactions" rel="nofollow">Recent blog reactions</a></li><li><a href="" onclick="q=(document.location.href);t=(document.title);void(open('http://www.fsdaily.com/submit?url='+escape(q)+'&amp;title='+escape(t),'','resizable,location,menubar,toolbar,scrollbars,status'));"><img src="/images/fsdaily_submit.png" alt="FSDaily" /></a></li></ul>
		<?php comments_template(); ?>
	<?php endwhile; else: ?>

		<h2><?php _e('Not Found'); ?></h2>
		<p><?php _e('Sorry, but the page you requested cannot be found.'); ?></p>
		<?php include (TEMPLATEPATH . "/searchform.php"); ?>

	<?php endif; ?>


<h3>What Else is New</h3>
		<ol id="recentlist">
<?php mdv_recent_posts($no_posts = 30, $before = '<li class="recent"><hr size="5" /><font size="4">', $after = '</font><br /><br /><hr size="5" /></li>', $hide_pass_post = true, $skip_posts = 0, $show_excerpts = true); ?>

		</ol>




<?php get_sidebar(); ?>
<div id="features">
<h3>An invade, divide, and conquer Grand Plan</h3>

<p><img src="/images/features/novell-ceo.jpg" alt="Novell CEO Ron Hovsepian" style="float:left; padding:4px;"/><b>Highlight</b>: Novell was the first to acknowledge that Microsoft <abbr title="Fear, uncertainty, and doubt">FUD</abbr> tactics had substance. Novell then used anti-Linux FUD to market itself. <a href="http://boycottnovell.com/2007/10/01/novell-mono-patent/" title="Novell Selfishly Uses Mono as 'Protection'-based Advantage ">Learn more</a></p>

<p><img src="/images/features/xandros.jpg" alt="Xandros founder" style="float:left; padding:4px;"/><b>Highlight</b>: Xandros let Microsoft make patent claims and brag about (paid-for) <abbr title="Office Open XML">OOXML</abbr> support. <a href="http://boycottnovell.com/2007/08/31/xandros-interoperability/" title="Xandros CEO Brags About Open Standards, But Signs 'Intellectual Property' Deals with Microsoft">Learn more</a></p>

<p><img src="/images/features/linspire.jpg" alt="Linspire CEO Kevin Carmony" style="float:left; padding:4px;"/><b>Highlight</b>: Linspire's <abbr title="Chief Executive Officer">CEO</abbr> not only fell into Microsoft arms, but he also assisted the company's attack on GNU/Linux. <a href="http://boycottnovell.com/2007/06/28/linspire-sells-microsoft-fud/" title="Linspire Sells Us Linux FUD, Not GNU/Linux">Learn more</a></p>

<p><img src="/images/features/iso-money.jpg" alt="Hand with money" style="float:left; padding:4px;"/><b>Highlight</b>: Microsoft craves pseudo (proprietary) standards and gets its way using proxies and influence which it buys. <a href="http://boycottnovell.com/2007/09/11/iso-jtc-1sc-34-ooxml/" title="ISO / JTC 1/SC 34 / OOXML: What is Really Going on There???">Learn more</a></p>

<p><img src="/images/features/osi.jpg" alt="Eric Raymond" style="float:left; padding:4px;"/><b>Highlight</b>: The invasion into the open source world is intended to leave Linux companies neglected, due to financial incentives from Microsoft. <a href="http://boycottnovell.com/2007/09/01/eric-raymond-esr-osi-iso/" title="Eric Raymond Sees ISO Abuse and Tells Microsoft Where to Stick Its OSI Trojan Horse">Learn more</a></p>

<p><img src="/images/features/xensource.jpg" alt="XenSource CEO" style="float:left; padding:4px;"/><b>Analysis</b>: Xen, an open source hypervisor, possibly fell victim to Microsoft's aggressive (and stealthy) acquisition-by-proxy strategy. <a href="http://boycottnovell.com/2007/08/30/hijack-by-proxy-xen/" title="Watch and Learn How Microsoft Hijacks Rival Companies by Proxy">Learn more</a></p>

<a href="http://boycottnovell.com/2007/08/20/proxy-map/" title="Mindmap: Microsoft Deals and Partnership as Proxies in a Software Battle">More analysis >></a>
<br/><br/>
<h3>Recent Posts</h3>
		<ul>
		<?php mdv_recent_posts($no_posts=50); ?>
		</ul>
</div>
<?php get_footer(); ?>