A few days ago I finally released my ongoing open source project, llconf. It is a library to make parsing configuration files easy. To learn how it works, see the Quick Guide.
A few days ago I finally released my ongoing open source project, llconf. It is a library to make parsing configuration files easy. To learn how it works, see the Quick Guide.
Filed under debian, linux, programming
Hey, greap utility. I just posted a patch on the project page for the syslog-ng parser.
Any thoughts to it’s future?
Are you still actively developing it?
Perhaps add an XML output format?
-Bruce
Hi Bruce,
I haven’t done anything with it for a few months now, but I am not giving up on it. Thanks for the patch
.
For some reason, google does not notify me of issues. Without your comment here, I wouldn’t have noticed.
I thought about an XML interface, and I think it’s a good idea, but not urgent for me. So if you really need it, speed up things by providing a patch
. I don’t think it would be hard to write an output module.
Hi, I posted an issue with the ini parsing of a samba ini config file.
Seems if the keyword is multiple values with a space, it does not parse.
Such as
[global]
netbios name = hostname
it’s a nice tool that I would like to use for automating reads and updates to config files in shells on our unRAID raid system Great Job, Thanks!