Alterator: Difference between revisions

From ALT Linux Wiki
(First attempt)
 
(ru interwiki)
Line 1: Line 1:
__NOTOC__
__NOTOC__
[[ru:Alterator]]
Alterator is a system configuration framework.
Alterator is a system configuration framework.



Revision as of 13:01, 20 August 2008

Alterator is a system configuration framework.

Architecture

Alterator is layered:

backends
implement system interaction,
frontends
implement GUI and configuration logic,
interfaces
translate frontend GUI descriptions to the specific GUI (Qt or Web).

Frontend and interfaces are implemented in Scheme. Backend/frontend interaction is performed through sockets by the specific Lisp-inspired protocol.

Backends may be written in any language, and there are existing libraries for POSIX shell and Perl for dealing with frontend communication protocol.

Uses

Alterator is currently used

License

Alterator is licensed under GPLv2 or later.

Source code

Communication