| 1 |
rodolico |
1 |
<?php
|
|
|
2 |
include_once( '../../header.php' );
|
|
|
3 |
?>
|
|
|
4 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
5 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
|
|
|
6 |
>
|
|
|
7 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
8 |
<head>
|
|
|
9 |
<title>Computer Asset Management Program - SysInfo</title>
|
|
|
10 |
<link rel="stylesheet" type="text/css" href="../../camp.css">
|
|
|
11 |
</head>
|
|
|
12 |
<body>
|
|
|
13 |
<?php include_once('../../menu.php');
|
|
|
14 |
?>
|
|
|
15 |
<div id="content">
|
|
|
16 |
<h1>
|
|
|
17 |
Download Client Software
|
|
|
18 |
</h1>
|
|
|
19 |
<h2>Select the appropriate client below</h2>
|
|
|
20 |
<ul>
|
|
|
21 |
<li>
|
|
|
22 |
<a href='sysinfo_client/sysinfo_windows.zip'>Windows Sysinfo Client (zip)</a>
|
|
|
23 |
<p>
|
|
|
24 |
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
|
|
|
25 |
</p>
|
|
|
26 |
</li>
|
|
|
27 |
<li>
|
|
|
28 |
<a href='sysinfo_client/sysinfo_windows.zip'>Linux Sysinfo Client (tar.gzip)</a>
|
|
|
29 |
<p>
|
|
|
30 |
Be sure to read the README on this.
|
|
|
31 |
</p>
|
|
|
32 |
</li>
|
|
|
33 |
<li>
|
|
|
34 |
<a href='sysinfo_client/sysinfo_windows.zip'>Debian Sysinfo Client Package</a>
|
|
|
35 |
<p>
|
|
|
36 |
For ease of use, you can also use Daily Data's Debian repository. Add the following line to /etc/apt/sources.lst
|
|
|
37 |
</p>
|
|
|
38 |
<pre>
|
|
|
39 |
yada yada yada
|
|
|
40 |
</pre>
|
|
|
41 |
</li>
|
|
|
42 |
</div>
|
|
|
43 |
</body>
|
|
|
44 |
</html>
|