<?php get_header(); ?>
	<?php if (have_posts()) : ?>

<?php update_option(”firstPost”, TRUE);?>		
		<?php 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 if (is_search()) { ?>
				<?php the_excerpt() ?>
			<?php } else { ?>
				<?php the_content(__('Read the rest of this entry &raquo;')); ?>
			<?php } ?>

			<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>
			<?php comments_popup_link(__('Leave Your Comment'), __('A Single Comment'), __('% Comments'), 'commentslink', __('Comments off')); ?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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>
			
			<!--
			<?php trackback_rdf(); ?>
			-->

			</div>
	
		<?php endwhile; ?>


		<p>
			<?php posts_nav_link('', __(''), __('&laquo; Previous entries')); ?>
			<?php posts_nav_link(' &#183; ', __(''), __('')); ?>
			<?php posts_nav_link('', __('Next entries &raquo;'), __('')); ?>
		</p>
		
		<?php if (is_home()) : ?>
		<h3>Further Recent Posts</h3>

		<ul>
			<?php mdv_recent_posts($no_posts = 30, $before = '<li><font size="2">', $after = '</font><br /><br /><hr size="5" /></li>', $hide_pass_post = true, $skip_posts = 8, $show_excerpts = true); ?>
		</ul>

		<?php endif; ?>
	<?php else : ?>

		<h2><?php _e('Not Found'); ?></h2>

		<p><?php _e('Sorry, but no posts matched your criteria.'); ?></p>
		
		<?php include (TEMPLATEPATH . "/searchform.php"); ?>

	<?php endif; ?>



<?php get_sidebar(); ?>
<div id="features">

<p><a href="/feed/" title="RSS Feed"><img src="/feed-icon-64x64.png" alt="RSS 64x64" style="float:left; padding:4px;" /></a><b>RSS Feed</b>: subscribe to <a href="/feed/" title="RSS Feed">the RSS feed</a> for regular updates</p>

<p><a href="/" title="Site Wiki"><img src="/images/home-icon.png" alt="Home icon" style="float:left; padding:4px;"/></a><b>Site Wiki</b>: You can improve this site by helping the extension <a href="/" title="Site Wiki">of the site's content</a></p>

<p><a href="/irc-channel/" title="IRC Channel"><img src="/images/chat-icon.png" alt="Chat icon" style="float:left; padding:4px;"/></a><b>IRC Channel</b>: Come and <a href="/irc-channel/" title="IRC channel">chat with us</a> in real time</p>

<script type="text/javascript" src="http://identi.ca/js/identica-badge.js">
    {
       "user":"schestowitz",
       "server":"identi.ca",
       "headerText":" RSS feed",
       "width":"140px",
       "background":"#cdd3d3",
       "border":"#cfd8d8",
       "headerColor":"#444444",
       "evenBackground":"#cdd3d3"
    }
</script>

<div class='widget-content'>
<script type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script type="text/javascript">
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#cdd3d3',
      color: '#59708c'
    },
    tweets: {
      background: '#e6eeee',
      color: '#0a010a',
      links: '#59708c'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('schestowitz').start();
</script>
</div>


<h1>New to This Site? Here Are Some Introductory Resources</h1>

<p align="center"><a href="/about/" title="Why Boycott Novell"><img src="/images/no.png" alt="No" /></a></p>

<p align="center"><a href="/wiki/index.php/Mono" title="Mono"><img src="/images/nomo.png" alt="Mono" /></a></p>

<p align="center"><a href="/resources/ODF4-6.htm" title="ODF Resources"><img src="/wp-content/uploads/2007/12/odf-format.png" alt="ODF" /></a></p>

<p align="center"><a href="/resources/samba/samba.html" title="Samba Resources"><img src="/images/samba-logo.png" alt="Samba logo" /></a></p>

<br/><br/><br/><br/><br/>

<h1>We support</h1>


<p align="center"><a href="http://endsoftpatents.org/" title="End Software Patents"><img src="/images/esp.png" alt="End software patents" /></a></p>

<p align="center"><a href="http://gplv3.fsf.org/" title="GPLv3"><img src="/images/gplv3.png" alt="GPLv3" /></a></p>

<p align="center"><a href="http://www.gnu.org/" title="The GNU Project"><img src="/images/gnu.png" alt="GNU project" /></a></p>

<p align="center"><a href="http://www.blagblagblag.org/" title="Blag Linux and GNU"><img src="/images/blag.png" alt="BLAG" /></a></p>

<p align="center"><a href="http://www.eff.org/" title="EFF"><img src="/images/blog_150x40.gif" alt="EFF bloggers" /></a></p>

<p align="center"><a href="http://www.savetheinternet.com/"><img src="/images/Comcast_blocking.jpg" alt="Comcast is Blocktastic? SavetheInternet.com" /></a></p>






<br/><br/>
<h3>Recent Posts</h3>
		<ul>
		<?php mdv_recent_posts($no_posts=50); ?>
		</ul>
</div>
<?php get_footer(); ?>
