<?php
    // Copyright (C) 2005-2007 Craigweb
    // http://www.craigweb.net
    // Released under the terms of the MIT/expat license.
    // See copying.txt for full license text.
        require_once('template.php'); 
template_open("Craigweb - Software");
echo "<span class='pageheadertext'>Open Source Software</span>";
echo "
<br/><br/>
<table class='pagetable'>
    <tr>
      <td width='30%' class='pagetablecell1'><a href='http://asvcs.com/' class='linkheading'>A Simple Version Control System</a></td>
      <td width='30%' class='pagetablecell1'><div class='linkheading'>IXILIXI</div></td>
      <!--<td width='30%' class='pagetablecell1'></td>-->
    </tr>
    <tr>
      <td width='30%' class='pagetablecell2'><img src='images/asvcs.png' width='200' height='133' border='0' alt='A Simple Version Control System'/></td>
      <td width='30%' class='pagetablecell2'><img src='images/IXILIXI1.png' width='200' height='133' border='0' alt='IXILIXI'/></td>
     <!-- <td width='30%' class='pagetablecell2'></td>-->
    </tr>
    <tr>
      <td width='30%' class='pagetablecell3'>A Simple Version Control System is an easy to install and easy to to use version/revision control system. It is written entirely in PHP and stores data in a SQL database. <br/><br/>

ASVCS differs from most other version control systems in that ASVCS is designed to keep track of files in place. <br/>
<a href='http://asvcs.com/'>www.asvcs.com</a>
</td>
      <td width='30%' class='pagetablecell3'>IXILIXI is a PHP IMAP webmail client. It includes a simple module system and is fully templatable. </td>
    </tr>
</table>
";
template_close();
?>