ossp-web/pkg/lib/cfg/index.wml 1.2 -> 1.3
--- index.wml 2002/02/15 20:06:28 1.2
+++ index.wml 2002/07/13 20:09:24 1.3
@@ -7,8 +7,12 @@
<h2>Abstract</h2>
-OSSP cfg provides parsing of C-style configuration files
-with an unlimited recursion depth.
+OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style
+configuration files. A configuration is sequence of directives. Each
+directive consists of zero or more tokens. Each token can be either
+a string or again a complete sequence. This means the configuration
+syntax has a recursive structure and this way allows to configure
+structures which require arbitrarily nested sections.
<h2>Authors</h2>
@@ -24,6 +28,7 @@
<h2>Source</h2>
<pkg_files
+ cvs=$(CVS_ROOT_URL)/pkg/lib/cfg/
url=$(FTP_ROOT_URL)/pkg/lib/cfg/
directory=$(FTP_ROOT_DIR)/pkg/lib/cfg/
files="cfg-*.tar.gz"
|
|