# -*-n3-*- @prefix dc: . @prefix dcterms: . @prefix doap: . @prefix asc: . <> dc:identifier "$Id: Changes,v 1.11 2007/09/28 22:01:40 asc Exp $" ; dc:description "Changes for mmPDF.php" ; dcterms:references . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.32" ; doap:created "2007-09-28" ; ]; asc:changes [ asc:bugfix "Return not continue out of 'add_place'" ; asc:bugfix "You know. Actually included mmPDF.php in the MANIFEST" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.31" ; doap:created "2007-08-14" ; ]; asc:changes [ asc:update "Ensure that buil directories are 0755" ; asc:update "Made the dependency package more better" ; asc:update "Update example code to set include path" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.3" ; doap:created "2007-08-14" ; ]; asc:changes [ asc:addition "Support for del:bookmark=geo del.icio.us feeds" ; asc:addition "Support for KML files from platial.com" ; asc:addition "Basic support for ModestMaps ws-compose.py web service" ; asc:addition "Basic support for indexes at the end of a document" ; asc:addition "Optional max (items) parameter for 'add_map' method" ; asc:addition "Include FPDF (1.53) PHP class as part of the distribution" ; asc:addition "Include Mike Migurski's JSON-PHP (1.1) class as part of the distribution" ; asc:addition "Include qr (0.1) PHP class as part of the distibution" ; asc:addition "Include pmPDF (0.5) PHP class as part of the distribution" ; asc:addition "Include MachineTag (0.1) PHP class as part of the distribution" ; asc:addition "Include Restobook (0.1) PHP class as part of the distribution" ; asc:update "'simple' maps default start page is 2, unless 'no_cover' argument is passed to the object constructor" ; asc:comment "Indexes are fugly; eventually this code will be moved in to pmPDF.php" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.2" ; doap:created "2007-06-05" ; ]; asc:changes [ asc:bugfix "Fixed bug where 2-page maps would begin on odd-numbered pages" ; asc:addition "Added 'simple' flag to the object constructor" ; asc:update "Updated to use the pmPDF 0.4 'simple_get' method" ; asc:update "Require pmPDF 0.4" ; ] . dcterms:isVersionOf ; doap:Version [ doap:revision "0.1" ; doap:created "2007-05-29" ; ]; asc:changes [ asc:comment "Initial release." ; ] . a doap:Project ; doap:download-page "http://aaronland.info/php/mmPDF/" .