Copyright © 2008 Allen Networks.
Free software respects every user's right to know what is running around inside their computer. As an entitlement to this right, the source code on this site is available for everyone to see, licensed under the GNU Affero General Public License (AGPL) version 3. A few other files that this site uses are listed below since they can not be accessed using the "View Source" link on the bottom of every page.
<?php
$headtitle = "Allen Networks";
require_once('header.inc');
?>
<div id="linkpath"><b>Home</b></div>
<h2>Recent News</h2>
<h3>Aladdin's Arabesque Public Preview Released</h3>
<div><small>Sam Allen, July 8<sup>th</sup> 2008</small></div>
<p>After a couple days of running through the PHP and MySQL for my wife's site, <a href="http://aladdins.atshop3d.com/">Aladdin's Arabesque</a> is finally up and running. In the meantime, I am documenting the steps needed to configure and modify the site and tidying up the code before I release the source files to the public under the GNU Affero GPL.</p>
<h3>The "I Haven't Disappeared" Post</h3>
<div><small>Sam Allen, March 12<sup>th</sup> 2008</small></div>
<p>As the first post on this site in a long time from apparent inactivity, things are actually alive and well in our area. Infact, too alive. I spend far too much time with PHP/MySQL for the time being, and miss looking at the C code structure.</p>
<p>Regardless of how busy time has been, I would like to announce the coming of the 2 new sites: <a href="http://aladdins.atshop3d.com/">Aladdin's Arabesque</a> (which my wife is currently editing herself) and the new <a href="http://www.atshop3d.com/equisearch/">classifieds site</a>. Both will be released under the Affero GPL, as always.</p>
<?php
require_once('footer.inc');
?>