Unix application programming
We develop software for Unix based systems in many
software fields
.
Our applications are compatible with X-based window environments of
various vendors. They work with any window manager, e.g. KDE, Gnome etc.
Compliance with the ICCCM standard (Inter Client Communication Conventions Manual)
will assist us with this.
Use of Internet standard protocols and mechanisms are highly encouraged. Examples are:
- LAMP (Linux Apache MySQL PHP) as universal platform for data management
- SMTP for e-mail
- NNTP for news
- Telnet for interactive login
- FTP for data transfer
- HTTP for WWW services
- NTP time synchronisation
- SSH for Login and secured data tunnel
- Standard network based licensing mechanisms
- Use of standard printing mechanisms
- Standard Unix security mechanisms
- and many more
We prefer flexible, informative, easily customizable and understandable installation
scripts. As much as possible these scripts will actively seek for necessary system information.
They will interact with the installer to confirm, verify and perhaps change the automatically
found information.
Our application can be installed at any point in Your file system. No need for additional
links, directories or files have to be installed.
Our installation procedure is easy to understand and if failure occurs help
information are of course available. Log-files will be generated during the installation
procedure.
|