Config-Model-Itself
Config-model-itself
http://config-model.wiki.sourceforge.net
graphical model editor for Config::Model
Config::Model::Itself and the command config-model-edit provide a Perl/Tk graphical interface to edit configuration models that will be used by Config::Model.
Config::Model::Itself also provides a model for Config::Model (hence the Itself name, you can also think of it as a meta- model). The model editor will use this meta-model to construct the graphical interface so you can edit the configuration model for *your* application. [ Config::Model::Itself is the "eat your own dog food" principle applied to Config::Model ;-) ]
Let's step back a little to explain. Any configuration data is, in essence, structured data. This data could be stored, for instance, in an XML file. A configuration model is a way to describe the structure and relation of all items of a configuration data set.
This configuration model is also expressed as structured data. This structure data is structured and follows a set of rules which are described for humans in Config::Model.
The structure and rules documented in Config::Model are also expressed in a model in the files provided with Config::Model::Itself.
Hence the possibity to verify, modify configuration data provided by Config::Model can also be applied on configuration models.
The model editor program is config-model-edit.
Since the model editor and the configuration data editor are based on the same graphical module, you will use similar UIs to edit configuration data (for instance OpenSsh configuration data from sshd_config) and OpenSsh model (if you need to add new parameters in OpenSsh model)
Once this package is installed, you can run:
$ config-model-edit -model <model_name>
For instance, if you have installed Config::Model::OpenSsh (not yet packaged), you can run:
$ config-model-edit -model OpenSsh
If you save OpenSsh configuration model, config-model-edit will create a lib directory and write the modified model there.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Debian
Verified on
20 March 2013
Notes
License: LGPL-2.1+
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
On Debian systems, the complete text of version 2.1 of the GNU Lesser General Public License can be found in `/usr/share/common-
licenses/LGPL-2.1'.
Leaders and contributors
Contact(s) | Role |
---|---|
Dominique Dumont (ddumont@cpan.org) | contact |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Perl (Ref) | https://metacpan.org/release/Config-Model-Itself | |
Debian (Ref) (R) | https://tracker.debian.org/pkg/libconfig-model-itself-perl |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.