======================================================================

Company:                  Primac Systems Limited

Project:                       Linistrator

Version:                           1.0

======================================================================

Documentation
-------------
Date:            29 October 2001
Author:          Francis Wong

Project
-------
Commencing Date: 6 July 2001
Completed Date:  29 October 2001

Content
-------
1.   Essentials
1.1  Introduction
1.2  System Requirement
1.3  Installation

This manual can be redistributed under the terms of the
GNU General Public License as published by the
Free Software Foundation; either version 2 of the License,
or (at your option) any later version.

======================================================================

1. Essentials

======================================================================

1.1 Introduction

Linistrator is an easy to use yet powerful interface to
administer your operating system.

---------------------------------------------------------------------

1.2 System Requirement

Linistrator was developed and tested on the following system specifications.

Hardware

- MOTHERBOARD: ATX
- CPU: Intel Celeron 466mhz?
- RAM: 64 mb
- HDD: 6 gig (1 gig each partition)
- Video Card: Savage 3d

Software

- Operating System: RedHat Linux 7.0
- Language: C (GTK)
- Compiler: GCC
- Environment: X

---------------------------------------------------------------------

1.3 Installation


GCC
---
Make sure that gcc has been installed to your system so
that you can compile your own changes on the Linistrator
source code.


GTK
---
Make sure that gtk has been installed to your system since
the default interface of Linistrator uses the GTK API from
its library files.


- To extract from the file:
/bin/tar -xvf linistrator.tar

- To create your own archive:
/bin/tar -cvf linistrator.tar ~/linistrator

---------------------------------------------------------------------
