llconf site created

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.

About these ads

3 Comments

Filed under debian, linux, programming

3 Responses to llconf site created

  1. Bruce

    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

  2. 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.

  3. Rob

    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!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s