Issue #18 has been updated by Jonathan Clarke. Category set to Core
Rémy-Christophe Schermesser wrote: > I will try to write all the pros & cons of all files type, please update as > you see fit ! Great start. You're right, the first step to this is changing the format. > h2. YAML : > > + Easy to read/write for a human/computer > - Can not write multiple lines JS This is not so, you can store multiple lines in YAML, either with a folding syntax (line breaks are replaced by spaces) or as literals (line breaks are preserved). See http://www.yaml.org/spec/1.2/spec.html#id2760844. So without this, YAML doesn't seem to have any cons :) Another criterion to think about: can configuration files include/reference other configuration files? ---------------------------------------- Feature #18: Change the configuration format to something more adaptable http://tools.lsc-project.org/issues/show/18 Author: Jonathan Clarke Status: New Priority: Normal Assigned to: Category: Core Target version: Sometime in the future XML? YAML? Think about it being parsed/written by a web interface. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

