From 6a4586891949f9ebcd4b126af1d4bfc752877825 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 22 Jun 2012 20:35:00 -0400 Subject: fix link syntax --- configuration.page | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'configuration.page') diff --git a/configuration.page b/configuration.page index 8619b4a..fc595fe 100644 --- a/configuration.page +++ b/configuration.page @@ -55,18 +55,18 @@ implement UCI/LuCI compatability on their own, sometimes with a seperate ### Augeas, Config::Model, Blueprint -[http://augeas.net/index.html](Augeas) is a C library and collection of +[Augeas](http://augeas.net/index.html) is a C library and collection of "lenses" which allow the manipulation of many types of configuration files through a standard treee/heirarchy interface. It is careful about not overwriting locally edited changes or even whiping out comments. It does not do any type checking of files. -[https://github.com/dod38fr/config-model/wiki](Config::Model) is a perl project +[Config::Model](https://github.com/dod38fr/config-model/wiki) is a perl project that both replicates a lot of the functionality of Augeas and can be run on top of Augeas. It seems to be debian specific, unclear how far along implementation is. -[http://devstructure.github.com/blueprint/](Blueprint) is a system to "reverse +[Blueprint](http://devstructure.github.com/blueprint/) is a system to "reverse engineer" configuration changes on Linux (UNIX?) systems. It is written in python and makes use of git for a storage backend. It includes tools for generating, version controlling, diffing, sharing, etc. It captures dpkg and @@ -86,16 +86,17 @@ perhaps components of UCI could be extracted. * OpenWrt's UCI and LuCI * Puppet [http://www.aosabook.org/en/puppet.html](design writeup) (from "Architecture of Open Source Applications") -* Chef: [http://www.cfengine.com/](Knife), - http://wiki.opscode.com/display/chef/Chef+Solo -* [http://joeyh.name/code/etckeeper/](etckeeper) -* [https://en.wikipedia.org/wiki/Salt_(software)](Salt) +* Chef: [Knife](http://www.cfengine.com/), + [Solo](http://wiki.opscode.com/display/chef/Chef+Solo) +* [etckeeper](http://joeyh.name/code/etckeeper/) +* [salt](https://en.wikipedia.org/wiki/Salt_(software)) * gconf -* Quattor, -* [https://juju.ubuntu.com/](Ubuntu JuJu) +* Quattor +* [Ubuntu JuJu](https://juju.ubuntu.com/) * SNMP * bcfg2 ### Reference -* http://wiki.debian.org/FreedomBox/BoxConfiguration +* [FBx configuration](http://wiki.debian.org/FreedomBox/BoxConfiguration) + -- cgit v1.2.3