Up to [LON-CAPA] / loncom
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
- add in revision info
Add support to get the entire contents of an edited config file as a string.
Complete debugging of all functions and documentation.
Configuration file editor: This module maintains a file consisting of colon separated fields as an array of lines that is indexed by a single selected field The indexing is done by maintaining a hash of index value -> line array index. This allows keyed lookups in constant time as well as editing that preserves lines with comments and so on. Still to do: - Write modified file. See the cfgedittests directory for the test suite associated with this module. Please add to those tests if you add functionality.