Simple Config README.txt


Simple Configuration System

  The simple configuration system allows you to store your program's
  configuration values in a simple INI-like file containing name-value
  pairs and comments. Once a configuration file has been loaded by the 
  system, the application can query the configuration values by name, 
  set values, add new values, store the current values back to the 
  configuration file and add callbacks to values in order to be informed
  when the values are modified.

Build and Install

  You can build and install the simple configuration system library simply 
  by issuing the 'make install' command from within the simple configuration
  system directory. This will build the static library and install it in the
  /usr/local/lib directory.

License and Warranty

  The simple configuration system is licensed under the GNU Lesser General 
  Public License (LGPL) version 2.1. You can redistribute it and/or modify
  it under the terms of the LGPL.

  The simple configuration system is provided AS-IS, WITHOUT WARRANTY OF 
  ANY KIND; without even the implied warrenties of MERCHANTABILITY or 
  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
  License for more details.
  
  You should have received a copy of the GNU Lesser General Public License
  with this library; if not, write to the Free Software Foundation, Inc.,
  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  
  Use under a license other than the LGPL can be arranged by request.

Author

  This software is copyright (C) 2006 by Jeffrey Dutky.
  
  You can download the software from my web page at
  http://members.bellatlantic.net/~dutky
  or you can contact me via e-mail at dutky@BellAtlantic.net

Home