Alterator: Difference between revisions

From ALT Linux Wiki
(syntax)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
[[ru:Alterator]]
[[ru:Alterator]]
[[Category:Sisyphus]]
Alterator is a system configuration framework.
Alterator is a system configuration framework.


Line 15: Line 16:


== Documentation ==
== Documentation ==
 
* [[Alterator/architecture|Architecture]]
* [[:ru:Alterator|Alterator]] (ru, [http://translate.google.com/translate?u=http%3A%2F%2Fwww.altlinux.org%2FAlterator&hl=en&ie=UTF8&sl=ru&tl=en translated with google translate])
* [[:ru:Alterator|Alterator]] (ru, [http://translate.google.com/translate?u=http%3A%2F%2Fwww.altlinux.org%2FAlterator&hl=en&ie=UTF8&sl=ru&tl=en translated with google translate])
== Uses ==
== Uses ==

Revision as of 16:06, 12 April 2009

Alterator is a system configuration framework.

Architecture

Alterator is layered:

backends
implement system interaction,
frontends
implement UI and configuration logic,

Frontends 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.

Documentation

Uses

Alterator is currently used

License

Alterator is licensed under GPLv2 or later.

Source code

Communication