From 71ed725c5ce02258bd4985cb75568bb48e2e2311 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 25 Mar 2007 00:23:35 +0000 Subject: [PATCH] Complete PEAR packager that actually works! git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@885 48356398-32a2-884e-a903-53898d9a118a --- package.php | 3 +- package.xml | 204 --------------------------------------------------- package2.xml | 179 -------------------------------------------- 3 files changed, 1 insertion(+), 385 deletions(-) delete mode 100644 package.xml delete mode 100644 package2.xml diff --git a/package.php b/package.php index 579c7d8b..8ee09e55 100644 --- a/package.php +++ b/package.php @@ -11,10 +11,9 @@ $pkg->setOptions( 'baseinstalldir' => '/', 'packagefile' => 'package2.xml', 'packagedirectory' => dirname(__FILE__) . '/library', - 'outputdirectory' => dirname(__FILE__), 'filelistgenerator' => 'file', - 'installexceptions' => array('library/HTMLPurifier/' => 'HTMLPurifier/'), 'include' => array('*'), + 'ignore' => array('HTMLPurifier.auto.php'), ) ); diff --git a/package.xml b/package.xml deleted file mode 100644 index d901a209..00000000 --- a/package.xml +++ /dev/null @@ -1,204 +0,0 @@ - - - - HTMLPurifier - Standards-compliant HTML filter - HTML Purifier is an HTML filter that will remove all malicious code - (better known as XSS) with a thoroughly audited, secure yet permissive - whitelist and will also make sure your documents are standards - compliant. - - - - edwardzyang - Edward Z. Yang - htmlpurifier@jpsband.org - lead - - - - 1.5.0 - 2007-03-24 - LGPL - stable - Major bugs were fixed and some major internal refactoring was undertaken. The visible changes include XHTML 1.1-style modularization of HTMLDefinition, rudimentary internationalization, and a fix for a fatal error when the PHP4 DOM XML extension was loaded. The x subtag is now allowed in language codes. Element by element AllowedAttribute declaration is now possible for global attributes. Instead of *.class, you can write span.class. The old syntax still works, and enables the attribute for all elements. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1.5.0 - 2007-03-24 - LGPL - stable - Major bugs were fixed and some major internal refactoring was undertaken. The visible changes include XHTML 1.1-style modularization of HTMLDefinition, rudimentary internationalization, and a fix for a fatal error when the PHP4 DOM XML extension was loaded. The x subtag is now allowed in language codes. Element by element AllowedAttribute declaration is now possible for global attributes. Instead of *.class, you can write span.class. The old syntax still works, and enables the attribute for all elements. - - - - diff --git a/package2.xml b/package2.xml deleted file mode 100644 index eacceb06..00000000 --- a/package2.xml +++ /dev/null @@ -1,179 +0,0 @@ - - - HTMLPurifier - hp.jpsband.org - Standards-compliant HTML filter - HTML Purifier is an HTML filter that will remove all malicious code - (better known as XSS) with a thoroughly audited, secure yet permissive - whitelist and will also make sure your documents are standards - compliant. - - Edward Z. Yang - edwardzyang - htmlpurifier@jpsband.org - yes - - 2007-03-24 - - - 1.5.0 - 1.5 - - - stable - stable - - LGPL - Major bugs were fixed and some major internal refactoring was undertaken. The visible changes include XHTML 1.1-style modularization of HTMLDefinition, rudimentary internationalization, and a fix for a fatal error when the PHP4 DOM XML extension was loaded. The x subtag is now allowed in language codes. Element by element AllowedAttribute declaration is now possible for global attributes. Instead of *.class, you can write span.class. The old syntax still works, and enables the attribute for all elements. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 4.3.9 - - - 1.4.3 - - - - - - - - 1.5.0 - 1.5 - - - stable - stable - - 2007-03-24 - LGPL - Major bugs were fixed and some major internal refactoring was undertaken. The visible changes include XHTML 1.1-style modularization of HTMLDefinition, rudimentary internationalization, and a fix for a fatal error when the PHP4 DOM XML extension was loaded. The x subtag is now allowed in language codes. Element by element AllowedAttribute declaration is now possible for global attributes. Instead of *.class, you can write span.class. The old syntax still works, and enables the attribute for all elements. - - -