Posted by member 1 on 2003-06-25 18:35:41 link
I don't know what themes you are looking at but my step.rc is very structured and organized.
How can there be less parsing to do if you are going through more text? How are you going to get settings to LS from an external app without doing twice the work?
Having an XML document describing a module is different than configuring LS with it. Having XML docs explain modules to users with doc engines or config tools makes sense and is being worked on.
There is nothing more natural than a setting and its value. Having an xml entry for it that looks like <setting name='PopupTitleText' value='Title'> seems a whole lot more unnatural than "PopupTitleText Title".
How can there be less parsing to do if you are going through more text? How are you going to get settings to LS from an external app without doing twice the work?
Having an XML document describing a module is different than configuring LS with it. Having XML docs explain modules to users with doc engines or config tools makes sense and is being worked on.
There is nothing more natural than a setting and its value. Having an xml entry for it that looks like <setting name='PopupTitleText' value='Title'> seems a whole lot more unnatural than "PopupTitleText Title".