Index: trunk/doc/conf/index_user.html =================================================================== --- trunk/doc/conf/index_user.html (revision 10601) +++ trunk/doc/conf/index_user.html (revision 10602) @@ -5,7 +5,7 @@ -

The new config system in pcb-rnd

+

The pcb-rnd config system

User documentation

As of 1.1.0, pcb-rnd switched to a lihata based configuration system. The purpose of this document is to describes the basic system design going into @@ -23,8 +23,8 @@ carry out their tasks.

Config settings are imported from multiple sources: from different files, -from environment variables, from command line arguments, from the .pcb -files on load. Any source can define any part of the config tree. +from environment variables, from command line arguments, from the opened (.pcb +or .lht) files on load. Any source can define any part of the config tree. When the configuration is processed, each source is read into a temporary tree and then all the temporary trees are merged into the final config tree. The following diagram demonstrates all configuration