Difference between revisions of "Config-Model-Backend-Augeas"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
(Added Debian link)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Status=
 
|User level=
 
|Submitted by=Debian import
 
|Computer languages=Perl
 
 
|Name=Config-model-backend-augeas
 
|Name=Config-model-backend-augeas
|Submitted date=2013-03-20
 
 
|Short description=configuration reader and writer powered by Augeas
 
|Short description=configuration reader and writer powered by Augeas
|VCS checkout command=
 
 
|Full description=Config::Model::Backend::Augeas provides a way to load or store
 
|Full description=Config::Model::Backend::Augeas provides a way to load or store
 
configuration data through Config::Augeas. This way, the
 
configuration data through Config::Augeas. This way, the
Line 58: Line 52:
  
 
http://augeas.net
 
http://augeas.net
|Component programs=
 
 
|Homepage URL=http://search.cpan.org/dist/Config-Model-Backend-Augeas/
 
|Homepage URL=http://search.cpan.org/dist/Config-Model-Backend-Augeas/
 +
|Computer languages=Perl
 +
|Accepts cryptocurrency donations=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/03/13
 +
|Submitted date=2013-03-20
 
|Is GNU=No
 
|Is GNU=No
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/libconfig-model-backend-augeas-perl
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=LGPLv2orlater
 +
|License copyright=© 2008-2011, Dominique Dumont (ddumont@cpan.org)
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© 2008-2011, Dominique Dumont (ddumont@cpan.org)
 
 
|License=LGPLv2orlater
 
 
|License note=License: LGPL-2+
 
|License note=License: LGPL-2+
  
Line 84: Line 76:
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=LGPLv2orlater
 +
|License copyright=© 2009-2011, Dominique Dumont <dod@debian.org>
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© 2009-2011, Dominique Dumont <dod@debian.org>
 
 
|License=LGPLv2orlater
 
 
|License note=License: LGPL-2+
 
|License note=License: LGPL-2+
  
Line 101: Line 92:
 
{{Person
 
{{Person
 
|Real name=Dominique Dumont (ddumont@cpan.org)
 
|Real name=Dominique Dumont (ddumont@cpan.org)
|Resource URL=
 
 
|Role=contact
 
|Role=contact
|Email=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/libconfig-model-backend-augeas-perl
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 
|Resource URL=http://search.cpan.org/dist/Config-Model-Backend-Augeas/
 
|Resource URL=http://search.cpan.org/dist/Config-Model-Backend-Augeas/
|Resource kind=Download
+
}}
 +
{{Software category}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/libconfig-model-backend-augeas-perl
 
}}
 
}}

Revision as of 12:11, 13 March 2018


[edit]

Config-model-backend-augeas

https://metacpan.org/release/Config-Model-Backend-Augeas
configuration reader and writer powered by Augeas

Config::Model::Backend::Augeas provides a way to load or store configuration data through Config::Augeas. This way, the structure and commments of the original configuration file are preserved.

With Config::Model::Backend::Augeas, Config::Model now provides a way to load and save data through RedHat's Augeas library.

Config::Model and Augeas are both configuration editing tool. Both parse configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files.

Both Augeas and Config::Model rely on a tree to represent configuration data.

On one side, Augeas is able to load and write data while respecting the structure and comments of the original configuration file. But Augeas purpose is not to validate the semantic content of the configuration file.

On the other side, Config::Model is able to validate the semantic content of the configuration file, but it will discard all comments and will write back configuration data using a canonical order. Thus the comments and structure of the original configuration file is not preserved.

You can now have the best of both worlds by using the Augeas library to load and write data from Config::Model configuration tree. You can now instruct Config::Model to use Augeas backend in the autoread and autowrite feature. See Config::Model::Autoread for details.

Unfortunately, you must ensure that the tree representation specified in Config::Model and Augeas lens are quite close together: - Config::Model element names and Augeas lens names must be identical - Both structures must be very close. Each Config::Model node must have a corresponsing lens.

See Config::Model::Backend::Augeas documentation to use Augeas with your configuration model.

For more details on Config::Model see:

http://config-model.wiki.sourceforge.net/

For more details on Augeas, see:

http://augeas.net



Download




Categories





Licensing

License

Verified by

Verified on

Notes

Verified by

Debian

Verified on

20 March 2013

Notes

License: LGPL-2+

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 GNU/Linux systems, the complete text of version 2 of the GNU Lesser Public License can be found in

`/usr/share/common-licenses/LGPL-2'




Leaders and contributors

Contact(s)Role
Dominique Dumont (ddumont@cpan.org) contact


Resources and communication

AudienceResource typeURI
Debian (Ref) (R)https://tracker.debian.org/pkg/libconfig-model-backend-augeas-perl
Perl (Ref)https://metacpan.org/release/Config-Model-Backend-Augeas


Software prerequisites




Entry











"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/libconfig-model-backend-augeas-perl

[[Category:]]



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.