Index: index.html =================================================================== --- index.html (revision 5702) +++ index.html (revision 5703) @@ -10,7 +10,7 @@
  • ... this led to a variety of configuration formats; using one format not always because it was better suited for the task, but for historical reasons
  • ... this also led to a collection of config files - again not always split by boundaries of settings, but often by arbitrary boundaries of code
  • the old system didn't support lists or arrays well -
  • it didn't have a coherent concept of how settings from different sources would override eachother +
  • it didn't have a coherent concept of how settings from different sources would override each other
  • ... this resulted in the rigid structure that most of the settings could come from only one place (e.g. if it's an user setting, the design won't be able to override it) @@ -17,14 +17,14 @@

    What the new system offers