From: Richard J. <ri...@an...> - 2004-07-24 09:56:18
|
On Fri, Jul 23, 2004 at 10:49:59PM +0200, Nicolas Cannasse wrote: > Well, we've been talking before about adding a module in order to save > config or data informations in a persistent storage (such as a file) but we > couldn't agree on which was best. IMHO we need a hierarchical format with > some structural semantics and a minimum of typing , all of that storable in > an text only user editable format. XML would be enough even if not best > before it's widely use and easy to interface with other programming language > for data exchanges. I think CDB is not enough powerful - although > convenient - so that we reach an agreement on it. I think it's been mentioned before, but just for completeness, YAML (http://www.yaml.org/) is looking like a good choice in this area. Of course, someone would need to step forward and write the parser, which isn't going to be me at the moment ... Rich. -- Richard Jones. http://www.annexia.org/ http://www.j-london.com/ Merjis Ltd. http://www.merjis.com/ - improving website return on investment PTHRLIB is a library for writing small, efficient and fast servers in C. HTTP, CGI, DBI, lightweight threads: http://www.annexia.org/freeware/pthrlib/ |