Index: ossp-web/new/news.txt RCS File: /v/ossp/cvs/ossp-web/new/news.txt,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-web/new/news.txt,v' 2>/dev/null --- news.txt 2002/07/30 18:37:24 1.16 +++ news.txt 2002/07/30 19:51:59 1.17 @@ -1,3 +1,5 @@ +30-Jul-2002: Released L 0.9.0 +30-Jul-2002: Released L 0.9.0 30-Jul-2002: Released L 0.1.12 28-Jul-2002: Released L 1.2.1 26-Jul-2002: Released L 1.2.0 Index: ossp-web/pkg/lib/cfg/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/cfg/index.wml,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-web/pkg/lib/cfg/index.wml,v' 2>/dev/null --- 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. + +

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

Authors

@@ -22,8 +30,8 @@ + unstable="0.9.0" unstable_date="30-Jul-2002" + done=95>

Source

@@ -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"> Index: ossp-web/pkg/lib/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/index.wml,v rcsdiff -q -kk '-r1.20' '-r1.21' -u '/v/ossp/cvs/ossp-web/pkg/lib/index.wml,v' 2>/dev/null --- index.wml 2002/07/30 18:37:24 1.20 +++ index.wml 2002/07/30 19:51:59 1.21 @@ -28,7 +28,7 @@ done=100 stable=1.0.0 unstable=none> + done=95 stable=none unstable=0.9.0> @@ -70,7 +70,7 @@ done=50 stable=none unstable=none> + done=95 stable=none unstable=0.9.0> Index: ossp-web/pkg/lib/l2/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/l2/index.wml,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-web/pkg/lib/l2/index.wml,v' 2>/dev/null --- index.wml 2002/07/13 20:09:26 1.3 +++ index.wml 2002/07/30 19:52:00 1.4 @@ -38,8 +38,8 @@ + unstable="0.9.0" unstable_date="30-Jul-2002" + done=95>

Source

@@ -48,5 +48,5 @@ url=$(FTP_ROOT_URL)/pkg/lib/l2/ directory=$(FTP_ROOT_DIR)/pkg/lib/l2/ files="l2-*.tar.gz" - stable="none" unstable="none"> + stable="none" unstable="l2-0.9.0.tar.gz">