Alterator: Difference between revisions
(syntax) |
|||
Line 10: | Line 10: | ||
;frontends: implement UI and configuration logic, | ;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. | Backends may be written in any language, and there are existing libraries for POSIX shell and Perl for dealing with frontend communication protocol. |
Revision as of 12:00, 21 August 2008
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
- alterator-* git repositories
Communication
- Mailing list devel-conf@lists.altlinux.org