# -*-n3-*- @prefix dc: . @prefix dcterms: . @prefix doap: . @prefix asc: . <> dc:identifier "$Id: Changes,v 1.14 2006/06/23 15:22:38 asc Exp $" ; dc:description "Python classes for working with Eatdrinkfeelgood 2.0a (erdfg) documents" ; dcterms:references . dcterms:replaces ; dcterms:isVersionOf ; doap:Version [ doap:revision "0.6" ; doap:created "2006-06-23" ; ]; asc:changes [ asc:addition "Added jsongenerator" ; asc:addition "Added json.py to the MANIFEST; my reading of the various licenses says this is okay, but if not please let me know" ; asc:bugfix "Forgot to pass fh when call write_header in generator/base.py" ; asc:bugfix "Updated POD/README" ; ] . dcterms:replaces ; dcterms:isVersionOf ; doap:Version [ doap:revision "0.5" ; doap:created "2006-04-20" ; ]; asc:changes [ asc:update "Allow a:link and a:title in 'entry' objects" ; asc:bugfix "Make sure to call encode printing lines in textgenerator.py" ; asc:bugfix "Check for None objects in obj.has_property" ; asc:bugfix "Fixed error for dcterms:replace version 0.4 in Changes" ; ] . dcterms:replaces ; dcterms:isVersionOf ; doap:Version [ doap:revision "0.4" ; doap:created "2006-04-04" ; ]; asc:changes [ asc:update "Updated to account for dc:subject elements." ; asc:update "Updated base 'write' class and subclasses to handle subjects and titles." ; asc:bugfix "Updated generator/base.py to account for empty dict types." ; ] . dcterms:replaces ; dcterms:isVersionOf ; doap:Version [ doap:revision "0.3" ; doap:created "2006-04-02" ; ]; asc:changes [ asc:bugfix "Updated xmlgenerator.py to not print list when there no equipment to list." ; ] . dcterms:replaces ; dcterms:isVersionOf ; doap:Version [ doap:revision "0.2" ; doap:created "2006-04-02" ; ]; asc:changes [ asc:bugfix "Updated textgenerator.py to properly render content nodes and parse yield nodes." ; asc:update "Updated xmlgenerator.py to try and parse twiki style links when generating extref elements." ; asc:update "Updated xmlgenerator.py and xmlns.py to use 'xlink' prefix for xinclude links." ; asc:update "Fixed description in Changes file" ; ] . dcterms:isVersionOf ; doap:Version [ doap:revision "0.1" ; doap:created "2006-04-01" ; ]; asc:changes [ asc:commit "Initial public release." ; ] . a doap:Project ; doap:download-page "http://aaronland.info/python/erdfg/" ; doap:download-mirror "" .