diff -Naur -x '*~' -x CVS -w rdfapi-php-0.92/api/constants.php rap-anti/api/constants.php --- rdfapi-php-0.92/api/constants.php 2005-07-04 19:35:38.000000000 +0000 +++ rap-anti/api/constants.php 2006-01-29 01:51:23.000000000 +0000 @@ -138,7 +138,7 @@ // RDF, N3, N-Triple Serializer: set to TRUE in oder to suppres the "Generated by RAP" // comment in the output files. -define('HIDE_ADVERTISE',FALSE); +define('HIDE_ADVERTISE',TRUE); // RDF Serializer: Set to TRUE, if the serializer should use entities for URIs. define('SER_USE_ENTITIES', FALSE ); diff -Naur -x '*~' -x CVS -w rdfapi-php-0.92/api/syntax/N3Parser.php rap-anti/api/syntax/N3Parser.php --- rdfapi-php-0.92/api/syntax/N3Parser.php 2005-06-24 13:15:10.000000000 +0000 +++ rap-anti/api/syntax/N3Parser.php 2005-12-14 02:38:54.000000000 +0000 @@ -35,6 +35,7 @@ * * History: *