From 6a4586891949f9ebcd4b126af1d4bfc752877825 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 22 Jun 2012 20:35:00 -0400 Subject: fix link syntax --- Index.page | 8 ++++---- configuration.page | 21 +++++++++++---------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Index.page b/Index.page index 290cc58..86cbfe1 100644 --- a/Index.page +++ b/Index.page @@ -5,15 +5,15 @@ the [rooter](http://rooter.is) open hardware wireless router. Feel free to create an account, but note that the connection is NOT secure. See the links to the left for help; the kdefault syntax is markdown, and the wiki can export to many formats. There is also a mailing list, you can sign up -and browse the archives [http://mailman.rooter.is/mailman/listinfo/talk](here). +and browse the archives [here](http://mailman.rooter.is/mailman/listinfo/talk). # System Components -* **[Hardware](/hardware/specs)** -* **[Packet Routing](/routing)** +* **[Hardware Specifications](/hardware/specs)** +* **[Operating System](/distribution)** * **[Configuration Management](/configuration)** -* **(Operating System)[/distribution]** * **[Services](/services) and [Applications](/applications)** +* **[Packet Routing](/routing)** # Development 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