X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=README;h=7791914a8460fe23651524048940ca65c615c5b0;hb=38a93aa4ec4d643e63d797e1bdbf639b1082a4cd;hp=0dee7b29f4c8b0a053bde87f38108569da5913c5;hpb=f0775fe0dbf452814ada20f660c796dc13c877d5;p=gedcom-parse.git diff --git a/README b/README index 0dee7b2..7791914 100644 --- 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,9 +24,12 @@ 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 + - Lifelines 3.0.2 (not complete) NOTE: - NO BACKWARD COMPATIBILITY is guaranteed for 0.x releases ! @@ -33,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,