<?php // -*- C++ -*-

//      $Id: index.php,v 1.19 2001/10/25 17:15:28 jwalsh Exp $  

$title = "Home"; 

$functionsfile = "/home/jaw/jwalsh.net/includes/functions.php";       
require($functionsfile);

?>

<h1>Tech notes, bookmarks, and misc. notes</h1>
<a href="archive.php">archives</a><p>


     
          <br><h3>Thursday, November 01, 2001</h3>
     
     <blockquote>
 		  <a name="6796345">&nbsp;</a><br>
          <div style="clear:both;"></div>A summary of the  <a href="http://www.nacse.org/demos/coping-with-unix/coping-with-unix/node145.html">Unix Toolkit</a> from ``Coping with Unix''.<div style="clear:both; padding-bottom:0.25em"></div><br>
          <font size="1">posted by j <a href="2001_11_01_archive.php#6796345#6796345">11/01/2001 03:09:00 PM</a></font>
     </blockquote>
     <p>


<!-- 
   In accordance to the Blogger terms of service, please leave this button somewhere on your blogger-powered page. Thanks!
-->

<P><BR>
<a href="http://www.blogger.com"><img width=88 height=31 src="http://buttons.blogger.com/bloggerbutton1.gif" border=0 alt="This page is powered by Blogger. Isn't yours?"></a>
<?

$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";     
if ( file_exists($footerhtml) ) {
  include($footerhtml);
} else {
  printf("Error:  No theme specified");
}

?>
