Updated for release 0.17.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 14 Sep 2002 13:33:32 +0000 (13:33 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 14 Sep 2002 13:33:32 +0000 (13:33 +0000)
README

diff --git a/README b/README
index a6ad5895fba6dcc1c434e65e85453a2d67870685..7791914a8460fe23651524048940ca65c615c5b0 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,9 @@ to parse and process arbitrary genealogy files in the standard gedcom format.
 
 Its main features are:
 
- - strict callback-based parser written in C (using lex/yacc)
+ - strict callback-based parser written in C (using lex/yacc), a C object
+   model is also available (compare to the difference between SAX and DOM
+   in XML).
 
  - supports the Gedcom 5.5 standard fully
 
@@ -22,6 +24,8 @@ Its main features are:
 
  - specific parsing and checking of cross-references
 
+ - specific parsing of age values
+
  - "compatibility-mode" parsing, to allow for not-exactly-standard syntaxes
    used by other genealogy programs; currently, compatibility is added for:
      - ftree
@@ -34,6 +38,9 @@ To do list:
  - specific parsing of other special values
  - compatibility with other genealogy programs
  - older/newer Gedcom standards ?
+ - modifying data
+ - writing GEDCOM files, GEDML files
+ - C++ object model
  - ...
 
 For more information, refer to the documentation in the doc subdirectory,