Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
<?php
include_once( '../../header.php' );
?>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Computer Asset Management Program - SysInfo</title>
<link rel="stylesheet" type="text/css" href="../../camp.css">
</head>
<body>
<?php include_once('../../menu.php');
?>
<div id="content">
<h1>
Download Client Software
</h1>
<h2>Select the appropriate client below</h2>
<ul>
<li>
<a href='sysinfo_client/sysinfo_windows.zip'>Windows Sysinfo Client (zip)</a>
<p>
This is the source code only. You will need to install Perl (<a href='http://www.activestate.com/activeperl' target=_blank>ActiveState</a> is good) and the appropriate libraries. Be sure to read the included README
</p>
</li>
<li>
<a href='sysinfo_client/sysinfo_windows.zip'>Linux Sysinfo Client (tar.gzip)</a>
<p>
Be sure to read the README on this.
</p>
</li>
<li>
<a href='sysinfo_client/sysinfo_windows.zip'>Debian Sysinfo Client Package</a>
<p>
For ease of use, you can also use Daily Data's Debian repository. Add the following line to /etc/apt/sources.lst
</p>
<pre>
yada yada yada
</pre>
</li>
</div>
</body>
</html>