Marco Ehrentreich wrote:
But if other people will have to read or edit the said files you probably should simply ask for their opinions ;-)
hmmm, looking at the properties files format, I cannot seem to find a way to express different instances of an item.
Bear Bibeault wrote:
If you need complex objects with grouping, you might want to go with something more complex such as yaml or json.
Bear Bibeault wrote:
If you just need text substitution, and want to handle it on the client, you might want to think about using JSON with jQuery Ajax and a JavaScript templating engine such as Handlebars.
Adrien Lapointe wrote:From a design point of view, would it be more appropriate on the server or client side?