ossp-web/pkg/lib/cfg/index.wml 1.4 -> 1.5
--- index.wml 2002/07/26 09:25:54 1.4
+++ index.wml 2002/07/30 19:52:00 1.5
@@ -11,8 +11,16 @@
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.
+syntax has a recursive structure and this way allows to create
+configurations with arbitrarily nested sections.
+
+<p>
+Additionally the configuration syntax provides complex
+single/double/balanced quoting of tokens, hexadecimal/octal/decimal
+character encodings, character escaping, C/C++ and Shell-style
+comments, etc. The library API allows importing a configuration text
+into an Abstract Syntax Tree (AST), traversing the AST and optionally
+exporting the AST again as a configuration text.
<h2>Authors</h2>
@@ -22,8 +30,8 @@
<pkg_status
stable="none" stable_date="none"
- unstable="none" unstable_date="none"
- done=80>
+ unstable="0.9.0" unstable_date="30-Jul-2002"
+ done=95>
<h2>Source</h2>
@@ -32,5 +40,5 @@
url=$(FTP_ROOT_URL)/pkg/lib/cfg/
directory=$(FTP_ROOT_DIR)/pkg/lib/cfg/
files="cfg-*.tar.gz"
- stable="none" unstable="none">
+ stable="none" unstable="cfg-0.9.0.tar.gz">
|
|