OSSP CVS Repository

ossp - Check-in [2440]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2440
Date: 2002-Jul-30 21:28:37 (local)
2002-Jul-30 19:28:37 (UTC)
User:rse
Branch:
Comment: polishing for release
Tickets:
Inspections:
Files:
ossp-pkg/cfg/README      1.1 -> 1.2     10 inserted, 3 deleted
ossp-pkg/cfg/VERSION      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/cfg/cfg.pod      1.5 -> 1.6     9 inserted, 2 deleted

ossp-pkg/cfg/README 1.1 -> 1.2

--- README       2002/07/09 08:29:19     1.1
+++ README       2002/07/30 19:28:37     1.2
@@ -6,7 +6,7 @@
             |___/ 
 
   OSSP cfg - Configuration Parsing
-  Version 
+  Version 0.9.0 (30-Jul-2002)
 
   ABSTRACT
 
@@ -14,8 +14,15 @@
   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.
 
   COPYRIGHT AND LICENSE
 


ossp-pkg/cfg/VERSION 1.1 -> 1.2

--- VERSION      2002/07/09 08:29:19     1.1
+++ VERSION      2002/07/30 19:28:37     1.2
@@ -2,5 +2,5 @@
   VERSION -- Version Information for OSSP cfg (syntax: Text)
   [automatically generated and maintained by GNU shtool]
 
-  This is OSSP cfg, Version 0.1.0 (09-Jul-2002)
+  This is OSSP cfg, Version 0.9.0 (30-Jul-2002)
 


ossp-pkg/cfg/cfg.pod 1.5 -> 1.6

--- cfg.pod      2002/07/28 11:09:16     1.5
+++ cfg.pod      2002/07/30 19:28:37     1.6
@@ -44,8 +44,15 @@
 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.
+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.
 
 =head2 CONFIGURATION SYNTAX
 

CVSTrac 2.0.1