start package overview docs

This commit is contained in:
Doug MacEachern 2004-07-23 18:45:40 +00:00
parent 0d40b99a71
commit 531c3c64e9
5 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Sigar</title>
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Example classes implementing familar unix tools in Java.
</body>
</html>

View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Sigar</title>
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Sigar - <b>S</b>ystem <b>I</b>nformation <b>G</b>atherer <b>A</b>nd <b>R</b>eporter
</body>
</html>

View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Sigar</title>
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<b>P</b>rocess <b>T</b>able <b>Q</b>uery <b>L</b>anguage
</body>
</html>

View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Sigar</title>
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Base package for implementing a command shell.
</body>
</html>

View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Sigar</title>
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Utility classes independent of Sigar.
</body>
</html>