From 84df6ed9710a9a4ed32dd2f40d18ee13dcf44d60 Mon Sep 17 00:00:00 2001
From: Michael Fairchild <mfairchild365@gmail.com>
Date: Wed, 16 Dec 2015 11:17:08 -0600
Subject: [PATCH] Load HTMLPurifier with composer

and fix rendering of site regions
---
 composer.json                                 |    3 +-
 composer.lock                                 |   48 +-
 lib/downloads/HTMLPurifier-4.0.0.tgz          |  Bin 252757 -> 0 bytes
 lib/php/HTMLPurifier.auto.php                 |   11 -
 lib/php/HTMLPurifier.autoload.php             |   21 -
 lib/php/HTMLPurifier.func.php                 |   23 -
 lib/php/HTMLPurifier.includes.php             |  208 -
 lib/php/HTMLPurifier.kses.php                 |   30 -
 lib/php/HTMLPurifier.php                      |  237 -
 lib/php/HTMLPurifier.safe-includes.php        |  202 -
 lib/php/HTMLPurifier/AttrCollections.php      |  128 -
 lib/php/HTMLPurifier/AttrDef.php              |   87 -
 lib/php/HTMLPurifier/AttrDef/CSS.php          |   87 -
 .../HTMLPurifier/AttrDef/CSS/AlphaValue.php   |   21 -
 .../HTMLPurifier/AttrDef/CSS/Background.php   |   87 -
 .../AttrDef/CSS/BackgroundPosition.php        |  126 -
 lib/php/HTMLPurifier/AttrDef/CSS/Border.php   |   43 -
 lib/php/HTMLPurifier/AttrDef/CSS/Color.php    |   78 -
 .../HTMLPurifier/AttrDef/CSS/Composite.php    |   38 -
 .../AttrDef/CSS/DenyElementDecorator.php      |   28 -
 lib/php/HTMLPurifier/AttrDef/CSS/Filter.php   |   54 -
 lib/php/HTMLPurifier/AttrDef/CSS/Font.php     |  149 -
 .../HTMLPurifier/AttrDef/CSS/FontFamily.php   |   90 -
 .../AttrDef/CSS/ImportantDecorator.php        |   40 -
 lib/php/HTMLPurifier/AttrDef/CSS/Length.php   |   47 -
 .../HTMLPurifier/AttrDef/CSS/ListStyle.php    |   78 -
 lib/php/HTMLPurifier/AttrDef/CSS/Multiple.php |   58 -
 lib/php/HTMLPurifier/AttrDef/CSS/Number.php   |   69 -
 .../HTMLPurifier/AttrDef/CSS/Percentage.php   |   40 -
 .../AttrDef/CSS/TextDecoration.php            |   38 -
 lib/php/HTMLPurifier/AttrDef/CSS/URI.php      |   56 -
 lib/php/HTMLPurifier/AttrDef/Enum.php         |   65 -
 lib/php/HTMLPurifier/AttrDef/HTML/Bool.php    |   28 -
 lib/php/HTMLPurifier/AttrDef/HTML/Class.php   |   34 -
 lib/php/HTMLPurifier/AttrDef/HTML/Color.php   |   32 -
 .../HTMLPurifier/AttrDef/HTML/FrameTarget.php |   21 -
 lib/php/HTMLPurifier/AttrDef/HTML/ID.php      |   70 -
 lib/php/HTMLPurifier/AttrDef/HTML/Length.php  |   41 -
 .../HTMLPurifier/AttrDef/HTML/LinkTypes.php   |   53 -
 .../HTMLPurifier/AttrDef/HTML/MultiLength.php |   41 -
 .../HTMLPurifier/AttrDef/HTML/Nmtokens.php    |   52 -
 lib/php/HTMLPurifier/AttrDef/HTML/Pixels.php  |   48 -
 lib/php/HTMLPurifier/AttrDef/Integer.php      |   73 -
 lib/php/HTMLPurifier/AttrDef/Lang.php         |   73 -
 lib/php/HTMLPurifier/AttrDef/Switch.php       |   34 -
 lib/php/HTMLPurifier/AttrDef/Text.php         |   15 -
 lib/php/HTMLPurifier/AttrDef/URI.php          |   77 -
 lib/php/HTMLPurifier/AttrDef/URI/Email.php    |   17 -
 .../AttrDef/URI/Email/SimpleCheck.php         |   21 -
 lib/php/HTMLPurifier/AttrDef/URI/Host.php     |   62 -
 lib/php/HTMLPurifier/AttrDef/URI/IPv4.php     |   39 -
 lib/php/HTMLPurifier/AttrDef/URI/IPv6.php     |   99 -
 lib/php/HTMLPurifier/AttrTransform.php        |   56 -
 .../HTMLPurifier/AttrTransform/Background.php |   23 -
 lib/php/HTMLPurifier/AttrTransform/BdoDir.php |   19 -
 .../HTMLPurifier/AttrTransform/BgColor.php    |   23 -
 .../HTMLPurifier/AttrTransform/BoolToCSS.php  |   36 -
 lib/php/HTMLPurifier/AttrTransform/Border.php |   18 -
 .../HTMLPurifier/AttrTransform/EnumToCSS.php  |   58 -
 .../AttrTransform/ImgRequired.php             |   42 -
 .../HTMLPurifier/AttrTransform/ImgSpace.php   |   44 -
 lib/php/HTMLPurifier/AttrTransform/Input.php  |   40 -
 lib/php/HTMLPurifier/AttrTransform/Lang.php   |   28 -
 lib/php/HTMLPurifier/AttrTransform/Length.php |   27 -
 lib/php/HTMLPurifier/AttrTransform/Name.php   |   21 -
 .../HTMLPurifier/AttrTransform/NameSync.php   |   27 -
 .../HTMLPurifier/AttrTransform/SafeEmbed.php  |   15 -
 .../HTMLPurifier/AttrTransform/SafeObject.php |   16 -
 .../HTMLPurifier/AttrTransform/SafeParam.php  |   50 -
 .../AttrTransform/ScriptRequired.php          |   16 -
 .../HTMLPurifier/AttrTransform/Textarea.php   |   18 -
 lib/php/HTMLPurifier/AttrTypes.php            |   77 -
 lib/php/HTMLPurifier/AttrValidator.php        |  162 -
 lib/php/HTMLPurifier/Bootstrap.php            |   98 -
 lib/php/HTMLPurifier/CSSDefinition.php        |  292 --
 lib/php/HTMLPurifier/ChildDef.php             |   48 -
 lib/php/HTMLPurifier/ChildDef/Chameleon.php   |   48 -
 lib/php/HTMLPurifier/ChildDef/Custom.php      |   90 -
 lib/php/HTMLPurifier/ChildDef/Empty.php       |   20 -
 lib/php/HTMLPurifier/ChildDef/Optional.php    |   26 -
 lib/php/HTMLPurifier/ChildDef/Required.php    |  117 -
 .../ChildDef/StrictBlockquote.php             |   88 -
 lib/php/HTMLPurifier/ChildDef/Table.php       |  142 -
 lib/php/HTMLPurifier/Config.php               |  580 ---
 lib/php/HTMLPurifier/ConfigSchema.php         |  158 -
 .../ConfigSchema/Builder/ConfigSchema.php     |   44 -
 .../HTMLPurifier/ConfigSchema/Builder/Xml.php |  106 -
 .../HTMLPurifier/ConfigSchema/Exception.php   |   11 -
 .../HTMLPurifier/ConfigSchema/Interchange.php |   42 -
 .../ConfigSchema/Interchange/Directive.php    |   77 -
 .../ConfigSchema/Interchange/Id.php           |   37 -
 .../ConfigSchema/InterchangeBuilder.php       |  180 -
 .../HTMLPurifier/ConfigSchema/Validator.php   |  206 -
 .../ConfigSchema/ValidatorAtom.php            |   66 -
 lib/php/HTMLPurifier/ConfigSchema/schema.ser  |  Bin 12999 -> 0 bytes
 .../schema/Attr.AllowedClasses.txt            |    8 -
 .../schema/Attr.AllowedFrameTargets.txt       |   12 -
 .../ConfigSchema/schema/Attr.AllowedRel.txt   |    9 -
 .../ConfigSchema/schema/Attr.AllowedRev.txt   |    9 -
 .../schema/Attr.ClassUseCDATA.txt             |   19 -
 .../schema/Attr.DefaultImageAlt.txt           |   11 -
 .../schema/Attr.DefaultInvalidImage.txt       |    9 -
 .../schema/Attr.DefaultInvalidImageAlt.txt    |    8 -
 .../schema/Attr.DefaultTextDir.txt            |   10 -
 .../ConfigSchema/schema/Attr.EnableID.txt     |   16 -
 .../schema/Attr.ForbiddenClasses.txt          |    8 -
 .../ConfigSchema/schema/Attr.IDBlacklist.txt  |    5 -
 .../schema/Attr.IDBlacklistRegexp.txt         |    9 -
 .../ConfigSchema/schema/Attr.IDPrefix.txt     |   12 -
 .../schema/Attr.IDPrefixLocal.txt             |   14 -
 .../schema/AutoFormat.AutoParagraph.txt       |   31 -
 .../ConfigSchema/schema/AutoFormat.Custom.txt |   12 -
 .../schema/AutoFormat.DisplayLinkURI.txt      |   11 -
 .../schema/AutoFormat.Linkify.txt             |   12 -
 .../AutoFormat.PurifierLinkify.DocURL.txt     |   12 -
 .../schema/AutoFormat.PurifierLinkify.txt     |   12 -
 ...rmat.RemoveEmpty.RemoveNbsp.Exceptions.txt |   11 -
 .../AutoFormat.RemoveEmpty.RemoveNbsp.txt     |   15 -
 .../schema/AutoFormat.RemoveEmpty.txt         |   46 -
 .../schema/CSS.AllowImportant.txt             |    8 -
 .../ConfigSchema/schema/CSS.AllowTricky.txt   |   11 -
 .../schema/CSS.AllowedProperties.txt          |   18 -
 .../ConfigSchema/schema/CSS.DefinitionRev.txt |   11 -
 .../ConfigSchema/schema/CSS.MaxImgLength.txt  |   16 -
 .../ConfigSchema/schema/CSS.Proprietary.txt   |   10 -
 .../schema/Cache.DefinitionImpl.txt           |   14 -
 .../schema/Cache.SerializerPath.txt           |   13 -
 .../schema/Core.AggressivelyFixLt.txt         |   18 -
 .../schema/Core.CollectErrors.txt             |   12 -
 .../schema/Core.ColorKeywords.txt             |   28 -
 .../schema/Core.ConvertDocumentToFragment.txt |   14 -
 .../Core.DirectLexLineNumberSyncInterval.txt  |   17 -
 .../ConfigSchema/schema/Core.Encoding.txt     |   15 -
 .../schema/Core.EscapeInvalidChildren.txt     |   10 -
 .../schema/Core.EscapeInvalidTags.txt         |    7 -
 .../schema/Core.EscapeNonASCIICharacters.txt  |   13 -
 .../schema/Core.HiddenElements.txt            |   19 -
 .../ConfigSchema/schema/Core.Language.txt     |   10 -
 .../ConfigSchema/schema/Core.LexerImpl.txt    |   34 -
 .../schema/Core.MaintainLineNumbers.txt       |   16 -
 .../schema/Core.RemoveInvalidImg.txt          |   12 -
 .../schema/Core.RemoveScriptContents.txt      |   12 -
 .../ConfigSchema/schema/Filter.Custom.txt     |   11 -
 .../Filter.ExtractStyleBlocks.Escaping.txt    |   14 -
 .../Filter.ExtractStyleBlocks.Scope.txt       |   29 -
 .../Filter.ExtractStyleBlocks.TidyImpl.txt    |   16 -
 .../schema/Filter.ExtractStyleBlocks.txt      |   74 -
 .../ConfigSchema/schema/Filter.YouTube.txt    |   11 -
 .../ConfigSchema/schema/HTML.Allowed.txt      |   22 -
 .../schema/HTML.AllowedAttributes.txt         |   19 -
 .../schema/HTML.AllowedElements.txt           |   18 -
 .../schema/HTML.AllowedModules.txt            |   20 -
 .../schema/HTML.Attr.Name.UseCDATA.txt        |   11 -
 .../ConfigSchema/schema/HTML.BlockWrapper.txt |   18 -
 .../ConfigSchema/schema/HTML.CoreModules.txt  |   23 -
 .../schema/HTML.CustomDoctype.txt             |    9 -
 .../ConfigSchema/schema/HTML.DefinitionID.txt |   33 -
 .../schema/HTML.DefinitionRev.txt             |   16 -
 .../ConfigSchema/schema/HTML.Doctype.txt      |   11 -
 .../schema/HTML.ForbiddenAttributes.txt       |   21 -
 .../schema/HTML.ForbiddenElements.txt         |   20 -
 .../ConfigSchema/schema/HTML.MaxImgLength.txt |   14 -
 .../ConfigSchema/schema/HTML.Parent.txt       |   12 -
 .../ConfigSchema/schema/HTML.Proprietary.txt  |   12 -
 .../ConfigSchema/schema/HTML.SafeEmbed.txt    |   14 -
 .../ConfigSchema/schema/HTML.SafeObject.txt   |   14 -
 .../ConfigSchema/schema/HTML.Strict.txt       |    9 -
 .../ConfigSchema/schema/HTML.TidyAdd.txt      |    8 -
 .../ConfigSchema/schema/HTML.TidyLevel.txt    |   24 -
 .../ConfigSchema/schema/HTML.TidyRemove.txt   |    8 -
 .../ConfigSchema/schema/HTML.Trusted.txt      |    8 -
 .../ConfigSchema/schema/HTML.XHTML.txt        |   11 -
 .../schema/Output.CommentScriptContents.txt   |   10 -
 .../ConfigSchema/schema/Output.Newline.txt    |   13 -
 .../ConfigSchema/schema/Output.SortAttr.txt   |   14 -
 .../ConfigSchema/schema/Output.TidyFormat.txt |   25 -
 .../ConfigSchema/schema/Test.ForceNoIconv.txt |    7 -
 .../schema/URI.AllowedSchemes.txt             |   15 -
 .../ConfigSchema/schema/URI.Base.txt          |   17 -
 .../ConfigSchema/schema/URI.DefaultScheme.txt |   10 -
 .../ConfigSchema/schema/URI.DefinitionID.txt  |   11 -
 .../ConfigSchema/schema/URI.DefinitionRev.txt |   11 -
 .../ConfigSchema/schema/URI.Disable.txt       |   14 -
 .../schema/URI.DisableExternal.txt            |   11 -
 .../schema/URI.DisableExternalResources.txt   |   13 -
 .../schema/URI.DisableResources.txt           |   12 -
 .../ConfigSchema/schema/URI.Host.txt          |   19 -
 .../ConfigSchema/schema/URI.HostBlacklist.txt |    9 -
 .../ConfigSchema/schema/URI.MakeAbsolute.txt  |   13 -
 .../ConfigSchema/schema/URI.Munge.txt         |   83 -
 .../schema/URI.MungeResources.txt             |   17 -
 .../schema/URI.MungeSecretKey.txt             |   30 -
 .../schema/URI.OverrideAllowedSchemes.txt     |    9 -
 .../HTMLPurifier/ConfigSchema/schema/info.ini |    3 -
 lib/php/HTMLPurifier/ContentSets.php          |  155 -
 lib/php/HTMLPurifier/Context.php              |   82 -
 lib/php/HTMLPurifier/Definition.php           |   39 -
 lib/php/HTMLPurifier/DefinitionCache.php      |  108 -
 .../DefinitionCache/Decorator.php             |   62 -
 .../DefinitionCache/Decorator/Cleanup.php     |   43 -
 .../DefinitionCache/Decorator/Memory.php      |   46 -
 .../DefinitionCache/Decorator/Template.php.in |   47 -
 lib/php/HTMLPurifier/DefinitionCache/Null.php |   39 -
 .../DefinitionCache/Serializer.php            |  172 -
 .../DefinitionCache/Serializer/README         |    3 -
 .../HTMLPurifier/DefinitionCacheFactory.php   |   91 -
 lib/php/HTMLPurifier/Doctype.php              |   60 -
 lib/php/HTMLPurifier/DoctypeRegistry.php      |  103 -
 lib/php/HTMLPurifier/ElementDef.php           |  176 -
 lib/php/HTMLPurifier/Encoder.php              |  426 --
 lib/php/HTMLPurifier/EntityLookup.php         |   44 -
 .../HTMLPurifier/EntityLookup/entities.ser    |    1 -
 lib/php/HTMLPurifier/EntityParser.php         |  144 -
 lib/php/HTMLPurifier/ErrorCollector.php       |  209 -
 lib/php/HTMLPurifier/ErrorStruct.php          |   60 -
 lib/php/HTMLPurifier/Exception.php            |   12 -
 lib/php/HTMLPurifier/Filter.php               |   46 -
 .../Filter/ExtractStyleBlocks.php             |  135 -
 lib/php/HTMLPurifier/Filter/YouTube.php       |   39 -
 lib/php/HTMLPurifier/Generator.php            |  183 -
 lib/php/HTMLPurifier/HTMLDefinition.php       |  420 --
 lib/php/HTMLPurifier/HTMLModule.php           |  244 -
 lib/php/HTMLPurifier/HTMLModule/Bdo.php       |   31 -
 .../HTMLModule/CommonAttributes.php           |   26 -
 lib/php/HTMLPurifier/HTMLModule/Edit.php      |   38 -
 lib/php/HTMLPurifier/HTMLModule/Forms.php     |  118 -
 lib/php/HTMLPurifier/HTMLModule/Hypertext.php |   31 -
 lib/php/HTMLPurifier/HTMLModule/Image.php     |   40 -
 lib/php/HTMLPurifier/HTMLModule/Legacy.php    |  143 -
 lib/php/HTMLPurifier/HTMLModule/List.php      |   35 -
 lib/php/HTMLPurifier/HTMLModule/Name.php      |   21 -
 .../HTMLModule/NonXMLCommonAttributes.php     |   14 -
 lib/php/HTMLPurifier/HTMLModule/Object.php    |   47 -
 .../HTMLPurifier/HTMLModule/Presentation.php  |   36 -
 .../HTMLPurifier/HTMLModule/Proprietary.php   |   33 -
 lib/php/HTMLPurifier/HTMLModule/Ruby.php      |   27 -
 lib/php/HTMLPurifier/HTMLModule/SafeEmbed.php |   33 -
 .../HTMLPurifier/HTMLModule/SafeObject.php    |   50 -
 lib/php/HTMLPurifier/HTMLModule/Scripting.php |   54 -
 .../HTMLModule/StyleAttribute.php             |   24 -
 lib/php/HTMLPurifier/HTMLModule/Tables.php    |   66 -
 lib/php/HTMLPurifier/HTMLModule/Target.php    |   23 -
 lib/php/HTMLPurifier/HTMLModule/Text.php      |   71 -
 lib/php/HTMLPurifier/HTMLModule/Tidy.php      |  207 -
 lib/php/HTMLPurifier/HTMLModule/Tidy/Name.php |   24 -
 .../HTMLModule/Tidy/Proprietary.php           |   23 -
 .../HTMLPurifier/HTMLModule/Tidy/Strict.php   |   21 -
 .../HTMLModule/Tidy/Transitional.php          |    9 -
 .../HTMLPurifier/HTMLModule/Tidy/XHTML.php    |   17 -
 .../HTMLModule/Tidy/XHTMLAndHTML4.php         |  161 -
 .../HTMLModule/XMLCommonAttributes.php        |   14 -
 lib/php/HTMLPurifier/HTMLModuleManager.php    |  403 --
 lib/php/HTMLPurifier/IDAccumulator.php        |   53 -
 lib/php/HTMLPurifier/Injector.php             |  239 -
 .../HTMLPurifier/Injector/AutoParagraph.php   |  340 --
 .../HTMLPurifier/Injector/DisplayLinkURI.php  |   26 -
 lib/php/HTMLPurifier/Injector/Linkify.php     |   46 -
 .../HTMLPurifier/Injector/PurifierLinkify.php |   45 -
 lib/php/HTMLPurifier/Injector/RemoveEmpty.php |   51 -
 lib/php/HTMLPurifier/Injector/SafeObject.php  |   87 -
 lib/php/HTMLPurifier/Language.php             |  163 -
 .../Language/classes/en-x-test.php            |   12 -
 .../Language/messages/en-x-test.php           |   11 -
 .../Language/messages/en-x-testmini.php       |   12 -
 lib/php/HTMLPurifier/Language/messages/en.php |   62 -
 lib/php/HTMLPurifier/LanguageFactory.php      |  198 -
 lib/php/HTMLPurifier/Length.php               |  115 -
 lib/php/HTMLPurifier/Lexer.php                |  298 --
 lib/php/HTMLPurifier/Lexer/DOMLex.php         |  213 -
 lib/php/HTMLPurifier/Lexer/DirectLex.php      |  490 ---
 lib/php/HTMLPurifier/Lexer/PEARSax3.php       |  106 -
 lib/php/HTMLPurifier/Lexer/PH5P.php           | 3906 -----------------
 lib/php/HTMLPurifier/PercentEncoder.php       |   98 -
 lib/php/HTMLPurifier/Printer.php              |  176 -
 .../HTMLPurifier/Printer/CSSDefinition.php    |   38 -
 lib/php/HTMLPurifier/Printer/ConfigForm.css   |   10 -
 lib/php/HTMLPurifier/Printer/ConfigForm.js    |    5 -
 lib/php/HTMLPurifier/Printer/ConfigForm.php   |  368 --
 .../HTMLPurifier/Printer/HTMLDefinition.php   |  272 --
 lib/php/HTMLPurifier/PropertyList.php         |   86 -
 lib/php/HTMLPurifier/PropertyListIterator.php |   32 -
 lib/php/HTMLPurifier/Strategy.php             |   26 -
 lib/php/HTMLPurifier/Strategy/Composite.php   |   25 -
 lib/php/HTMLPurifier/Strategy/Core.php        |   18 -
 lib/php/HTMLPurifier/Strategy/FixNesting.php  |  328 --
 .../HTMLPurifier/Strategy/MakeWellFormed.php  |  457 --
 .../Strategy/RemoveForeignElements.php        |  171 -
 .../Strategy/ValidateAttributes.php           |   39 -
 lib/php/HTMLPurifier/StringHash.php           |   39 -
 lib/php/HTMLPurifier/StringHashParser.php     |  110 -
 lib/php/HTMLPurifier/TagTransform.php         |   36 -
 lib/php/HTMLPurifier/TagTransform/Font.php    |   96 -
 lib/php/HTMLPurifier/TagTransform/Simple.php  |   35 -
 lib/php/HTMLPurifier/Token.php                |   57 -
 lib/php/HTMLPurifier/Token/Comment.php        |   22 -
 lib/php/HTMLPurifier/Token/Empty.php          |   11 -
 lib/php/HTMLPurifier/Token/End.php            |   19 -
 lib/php/HTMLPurifier/Token/Start.php          |   11 -
 lib/php/HTMLPurifier/Token/Tag.php            |   56 -
 lib/php/HTMLPurifier/Token/Text.php           |   33 -
 lib/php/HTMLPurifier/TokenFactory.php         |   94 -
 lib/php/HTMLPurifier/URI.php                  |  173 -
 lib/php/HTMLPurifier/URIDefinition.php        |   93 -
 lib/php/HTMLPurifier/URIFilter.php            |   45 -
 .../URIFilter/DisableExternal.php             |   23 -
 .../URIFilter/DisableExternalResources.php    |   12 -
 .../HTMLPurifier/URIFilter/HostBlacklist.php  |   21 -
 .../HTMLPurifier/URIFilter/MakeAbsolute.php   |  114 -
 lib/php/HTMLPurifier/URIFilter/Munge.php      |   58 -
 lib/php/HTMLPurifier/URIParser.php            |   70 -
 lib/php/HTMLPurifier/URIScheme.php            |   42 -
 lib/php/HTMLPurifier/URIScheme/ftp.php        |   43 -
 lib/php/HTMLPurifier/URIScheme/http.php       |   20 -
 lib/php/HTMLPurifier/URIScheme/https.php      |   12 -
 lib/php/HTMLPurifier/URIScheme/mailto.php     |   27 -
 lib/php/HTMLPurifier/URIScheme/news.php       |   22 -
 lib/php/HTMLPurifier/URIScheme/nntp.php       |   20 -
 lib/php/HTMLPurifier/URISchemeRegistry.php    |   68 -
 lib/php/HTMLPurifier/UnitConverter.php        |  254 --
 lib/php/HTMLPurifier/VarParser.php            |  154 -
 lib/php/HTMLPurifier/VarParser/Flexible.php   |   96 -
 lib/php/HTMLPurifier/VarParser/Native.php     |   26 -
 lib/php/HTMLPurifier/VarParserException.php   |   11 -
 lib/php/HTMLPurifier/tags                     | 2972 -------------
 www/index.php                                 |    5 +-
 325 files changed, 51 insertions(+), 26667 deletions(-)
 delete mode 100644 lib/downloads/HTMLPurifier-4.0.0.tgz
 delete mode 100644 lib/php/HTMLPurifier.auto.php
 delete mode 100644 lib/php/HTMLPurifier.autoload.php
 delete mode 100644 lib/php/HTMLPurifier.func.php
 delete mode 100644 lib/php/HTMLPurifier.includes.php
 delete mode 100644 lib/php/HTMLPurifier.kses.php
 delete mode 100644 lib/php/HTMLPurifier.php
 delete mode 100644 lib/php/HTMLPurifier.safe-includes.php
 delete mode 100644 lib/php/HTMLPurifier/AttrCollections.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/AlphaValue.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Background.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Border.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Color.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Composite.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Filter.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Font.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/FontFamily.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Length.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/ListStyle.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Multiple.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Number.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/Percentage.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/TextDecoration.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/CSS/URI.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/Enum.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/Bool.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/Class.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/Color.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/FrameTarget.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/ID.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/Length.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/LinkTypes.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/MultiLength.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/Nmtokens.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/HTML/Pixels.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/Integer.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/Lang.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/Switch.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/Text.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/URI.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/URI/Email.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/URI/Host.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/URI/IPv4.php
 delete mode 100644 lib/php/HTMLPurifier/AttrDef/URI/IPv6.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/Background.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/BdoDir.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/BgColor.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/BoolToCSS.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/Border.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/EnumToCSS.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/ImgRequired.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/ImgSpace.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/Input.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/Lang.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/Length.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/Name.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/NameSync.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/SafeEmbed.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/SafeObject.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/SafeParam.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/ScriptRequired.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTransform/Textarea.php
 delete mode 100644 lib/php/HTMLPurifier/AttrTypes.php
 delete mode 100644 lib/php/HTMLPurifier/AttrValidator.php
 delete mode 100644 lib/php/HTMLPurifier/Bootstrap.php
 delete mode 100644 lib/php/HTMLPurifier/CSSDefinition.php
 delete mode 100644 lib/php/HTMLPurifier/ChildDef.php
 delete mode 100644 lib/php/HTMLPurifier/ChildDef/Chameleon.php
 delete mode 100644 lib/php/HTMLPurifier/ChildDef/Custom.php
 delete mode 100644 lib/php/HTMLPurifier/ChildDef/Empty.php
 delete mode 100644 lib/php/HTMLPurifier/ChildDef/Optional.php
 delete mode 100644 lib/php/HTMLPurifier/ChildDef/Required.php
 delete mode 100644 lib/php/HTMLPurifier/ChildDef/StrictBlockquote.php
 delete mode 100644 lib/php/HTMLPurifier/ChildDef/Table.php
 delete mode 100644 lib/php/HTMLPurifier/Config.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/Builder/Xml.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/Exception.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/Interchange.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/Interchange/Directive.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/Interchange/Id.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/Validator.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/ValidatorAtom.php
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema.ser
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.Language.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.Base.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.Host.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
 delete mode 100644 lib/php/HTMLPurifier/ConfigSchema/schema/info.ini
 delete mode 100644 lib/php/HTMLPurifier/ContentSets.php
 delete mode 100644 lib/php/HTMLPurifier/Context.php
 delete mode 100644 lib/php/HTMLPurifier/Definition.php
 delete mode 100644 lib/php/HTMLPurifier/DefinitionCache.php
 delete mode 100644 lib/php/HTMLPurifier/DefinitionCache/Decorator.php
 delete mode 100644 lib/php/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php
 delete mode 100644 lib/php/HTMLPurifier/DefinitionCache/Decorator/Memory.php
 delete mode 100644 lib/php/HTMLPurifier/DefinitionCache/Decorator/Template.php.in
 delete mode 100644 lib/php/HTMLPurifier/DefinitionCache/Null.php
 delete mode 100644 lib/php/HTMLPurifier/DefinitionCache/Serializer.php
 delete mode 100644 lib/php/HTMLPurifier/DefinitionCache/Serializer/README
 delete mode 100644 lib/php/HTMLPurifier/DefinitionCacheFactory.php
 delete mode 100644 lib/php/HTMLPurifier/Doctype.php
 delete mode 100644 lib/php/HTMLPurifier/DoctypeRegistry.php
 delete mode 100644 lib/php/HTMLPurifier/ElementDef.php
 delete mode 100644 lib/php/HTMLPurifier/Encoder.php
 delete mode 100644 lib/php/HTMLPurifier/EntityLookup.php
 delete mode 100644 lib/php/HTMLPurifier/EntityLookup/entities.ser
 delete mode 100644 lib/php/HTMLPurifier/EntityParser.php
 delete mode 100644 lib/php/HTMLPurifier/ErrorCollector.php
 delete mode 100644 lib/php/HTMLPurifier/ErrorStruct.php
 delete mode 100644 lib/php/HTMLPurifier/Exception.php
 delete mode 100644 lib/php/HTMLPurifier/Filter.php
 delete mode 100644 lib/php/HTMLPurifier/Filter/ExtractStyleBlocks.php
 delete mode 100644 lib/php/HTMLPurifier/Filter/YouTube.php
 delete mode 100644 lib/php/HTMLPurifier/Generator.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLDefinition.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Bdo.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/CommonAttributes.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Edit.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Forms.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Hypertext.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Image.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Legacy.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/List.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Name.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Object.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Presentation.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Proprietary.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Ruby.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/SafeEmbed.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/SafeObject.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Scripting.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/StyleAttribute.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Tables.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Target.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Text.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Tidy.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Tidy/Name.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Tidy/Proprietary.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Tidy/Strict.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Tidy/Transitional.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Tidy/XHTML.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
 delete mode 100644 lib/php/HTMLPurifier/HTMLModuleManager.php
 delete mode 100644 lib/php/HTMLPurifier/IDAccumulator.php
 delete mode 100644 lib/php/HTMLPurifier/Injector.php
 delete mode 100644 lib/php/HTMLPurifier/Injector/AutoParagraph.php
 delete mode 100644 lib/php/HTMLPurifier/Injector/DisplayLinkURI.php
 delete mode 100644 lib/php/HTMLPurifier/Injector/Linkify.php
 delete mode 100644 lib/php/HTMLPurifier/Injector/PurifierLinkify.php
 delete mode 100644 lib/php/HTMLPurifier/Injector/RemoveEmpty.php
 delete mode 100644 lib/php/HTMLPurifier/Injector/SafeObject.php
 delete mode 100644 lib/php/HTMLPurifier/Language.php
 delete mode 100644 lib/php/HTMLPurifier/Language/classes/en-x-test.php
 delete mode 100644 lib/php/HTMLPurifier/Language/messages/en-x-test.php
 delete mode 100644 lib/php/HTMLPurifier/Language/messages/en-x-testmini.php
 delete mode 100644 lib/php/HTMLPurifier/Language/messages/en.php
 delete mode 100644 lib/php/HTMLPurifier/LanguageFactory.php
 delete mode 100644 lib/php/HTMLPurifier/Length.php
 delete mode 100644 lib/php/HTMLPurifier/Lexer.php
 delete mode 100644 lib/php/HTMLPurifier/Lexer/DOMLex.php
 delete mode 100644 lib/php/HTMLPurifier/Lexer/DirectLex.php
 delete mode 100644 lib/php/HTMLPurifier/Lexer/PEARSax3.php
 delete mode 100644 lib/php/HTMLPurifier/Lexer/PH5P.php
 delete mode 100644 lib/php/HTMLPurifier/PercentEncoder.php
 delete mode 100644 lib/php/HTMLPurifier/Printer.php
 delete mode 100644 lib/php/HTMLPurifier/Printer/CSSDefinition.php
 delete mode 100644 lib/php/HTMLPurifier/Printer/ConfigForm.css
 delete mode 100644 lib/php/HTMLPurifier/Printer/ConfigForm.js
 delete mode 100644 lib/php/HTMLPurifier/Printer/ConfigForm.php
 delete mode 100644 lib/php/HTMLPurifier/Printer/HTMLDefinition.php
 delete mode 100644 lib/php/HTMLPurifier/PropertyList.php
 delete mode 100644 lib/php/HTMLPurifier/PropertyListIterator.php
 delete mode 100644 lib/php/HTMLPurifier/Strategy.php
 delete mode 100644 lib/php/HTMLPurifier/Strategy/Composite.php
 delete mode 100644 lib/php/HTMLPurifier/Strategy/Core.php
 delete mode 100644 lib/php/HTMLPurifier/Strategy/FixNesting.php
 delete mode 100644 lib/php/HTMLPurifier/Strategy/MakeWellFormed.php
 delete mode 100644 lib/php/HTMLPurifier/Strategy/RemoveForeignElements.php
 delete mode 100644 lib/php/HTMLPurifier/Strategy/ValidateAttributes.php
 delete mode 100644 lib/php/HTMLPurifier/StringHash.php
 delete mode 100644 lib/php/HTMLPurifier/StringHashParser.php
 delete mode 100644 lib/php/HTMLPurifier/TagTransform.php
 delete mode 100644 lib/php/HTMLPurifier/TagTransform/Font.php
 delete mode 100644 lib/php/HTMLPurifier/TagTransform/Simple.php
 delete mode 100644 lib/php/HTMLPurifier/Token.php
 delete mode 100644 lib/php/HTMLPurifier/Token/Comment.php
 delete mode 100644 lib/php/HTMLPurifier/Token/Empty.php
 delete mode 100644 lib/php/HTMLPurifier/Token/End.php
 delete mode 100644 lib/php/HTMLPurifier/Token/Start.php
 delete mode 100644 lib/php/HTMLPurifier/Token/Tag.php
 delete mode 100644 lib/php/HTMLPurifier/Token/Text.php
 delete mode 100644 lib/php/HTMLPurifier/TokenFactory.php
 delete mode 100644 lib/php/HTMLPurifier/URI.php
 delete mode 100644 lib/php/HTMLPurifier/URIDefinition.php
 delete mode 100644 lib/php/HTMLPurifier/URIFilter.php
 delete mode 100644 lib/php/HTMLPurifier/URIFilter/DisableExternal.php
 delete mode 100644 lib/php/HTMLPurifier/URIFilter/DisableExternalResources.php
 delete mode 100644 lib/php/HTMLPurifier/URIFilter/HostBlacklist.php
 delete mode 100644 lib/php/HTMLPurifier/URIFilter/MakeAbsolute.php
 delete mode 100644 lib/php/HTMLPurifier/URIFilter/Munge.php
 delete mode 100644 lib/php/HTMLPurifier/URIParser.php
 delete mode 100644 lib/php/HTMLPurifier/URIScheme.php
 delete mode 100644 lib/php/HTMLPurifier/URIScheme/ftp.php
 delete mode 100644 lib/php/HTMLPurifier/URIScheme/http.php
 delete mode 100644 lib/php/HTMLPurifier/URIScheme/https.php
 delete mode 100644 lib/php/HTMLPurifier/URIScheme/mailto.php
 delete mode 100644 lib/php/HTMLPurifier/URIScheme/news.php
 delete mode 100644 lib/php/HTMLPurifier/URIScheme/nntp.php
 delete mode 100644 lib/php/HTMLPurifier/URISchemeRegistry.php
 delete mode 100644 lib/php/HTMLPurifier/UnitConverter.php
 delete mode 100644 lib/php/HTMLPurifier/VarParser.php
 delete mode 100644 lib/php/HTMLPurifier/VarParser/Flexible.php
 delete mode 100644 lib/php/HTMLPurifier/VarParser/Native.php
 delete mode 100644 lib/php/HTMLPurifier/VarParserException.php
 delete mode 100644 lib/php/HTMLPurifier/tags

diff --git a/composer.json b/composer.json
index 9c9629d..c808794 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,6 @@
 {
   "require": {
-    "unl/php-wdn-templates": "^4.1"
+    "unl/php-wdn-templates": "^4.1",
+    "ezyang/htmlpurifier": "^4.7"
   }
 }
diff --git a/composer.lock b/composer.lock
index 3aa8fd6..8066e9d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,9 +4,53 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "hash": "dc84d35e57c178304295428b15c87ac8",
-    "content-hash": "b16d8ad2bbdabc7ad63c1f4ef5cea709",
+    "hash": "2d845b7f75c033016d222d604c9c8c3b",
+    "content-hash": "c6195cd1756aa110358f46cb9356f29b",
     "packages": [
+        {
+            "name": "ezyang/htmlpurifier",
+            "version": "v4.7.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/ezyang/htmlpurifier.git",
+                "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
+                "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.2"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-0": {
+                    "HTMLPurifier": "library/"
+                },
+                "files": [
+                    "library/HTMLPurifier.composer.php"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL"
+            ],
+            "authors": [
+                {
+                    "name": "Edward Z. Yang",
+                    "email": "admin@htmlpurifier.org",
+                    "homepage": "http://ezyang.com"
+                }
+            ],
+            "description": "Standards compliant HTML filter written in PHP",
+            "homepage": "http://htmlpurifier.org/",
+            "keywords": [
+                "html"
+            ],
+            "time": "2015-08-05 01:03:42"
+        },
         {
             "name": "unl/php-dwt-parser",
             "version": "v1.0.0",
diff --git a/lib/downloads/HTMLPurifier-4.0.0.tgz b/lib/downloads/HTMLPurifier-4.0.0.tgz
deleted file mode 100644
index da30c2df3f6e70b7e748b2ae22d0c9d74d6c6de6..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 252757
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
L?=z2KmnZ`O91Y1S

diff --git a/lib/php/HTMLPurifier.auto.php b/lib/php/HTMLPurifier.auto.php
deleted file mode 100644
index 1960c39..0000000
--- a/lib/php/HTMLPurifier.auto.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * This is a stub include that automatically configures the include path.
- */
-
-set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
-require_once 'HTMLPurifier/Bootstrap.php';
-require_once 'HTMLPurifier.autoload.php';
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier.autoload.php b/lib/php/HTMLPurifier.autoload.php
deleted file mode 100644
index 8d40176..0000000
--- a/lib/php/HTMLPurifier.autoload.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-/**
- * @file
- * Convenience file that registers autoload handler for HTML Purifier.
- */
-
-if (function_exists('spl_autoload_register') && function_exists('spl_autoload_unregister')) {
-    // We need unregister for our pre-registering functionality
-    HTMLPurifier_Bootstrap::registerAutoload();
-    if (function_exists('__autoload')) {
-        // Be polite and ensure that userland autoload gets retained
-        spl_autoload_register('__autoload');
-    }
-} elseif (!function_exists('__autoload')) {
-    function __autoload($class) {
-        return HTMLPurifier_Bootstrap::autoload($class);
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier.func.php b/lib/php/HTMLPurifier.func.php
deleted file mode 100644
index 56a55b2..0000000
--- a/lib/php/HTMLPurifier.func.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * @file
- * Defines a function wrapper for HTML Purifier for quick use.
- * @note ''HTMLPurifier()'' is NOT the same as ''new HTMLPurifier()''
- */
-
-/**
- * Purify HTML.
- * @param $html String HTML to purify
- * @param $config Configuration to use, can be any value accepted by
- *        HTMLPurifier_Config::create()
- */
-function HTMLPurifier($html, $config = null) {
-    static $purifier = false;
-    if (!$purifier) {
-        $purifier = new HTMLPurifier();
-    }
-    return $purifier->purify($html, $config);
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier.includes.php b/lib/php/HTMLPurifier.includes.php
deleted file mode 100644
index 7cfb970..0000000
--- a/lib/php/HTMLPurifier.includes.php
+++ /dev/null
@@ -1,208 +0,0 @@
-<?php
-
-/**
- * @file
- * This file was auto-generated by generate-includes.php and includes all of
- * the core files required by HTML Purifier. Use this if performance is a
- * primary concern and you are using an opcode cache. PLEASE DO NOT EDIT THIS
- * FILE, changes will be overwritten the next time the script is run.
- *
- * @version 4.0.0
- *
- * @warning
- *      You must *not* include any other HTML Purifier files before this file,
- *      because 'require' not 'require_once' is used.
- *
- * @warning
- *      This file requires that the include path contains the HTML Purifier
- *      library directory; this is not auto-set.
- */
-
-require 'HTMLPurifier.php';
-require 'HTMLPurifier/AttrCollections.php';
-require 'HTMLPurifier/AttrDef.php';
-require 'HTMLPurifier/AttrTransform.php';
-require 'HTMLPurifier/AttrTypes.php';
-require 'HTMLPurifier/AttrValidator.php';
-require 'HTMLPurifier/Bootstrap.php';
-require 'HTMLPurifier/Definition.php';
-require 'HTMLPurifier/CSSDefinition.php';
-require 'HTMLPurifier/ChildDef.php';
-require 'HTMLPurifier/Config.php';
-require 'HTMLPurifier/ConfigSchema.php';
-require 'HTMLPurifier/ContentSets.php';
-require 'HTMLPurifier/Context.php';
-require 'HTMLPurifier/DefinitionCache.php';
-require 'HTMLPurifier/DefinitionCacheFactory.php';
-require 'HTMLPurifier/Doctype.php';
-require 'HTMLPurifier/DoctypeRegistry.php';
-require 'HTMLPurifier/ElementDef.php';
-require 'HTMLPurifier/Encoder.php';
-require 'HTMLPurifier/EntityLookup.php';
-require 'HTMLPurifier/EntityParser.php';
-require 'HTMLPurifier/ErrorCollector.php';
-require 'HTMLPurifier/ErrorStruct.php';
-require 'HTMLPurifier/Exception.php';
-require 'HTMLPurifier/Filter.php';
-require 'HTMLPurifier/Generator.php';
-require 'HTMLPurifier/HTMLDefinition.php';
-require 'HTMLPurifier/HTMLModule.php';
-require 'HTMLPurifier/HTMLModuleManager.php';
-require 'HTMLPurifier/IDAccumulator.php';
-require 'HTMLPurifier/Injector.php';
-require 'HTMLPurifier/Language.php';
-require 'HTMLPurifier/LanguageFactory.php';
-require 'HTMLPurifier/Length.php';
-require 'HTMLPurifier/Lexer.php';
-require 'HTMLPurifier/PercentEncoder.php';
-require 'HTMLPurifier/PropertyList.php';
-require 'HTMLPurifier/PropertyListIterator.php';
-require 'HTMLPurifier/Strategy.php';
-require 'HTMLPurifier/StringHash.php';
-require 'HTMLPurifier/StringHashParser.php';
-require 'HTMLPurifier/TagTransform.php';
-require 'HTMLPurifier/Token.php';
-require 'HTMLPurifier/TokenFactory.php';
-require 'HTMLPurifier/URI.php';
-require 'HTMLPurifier/URIDefinition.php';
-require 'HTMLPurifier/URIFilter.php';
-require 'HTMLPurifier/URIParser.php';
-require 'HTMLPurifier/URIScheme.php';
-require 'HTMLPurifier/URISchemeRegistry.php';
-require 'HTMLPurifier/UnitConverter.php';
-require 'HTMLPurifier/VarParser.php';
-require 'HTMLPurifier/VarParserException.php';
-require 'HTMLPurifier/AttrDef/CSS.php';
-require 'HTMLPurifier/AttrDef/Enum.php';
-require 'HTMLPurifier/AttrDef/Integer.php';
-require 'HTMLPurifier/AttrDef/Lang.php';
-require 'HTMLPurifier/AttrDef/Switch.php';
-require 'HTMLPurifier/AttrDef/Text.php';
-require 'HTMLPurifier/AttrDef/URI.php';
-require 'HTMLPurifier/AttrDef/CSS/Number.php';
-require 'HTMLPurifier/AttrDef/CSS/AlphaValue.php';
-require 'HTMLPurifier/AttrDef/CSS/Background.php';
-require 'HTMLPurifier/AttrDef/CSS/BackgroundPosition.php';
-require 'HTMLPurifier/AttrDef/CSS/Border.php';
-require 'HTMLPurifier/AttrDef/CSS/Color.php';
-require 'HTMLPurifier/AttrDef/CSS/Composite.php';
-require 'HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php';
-require 'HTMLPurifier/AttrDef/CSS/Filter.php';
-require 'HTMLPurifier/AttrDef/CSS/Font.php';
-require 'HTMLPurifier/AttrDef/CSS/FontFamily.php';
-require 'HTMLPurifier/AttrDef/CSS/ImportantDecorator.php';
-require 'HTMLPurifier/AttrDef/CSS/Length.php';
-require 'HTMLPurifier/AttrDef/CSS/ListStyle.php';
-require 'HTMLPurifier/AttrDef/CSS/Multiple.php';
-require 'HTMLPurifier/AttrDef/CSS/Percentage.php';
-require 'HTMLPurifier/AttrDef/CSS/TextDecoration.php';
-require 'HTMLPurifier/AttrDef/CSS/URI.php';
-require 'HTMLPurifier/AttrDef/HTML/Bool.php';
-require 'HTMLPurifier/AttrDef/HTML/Nmtokens.php';
-require 'HTMLPurifier/AttrDef/HTML/Class.php';
-require 'HTMLPurifier/AttrDef/HTML/Color.php';
-require 'HTMLPurifier/AttrDef/HTML/FrameTarget.php';
-require 'HTMLPurifier/AttrDef/HTML/ID.php';
-require 'HTMLPurifier/AttrDef/HTML/Pixels.php';
-require 'HTMLPurifier/AttrDef/HTML/Length.php';
-require 'HTMLPurifier/AttrDef/HTML/LinkTypes.php';
-require 'HTMLPurifier/AttrDef/HTML/MultiLength.php';
-require 'HTMLPurifier/AttrDef/URI/Email.php';
-require 'HTMLPurifier/AttrDef/URI/Host.php';
-require 'HTMLPurifier/AttrDef/URI/IPv4.php';
-require 'HTMLPurifier/AttrDef/URI/IPv6.php';
-require 'HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php';
-require 'HTMLPurifier/AttrTransform/Background.php';
-require 'HTMLPurifier/AttrTransform/BdoDir.php';
-require 'HTMLPurifier/AttrTransform/BgColor.php';
-require 'HTMLPurifier/AttrTransform/BoolToCSS.php';
-require 'HTMLPurifier/AttrTransform/Border.php';
-require 'HTMLPurifier/AttrTransform/EnumToCSS.php';
-require 'HTMLPurifier/AttrTransform/ImgRequired.php';
-require 'HTMLPurifier/AttrTransform/ImgSpace.php';
-require 'HTMLPurifier/AttrTransform/Input.php';
-require 'HTMLPurifier/AttrTransform/Lang.php';
-require 'HTMLPurifier/AttrTransform/Length.php';
-require 'HTMLPurifier/AttrTransform/Name.php';
-require 'HTMLPurifier/AttrTransform/NameSync.php';
-require 'HTMLPurifier/AttrTransform/SafeEmbed.php';
-require 'HTMLPurifier/AttrTransform/SafeObject.php';
-require 'HTMLPurifier/AttrTransform/SafeParam.php';
-require 'HTMLPurifier/AttrTransform/ScriptRequired.php';
-require 'HTMLPurifier/AttrTransform/Textarea.php';
-require 'HTMLPurifier/ChildDef/Chameleon.php';
-require 'HTMLPurifier/ChildDef/Custom.php';
-require 'HTMLPurifier/ChildDef/Empty.php';
-require 'HTMLPurifier/ChildDef/Required.php';
-require 'HTMLPurifier/ChildDef/Optional.php';
-require 'HTMLPurifier/ChildDef/StrictBlockquote.php';
-require 'HTMLPurifier/ChildDef/Table.php';
-require 'HTMLPurifier/DefinitionCache/Decorator.php';
-require 'HTMLPurifier/DefinitionCache/Null.php';
-require 'HTMLPurifier/DefinitionCache/Serializer.php';
-require 'HTMLPurifier/DefinitionCache/Decorator/Cleanup.php';
-require 'HTMLPurifier/DefinitionCache/Decorator/Memory.php';
-require 'HTMLPurifier/HTMLModule/Bdo.php';
-require 'HTMLPurifier/HTMLModule/CommonAttributes.php';
-require 'HTMLPurifier/HTMLModule/Edit.php';
-require 'HTMLPurifier/HTMLModule/Forms.php';
-require 'HTMLPurifier/HTMLModule/Hypertext.php';
-require 'HTMLPurifier/HTMLModule/Image.php';
-require 'HTMLPurifier/HTMLModule/Legacy.php';
-require 'HTMLPurifier/HTMLModule/List.php';
-require 'HTMLPurifier/HTMLModule/Name.php';
-require 'HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php';
-require 'HTMLPurifier/HTMLModule/Object.php';
-require 'HTMLPurifier/HTMLModule/Presentation.php';
-require 'HTMLPurifier/HTMLModule/Proprietary.php';
-require 'HTMLPurifier/HTMLModule/Ruby.php';
-require 'HTMLPurifier/HTMLModule/SafeEmbed.php';
-require 'HTMLPurifier/HTMLModule/SafeObject.php';
-require 'HTMLPurifier/HTMLModule/Scripting.php';
-require 'HTMLPurifier/HTMLModule/StyleAttribute.php';
-require 'HTMLPurifier/HTMLModule/Tables.php';
-require 'HTMLPurifier/HTMLModule/Target.php';
-require 'HTMLPurifier/HTMLModule/Text.php';
-require 'HTMLPurifier/HTMLModule/Tidy.php';
-require 'HTMLPurifier/HTMLModule/XMLCommonAttributes.php';
-require 'HTMLPurifier/HTMLModule/Tidy/Name.php';
-require 'HTMLPurifier/HTMLModule/Tidy/Proprietary.php';
-require 'HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php';
-require 'HTMLPurifier/HTMLModule/Tidy/Strict.php';
-require 'HTMLPurifier/HTMLModule/Tidy/Transitional.php';
-require 'HTMLPurifier/HTMLModule/Tidy/XHTML.php';
-require 'HTMLPurifier/Injector/AutoParagraph.php';
-require 'HTMLPurifier/Injector/DisplayLinkURI.php';
-require 'HTMLPurifier/Injector/Linkify.php';
-require 'HTMLPurifier/Injector/PurifierLinkify.php';
-require 'HTMLPurifier/Injector/RemoveEmpty.php';
-require 'HTMLPurifier/Injector/SafeObject.php';
-require 'HTMLPurifier/Lexer/DOMLex.php';
-require 'HTMLPurifier/Lexer/DirectLex.php';
-require 'HTMLPurifier/Strategy/Composite.php';
-require 'HTMLPurifier/Strategy/Core.php';
-require 'HTMLPurifier/Strategy/FixNesting.php';
-require 'HTMLPurifier/Strategy/MakeWellFormed.php';
-require 'HTMLPurifier/Strategy/RemoveForeignElements.php';
-require 'HTMLPurifier/Strategy/ValidateAttributes.php';
-require 'HTMLPurifier/TagTransform/Font.php';
-require 'HTMLPurifier/TagTransform/Simple.php';
-require 'HTMLPurifier/Token/Comment.php';
-require 'HTMLPurifier/Token/Tag.php';
-require 'HTMLPurifier/Token/Empty.php';
-require 'HTMLPurifier/Token/End.php';
-require 'HTMLPurifier/Token/Start.php';
-require 'HTMLPurifier/Token/Text.php';
-require 'HTMLPurifier/URIFilter/DisableExternal.php';
-require 'HTMLPurifier/URIFilter/DisableExternalResources.php';
-require 'HTMLPurifier/URIFilter/HostBlacklist.php';
-require 'HTMLPurifier/URIFilter/MakeAbsolute.php';
-require 'HTMLPurifier/URIFilter/Munge.php';
-require 'HTMLPurifier/URIScheme/ftp.php';
-require 'HTMLPurifier/URIScheme/http.php';
-require 'HTMLPurifier/URIScheme/https.php';
-require 'HTMLPurifier/URIScheme/mailto.php';
-require 'HTMLPurifier/URIScheme/news.php';
-require 'HTMLPurifier/URIScheme/nntp.php';
-require 'HTMLPurifier/VarParser/Flexible.php';
-require 'HTMLPurifier/VarParser/Native.php';
diff --git a/lib/php/HTMLPurifier.kses.php b/lib/php/HTMLPurifier.kses.php
deleted file mode 100644
index 3143feb..0000000
--- a/lib/php/HTMLPurifier.kses.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-
-/**
- * @file
- * Emulation layer for code that used kses(), substituting in HTML Purifier.
- */
-
-require_once dirname(__FILE__) . '/HTMLPurifier.auto.php';
-
-function kses($string, $allowed_html, $allowed_protocols = null) {
-    $config = HTMLPurifier_Config::createDefault();
-    $allowed_elements = array();
-    $allowed_attributes = array();
-    foreach ($allowed_html as $element => $attributes) {
-        $allowed_elements[$element] = true;
-        foreach ($attributes as $attribute => $x) {
-            $allowed_attributes["$element.$attribute"] = true;
-        }
-    }
-    $config->set('HTML.AllowedElements', $allowed_elements);
-    $config->set('HTML.AllowedAttributes', $allowed_attributes);
-    $allowed_schemes = array();
-    if ($allowed_protocols !== null) {
-        $config->set('URI.AllowedSchemes', $allowed_protocols);
-    }
-    $purifier = new HTMLPurifier($config);
-    return $purifier->purify($string);
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier.php b/lib/php/HTMLPurifier.php
deleted file mode 100644
index e3fce9c..0000000
--- a/lib/php/HTMLPurifier.php
+++ /dev/null
@@ -1,237 +0,0 @@
-<?php
-
-/*! @mainpage
- *
- * HTML Purifier is an HTML filter that will take an arbitrary snippet of
- * HTML and rigorously test, validate and filter it into a version that
- * is safe for output onto webpages. It achieves this by:
- *
- *  -# Lexing (parsing into tokens) the document,
- *  -# Executing various strategies on the tokens:
- *      -# Removing all elements not in the whitelist,
- *      -# Making the tokens well-formed,
- *      -# Fixing the nesting of the nodes, and
- *      -# Validating attributes of the nodes; and
- *  -# Generating HTML from the purified tokens.
- *
- * However, most users will only need to interface with the HTMLPurifier
- * and HTMLPurifier_Config.
- */
-
-/*
-    HTML Purifier 4.0.0 - Standards Compliant HTML Filtering
-    Copyright (C) 2006-2008 Edward Z. Yang
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-/**
- * Facade that coordinates HTML Purifier's subsystems in order to purify HTML.
- *
- * @note There are several points in which configuration can be specified
- *       for HTML Purifier.  The precedence of these (from lowest to
- *       highest) is as follows:
- *          -# Instance: new HTMLPurifier($config)
- *          -# Invocation: purify($html, $config)
- *       These configurations are entirely independent of each other and
- *       are *not* merged (this behavior may change in the future).
- *
- * @todo We need an easier way to inject strategies using the configuration
- *       object.
- */
-class HTMLPurifier
-{
-
-    /** Version of HTML Purifier */
-    public $version = '4.0.0';
-
-    /** Constant with version of HTML Purifier */
-    const VERSION = '4.0.0';
-
-    /** Global configuration object */
-    public $config;
-
-    /** Array of extra HTMLPurifier_Filter objects to run on HTML, for backwards compatibility */
-    private $filters = array();
-
-    /** Single instance of HTML Purifier */
-    private static $instance;
-
-    protected $strategy, $generator;
-
-    /**
-     * Resultant HTMLPurifier_Context of last run purification. Is an array
-     * of contexts if the last called method was purifyArray().
-     */
-    public $context;
-
-    /**
-     * Initializes the purifier.
-     * @param $config Optional HTMLPurifier_Config object for all instances of
-     *                the purifier, if omitted, a default configuration is
-     *                supplied (which can be overridden on a per-use basis).
-     *                The parameter can also be any type that
-     *                HTMLPurifier_Config::create() supports.
-     */
-    public function __construct($config = null) {
-
-        $this->config = HTMLPurifier_Config::create($config);
-
-        $this->strategy     = new HTMLPurifier_Strategy_Core();
-
-    }
-
-    /**
-     * Adds a filter to process the output. First come first serve
-     * @param $filter HTMLPurifier_Filter object
-     */
-    public function addFilter($filter) {
-        trigger_error('HTMLPurifier->addFilter() is deprecated, use configuration directives in the Filter namespace or Filter.Custom', E_USER_WARNING);
-        $this->filters[] = $filter;
-    }
-
-    /**
-     * Filters an HTML snippet/document to be XSS-free and standards-compliant.
-     *
-     * @param $html String of HTML to purify
-     * @param $config HTMLPurifier_Config object for this operation, if omitted,
-     *                defaults to the config object specified during this
-     *                object's construction. The parameter can also be any type
-     *                that HTMLPurifier_Config::create() supports.
-     * @return Purified HTML
-     */
-    public function purify($html, $config = null) {
-
-        // :TODO: make the config merge in, instead of replace
-        $config = $config ? HTMLPurifier_Config::create($config) : $this->config;
-
-        // implementation is partially environment dependant, partially
-        // configuration dependant
-        $lexer = HTMLPurifier_Lexer::create($config);
-
-        $context = new HTMLPurifier_Context();
-
-        // setup HTML generator
-        $this->generator = new HTMLPurifier_Generator($config, $context);
-        $context->register('Generator', $this->generator);
-
-        // set up global context variables
-        if ($config->get('Core.CollectErrors')) {
-            // may get moved out if other facilities use it
-            $language_factory = HTMLPurifier_LanguageFactory::instance();
-            $language = $language_factory->create($config, $context);
-            $context->register('Locale', $language);
-
-            $error_collector = new HTMLPurifier_ErrorCollector($context);
-            $context->register('ErrorCollector', $error_collector);
-        }
-
-        // setup id_accumulator context, necessary due to the fact that
-        // AttrValidator can be called from many places
-        $id_accumulator = HTMLPurifier_IDAccumulator::build($config, $context);
-        $context->register('IDAccumulator', $id_accumulator);
-
-        $html = HTMLPurifier_Encoder::convertToUTF8($html, $config, $context);
-
-        // setup filters
-        $filter_flags = $config->getBatch('Filter');
-        $custom_filters = $filter_flags['Custom'];
-        unset($filter_flags['Custom']);
-        $filters = array();
-        foreach ($filter_flags as $filter => $flag) {
-            if (!$flag) continue;
-            if (strpos($filter, '.') !== false) continue;
-            $class = "HTMLPurifier_Filter_$filter";
-            $filters[] = new $class;
-        }
-        foreach ($custom_filters as $filter) {
-            // maybe "HTMLPurifier_Filter_$filter", but be consistent with AutoFormat
-            $filters[] = $filter;
-        }
-        $filters = array_merge($filters, $this->filters);
-        // maybe prepare(), but later
-
-        for ($i = 0, $filter_size = count($filters); $i < $filter_size; $i++) {
-            $html = $filters[$i]->preFilter($html, $config, $context);
-        }
-
-        // purified HTML
-        $html =
-            $this->generator->generateFromTokens(
-                // list of tokens
-                $this->strategy->execute(
-                    // list of un-purified tokens
-                    $lexer->tokenizeHTML(
-                        // un-purified HTML
-                        $html, $config, $context
-                    ),
-                    $config, $context
-                )
-            );
-
-        for ($i = $filter_size - 1; $i >= 0; $i--) {
-            $html = $filters[$i]->postFilter($html, $config, $context);
-        }
-
-        $html = HTMLPurifier_Encoder::convertFromUTF8($html, $config, $context);
-        $this->context =& $context;
-        return $html;
-    }
-
-    /**
-     * Filters an array of HTML snippets
-     * @param $config Optional HTMLPurifier_Config object for this operation.
-     *                See HTMLPurifier::purify() for more details.
-     * @return Array of purified HTML
-     */
-    public function purifyArray($array_of_html, $config = null) {
-        $context_array = array();
-        foreach ($array_of_html as $key => $html) {
-            $array_of_html[$key] = $this->purify($html, $config);
-            $context_array[$key] = $this->context;
-        }
-        $this->context = $context_array;
-        return $array_of_html;
-    }
-
-    /**
-     * Singleton for enforcing just one HTML Purifier in your system
-     * @param $prototype Optional prototype HTMLPurifier instance to
-     *                   overload singleton with, or HTMLPurifier_Config
-     *                   instance to configure the generated version with.
-     */
-    public static function instance($prototype = null) {
-        if (!self::$instance || $prototype) {
-            if ($prototype instanceof HTMLPurifier) {
-                self::$instance = $prototype;
-            } elseif ($prototype) {
-                self::$instance = new HTMLPurifier($prototype);
-            } else {
-                self::$instance = new HTMLPurifier();
-            }
-        }
-        return self::$instance;
-    }
-
-    /**
-     * @note Backwards compatibility, see instance()
-     */
-    public static function getInstance($prototype = null) {
-        return HTMLPurifier::instance($prototype);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier.safe-includes.php b/lib/php/HTMLPurifier.safe-includes.php
deleted file mode 100644
index cf2c1d6..0000000
--- a/lib/php/HTMLPurifier.safe-includes.php
+++ /dev/null
@@ -1,202 +0,0 @@
-<?php
-
-/**
- * @file
- * This file was auto-generated by generate-includes.php and includes all of
- * the core files required by HTML Purifier. This is a convenience stub that
- * includes all files using dirname(__FILE__) and require_once. PLEASE DO NOT
- * EDIT THIS FILE, changes will be overwritten the next time the script is run.
- *
- * Changes to include_path are not necessary.
- */
-
-$__dir = dirname(__FILE__);
-
-require_once $__dir . '/HTMLPurifier.php';
-require_once $__dir . '/HTMLPurifier/AttrCollections.php';
-require_once $__dir . '/HTMLPurifier/AttrDef.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform.php';
-require_once $__dir . '/HTMLPurifier/AttrTypes.php';
-require_once $__dir . '/HTMLPurifier/AttrValidator.php';
-require_once $__dir . '/HTMLPurifier/Bootstrap.php';
-require_once $__dir . '/HTMLPurifier/Definition.php';
-require_once $__dir . '/HTMLPurifier/CSSDefinition.php';
-require_once $__dir . '/HTMLPurifier/ChildDef.php';
-require_once $__dir . '/HTMLPurifier/Config.php';
-require_once $__dir . '/HTMLPurifier/ConfigSchema.php';
-require_once $__dir . '/HTMLPurifier/ContentSets.php';
-require_once $__dir . '/HTMLPurifier/Context.php';
-require_once $__dir . '/HTMLPurifier/DefinitionCache.php';
-require_once $__dir . '/HTMLPurifier/DefinitionCacheFactory.php';
-require_once $__dir . '/HTMLPurifier/Doctype.php';
-require_once $__dir . '/HTMLPurifier/DoctypeRegistry.php';
-require_once $__dir . '/HTMLPurifier/ElementDef.php';
-require_once $__dir . '/HTMLPurifier/Encoder.php';
-require_once $__dir . '/HTMLPurifier/EntityLookup.php';
-require_once $__dir . '/HTMLPurifier/EntityParser.php';
-require_once $__dir . '/HTMLPurifier/ErrorCollector.php';
-require_once $__dir . '/HTMLPurifier/ErrorStruct.php';
-require_once $__dir . '/HTMLPurifier/Exception.php';
-require_once $__dir . '/HTMLPurifier/Filter.php';
-require_once $__dir . '/HTMLPurifier/Generator.php';
-require_once $__dir . '/HTMLPurifier/HTMLDefinition.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule.php';
-require_once $__dir . '/HTMLPurifier/HTMLModuleManager.php';
-require_once $__dir . '/HTMLPurifier/IDAccumulator.php';
-require_once $__dir . '/HTMLPurifier/Injector.php';
-require_once $__dir . '/HTMLPurifier/Language.php';
-require_once $__dir . '/HTMLPurifier/LanguageFactory.php';
-require_once $__dir . '/HTMLPurifier/Length.php';
-require_once $__dir . '/HTMLPurifier/Lexer.php';
-require_once $__dir . '/HTMLPurifier/PercentEncoder.php';
-require_once $__dir . '/HTMLPurifier/PropertyList.php';
-require_once $__dir . '/HTMLPurifier/PropertyListIterator.php';
-require_once $__dir . '/HTMLPurifier/Strategy.php';
-require_once $__dir . '/HTMLPurifier/StringHash.php';
-require_once $__dir . '/HTMLPurifier/StringHashParser.php';
-require_once $__dir . '/HTMLPurifier/TagTransform.php';
-require_once $__dir . '/HTMLPurifier/Token.php';
-require_once $__dir . '/HTMLPurifier/TokenFactory.php';
-require_once $__dir . '/HTMLPurifier/URI.php';
-require_once $__dir . '/HTMLPurifier/URIDefinition.php';
-require_once $__dir . '/HTMLPurifier/URIFilter.php';
-require_once $__dir . '/HTMLPurifier/URIParser.php';
-require_once $__dir . '/HTMLPurifier/URIScheme.php';
-require_once $__dir . '/HTMLPurifier/URISchemeRegistry.php';
-require_once $__dir . '/HTMLPurifier/UnitConverter.php';
-require_once $__dir . '/HTMLPurifier/VarParser.php';
-require_once $__dir . '/HTMLPurifier/VarParserException.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/Enum.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/Integer.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/Lang.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/Switch.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/Text.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/URI.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Number.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/AlphaValue.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Background.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Border.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Color.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Composite.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Filter.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Font.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/FontFamily.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Length.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/ListStyle.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Multiple.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Percentage.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/TextDecoration.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/CSS/URI.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/Bool.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/Nmtokens.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/Class.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/Color.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/FrameTarget.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/ID.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/Pixels.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/Length.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/LinkTypes.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/HTML/MultiLength.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/URI/Email.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/URI/Host.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/URI/IPv4.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/URI/IPv6.php';
-require_once $__dir . '/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/Background.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/BdoDir.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/BgColor.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/BoolToCSS.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/Border.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/EnumToCSS.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/ImgRequired.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/ImgSpace.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/Input.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/Lang.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/Length.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/Name.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/NameSync.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/SafeEmbed.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/SafeObject.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/SafeParam.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/ScriptRequired.php';
-require_once $__dir . '/HTMLPurifier/AttrTransform/Textarea.php';
-require_once $__dir . '/HTMLPurifier/ChildDef/Chameleon.php';
-require_once $__dir . '/HTMLPurifier/ChildDef/Custom.php';
-require_once $__dir . '/HTMLPurifier/ChildDef/Empty.php';
-require_once $__dir . '/HTMLPurifier/ChildDef/Required.php';
-require_once $__dir . '/HTMLPurifier/ChildDef/Optional.php';
-require_once $__dir . '/HTMLPurifier/ChildDef/StrictBlockquote.php';
-require_once $__dir . '/HTMLPurifier/ChildDef/Table.php';
-require_once $__dir . '/HTMLPurifier/DefinitionCache/Decorator.php';
-require_once $__dir . '/HTMLPurifier/DefinitionCache/Null.php';
-require_once $__dir . '/HTMLPurifier/DefinitionCache/Serializer.php';
-require_once $__dir . '/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php';
-require_once $__dir . '/HTMLPurifier/DefinitionCache/Decorator/Memory.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Bdo.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/CommonAttributes.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Edit.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Forms.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Hypertext.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Image.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Legacy.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/List.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Name.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Object.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Presentation.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Proprietary.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Ruby.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/SafeEmbed.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/SafeObject.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Scripting.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/StyleAttribute.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Tables.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Target.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Text.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Tidy.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/XMLCommonAttributes.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Tidy/Name.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Tidy/Proprietary.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Tidy/Strict.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Tidy/Transitional.php';
-require_once $__dir . '/HTMLPurifier/HTMLModule/Tidy/XHTML.php';
-require_once $__dir . '/HTMLPurifier/Injector/AutoParagraph.php';
-require_once $__dir . '/HTMLPurifier/Injector/DisplayLinkURI.php';
-require_once $__dir . '/HTMLPurifier/Injector/Linkify.php';
-require_once $__dir . '/HTMLPurifier/Injector/PurifierLinkify.php';
-require_once $__dir . '/HTMLPurifier/Injector/RemoveEmpty.php';
-require_once $__dir . '/HTMLPurifier/Injector/SafeObject.php';
-require_once $__dir . '/HTMLPurifier/Lexer/DOMLex.php';
-require_once $__dir . '/HTMLPurifier/Lexer/DirectLex.php';
-require_once $__dir . '/HTMLPurifier/Strategy/Composite.php';
-require_once $__dir . '/HTMLPurifier/Strategy/Core.php';
-require_once $__dir . '/HTMLPurifier/Strategy/FixNesting.php';
-require_once $__dir . '/HTMLPurifier/Strategy/MakeWellFormed.php';
-require_once $__dir . '/HTMLPurifier/Strategy/RemoveForeignElements.php';
-require_once $__dir . '/HTMLPurifier/Strategy/ValidateAttributes.php';
-require_once $__dir . '/HTMLPurifier/TagTransform/Font.php';
-require_once $__dir . '/HTMLPurifier/TagTransform/Simple.php';
-require_once $__dir . '/HTMLPurifier/Token/Comment.php';
-require_once $__dir . '/HTMLPurifier/Token/Tag.php';
-require_once $__dir . '/HTMLPurifier/Token/Empty.php';
-require_once $__dir . '/HTMLPurifier/Token/End.php';
-require_once $__dir . '/HTMLPurifier/Token/Start.php';
-require_once $__dir . '/HTMLPurifier/Token/Text.php';
-require_once $__dir . '/HTMLPurifier/URIFilter/DisableExternal.php';
-require_once $__dir . '/HTMLPurifier/URIFilter/DisableExternalResources.php';
-require_once $__dir . '/HTMLPurifier/URIFilter/HostBlacklist.php';
-require_once $__dir . '/HTMLPurifier/URIFilter/MakeAbsolute.php';
-require_once $__dir . '/HTMLPurifier/URIFilter/Munge.php';
-require_once $__dir . '/HTMLPurifier/URIScheme/ftp.php';
-require_once $__dir . '/HTMLPurifier/URIScheme/http.php';
-require_once $__dir . '/HTMLPurifier/URIScheme/https.php';
-require_once $__dir . '/HTMLPurifier/URIScheme/mailto.php';
-require_once $__dir . '/HTMLPurifier/URIScheme/news.php';
-require_once $__dir . '/HTMLPurifier/URIScheme/nntp.php';
-require_once $__dir . '/HTMLPurifier/VarParser/Flexible.php';
-require_once $__dir . '/HTMLPurifier/VarParser/Native.php';
diff --git a/lib/php/HTMLPurifier/AttrCollections.php b/lib/php/HTMLPurifier/AttrCollections.php
deleted file mode 100644
index 555b86d..0000000
--- a/lib/php/HTMLPurifier/AttrCollections.php
+++ /dev/null
@@ -1,128 +0,0 @@
-<?php
-
-/**
- * Defines common attribute collections that modules reference
- */
-
-class HTMLPurifier_AttrCollections
-{
-
-    /**
-     * Associative array of attribute collections, indexed by name
-     */
-    public $info = array();
-
-    /**
-     * Performs all expansions on internal data for use by other inclusions
-     * It also collects all attribute collection extensions from
-     * modules
-     * @param $attr_types HTMLPurifier_AttrTypes instance
-     * @param $modules Hash array of HTMLPurifier_HTMLModule members
-     */
-    public function __construct($attr_types, $modules) {
-        // load extensions from the modules
-        foreach ($modules as $module) {
-            foreach ($module->attr_collections as $coll_i => $coll) {
-                if (!isset($this->info[$coll_i])) {
-                    $this->info[$coll_i] = array();
-                }
-                foreach ($coll as $attr_i => $attr) {
-                    if ($attr_i === 0 && isset($this->info[$coll_i][$attr_i])) {
-                        // merge in includes
-                        $this->info[$coll_i][$attr_i] = array_merge(
-                            $this->info[$coll_i][$attr_i], $attr);
-                        continue;
-                    }
-                    $this->info[$coll_i][$attr_i] = $attr;
-                }
-            }
-        }
-        // perform internal expansions and inclusions
-        foreach ($this->info as $name => $attr) {
-            // merge attribute collections that include others
-            $this->performInclusions($this->info[$name]);
-            // replace string identifiers with actual attribute objects
-            $this->expandIdentifiers($this->info[$name], $attr_types);
-        }
-    }
-
-    /**
-     * Takes a reference to an attribute associative array and performs
-     * all inclusions specified by the zero index.
-     * @param &$attr Reference to attribute array
-     */
-    public function performInclusions(&$attr) {
-        if (!isset($attr[0])) return;
-        $merge = $attr[0];
-        $seen  = array(); // recursion guard
-        // loop through all the inclusions
-        for ($i = 0; isset($merge[$i]); $i++) {
-            if (isset($seen[$merge[$i]])) continue;
-            $seen[$merge[$i]] = true;
-            // foreach attribute of the inclusion, copy it over
-            if (!isset($this->info[$merge[$i]])) continue;
-            foreach ($this->info[$merge[$i]] as $key => $value) {
-                if (isset($attr[$key])) continue; // also catches more inclusions
-                $attr[$key] = $value;
-            }
-            if (isset($this->info[$merge[$i]][0])) {
-                // recursion
-                $merge = array_merge($merge, $this->info[$merge[$i]][0]);
-            }
-        }
-        unset($attr[0]);
-    }
-
-    /**
-     * Expands all string identifiers in an attribute array by replacing
-     * them with the appropriate values inside HTMLPurifier_AttrTypes
-     * @param &$attr Reference to attribute array
-     * @param $attr_types HTMLPurifier_AttrTypes instance
-     */
-    public function expandIdentifiers(&$attr, $attr_types) {
-
-        // because foreach will process new elements we add, make sure we
-        // skip duplicates
-        $processed = array();
-
-        foreach ($attr as $def_i => $def) {
-            // skip inclusions
-            if ($def_i === 0) continue;
-
-            if (isset($processed[$def_i])) continue;
-
-            // determine whether or not attribute is required
-            if ($required = (strpos($def_i, '*') !== false)) {
-                // rename the definition
-                unset($attr[$def_i]);
-                $def_i = trim($def_i, '*');
-                $attr[$def_i] = $def;
-            }
-
-            $processed[$def_i] = true;
-
-            // if we've already got a literal object, move on
-            if (is_object($def)) {
-                // preserve previous required
-                $attr[$def_i]->required = ($required || $attr[$def_i]->required);
-                continue;
-            }
-
-            if ($def === false) {
-                unset($attr[$def_i]);
-                continue;
-            }
-
-            if ($t = $attr_types->get($def)) {
-                $attr[$def_i] = $t;
-                $attr[$def_i]->required = $required;
-            } else {
-                unset($attr[$def_i]);
-            }
-        }
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef.php b/lib/php/HTMLPurifier/AttrDef.php
deleted file mode 100644
index d32fa62..0000000
--- a/lib/php/HTMLPurifier/AttrDef.php
+++ /dev/null
@@ -1,87 +0,0 @@
-<?php
-
-/**
- * Base class for all validating attribute definitions.
- *
- * This family of classes forms the core for not only HTML attribute validation,
- * but also any sort of string that needs to be validated or cleaned (which
- * means CSS properties and composite definitions are defined here too).
- * Besides defining (through code) what precisely makes the string valid,
- * subclasses are also responsible for cleaning the code if possible.
- */
-
-abstract class HTMLPurifier_AttrDef
-{
-
-    /**
-     * Tells us whether or not an HTML attribute is minimized. Has no
-     * meaning in other contexts.
-     */
-    public $minimized = false;
-
-    /**
-     * Tells us whether or not an HTML attribute is required. Has no
-     * meaning in other contexts
-     */
-    public $required = false;
-
-    /**
-     * Validates and cleans passed string according to a definition.
-     *
-     * @param $string String to be validated and cleaned.
-     * @param $config Mandatory HTMLPurifier_Config object.
-     * @param $context Mandatory HTMLPurifier_AttrContext object.
-     */
-    abstract public function validate($string, $config, $context);
-
-    /**
-     * Convenience method that parses a string as if it were CDATA.
-     *
-     * This method process a string in the manner specified at
-     * <http://www.w3.org/TR/html4/types.html#h-6.2> by removing
-     * leading and trailing whitespace, ignoring line feeds, and replacing
-     * carriage returns and tabs with spaces.  While most useful for HTML
-     * attributes specified as CDATA, it can also be applied to most CSS
-     * values.
-     *
-     * @note This method is not entirely standards compliant, as trim() removes
-     *       more types of whitespace than specified in the spec. In practice,
-     *       this is rarely a problem, as those extra characters usually have
-     *       already been removed by HTMLPurifier_Encoder.
-     *
-     * @warning This processing is inconsistent with XML's whitespace handling
-     *          as specified by section 3.3.3 and referenced XHTML 1.0 section
-     *          4.7.  However, note that we are NOT necessarily
-     *          parsing XML, thus, this behavior may still be correct. We
-     *          assume that newlines have been normalized.
-     */
-    public function parseCDATA($string) {
-        $string = trim($string);
-        $string = str_replace(array("\n", "\t", "\r"), ' ', $string);
-        return $string;
-    }
-
-    /**
-     * Factory method for creating this class from a string.
-     * @param $string String construction info
-     * @return Created AttrDef object corresponding to $string
-     */
-    public function make($string) {
-        // default implementation, return a flyweight of this object.
-        // If $string has an effect on the returned object (i.e. you
-        // need to overload this method), it is best
-        // to clone or instantiate new copies. (Instantiation is safer.)
-        return $this;
-    }
-
-    /**
-     * Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work
-     * properly. THIS IS A HACK!
-     */
-    protected function mungeRgb($string) {
-        return preg_replace('/rgb\((\d+)\s*,\s*(\d+)\s*,\s*(\d+)\)/', 'rgb(\1,\2,\3)', $string);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS.php b/lib/php/HTMLPurifier/AttrDef/CSS.php
deleted file mode 100644
index 953e706..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS.php
+++ /dev/null
@@ -1,87 +0,0 @@
-<?php
-
-/**
- * Validates the HTML attribute style, otherwise known as CSS.
- * @note We don't implement the whole CSS specification, so it might be
- *       difficult to reuse this component in the context of validating
- *       actual stylesheet declarations.
- * @note If we were really serious about validating the CSS, we would
- *       tokenize the styles and then parse the tokens. Obviously, we
- *       are not doing that. Doing that could seriously harm performance,
- *       but would make these components a lot more viable for a CSS
- *       filtering solution.
- */
-class HTMLPurifier_AttrDef_CSS extends HTMLPurifier_AttrDef
-{
-
-    public function validate($css, $config, $context) {
-
-        $css = $this->parseCDATA($css);
-
-        $definition = $config->getCSSDefinition();
-
-        // we're going to break the spec and explode by semicolons.
-        // This is because semicolon rarely appears in escaped form
-        // Doing this is generally flaky but fast
-        // IT MIGHT APPEAR IN URIs, see HTMLPurifier_AttrDef_CSSURI
-        // for details
-
-        $declarations = explode(';', $css);
-        $propvalues = array();
-
-        /**
-         * Name of the current CSS property being validated.
-         */
-        $property = false;
-        $context->register('CurrentCSSProperty', $property);
-
-        foreach ($declarations as $declaration) {
-            if (!$declaration) continue;
-            if (!strpos($declaration, ':')) continue;
-            list($property, $value) = explode(':', $declaration, 2);
-            $property = trim($property);
-            $value    = trim($value);
-            $ok = false;
-            do {
-                if (isset($definition->info[$property])) {
-                    $ok = true;
-                    break;
-                }
-                if (ctype_lower($property)) break;
-                $property = strtolower($property);
-                if (isset($definition->info[$property])) {
-                    $ok = true;
-                    break;
-                }
-            } while(0);
-            if (!$ok) continue;
-            // inefficient call, since the validator will do this again
-            if (strtolower(trim($value)) !== 'inherit') {
-                // inherit works for everything (but only on the base property)
-                $result = $definition->info[$property]->validate(
-                    $value, $config, $context );
-            } else {
-                $result = 'inherit';
-            }
-            if ($result === false) continue;
-            $propvalues[$property] = $result;
-        }
-
-        $context->destroy('CurrentCSSProperty');
-
-        // procedure does not write the new CSS simultaneously, so it's
-        // slightly inefficient, but it's the only way of getting rid of
-        // duplicates. Perhaps config to optimize it, but not now.
-
-        $new_declarations = '';
-        foreach ($propvalues as $prop => $value) {
-            $new_declarations .= "$prop:$value;";
-        }
-
-        return $new_declarations ? $new_declarations : false;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/AlphaValue.php b/lib/php/HTMLPurifier/AttrDef/CSS/AlphaValue.php
deleted file mode 100644
index 292c040..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/AlphaValue.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class HTMLPurifier_AttrDef_CSS_AlphaValue extends HTMLPurifier_AttrDef_CSS_Number
-{
-
-    public function __construct() {
-        parent::__construct(false); // opacity is non-negative, but we will clamp it
-    }
-
-    public function validate($number, $config, $context) {
-        $result = parent::validate($number, $config, $context);
-        if ($result === false) return $result;
-        $float = (float) $result;
-        if ($float < 0.0) $result = '0';
-        if ($float > 1.0) $result = '1';
-        return $result;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Background.php b/lib/php/HTMLPurifier/AttrDef/CSS/Background.php
deleted file mode 100644
index 3a3d20c..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Background.php
+++ /dev/null
@@ -1,87 +0,0 @@
-<?php
-
-/**
- * Validates shorthand CSS property background.
- * @warning Does not support url tokens that have internal spaces.
- */
-class HTMLPurifier_AttrDef_CSS_Background extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Local copy of component validators.
-     * @note See HTMLPurifier_AttrDef_Font::$info for a similar impl.
-     */
-    protected $info;
-
-    public function __construct($config) {
-        $def = $config->getCSSDefinition();
-        $this->info['background-color'] = $def->info['background-color'];
-        $this->info['background-image'] = $def->info['background-image'];
-        $this->info['background-repeat'] = $def->info['background-repeat'];
-        $this->info['background-attachment'] = $def->info['background-attachment'];
-        $this->info['background-position'] = $def->info['background-position'];
-    }
-
-    public function validate($string, $config, $context) {
-
-        // regular pre-processing
-        $string = $this->parseCDATA($string);
-        if ($string === '') return false;
-
-        // munge rgb() decl if necessary
-        $string = $this->mungeRgb($string);
-
-        // assumes URI doesn't have spaces in it
-        $bits = explode(' ', strtolower($string)); // bits to process
-
-        $caught = array();
-        $caught['color']    = false;
-        $caught['image']    = false;
-        $caught['repeat']   = false;
-        $caught['attachment'] = false;
-        $caught['position'] = false;
-
-        $i = 0; // number of catches
-        $none = false;
-
-        foreach ($bits as $bit) {
-            if ($bit === '') continue;
-            foreach ($caught as $key => $status) {
-                if ($key != 'position') {
-                    if ($status !== false) continue;
-                    $r = $this->info['background-' . $key]->validate($bit, $config, $context);
-                } else {
-                    $r = $bit;
-                }
-                if ($r === false) continue;
-                if ($key == 'position') {
-                    if ($caught[$key] === false) $caught[$key] = '';
-                    $caught[$key] .= $r . ' ';
-                } else {
-                    $caught[$key] = $r;
-                }
-                $i++;
-                break;
-            }
-        }
-
-        if (!$i) return false;
-        if ($caught['position'] !== false) {
-            $caught['position'] = $this->info['background-position']->
-                validate($caught['position'], $config, $context);
-        }
-
-        $ret = array();
-        foreach ($caught as $value) {
-            if ($value === false) continue;
-            $ret[] = $value;
-        }
-
-        if (empty($ret)) return false;
-        return implode(' ', $ret);
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php b/lib/php/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php
deleted file mode 100644
index 35df398..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php
+++ /dev/null
@@ -1,126 +0,0 @@
-<?php
-
-/* W3C says:
-    [ // adjective and number must be in correct order, even if
-      // you could switch them without introducing ambiguity.
-      // some browsers support that syntax
-        [
-            <percentage> | <length> | left | center | right
-        ]
-        [
-            <percentage> | <length> | top | center | bottom
-        ]?
-    ] |
-    [ // this signifies that the vertical and horizontal adjectives
-      // can be arbitrarily ordered, however, there can only be two,
-      // one of each, or none at all
-        [
-            left | center | right
-        ] ||
-        [
-            top | center | bottom
-        ]
-    ]
-    top, left = 0%
-    center, (none) = 50%
-    bottom, right = 100%
-*/
-
-/* QuirksMode says:
-    keyword + length/percentage must be ordered correctly, as per W3C
-
-    Internet Explorer and Opera, however, support arbitrary ordering. We
-    should fix it up.
-
-    Minor issue though, not strictly necessary.
-*/
-
-// control freaks may appreciate the ability to convert these to
-// percentages or something, but it's not necessary
-
-/**
- * Validates the value of background-position.
- */
-class HTMLPurifier_AttrDef_CSS_BackgroundPosition extends HTMLPurifier_AttrDef
-{
-
-    protected $length;
-    protected $percentage;
-
-    public function __construct() {
-        $this->length     = new HTMLPurifier_AttrDef_CSS_Length();
-        $this->percentage = new HTMLPurifier_AttrDef_CSS_Percentage();
-    }
-
-    public function validate($string, $config, $context) {
-        $string = $this->parseCDATA($string);
-        $bits = explode(' ', $string);
-
-        $keywords = array();
-        $keywords['h'] = false; // left, right
-        $keywords['v'] = false; // top, bottom
-        $keywords['c'] = false; // center
-        $measures = array();
-
-        $i = 0;
-
-        $lookup = array(
-            'top' => 'v',
-            'bottom' => 'v',
-            'left' => 'h',
-            'right' => 'h',
-            'center' => 'c'
-        );
-
-        foreach ($bits as $bit) {
-            if ($bit === '') continue;
-
-            // test for keyword
-            $lbit = ctype_lower($bit) ? $bit : strtolower($bit);
-            if (isset($lookup[$lbit])) {
-                $status = $lookup[$lbit];
-                $keywords[$status] = $lbit;
-                $i++;
-            }
-
-            // test for length
-            $r = $this->length->validate($bit, $config, $context);
-            if ($r !== false) {
-                $measures[] = $r;
-                $i++;
-            }
-
-            // test for percentage
-            $r = $this->percentage->validate($bit, $config, $context);
-            if ($r !== false) {
-                $measures[] = $r;
-                $i++;
-            }
-
-        }
-
-        if (!$i) return false; // no valid values were caught
-
-
-        $ret = array();
-
-        // first keyword
-        if     ($keywords['h'])     $ret[] = $keywords['h'];
-        elseif (count($measures))   $ret[] = array_shift($measures);
-        elseif ($keywords['c']) {
-            $ret[] = $keywords['c'];
-            $keywords['c'] = false; // prevent re-use: center = center center
-        }
-
-        if     ($keywords['v'])     $ret[] = $keywords['v'];
-        elseif (count($measures))   $ret[] = array_shift($measures);
-        elseif ($keywords['c'])     $ret[] = $keywords['c'];
-
-        if (empty($ret)) return false;
-        return implode(' ', $ret);
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Border.php b/lib/php/HTMLPurifier/AttrDef/CSS/Border.php
deleted file mode 100644
index 42a1d1b..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Border.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-
-/**
- * Validates the border property as defined by CSS.
- */
-class HTMLPurifier_AttrDef_CSS_Border extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Local copy of properties this property is shorthand for.
-     */
-    protected $info = array();
-
-    public function __construct($config) {
-        $def = $config->getCSSDefinition();
-        $this->info['border-width'] = $def->info['border-width'];
-        $this->info['border-style'] = $def->info['border-style'];
-        $this->info['border-top-color'] = $def->info['border-top-color'];
-    }
-
-    public function validate($string, $config, $context) {
-        $string = $this->parseCDATA($string);
-        $string = $this->mungeRgb($string);
-        $bits = explode(' ', $string);
-        $done = array(); // segments we've finished
-        $ret = ''; // return value
-        foreach ($bits as $bit) {
-            foreach ($this->info as $propname => $validator) {
-                if (isset($done[$propname])) continue;
-                $r = $validator->validate($bit, $config, $context);
-                if ($r !== false) {
-                    $ret .= $r . ' ';
-                    $done[$propname] = true;
-                    break;
-                }
-            }
-        }
-        return rtrim($ret);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Color.php b/lib/php/HTMLPurifier/AttrDef/CSS/Color.php
deleted file mode 100644
index 07f95a6..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Color.php
+++ /dev/null
@@ -1,78 +0,0 @@
-<?php
-
-/**
- * Validates Color as defined by CSS.
- */
-class HTMLPurifier_AttrDef_CSS_Color extends HTMLPurifier_AttrDef
-{
-
-    public function validate($color, $config, $context) {
-
-        static $colors = null;
-        if ($colors === null) $colors = $config->get('Core.ColorKeywords');
-
-        $color = trim($color);
-        if ($color === '') return false;
-
-        $lower = strtolower($color);
-        if (isset($colors[$lower])) return $colors[$lower];
-
-        if (strpos($color, 'rgb(') !== false) {
-            // rgb literal handling
-            $length = strlen($color);
-            if (strpos($color, ')') !== $length - 1) return false;
-            $triad = substr($color, 4, $length - 4 - 1);
-            $parts = explode(',', $triad);
-            if (count($parts) !== 3) return false;
-            $type = false; // to ensure that they're all the same type
-            $new_parts = array();
-            foreach ($parts as $part) {
-                $part = trim($part);
-                if ($part === '') return false;
-                $length = strlen($part);
-                if ($part[$length - 1] === '%') {
-                    // handle percents
-                    if (!$type) {
-                        $type = 'percentage';
-                    } elseif ($type !== 'percentage') {
-                        return false;
-                    }
-                    $num = (float) substr($part, 0, $length - 1);
-                    if ($num < 0) $num = 0;
-                    if ($num > 100) $num = 100;
-                    $new_parts[] = "$num%";
-                } else {
-                    // handle integers
-                    if (!$type) {
-                        $type = 'integer';
-                    } elseif ($type !== 'integer') {
-                        return false;
-                    }
-                    $num = (int) $part;
-                    if ($num < 0) $num = 0;
-                    if ($num > 255) $num = 255;
-                    $new_parts[] = (string) $num;
-                }
-            }
-            $new_triad = implode(',', $new_parts);
-            $color = "rgb($new_triad)";
-        } else {
-            // hexadecimal handling
-            if ($color[0] === '#') {
-                $hex = substr($color, 1);
-            } else {
-                $hex = $color;
-                $color = '#' . $color;
-            }
-            $length = strlen($hex);
-            if ($length !== 3 && $length !== 6) return false;
-            if (!ctype_xdigit($hex)) return false;
-        }
-
-        return $color;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Composite.php b/lib/php/HTMLPurifier/AttrDef/CSS/Composite.php
deleted file mode 100644
index de1289c..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Composite.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-
-/**
- * Allows multiple validators to attempt to validate attribute.
- *
- * Composite is just what it sounds like: a composite of many validators.
- * This means that multiple HTMLPurifier_AttrDef objects will have a whack
- * at the string.  If one of them passes, that's what is returned.  This is
- * especially useful for CSS values, which often are a choice between
- * an enumerated set of predefined values or a flexible data type.
- */
-class HTMLPurifier_AttrDef_CSS_Composite extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * List of HTMLPurifier_AttrDef objects that may process strings
-     * @todo Make protected
-     */
-    public $defs;
-
-    /**
-     * @param $defs List of HTMLPurifier_AttrDef objects
-     */
-    public function __construct($defs) {
-        $this->defs = $defs;
-    }
-
-    public function validate($string, $config, $context) {
-        foreach ($this->defs as $i => $def) {
-            $result = $this->defs[$i]->validate($string, $config, $context);
-            if ($result !== false) return $result;
-        }
-        return false;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php b/lib/php/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php
deleted file mode 100644
index 6599c5b..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-
-/**
- * Decorator which enables CSS properties to be disabled for specific elements.
- */
-class HTMLPurifier_AttrDef_CSS_DenyElementDecorator extends HTMLPurifier_AttrDef
-{
-    public $def, $element;
-
-    /**
-     * @param $def Definition to wrap
-     * @param $element Element to deny
-     */
-    public function __construct($def, $element) {
-        $this->def = $def;
-        $this->element = $element;
-    }
-    /**
-     * Checks if CurrentToken is set and equal to $this->element
-     */
-    public function validate($string, $config, $context) {
-        $token = $context->get('CurrentToken', true);
-        if ($token && $token->name == $this->element) return false;
-        return $this->def->validate($string, $config, $context);
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Filter.php b/lib/php/HTMLPurifier/AttrDef/CSS/Filter.php
deleted file mode 100644
index 147894b..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Filter.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
-
-/**
- * Microsoft's proprietary filter: CSS property
- * @note Currently supports the alpha filter. In the future, this will
- *       probably need an extensible framework
- */
-class HTMLPurifier_AttrDef_CSS_Filter extends HTMLPurifier_AttrDef
-{
-
-    protected $intValidator;
-
-    public function __construct() {
-        $this->intValidator = new HTMLPurifier_AttrDef_Integer();
-    }
-
-    public function validate($value, $config, $context) {
-        $value = $this->parseCDATA($value);
-        if ($value === 'none') return $value;
-        // if we looped this we could support multiple filters
-        $function_length = strcspn($value, '(');
-        $function = trim(substr($value, 0, $function_length));
-        if ($function !== 'alpha' &&
-            $function !== 'Alpha' &&
-            $function !== 'progid:DXImageTransform.Microsoft.Alpha'
-            ) return false;
-        $cursor = $function_length + 1;
-        $parameters_length = strcspn($value, ')', $cursor);
-        $parameters = substr($value, $cursor, $parameters_length);
-        $params = explode(',', $parameters);
-        $ret_params = array();
-        $lookup = array();
-        foreach ($params as $param) {
-            list($key, $value) = explode('=', $param);
-            $key   = trim($key);
-            $value = trim($value);
-            if (isset($lookup[$key])) continue;
-            if ($key !== 'opacity') continue;
-            $value = $this->intValidator->validate($value, $config, $context);
-            if ($value === false) continue;
-            $int = (int) $value;
-            if ($int > 100) $value = '100';
-            if ($int < 0) $value = '0';
-            $ret_params[] = "$key=$value";
-            $lookup[$key] = true;
-        }
-        $ret_parameters = implode(',', $ret_params);
-        $ret_function = "$function($ret_parameters)";
-        return $ret_function;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Font.php b/lib/php/HTMLPurifier/AttrDef/CSS/Font.php
deleted file mode 100644
index 699ee0b..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Font.php
+++ /dev/null
@@ -1,149 +0,0 @@
-<?php
-
-/**
- * Validates shorthand CSS property font.
- */
-class HTMLPurifier_AttrDef_CSS_Font extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Local copy of component validators.
-     *
-     * @note If we moved specific CSS property definitions to their own
-     *       classes instead of having them be assembled at run time by
-     *       CSSDefinition, this wouldn't be necessary.  We'd instantiate
-     *       our own copies.
-     */
-    protected $info = array();
-
-    public function __construct($config) {
-        $def = $config->getCSSDefinition();
-        $this->info['font-style']   = $def->info['font-style'];
-        $this->info['font-variant'] = $def->info['font-variant'];
-        $this->info['font-weight']  = $def->info['font-weight'];
-        $this->info['font-size']    = $def->info['font-size'];
-        $this->info['line-height']  = $def->info['line-height'];
-        $this->info['font-family']  = $def->info['font-family'];
-    }
-
-    public function validate($string, $config, $context) {
-
-        static $system_fonts = array(
-            'caption' => true,
-            'icon' => true,
-            'menu' => true,
-            'message-box' => true,
-            'small-caption' => true,
-            'status-bar' => true
-        );
-
-        // regular pre-processing
-        $string = $this->parseCDATA($string);
-        if ($string === '') return false;
-
-        // check if it's one of the keywords
-        $lowercase_string = strtolower($string);
-        if (isset($system_fonts[$lowercase_string])) {
-            return $lowercase_string;
-        }
-
-        $bits = explode(' ', $string); // bits to process
-        $stage = 0; // this indicates what we're looking for
-        $caught = array(); // which stage 0 properties have we caught?
-        $stage_1 = array('font-style', 'font-variant', 'font-weight');
-        $final = ''; // output
-
-        for ($i = 0, $size = count($bits); $i < $size; $i++) {
-            if ($bits[$i] === '') continue;
-            switch ($stage) {
-
-                // attempting to catch font-style, font-variant or font-weight
-                case 0:
-                    foreach ($stage_1 as $validator_name) {
-                        if (isset($caught[$validator_name])) continue;
-                        $r = $this->info[$validator_name]->validate(
-                                                $bits[$i], $config, $context);
-                        if ($r !== false) {
-                            $final .= $r . ' ';
-                            $caught[$validator_name] = true;
-                            break;
-                        }
-                    }
-                    // all three caught, continue on
-                    if (count($caught) >= 3) $stage = 1;
-                    if ($r !== false) break;
-
-                // attempting to catch font-size and perhaps line-height
-                case 1:
-                    $found_slash = false;
-                    if (strpos($bits[$i], '/') !== false) {
-                        list($font_size, $line_height) =
-                                                    explode('/', $bits[$i]);
-                        if ($line_height === '') {
-                            // ooh, there's a space after the slash!
-                            $line_height = false;
-                            $found_slash = true;
-                        }
-                    } else {
-                        $font_size = $bits[$i];
-                        $line_height = false;
-                    }
-                    $r = $this->info['font-size']->validate(
-                                              $font_size, $config, $context);
-                    if ($r !== false) {
-                        $final .= $r;
-                        // attempt to catch line-height
-                        if ($line_height === false) {
-                            // we need to scroll forward
-                            for ($j = $i + 1; $j < $size; $j++) {
-                                if ($bits[$j] === '') continue;
-                                if ($bits[$j] === '/') {
-                                    if ($found_slash) {
-                                        return false;
-                                    } else {
-                                        $found_slash = true;
-                                        continue;
-                                    }
-                                }
-                                $line_height = $bits[$j];
-                                break;
-                            }
-                        } else {
-                            // slash already found
-                            $found_slash = true;
-                            $j = $i;
-                        }
-                        if ($found_slash) {
-                            $i = $j;
-                            $r = $this->info['line-height']->validate(
-                                              $line_height, $config, $context);
-                            if ($r !== false) {
-                                $final .= '/' . $r;
-                            }
-                        }
-                        $final .= ' ';
-                        $stage = 2;
-                        break;
-                    }
-                    return false;
-
-                // attempting to catch font-family
-                case 2:
-                    $font_family =
-                        implode(' ', array_slice($bits, $i, $size - $i));
-                    $r = $this->info['font-family']->validate(
-                                              $font_family, $config, $context);
-                    if ($r !== false) {
-                        $final .= $r . ' ';
-                        // processing completed successfully
-                        return rtrim($final);
-                    }
-                    return false;
-            }
-        }
-        return false;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/FontFamily.php b/lib/php/HTMLPurifier/AttrDef/CSS/FontFamily.php
deleted file mode 100644
index 705ac89..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/FontFamily.php
+++ /dev/null
@@ -1,90 +0,0 @@
-<?php
-
-/**
- * Validates a font family list according to CSS spec
- * @todo whitelisting allowed fonts would be nice
- */
-class HTMLPurifier_AttrDef_CSS_FontFamily extends HTMLPurifier_AttrDef
-{
-
-    public function validate($string, $config, $context) {
-        static $generic_names = array(
-            'serif' => true,
-            'sans-serif' => true,
-            'monospace' => true,
-            'fantasy' => true,
-            'cursive' => true
-        );
-
-        // assume that no font names contain commas in them
-        $fonts = explode(',', $string);
-        $final = '';
-        foreach($fonts as $font) {
-            $font = trim($font);
-            if ($font === '') continue;
-            // match a generic name
-            if (isset($generic_names[$font])) {
-                $final .= $font . ', ';
-                continue;
-            }
-            // match a quoted name
-            if ($font[0] === '"' || $font[0] === "'") {
-                $length = strlen($font);
-                if ($length <= 2) continue;
-                $quote = $font[0];
-                if ($font[$length - 1] !== $quote) continue;
-                $font = substr($font, 1, $length - 2);
-
-                $new_font = '';
-                for ($i = 0, $c = strlen($font); $i < $c; $i++) {
-                    if ($font[$i] === '\\') {
-                        $i++;
-                        if ($i >= $c) {
-                            $new_font .= '\\';
-                            break;
-                        }
-                        if (ctype_xdigit($font[$i])) {
-                            $code = $font[$i];
-                            for ($a = 1, $i++; $i < $c && $a < 6; $i++, $a++) {
-                                if (!ctype_xdigit($font[$i])) break;
-                                $code .= $font[$i];
-                            }
-                            // We have to be extremely careful when adding
-                            // new characters, to make sure we're not breaking
-                            // the encoding.
-                            $char = HTMLPurifier_Encoder::unichr(hexdec($code));
-                            if (HTMLPurifier_Encoder::cleanUTF8($char) === '') continue;
-                            $new_font .= $char;
-                            if ($i < $c && trim($font[$i]) !== '') $i--;
-                            continue;
-                        }
-                        if ($font[$i] === "\n") continue;
-                    }
-                    $new_font .= $font[$i];
-                }
-
-                $font = $new_font;
-            }
-            // $font is a pure representation of the font name
-
-            if (ctype_alnum($font) && $font !== '') {
-                // very simple font, allow it in unharmed
-                $final .= $font . ', ';
-                continue;
-            }
-
-            // complicated font, requires quoting
-
-            // armor single quotes and new lines
-            $font = str_replace("\\", "\\\\", $font);
-            $font = str_replace("'", "\\'", $font);
-            $final .= "'$font', ";
-        }
-        $final = rtrim($final, ', ');
-        if ($final === '') return false;
-        return $final;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php b/lib/php/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php
deleted file mode 100644
index 4e6b35e..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-
-/**
- * Decorator which enables !important to be used in CSS values.
- */
-class HTMLPurifier_AttrDef_CSS_ImportantDecorator extends HTMLPurifier_AttrDef
-{
-    public $def, $allow;
-
-    /**
-     * @param $def Definition to wrap
-     * @param $allow Whether or not to allow !important
-     */
-    public function __construct($def, $allow = false) {
-        $this->def = $def;
-        $this->allow = $allow;
-    }
-    /**
-     * Intercepts and removes !important if necessary
-     */
-    public function validate($string, $config, $context) {
-        // test for ! and important tokens
-        $string = trim($string);
-        $is_important = false;
-        // :TODO: optimization: test directly for !important and ! important
-        if (strlen($string) >= 9 && substr($string, -9) === 'important') {
-            $temp = rtrim(substr($string, 0, -9));
-            // use a temp, because we might want to restore important
-            if (strlen($temp) >= 1 && substr($temp, -1) === '!') {
-                $string = rtrim(substr($temp, 0, -1));
-                $is_important = true;
-            }
-        }
-        $string = $this->def->validate($string, $config, $context);
-        if ($this->allow && $is_important) $string .= ' !important';
-        return $string;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Length.php b/lib/php/HTMLPurifier/AttrDef/CSS/Length.php
deleted file mode 100644
index a07ec58..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Length.php
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-
-/**
- * Represents a Length as defined by CSS.
- */
-class HTMLPurifier_AttrDef_CSS_Length extends HTMLPurifier_AttrDef
-{
-
-    protected $min, $max;
-
-    /**
-     * @param HTMLPurifier_Length $max Minimum length, or null for no bound. String is also acceptable.
-     * @param HTMLPurifier_Length $max Maximum length, or null for no bound. String is also acceptable.
-     */
-    public function __construct($min = null, $max = null) {
-        $this->min = $min !== null ? HTMLPurifier_Length::make($min) : null;
-        $this->max = $max !== null ? HTMLPurifier_Length::make($max) : null;
-    }
-
-    public function validate($string, $config, $context) {
-        $string = $this->parseCDATA($string);
-
-        // Optimizations
-        if ($string === '') return false;
-        if ($string === '0') return '0';
-        if (strlen($string) === 1) return false;
-
-        $length = HTMLPurifier_Length::make($string);
-        if (!$length->isValid()) return false;
-
-        if ($this->min) {
-            $c = $length->compareTo($this->min);
-            if ($c === false) return false;
-            if ($c < 0) return false;
-        }
-        if ($this->max) {
-            $c = $length->compareTo($this->max);
-            if ($c === false) return false;
-            if ($c > 0) return false;
-        }
-
-        return $length->toString();
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/ListStyle.php b/lib/php/HTMLPurifier/AttrDef/CSS/ListStyle.php
deleted file mode 100644
index 4406868..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/ListStyle.php
+++ /dev/null
@@ -1,78 +0,0 @@
-<?php
-
-/**
- * Validates shorthand CSS property list-style.
- * @warning Does not support url tokens that have internal spaces.
- */
-class HTMLPurifier_AttrDef_CSS_ListStyle extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Local copy of component validators.
-     * @note See HTMLPurifier_AttrDef_CSS_Font::$info for a similar impl.
-     */
-    protected $info;
-
-    public function __construct($config) {
-        $def = $config->getCSSDefinition();
-        $this->info['list-style-type']     = $def->info['list-style-type'];
-        $this->info['list-style-position'] = $def->info['list-style-position'];
-        $this->info['list-style-image'] = $def->info['list-style-image'];
-    }
-
-    public function validate($string, $config, $context) {
-
-        // regular pre-processing
-        $string = $this->parseCDATA($string);
-        if ($string === '') return false;
-
-        // assumes URI doesn't have spaces in it
-        $bits = explode(' ', strtolower($string)); // bits to process
-
-        $caught = array();
-        $caught['type']     = false;
-        $caught['position'] = false;
-        $caught['image']    = false;
-
-        $i = 0; // number of catches
-        $none = false;
-
-        foreach ($bits as $bit) {
-            if ($i >= 3) return; // optimization bit
-            if ($bit === '') continue;
-            foreach ($caught as $key => $status) {
-                if ($status !== false) continue;
-                $r = $this->info['list-style-' . $key]->validate($bit, $config, $context);
-                if ($r === false) continue;
-                if ($r === 'none') {
-                    if ($none) continue;
-                    else $none = true;
-                    if ($key == 'image') continue;
-                }
-                $caught[$key] = $r;
-                $i++;
-                break;
-            }
-        }
-
-        if (!$i) return false;
-
-        $ret = array();
-
-        // construct type
-        if ($caught['type']) $ret[] = $caught['type'];
-
-        // construct image
-        if ($caught['image']) $ret[] = $caught['image'];
-
-        // construct position
-        if ($caught['position']) $ret[] = $caught['position'];
-
-        if (empty($ret)) return false;
-        return implode(' ', $ret);
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Multiple.php b/lib/php/HTMLPurifier/AttrDef/CSS/Multiple.php
deleted file mode 100644
index 4d62a40..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Multiple.php
+++ /dev/null
@@ -1,58 +0,0 @@
-<?php
-
-/**
- * Framework class for strings that involve multiple values.
- *
- * Certain CSS properties such as border-width and margin allow multiple
- * lengths to be specified.  This class can take a vanilla border-width
- * definition and multiply it, usually into a max of four.
- *
- * @note Even though the CSS specification isn't clear about it, inherit
- *       can only be used alone: it will never manifest as part of a multi
- *       shorthand declaration.  Thus, this class does not allow inherit.
- */
-class HTMLPurifier_AttrDef_CSS_Multiple extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Instance of component definition to defer validation to.
-     * @todo Make protected
-     */
-    public $single;
-
-    /**
-     * Max number of values allowed.
-     * @todo Make protected
-     */
-    public $max;
-
-    /**
-     * @param $single HTMLPurifier_AttrDef to multiply
-     * @param $max Max number of values allowed (usually four)
-     */
-    public function __construct($single, $max = 4) {
-        $this->single = $single;
-        $this->max = $max;
-    }
-
-    public function validate($string, $config, $context) {
-        $string = $this->parseCDATA($string);
-        if ($string === '') return false;
-        $parts = explode(' ', $string); // parseCDATA replaced \r, \t and \n
-        $length = count($parts);
-        $final = '';
-        for ($i = 0, $num = 0; $i < $length && $num < $this->max; $i++) {
-            if (ctype_space($parts[$i])) continue;
-            $result = $this->single->validate($parts[$i], $config, $context);
-            if ($result !== false) {
-                $final .= $result . ' ';
-                $num++;
-            }
-        }
-        if ($final === '') return false;
-        return rtrim($final);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Number.php b/lib/php/HTMLPurifier/AttrDef/CSS/Number.php
deleted file mode 100644
index 3f99e12..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Number.php
+++ /dev/null
@@ -1,69 +0,0 @@
-<?php
-
-/**
- * Validates a number as defined by the CSS spec.
- */
-class HTMLPurifier_AttrDef_CSS_Number extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Bool indicating whether or not only positive values allowed.
-     */
-    protected $non_negative = false;
-
-    /**
-     * @param $non_negative Bool indicating whether negatives are forbidden
-     */
-    public function __construct($non_negative = false) {
-        $this->non_negative = $non_negative;
-    }
-
-    /**
-     * @warning Some contexts do not pass $config, $context. These
-     *          variables should not be used without checking HTMLPurifier_Length
-     */
-    public function validate($number, $config, $context) {
-
-        $number = $this->parseCDATA($number);
-
-        if ($number === '') return false;
-        if ($number === '0') return '0';
-
-        $sign = '';
-        switch ($number[0]) {
-            case '-':
-                if ($this->non_negative) return false;
-                $sign = '-';
-            case '+':
-                $number = substr($number, 1);
-        }
-
-        if (ctype_digit($number)) {
-            $number = ltrim($number, '0');
-            return $number ? $sign . $number : '0';
-        }
-
-        // Period is the only non-numeric character allowed
-        if (strpos($number, '.') === false) return false;
-
-        list($left, $right) = explode('.', $number, 2);
-
-        if ($left === '' && $right === '') return false;
-        if ($left !== '' && !ctype_digit($left)) return false;
-
-        $left  = ltrim($left,  '0');
-        $right = rtrim($right, '0');
-
-        if ($right === '') {
-            return $left ? $sign . $left : '0';
-        } elseif (!ctype_digit($right)) {
-            return false;
-        }
-
-        return $sign . $left . '.' . $right;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/Percentage.php b/lib/php/HTMLPurifier/AttrDef/CSS/Percentage.php
deleted file mode 100644
index c34b8fc..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/Percentage.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-
-/**
- * Validates a Percentage as defined by the CSS spec.
- */
-class HTMLPurifier_AttrDef_CSS_Percentage extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Instance of HTMLPurifier_AttrDef_CSS_Number to defer number validation
-     */
-    protected $number_def;
-
-    /**
-     * @param Bool indicating whether to forbid negative values
-     */
-    public function __construct($non_negative = false) {
-        $this->number_def = new HTMLPurifier_AttrDef_CSS_Number($non_negative);
-    }
-
-    public function validate($string, $config, $context) {
-
-        $string = $this->parseCDATA($string);
-
-        if ($string === '') return false;
-        $length = strlen($string);
-        if ($length === 1) return false;
-        if ($string[$length - 1] !== '%') return false;
-
-        $number = substr($string, 0, $length - 1);
-        $number = $this->number_def->validate($number, $config, $context);
-
-        if ($number === false) return false;
-        return "$number%";
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/TextDecoration.php b/lib/php/HTMLPurifier/AttrDef/CSS/TextDecoration.php
deleted file mode 100644
index 772c922..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/TextDecoration.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-
-/**
- * Validates the value for the CSS property text-decoration
- * @note This class could be generalized into a version that acts sort of
- *       like Enum except you can compound the allowed values.
- */
-class HTMLPurifier_AttrDef_CSS_TextDecoration extends HTMLPurifier_AttrDef
-{
-
-    public function validate($string, $config, $context) {
-
-        static $allowed_values = array(
-            'line-through' => true,
-            'overline' => true,
-            'underline' => true,
-        );
-
-        $string = strtolower($this->parseCDATA($string));
-
-        if ($string === 'none') return $string;
-
-        $parts = explode(' ', $string);
-        $final = '';
-        foreach ($parts as $part) {
-            if (isset($allowed_values[$part])) {
-                $final .= $part . ' ';
-            }
-        }
-        $final = rtrim($final);
-        if ($final === '') return false;
-        return $final;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/CSS/URI.php b/lib/php/HTMLPurifier/AttrDef/CSS/URI.php
deleted file mode 100644
index 435d793..0000000
--- a/lib/php/HTMLPurifier/AttrDef/CSS/URI.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php
-
-/**
- * Validates a URI in CSS syntax, which uses url('http://example.com')
- * @note While theoretically speaking a URI in a CSS document could
- *       be non-embedded, as of CSS2 there is no such usage so we're
- *       generalizing it. This may need to be changed in the future.
- * @warning Since HTMLPurifier_AttrDef_CSS blindly uses semicolons as
- *          the separator, you cannot put a literal semicolon in
- *          in the URI. Try percent encoding it, in that case.
- */
-class HTMLPurifier_AttrDef_CSS_URI extends HTMLPurifier_AttrDef_URI
-{
-
-    public function __construct() {
-        parent::__construct(true); // always embedded
-    }
-
-    public function validate($uri_string, $config, $context) {
-        // parse the URI out of the string and then pass it onto
-        // the parent object
-
-        $uri_string = $this->parseCDATA($uri_string);
-        if (strpos($uri_string, 'url(') !== 0) return false;
-        $uri_string = substr($uri_string, 4);
-        $new_length = strlen($uri_string) - 1;
-        if ($uri_string[$new_length] != ')') return false;
-        $uri = trim(substr($uri_string, 0, $new_length));
-
-        if (!empty($uri) && ($uri[0] == "'" || $uri[0] == '"')) {
-            $quote = $uri[0];
-            $new_length = strlen($uri) - 1;
-            if ($uri[$new_length] !== $quote) return false;
-            $uri = substr($uri, 1, $new_length - 1);
-        }
-
-        $keys   = array(  '(',   ')',   ',',   ' ',   '"',   "'");
-        $values = array('\\(', '\\)', '\\,', '\\ ', '\\"', "\\'");
-        $uri = str_replace($values, $keys, $uri);
-
-        $result = parent::validate($uri, $config, $context);
-
-        if ($result === false) return false;
-
-        // escape necessary characters according to CSS spec
-        // except for the comma, none of these should appear in the
-        // URI at all
-        $result = str_replace($keys, $values, $result);
-
-        return "url($result)";
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/Enum.php b/lib/php/HTMLPurifier/AttrDef/Enum.php
deleted file mode 100644
index 5d603eb..0000000
--- a/lib/php/HTMLPurifier/AttrDef/Enum.php
+++ /dev/null
@@ -1,65 +0,0 @@
-<?php
-
-// Enum = Enumerated
-/**
- * Validates a keyword against a list of valid values.
- * @warning The case-insensitive compare of this function uses PHP's
- *          built-in strtolower and ctype_lower functions, which may
- *          cause problems with international comparisons
- */
-class HTMLPurifier_AttrDef_Enum extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Lookup table of valid values.
-     * @todo Make protected
-     */
-    public $valid_values   = array();
-
-    /**
-     * Bool indicating whether or not enumeration is case sensitive.
-     * @note In general this is always case insensitive.
-     */
-    protected $case_sensitive = false; // values according to W3C spec
-
-    /**
-     * @param $valid_values List of valid values
-     * @param $case_sensitive Bool indicating whether or not case sensitive
-     */
-    public function __construct(
-        $valid_values = array(), $case_sensitive = false
-    ) {
-        $this->valid_values = array_flip($valid_values);
-        $this->case_sensitive = $case_sensitive;
-    }
-
-    public function validate($string, $config, $context) {
-        $string = trim($string);
-        if (!$this->case_sensitive) {
-            // we may want to do full case-insensitive libraries
-            $string = ctype_lower($string) ? $string : strtolower($string);
-        }
-        $result = isset($this->valid_values[$string]);
-
-        return $result ? $string : false;
-    }
-
-    /**
-     * @param $string In form of comma-delimited list of case-insensitive
-     *      valid values. Example: "foo,bar,baz". Prepend "s:" to make
-     *      case sensitive
-     */
-    public function make($string) {
-        if (strlen($string) > 2 && $string[0] == 's' && $string[1] == ':') {
-            $string = substr($string, 2);
-            $sensitive = true;
-        } else {
-            $sensitive = false;
-        }
-        $values = explode(',', $string);
-        return new HTMLPurifier_AttrDef_Enum($values, $sensitive);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/Bool.php b/lib/php/HTMLPurifier/AttrDef/HTML/Bool.php
deleted file mode 100644
index e06987e..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/Bool.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-
-/**
- * Validates a boolean attribute
- */
-class HTMLPurifier_AttrDef_HTML_Bool extends HTMLPurifier_AttrDef
-{
-
-    protected $name;
-    public $minimized = true;
-
-    public function __construct($name = false) {$this->name = $name;}
-
-    public function validate($string, $config, $context) {
-        if (empty($string)) return false;
-        return $this->name;
-    }
-
-    /**
-     * @param $string Name of attribute
-     */
-    public function make($string) {
-        return new HTMLPurifier_AttrDef_HTML_Bool($string);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/Class.php b/lib/php/HTMLPurifier/AttrDef/HTML/Class.php
deleted file mode 100644
index 370068d..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/Class.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-
-/**
- * Implements special behavior for class attribute (normally NMTOKENS)
- */
-class HTMLPurifier_AttrDef_HTML_Class extends HTMLPurifier_AttrDef_HTML_Nmtokens
-{
-    protected function split($string, $config, $context) {
-        // really, this twiddle should be lazy loaded
-        $name = $config->getDefinition('HTML')->doctype->name;
-        if ($name == "XHTML 1.1" || $name == "XHTML 2.0") {
-            return parent::split($string, $config, $context);
-        } else {
-            return preg_split('/\s+/', $string);
-        }
-    }
-    protected function filter($tokens, $config, $context) {
-        $allowed = $config->get('Attr.AllowedClasses');
-        $forbidden = $config->get('Attr.ForbiddenClasses');
-        $ret = array();
-        foreach ($tokens as $token) {
-            if (
-                ($allowed === null || isset($allowed[$token])) &&
-                !isset($forbidden[$token]) &&
-                // We need this O(n) check because of PHP's array
-                // implementation that casts -0 to 0.
-                !in_array($token, $ret, true)
-            ) {
-                $ret[] = $token;
-            }
-        }
-        return $ret;
-    }
-}
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/Color.php b/lib/php/HTMLPurifier/AttrDef/HTML/Color.php
deleted file mode 100644
index d01e204..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/Color.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-
-/**
- * Validates a color according to the HTML spec.
- */
-class HTMLPurifier_AttrDef_HTML_Color extends HTMLPurifier_AttrDef
-{
-
-    public function validate($string, $config, $context) {
-
-        static $colors = null;
-        if ($colors === null) $colors = $config->get('Core.ColorKeywords');
-
-        $string = trim($string);
-
-        if (empty($string)) return false;
-        if (isset($colors[$string])) return $colors[$string];
-        if ($string[0] === '#') $hex = substr($string, 1);
-        else $hex = $string;
-
-        $length = strlen($hex);
-        if ($length !== 3 && $length !== 6) return false;
-        if (!ctype_xdigit($hex)) return false;
-        if ($length === 3) $hex = $hex[0].$hex[0].$hex[1].$hex[1].$hex[2].$hex[2];
-
-        return "#$hex";
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/FrameTarget.php b/lib/php/HTMLPurifier/AttrDef/HTML/FrameTarget.php
deleted file mode 100644
index ae6ea7c..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/FrameTarget.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-/**
- * Special-case enum attribute definition that lazy loads allowed frame targets
- */
-class HTMLPurifier_AttrDef_HTML_FrameTarget extends HTMLPurifier_AttrDef_Enum
-{
-
-    public $valid_values = false; // uninitialized value
-    protected $case_sensitive = false;
-
-    public function __construct() {}
-
-    public function validate($string, $config, $context) {
-        if ($this->valid_values === false) $this->valid_values = $config->get('Attr.AllowedFrameTargets');
-        return parent::validate($string, $config, $context);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/ID.php b/lib/php/HTMLPurifier/AttrDef/HTML/ID.php
deleted file mode 100644
index 81d0376..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/ID.php
+++ /dev/null
@@ -1,70 +0,0 @@
-<?php
-
-/**
- * Validates the HTML attribute ID.
- * @warning Even though this is the id processor, it
- *          will ignore the directive Attr:IDBlacklist, since it will only
- *          go according to the ID accumulator. Since the accumulator is
- *          automatically generated, it will have already absorbed the
- *          blacklist. If you're hacking around, make sure you use load()!
- */
-
-class HTMLPurifier_AttrDef_HTML_ID extends HTMLPurifier_AttrDef
-{
-
-    // ref functionality disabled, since we also have to verify
-    // whether or not the ID it refers to exists
-
-    public function validate($id, $config, $context) {
-
-        if (!$config->get('Attr.EnableID')) return false;
-
-        $id = trim($id); // trim it first
-
-        if ($id === '') return false;
-
-        $prefix = $config->get('Attr.IDPrefix');
-        if ($prefix !== '') {
-            $prefix .= $config->get('Attr.IDPrefixLocal');
-            // prevent re-appending the prefix
-            if (strpos($id, $prefix) !== 0) $id = $prefix . $id;
-        } elseif ($config->get('Attr.IDPrefixLocal') !== '') {
-            trigger_error('%Attr.IDPrefixLocal cannot be used unless '.
-                '%Attr.IDPrefix is set', E_USER_WARNING);
-        }
-
-        //if (!$this->ref) {
-            $id_accumulator =& $context->get('IDAccumulator');
-            if (isset($id_accumulator->ids[$id])) return false;
-        //}
-
-        // we purposely avoid using regex, hopefully this is faster
-
-        if (ctype_alpha($id)) {
-            $result = true;
-        } else {
-            if (!ctype_alpha(@$id[0])) return false;
-            $trim = trim( // primitive style of regexps, I suppose
-                $id,
-                'A..Za..z0..9:-._'
-              );
-            $result = ($trim === '');
-        }
-
-        $regexp = $config->get('Attr.IDBlacklistRegexp');
-        if ($regexp && preg_match($regexp, $id)) {
-            return false;
-        }
-
-        if (/*!$this->ref && */$result) $id_accumulator->add($id);
-
-        // if no change was made to the ID, return the result
-        // else, return the new id if stripping whitespace made it
-        //     valid, or return false.
-        return $result ? $id : false;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/Length.php b/lib/php/HTMLPurifier/AttrDef/HTML/Length.php
deleted file mode 100644
index a242f9c..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/Length.php
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php
-
-/**
- * Validates the HTML type length (not to be confused with CSS's length).
- *
- * This accepts integer pixels or percentages as lengths for certain
- * HTML attributes.
- */
-
-class HTMLPurifier_AttrDef_HTML_Length extends HTMLPurifier_AttrDef_HTML_Pixels
-{
-
-    public function validate($string, $config, $context) {
-
-        $string = trim($string);
-        if ($string === '') return false;
-
-        $parent_result = parent::validate($string, $config, $context);
-        if ($parent_result !== false) return $parent_result;
-
-        $length = strlen($string);
-        $last_char = $string[$length - 1];
-
-        if ($last_char !== '%') return false;
-
-        $points = substr($string, 0, $length - 1);
-
-        if (!is_numeric($points)) return false;
-
-        $points = (int) $points;
-
-        if ($points < 0) return '0%';
-        if ($points > 100) return '100%';
-
-        return ((string) $points) . '%';
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/LinkTypes.php b/lib/php/HTMLPurifier/AttrDef/HTML/LinkTypes.php
deleted file mode 100644
index 76d25ed..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/LinkTypes.php
+++ /dev/null
@@ -1,53 +0,0 @@
-<?php
-
-/**
- * Validates a rel/rev link attribute against a directive of allowed values
- * @note We cannot use Enum because link types allow multiple
- *       values.
- * @note Assumes link types are ASCII text
- */
-class HTMLPurifier_AttrDef_HTML_LinkTypes extends HTMLPurifier_AttrDef
-{
-
-    /** Name config attribute to pull. */
-    protected $name;
-
-    public function __construct($name) {
-        $configLookup = array(
-            'rel' => 'AllowedRel',
-            'rev' => 'AllowedRev'
-        );
-        if (!isset($configLookup[$name])) {
-            trigger_error('Unrecognized attribute name for link '.
-                'relationship.', E_USER_ERROR);
-            return;
-        }
-        $this->name = $configLookup[$name];
-    }
-
-    public function validate($string, $config, $context) {
-
-        $allowed = $config->get('Attr.' . $this->name);
-        if (empty($allowed)) return false;
-
-        $string = $this->parseCDATA($string);
-        $parts = explode(' ', $string);
-
-        // lookup to prevent duplicates
-        $ret_lookup = array();
-        foreach ($parts as $part) {
-            $part = strtolower(trim($part));
-            if (!isset($allowed[$part])) continue;
-            $ret_lookup[$part] = true;
-        }
-
-        if (empty($ret_lookup)) return false;
-        $string = implode(' ', array_keys($ret_lookup));
-
-        return $string;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/MultiLength.php b/lib/php/HTMLPurifier/AttrDef/HTML/MultiLength.php
deleted file mode 100644
index c72fc76..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/MultiLength.php
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php
-
-/**
- * Validates a MultiLength as defined by the HTML spec.
- *
- * A multilength is either a integer (pixel count), a percentage, or
- * a relative number.
- */
-class HTMLPurifier_AttrDef_HTML_MultiLength extends HTMLPurifier_AttrDef_HTML_Length
-{
-
-    public function validate($string, $config, $context) {
-
-        $string = trim($string);
-        if ($string === '') return false;
-
-        $parent_result = parent::validate($string, $config, $context);
-        if ($parent_result !== false) return $parent_result;
-
-        $length = strlen($string);
-        $last_char = $string[$length - 1];
-
-        if ($last_char !== '*') return false;
-
-        $int = substr($string, 0, $length - 1);
-
-        if ($int == '') return '*';
-        if (!is_numeric($int)) return false;
-
-        $int = (int) $int;
-
-        if ($int < 0) return false;
-        if ($int == 0) return '0';
-        if ($int == 1) return '*';
-        return ((string) $int) . '*';
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/Nmtokens.php b/lib/php/HTMLPurifier/AttrDef/HTML/Nmtokens.php
deleted file mode 100644
index aa34120..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/Nmtokens.php
+++ /dev/null
@@ -1,52 +0,0 @@
-<?php
-
-/**
- * Validates contents based on NMTOKENS attribute type.
- */
-class HTMLPurifier_AttrDef_HTML_Nmtokens extends HTMLPurifier_AttrDef
-{
-
-    public function validate($string, $config, $context) {
-
-        $string = trim($string);
-
-        // early abort: '' and '0' (strings that convert to false) are invalid
-        if (!$string) return false;
-
-        $tokens = $this->split($string, $config, $context);
-        $tokens = $this->filter($tokens, $config, $context);
-        if (empty($tokens)) return false;
-        return implode(' ', $tokens);
-
-    }
-
-    /**
-     * Splits a space separated list of tokens into its constituent parts.
-     */
-    protected function split($string, $config, $context) {
-        // OPTIMIZABLE!
-        // do the preg_match, capture all subpatterns for reformulation
-
-        // we don't support U+00A1 and up codepoints or
-        // escaping because I don't know how to do that with regexps
-        // and plus it would complicate optimization efforts (you never
-        // see that anyway).
-        $pattern = '/(?:(?<=\s)|\A)'. // look behind for space or string start
-                   '((?:--|-?[A-Za-z_])[A-Za-z_\-0-9]*)'.
-                   '(?:(?=\s)|\z)/'; // look ahead for space or string end
-        preg_match_all($pattern, $string, $matches);
-        return $matches[1];
-    }
-
-    /**
-     * Template method for removing certain tokens based on arbitrary criteria.
-     * @note If we wanted to be really functional, we'd do an array_filter
-     *       with a callback. But... we're not.
-     */
-    protected function filter($tokens, $config, $context) {
-        return $tokens;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/HTML/Pixels.php b/lib/php/HTMLPurifier/AttrDef/HTML/Pixels.php
deleted file mode 100644
index 4cb2c1b..0000000
--- a/lib/php/HTMLPurifier/AttrDef/HTML/Pixels.php
+++ /dev/null
@@ -1,48 +0,0 @@
-<?php
-
-/**
- * Validates an integer representation of pixels according to the HTML spec.
- */
-class HTMLPurifier_AttrDef_HTML_Pixels extends HTMLPurifier_AttrDef
-{
-
-    protected $max;
-
-    public function __construct($max = null) {
-        $this->max = $max;
-    }
-
-    public function validate($string, $config, $context) {
-
-        $string = trim($string);
-        if ($string === '0') return $string;
-        if ($string === '')  return false;
-        $length = strlen($string);
-        if (substr($string, $length - 2) == 'px') {
-            $string = substr($string, 0, $length - 2);
-        }
-        if (!is_numeric($string)) return false;
-        $int = (int) $string;
-
-        if ($int < 0) return '0';
-
-        // upper-bound value, extremely high values can
-        // crash operating systems, see <http://ha.ckers.org/imagecrash.html>
-        // WARNING, above link WILL crash you if you're using Windows
-
-        if ($this->max !== null && $int > $this->max) return (string) $this->max;
-
-        return (string) $int;
-
-    }
-
-    public function make($string) {
-        if ($string === '') $max = null;
-        else $max = (int) $string;
-        $class = get_class($this);
-        return new $class($max);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/Integer.php b/lib/php/HTMLPurifier/AttrDef/Integer.php
deleted file mode 100644
index d59738d..0000000
--- a/lib/php/HTMLPurifier/AttrDef/Integer.php
+++ /dev/null
@@ -1,73 +0,0 @@
-<?php
-
-/**
- * Validates an integer.
- * @note While this class was modeled off the CSS definition, no currently
- *       allowed CSS uses this type.  The properties that do are: widows,
- *       orphans, z-index, counter-increment, counter-reset.  Some of the
- *       HTML attributes, however, find use for a non-negative version of this.
- */
-class HTMLPurifier_AttrDef_Integer extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Bool indicating whether or not negative values are allowed
-     */
-    protected $negative = true;
-
-    /**
-     * Bool indicating whether or not zero is allowed
-     */
-    protected $zero = true;
-
-    /**
-     * Bool indicating whether or not positive values are allowed
-     */
-    protected $positive = true;
-
-    /**
-     * @param $negative Bool indicating whether or not negative values are allowed
-     * @param $zero Bool indicating whether or not zero is allowed
-     * @param $positive Bool indicating whether or not positive values are allowed
-     */
-    public function __construct(
-        $negative = true, $zero = true, $positive = true
-    ) {
-        $this->negative = $negative;
-        $this->zero     = $zero;
-        $this->positive = $positive;
-    }
-
-    public function validate($integer, $config, $context) {
-
-        $integer = $this->parseCDATA($integer);
-        if ($integer === '') return false;
-
-        // we could possibly simply typecast it to integer, but there are
-        // certain fringe cases that must not return an integer.
-
-        // clip leading sign
-        if ( $this->negative && $integer[0] === '-' ) {
-            $digits = substr($integer, 1);
-            if ($digits === '0') $integer = '0'; // rm minus sign for zero
-        } elseif( $this->positive && $integer[0] === '+' ) {
-            $digits = $integer = substr($integer, 1); // rm unnecessary plus
-        } else {
-            $digits = $integer;
-        }
-
-        // test if it's numeric
-        if (!ctype_digit($digits)) return false;
-
-        // perform scope tests
-        if (!$this->zero     && $integer == 0) return false;
-        if (!$this->positive && $integer > 0) return false;
-        if (!$this->negative && $integer < 0) return false;
-
-        return $integer;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/Lang.php b/lib/php/HTMLPurifier/AttrDef/Lang.php
deleted file mode 100644
index 10e6da5..0000000
--- a/lib/php/HTMLPurifier/AttrDef/Lang.php
+++ /dev/null
@@ -1,73 +0,0 @@
-<?php
-
-/**
- * Validates the HTML attribute lang, effectively a language code.
- * @note Built according to RFC 3066, which obsoleted RFC 1766
- */
-class HTMLPurifier_AttrDef_Lang extends HTMLPurifier_AttrDef
-{
-
-    public function validate($string, $config, $context) {
-
-        $string = trim($string);
-        if (!$string) return false;
-
-        $subtags = explode('-', $string);
-        $num_subtags = count($subtags);
-
-        if ($num_subtags == 0) return false; // sanity check
-
-        // process primary subtag : $subtags[0]
-        $length = strlen($subtags[0]);
-        switch ($length) {
-            case 0:
-                return false;
-            case 1:
-                if (! ($subtags[0] == 'x' || $subtags[0] == 'i') ) {
-                    return false;
-                }
-                break;
-            case 2:
-            case 3:
-                if (! ctype_alpha($subtags[0]) ) {
-                    return false;
-                } elseif (! ctype_lower($subtags[0]) ) {
-                    $subtags[0] = strtolower($subtags[0]);
-                }
-                break;
-            default:
-                return false;
-        }
-
-        $new_string = $subtags[0];
-        if ($num_subtags == 1) return $new_string;
-
-        // process second subtag : $subtags[1]
-        $length = strlen($subtags[1]);
-        if ($length == 0 || ($length == 1 && $subtags[1] != 'x') || $length > 8 || !ctype_alnum($subtags[1])) {
-            return $new_string;
-        }
-        if (!ctype_lower($subtags[1])) $subtags[1] = strtolower($subtags[1]);
-
-        $new_string .= '-' . $subtags[1];
-        if ($num_subtags == 2) return $new_string;
-
-        // process all other subtags, index 2 and up
-        for ($i = 2; $i < $num_subtags; $i++) {
-            $length = strlen($subtags[$i]);
-            if ($length == 0 || $length > 8 || !ctype_alnum($subtags[$i])) {
-                return $new_string;
-            }
-            if (!ctype_lower($subtags[$i])) {
-                $subtags[$i] = strtolower($subtags[$i]);
-            }
-            $new_string .= '-' . $subtags[$i];
-        }
-
-        return $new_string;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/Switch.php b/lib/php/HTMLPurifier/AttrDef/Switch.php
deleted file mode 100644
index c9e3ed1..0000000
--- a/lib/php/HTMLPurifier/AttrDef/Switch.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-
-/**
- * Decorator that, depending on a token, switches between two definitions.
- */
-class HTMLPurifier_AttrDef_Switch
-{
-
-    protected $tag;
-    protected $withTag, $withoutTag;
-
-    /**
-     * @param string $tag Tag name to switch upon
-     * @param HTMLPurifier_AttrDef $with_tag Call if token matches tag
-     * @param HTMLPurifier_AttrDef $without_tag Call if token doesn't match, or there is no token
-     */
-    public function __construct($tag, $with_tag, $without_tag) {
-        $this->tag = $tag;
-        $this->withTag = $with_tag;
-        $this->withoutTag = $without_tag;
-    }
-
-    public function validate($string, $config, $context) {
-        $token = $context->get('CurrentToken', true);
-        if (!$token || $token->name !== $this->tag) {
-            return $this->withoutTag->validate($string, $config, $context);
-        } else {
-            return $this->withTag->validate($string, $config, $context);
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/Text.php b/lib/php/HTMLPurifier/AttrDef/Text.php
deleted file mode 100644
index c6216cc..0000000
--- a/lib/php/HTMLPurifier/AttrDef/Text.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-/**
- * Validates arbitrary text according to the HTML spec.
- */
-class HTMLPurifier_AttrDef_Text extends HTMLPurifier_AttrDef
-{
-
-    public function validate($string, $config, $context) {
-        return $this->parseCDATA($string);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/URI.php b/lib/php/HTMLPurifier/AttrDef/URI.php
deleted file mode 100644
index 01a6d83..0000000
--- a/lib/php/HTMLPurifier/AttrDef/URI.php
+++ /dev/null
@@ -1,77 +0,0 @@
-<?php
-
-/**
- * Validates a URI as defined by RFC 3986.
- * @note Scheme-specific mechanics deferred to HTMLPurifier_URIScheme
- */
-class HTMLPurifier_AttrDef_URI extends HTMLPurifier_AttrDef
-{
-
-    protected $parser;
-    protected $embedsResource;
-
-    /**
-     * @param $embeds_resource_resource Does the URI here result in an extra HTTP request?
-     */
-    public function __construct($embeds_resource = false) {
-        $this->parser = new HTMLPurifier_URIParser();
-        $this->embedsResource = (bool) $embeds_resource;
-    }
-
-    public function make($string) {
-        $embeds = (bool) $string;
-        return new HTMLPurifier_AttrDef_URI($embeds);
-    }
-
-    public function validate($uri, $config, $context) {
-
-        if ($config->get('URI.Disable')) return false;
-
-        $uri = $this->parseCDATA($uri);
-
-        // parse the URI
-        $uri = $this->parser->parse($uri);
-        if ($uri === false) return false;
-
-        // add embedded flag to context for validators
-        $context->register('EmbeddedURI', $this->embedsResource);
-
-        $ok = false;
-        do {
-
-            // generic validation
-            $result = $uri->validate($config, $context);
-            if (!$result) break;
-
-            // chained filtering
-            $uri_def = $config->getDefinition('URI');
-            $result = $uri_def->filter($uri, $config, $context);
-            if (!$result) break;
-
-            // scheme-specific validation
-            $scheme_obj = $uri->getSchemeObj($config, $context);
-            if (!$scheme_obj) break;
-            if ($this->embedsResource && !$scheme_obj->browsable) break;
-            $result = $scheme_obj->validate($uri, $config, $context);
-            if (!$result) break;
-
-            // Post chained filtering
-            $result = $uri_def->postFilter($uri, $config, $context);
-            if (!$result) break;
-
-            // survived gauntlet
-            $ok = true;
-
-        } while (false);
-
-        $context->destroy('EmbeddedURI');
-        if (!$ok) return false;
-
-        // back to string
-        return $uri->toString();
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/URI/Email.php b/lib/php/HTMLPurifier/AttrDef/URI/Email.php
deleted file mode 100644
index bfee9d1..0000000
--- a/lib/php/HTMLPurifier/AttrDef/URI/Email.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-abstract class HTMLPurifier_AttrDef_URI_Email extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Unpacks a mailbox into its display-name and address
-     */
-    function unpack($string) {
-        // needs to be implemented
-    }
-
-}
-
-// sub-implementations
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php b/lib/php/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php
deleted file mode 100644
index 94c715a..0000000
--- a/lib/php/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-/**
- * Primitive email validation class based on the regexp found at
- * http://www.regular-expressions.info/email.html
- */
-class HTMLPurifier_AttrDef_URI_Email_SimpleCheck extends HTMLPurifier_AttrDef_URI_Email
-{
-
-    public function validate($string, $config, $context) {
-        // no support for named mailboxes i.e. "Bob <bob@example.com>"
-        // that needs more percent encoding to be done
-        if ($string == '') return false;
-        $string = trim($string);
-        $result = preg_match('/^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i', $string);
-        return $result ? $string : false;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/URI/Host.php b/lib/php/HTMLPurifier/AttrDef/URI/Host.php
deleted file mode 100644
index 2156c10..0000000
--- a/lib/php/HTMLPurifier/AttrDef/URI/Host.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<?php
-
-/**
- * Validates a host according to the IPv4, IPv6 and DNS (future) specifications.
- */
-class HTMLPurifier_AttrDef_URI_Host extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * Instance of HTMLPurifier_AttrDef_URI_IPv4 sub-validator
-     */
-    protected $ipv4;
-
-    /**
-     * Instance of HTMLPurifier_AttrDef_URI_IPv6 sub-validator
-     */
-    protected $ipv6;
-
-    public function __construct() {
-        $this->ipv4 = new HTMLPurifier_AttrDef_URI_IPv4();
-        $this->ipv6 = new HTMLPurifier_AttrDef_URI_IPv6();
-    }
-
-    public function validate($string, $config, $context) {
-        $length = strlen($string);
-        if ($string === '') return '';
-        if ($length > 1 && $string[0] === '[' && $string[$length-1] === ']') {
-            //IPv6
-            $ip = substr($string, 1, $length - 2);
-            $valid = $this->ipv6->validate($ip, $config, $context);
-            if ($valid === false) return false;
-            return '['. $valid . ']';
-        }
-
-        // need to do checks on unusual encodings too
-        $ipv4 = $this->ipv4->validate($string, $config, $context);
-        if ($ipv4 !== false) return $ipv4;
-
-        // A regular domain name.
-
-        // This breaks I18N domain names, but we don't have proper IRI support,
-        // so force users to insert Punycode. If there's complaining we'll
-        // try to fix things into an international friendly form.
-
-        // The productions describing this are:
-        $a   = '[a-z]';     // alpha
-        $an  = '[a-z0-9]';  // alphanum
-        $and = '[a-z0-9-]'; // alphanum | "-"
-        // domainlabel = alphanum | alphanum *( alphanum | "-" ) alphanum
-        $domainlabel   = "$an($and*$an)?";
-        // toplabel    = alpha | alpha *( alphanum | "-" ) alphanum
-        $toplabel      = "$a($and*$an)?";
-        // hostname    = *( domainlabel "." ) toplabel [ "." ]
-        $match = preg_match("/^($domainlabel\.)*$toplabel\.?$/i", $string);
-        if (!$match) return false;
-
-        return $string;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/URI/IPv4.php b/lib/php/HTMLPurifier/AttrDef/URI/IPv4.php
deleted file mode 100644
index ec4cf59..0000000
--- a/lib/php/HTMLPurifier/AttrDef/URI/IPv4.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-
-/**
- * Validates an IPv4 address
- * @author Feyd @ forums.devnetwork.net (public domain)
- */
-class HTMLPurifier_AttrDef_URI_IPv4 extends HTMLPurifier_AttrDef
-{
-
-    /**
-     * IPv4 regex, protected so that IPv6 can reuse it
-     */
-    protected $ip4;
-
-    public function validate($aIP, $config, $context) {
-
-        if (!$this->ip4) $this->_loadRegex();
-
-        if (preg_match('#^' . $this->ip4 . '$#s', $aIP))
-        {
-                return $aIP;
-        }
-
-        return false;
-
-    }
-
-    /**
-     * Lazy load function to prevent regex from being stuffed in
-     * cache.
-     */
-    protected function _loadRegex() {
-        $oct = '(?:25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])'; // 0-255
-        $this->ip4 = "(?:{$oct}\\.{$oct}\\.{$oct}\\.{$oct})";
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrDef/URI/IPv6.php b/lib/php/HTMLPurifier/AttrDef/URI/IPv6.php
deleted file mode 100644
index 9454e9b..0000000
--- a/lib/php/HTMLPurifier/AttrDef/URI/IPv6.php
+++ /dev/null
@@ -1,99 +0,0 @@
-<?php
-
-/**
- * Validates an IPv6 address.
- * @author Feyd @ forums.devnetwork.net (public domain)
- * @note This function requires brackets to have been removed from address
- *       in URI.
- */
-class HTMLPurifier_AttrDef_URI_IPv6 extends HTMLPurifier_AttrDef_URI_IPv4
-{
-
-    public function validate($aIP, $config, $context) {
-
-        if (!$this->ip4) $this->_loadRegex();
-
-        $original = $aIP;
-
-        $hex = '[0-9a-fA-F]';
-        $blk = '(?:' . $hex . '{1,4})';
-        $pre = '(?:/(?:12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9]))';   // /0 - /128
-
-        //      prefix check
-        if (strpos($aIP, '/') !== false)
-        {
-                if (preg_match('#' . $pre . '$#s', $aIP, $find))
-                {
-                        $aIP = substr($aIP, 0, 0-strlen($find[0]));
-                        unset($find);
-                }
-                else
-                {
-                        return false;
-                }
-        }
-
-        //      IPv4-compatiblity check
-        if (preg_match('#(?<=:'.')' . $this->ip4 . '$#s', $aIP, $find))
-        {
-                $aIP = substr($aIP, 0, 0-strlen($find[0]));
-                $ip = explode('.', $find[0]);
-                $ip = array_map('dechex', $ip);
-                $aIP .= $ip[0] . $ip[1] . ':' . $ip[2] . $ip[3];
-                unset($find, $ip);
-        }
-
-        //      compression check
-        $aIP = explode('::', $aIP);
-        $c = count($aIP);
-        if ($c > 2)
-        {
-                return false;
-        }
-        elseif ($c == 2)
-        {
-                list($first, $second) = $aIP;
-                $first = explode(':', $first);
-                $second = explode(':', $second);
-
-                if (count($first) + count($second) > 8)
-                {
-                        return false;
-                }
-
-                while(count($first) < 8)
-                {
-                        array_push($first, '0');
-                }
-
-                array_splice($first, 8 - count($second), 8, $second);
-                $aIP = $first;
-                unset($first,$second);
-        }
-        else
-        {
-                $aIP = explode(':', $aIP[0]);
-        }
-        $c = count($aIP);
-
-        if ($c != 8)
-        {
-                return false;
-        }
-
-        //      All the pieces should be 16-bit hex strings. Are they?
-        foreach ($aIP as $piece)
-        {
-                if (!preg_match('#^[0-9a-fA-F]{4}$#s', sprintf('%04s', $piece)))
-                {
-                        return false;
-                }
-        }
-
-        return $original;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform.php b/lib/php/HTMLPurifier/AttrTransform.php
deleted file mode 100644
index e61d3e0..0000000
--- a/lib/php/HTMLPurifier/AttrTransform.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php
-
-/**
- * Processes an entire attribute array for corrections needing multiple values.
- *
- * Occasionally, a certain attribute will need to be removed and popped onto
- * another value.  Instead of creating a complex return syntax for
- * HTMLPurifier_AttrDef, we just pass the whole attribute array to a
- * specialized object and have that do the special work.  That is the
- * family of HTMLPurifier_AttrTransform.
- *
- * An attribute transformation can be assigned to run before or after
- * HTMLPurifier_AttrDef validation.  See HTMLPurifier_HTMLDefinition for
- * more details.
- */
-
-abstract class HTMLPurifier_AttrTransform
-{
-
-    /**
-     * Abstract: makes changes to the attributes dependent on multiple values.
-     *
-     * @param $attr Assoc array of attributes, usually from
-     *              HTMLPurifier_Token_Tag::$attr
-     * @param $config Mandatory HTMLPurifier_Config object.
-     * @param $context Mandatory HTMLPurifier_Context object
-     * @returns Processed attribute array.
-     */
-    abstract public function transform($attr, $config, $context);
-
-    /**
-     * Prepends CSS properties to the style attribute, creating the
-     * attribute if it doesn't exist.
-     * @param $attr Attribute array to process (passed by reference)
-     * @param $css CSS to prepend
-     */
-    public function prependCSS(&$attr, $css) {
-        $attr['style'] = isset($attr['style']) ? $attr['style'] : '';
-        $attr['style'] = $css . $attr['style'];
-    }
-
-    /**
-     * Retrieves and removes an attribute
-     * @param $attr Attribute array to process (passed by reference)
-     * @param $key Key of attribute to confiscate
-     */
-    public function confiscateAttr(&$attr, $key) {
-        if (!isset($attr[$key])) return null;
-        $value = $attr[$key];
-        unset($attr[$key]);
-        return $value;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/Background.php b/lib/php/HTMLPurifier/AttrTransform/Background.php
deleted file mode 100644
index 0e1ff24..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/Background.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * Pre-transform that changes proprietary background attribute to CSS.
- */
-class HTMLPurifier_AttrTransform_Background extends HTMLPurifier_AttrTransform {
-
-    public function transform($attr, $config, $context) {
-
-        if (!isset($attr['background'])) return $attr;
-
-        $background = $this->confiscateAttr($attr, 'background');
-        // some validation should happen here
-
-        $this->prependCSS($attr, "background-image:url($background);");
-
-        return $attr;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/BdoDir.php b/lib/php/HTMLPurifier/AttrTransform/BdoDir.php
deleted file mode 100644
index 4d1a056..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/BdoDir.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-// this MUST be placed in post, as it assumes that any value in dir is valid
-
-/**
- * Post-trasnform that ensures that bdo tags have the dir attribute set.
- */
-class HTMLPurifier_AttrTransform_BdoDir extends HTMLPurifier_AttrTransform
-{
-
-    public function transform($attr, $config, $context) {
-        if (isset($attr['dir'])) return $attr;
-        $attr['dir'] = $config->get('Attr.DefaultTextDir');
-        return $attr;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/BgColor.php b/lib/php/HTMLPurifier/AttrTransform/BgColor.php
deleted file mode 100644
index ad3916b..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/BgColor.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * Pre-transform that changes deprecated bgcolor attribute to CSS.
- */
-class HTMLPurifier_AttrTransform_BgColor extends HTMLPurifier_AttrTransform {
-
-    public function transform($attr, $config, $context) {
-
-        if (!isset($attr['bgcolor'])) return $attr;
-
-        $bgcolor = $this->confiscateAttr($attr, 'bgcolor');
-        // some validation should happen here
-
-        $this->prependCSS($attr, "background-color:$bgcolor;");
-
-        return $attr;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/BoolToCSS.php b/lib/php/HTMLPurifier/AttrTransform/BoolToCSS.php
deleted file mode 100644
index 51159b6..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/BoolToCSS.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-
-/**
- * Pre-transform that changes converts a boolean attribute to fixed CSS
- */
-class HTMLPurifier_AttrTransform_BoolToCSS extends HTMLPurifier_AttrTransform {
-
-    /**
-     * Name of boolean attribute that is trigger
-     */
-    protected $attr;
-
-    /**
-     * CSS declarations to add to style, needs trailing semicolon
-     */
-    protected $css;
-
-    /**
-     * @param $attr string attribute name to convert from
-     * @param $css string CSS declarations to add to style (needs semicolon)
-     */
-    public function __construct($attr, $css) {
-        $this->attr = $attr;
-        $this->css  = $css;
-    }
-
-    public function transform($attr, $config, $context) {
-        if (!isset($attr[$this->attr])) return $attr;
-        unset($attr[$this->attr]);
-        $this->prependCSS($attr, $this->css);
-        return $attr;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/Border.php b/lib/php/HTMLPurifier/AttrTransform/Border.php
deleted file mode 100644
index 476b0b0..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/Border.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-/**
- * Pre-transform that changes deprecated border attribute to CSS.
- */
-class HTMLPurifier_AttrTransform_Border extends HTMLPurifier_AttrTransform {
-
-    public function transform($attr, $config, $context) {
-        if (!isset($attr['border'])) return $attr;
-        $border_width = $this->confiscateAttr($attr, 'border');
-        // some validation should happen here
-        $this->prependCSS($attr, "border:{$border_width}px solid;");
-        return $attr;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/EnumToCSS.php b/lib/php/HTMLPurifier/AttrTransform/EnumToCSS.php
deleted file mode 100644
index 2a5b451..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/EnumToCSS.php
+++ /dev/null
@@ -1,58 +0,0 @@
-<?php
-
-/**
- * Generic pre-transform that converts an attribute with a fixed number of
- * values (enumerated) to CSS.
- */
-class HTMLPurifier_AttrTransform_EnumToCSS extends HTMLPurifier_AttrTransform {
-
-    /**
-     * Name of attribute to transform from
-     */
-    protected $attr;
-
-    /**
-     * Lookup array of attribute values to CSS
-     */
-    protected $enumToCSS = array();
-
-    /**
-     * Case sensitivity of the matching
-     * @warning Currently can only be guaranteed to work with ASCII
-     *          values.
-     */
-    protected $caseSensitive = false;
-
-    /**
-     * @param $attr String attribute name to transform from
-     * @param $enumToCSS Lookup array of attribute values to CSS
-     * @param $case_sensitive Boolean case sensitivity indicator, default false
-     */
-    public function __construct($attr, $enum_to_css, $case_sensitive = false) {
-        $this->attr = $attr;
-        $this->enumToCSS = $enum_to_css;
-        $this->caseSensitive = (bool) $case_sensitive;
-    }
-
-    public function transform($attr, $config, $context) {
-
-        if (!isset($attr[$this->attr])) return $attr;
-
-        $value = trim($attr[$this->attr]);
-        unset($attr[$this->attr]);
-
-        if (!$this->caseSensitive) $value = strtolower($value);
-
-        if (!isset($this->enumToCSS[$value])) {
-            return $attr;
-        }
-
-        $this->prependCSS($attr, $this->enumToCSS[$value]);
-
-        return $attr;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/ImgRequired.php b/lib/php/HTMLPurifier/AttrTransform/ImgRequired.php
deleted file mode 100644
index a219479..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/ImgRequired.php
+++ /dev/null
@@ -1,42 +0,0 @@
-<?php
-
-// must be called POST validation
-
-/**
- * Transform that supplies default values for the src and alt attributes
- * in img tags, as well as prevents the img tag from being removed
- * because of a missing alt tag. This needs to be registered as both
- * a pre and post attribute transform.
- */
-class HTMLPurifier_AttrTransform_ImgRequired extends HTMLPurifier_AttrTransform
-{
-
-    public function transform($attr, $config, $context) {
-
-        $src = true;
-        if (!isset($attr['src'])) {
-            if ($config->get('Core.RemoveInvalidImg')) return $attr;
-            $attr['src'] = $config->get('Attr.DefaultInvalidImage');
-            $src = false;
-        }
-
-        if (!isset($attr['alt'])) {
-            if ($src) {
-                $alt = $config->get('Attr.DefaultImageAlt');
-                if ($alt === null) {
-                    $attr['alt'] = basename($attr['src']);
-                } else {
-                    $attr['alt'] = $alt;
-                }
-            } else {
-                $attr['alt'] = $config->get('Attr.DefaultInvalidImageAlt');
-            }
-        }
-
-        return $attr;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/ImgSpace.php b/lib/php/HTMLPurifier/AttrTransform/ImgSpace.php
deleted file mode 100644
index fd84c10..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/ImgSpace.php
+++ /dev/null
@@ -1,44 +0,0 @@
-<?php
-
-/**
- * Pre-transform that changes deprecated hspace and vspace attributes to CSS
- */
-class HTMLPurifier_AttrTransform_ImgSpace extends HTMLPurifier_AttrTransform {
-
-    protected $attr;
-    protected $css = array(
-        'hspace' => array('left', 'right'),
-        'vspace' => array('top', 'bottom')
-    );
-
-    public function __construct($attr) {
-        $this->attr = $attr;
-        if (!isset($this->css[$attr])) {
-            trigger_error(htmlspecialchars($attr) . ' is not valid space attribute');
-        }
-    }
-
-    public function transform($attr, $config, $context) {
-
-        if (!isset($attr[$this->attr])) return $attr;
-
-        $width = $this->confiscateAttr($attr, $this->attr);
-        // some validation could happen here
-
-        if (!isset($this->css[$this->attr])) return $attr;
-
-        $style = '';
-        foreach ($this->css[$this->attr] as $suffix) {
-            $property = "margin-$suffix";
-            $style .= "$property:{$width}px;";
-        }
-
-        $this->prependCSS($attr, $style);
-
-        return $attr;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/Input.php b/lib/php/HTMLPurifier/AttrTransform/Input.php
deleted file mode 100644
index 1682955..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/Input.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-
-/**
- * Performs miscellaneous cross attribute validation and filtering for
- * input elements. This is meant to be a post-transform.
- */
-class HTMLPurifier_AttrTransform_Input extends HTMLPurifier_AttrTransform {
-
-    protected $pixels;
-
-    public function __construct() {
-        $this->pixels = new HTMLPurifier_AttrDef_HTML_Pixels();
-    }
-
-    public function transform($attr, $config, $context) {
-        if (!isset($attr['type'])) $t = 'text';
-        else $t = strtolower($attr['type']);
-        if (isset($attr['checked']) && $t !== 'radio' && $t !== 'checkbox') {
-            unset($attr['checked']);
-        }
-        if (isset($attr['maxlength']) && $t !== 'text' && $t !== 'password') {
-            unset($attr['maxlength']);
-        }
-        if (isset($attr['size']) && $t !== 'text' && $t !== 'password') {
-            $result = $this->pixels->validate($attr['size'], $config, $context);
-            if ($result === false) unset($attr['size']);
-            else $attr['size'] = $result;
-        }
-        if (isset($attr['src']) && $t !== 'image') {
-            unset($attr['src']);
-        }
-        if (!isset($attr['value']) && ($t === 'radio' || $t === 'checkbox')) {
-            $attr['value'] = '';
-        }
-        return $attr;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/Lang.php b/lib/php/HTMLPurifier/AttrTransform/Lang.php
deleted file mode 100644
index 5869e7f..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/Lang.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-
-/**
- * Post-transform that copies lang's value to xml:lang (and vice-versa)
- * @note Theoretically speaking, this could be a pre-transform, but putting
- *       post is more efficient.
- */
-class HTMLPurifier_AttrTransform_Lang extends HTMLPurifier_AttrTransform
-{
-
-    public function transform($attr, $config, $context) {
-
-        $lang     = isset($attr['lang']) ? $attr['lang'] : false;
-        $xml_lang = isset($attr['xml:lang']) ? $attr['xml:lang'] : false;
-
-        if ($lang !== false && $xml_lang === false) {
-            $attr['xml:lang'] = $lang;
-        } elseif ($xml_lang !== false) {
-            $attr['lang'] = $xml_lang;
-        }
-
-        return $attr;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/Length.php b/lib/php/HTMLPurifier/AttrTransform/Length.php
deleted file mode 100644
index ea2f304..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/Length.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-/**
- * Class for handling width/height length attribute transformations to CSS
- */
-class HTMLPurifier_AttrTransform_Length extends HTMLPurifier_AttrTransform
-{
-
-    protected $name;
-    protected $cssName;
-
-    public function __construct($name, $css_name = null) {
-        $this->name = $name;
-        $this->cssName = $css_name ? $css_name : $name;
-    }
-
-    public function transform($attr, $config, $context) {
-        if (!isset($attr[$this->name])) return $attr;
-        $length = $this->confiscateAttr($attr, $this->name);
-        if(ctype_digit($length)) $length .= 'px';
-        $this->prependCSS($attr, $this->cssName . ":$length;");
-        return $attr;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/Name.php b/lib/php/HTMLPurifier/AttrTransform/Name.php
deleted file mode 100644
index 15315bc..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/Name.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-/**
- * Pre-transform that changes deprecated name attribute to ID if necessary
- */
-class HTMLPurifier_AttrTransform_Name extends HTMLPurifier_AttrTransform
-{
-
-    public function transform($attr, $config, $context) {
-        // Abort early if we're using relaxed definition of name
-        if ($config->get('HTML.Attr.Name.UseCDATA')) return $attr;
-        if (!isset($attr['name'])) return $attr;
-        $id = $this->confiscateAttr($attr, 'name');
-        if ( isset($attr['id']))   return $attr;
-        $attr['id'] = $id;
-        return $attr;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/NameSync.php b/lib/php/HTMLPurifier/AttrTransform/NameSync.php
deleted file mode 100644
index a95638c..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/NameSync.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-/**
- * Post-transform that performs validation to the name attribute; if
- * it is present with an equivalent id attribute, it is passed through;
- * otherwise validation is performed.
- */
-class HTMLPurifier_AttrTransform_NameSync extends HTMLPurifier_AttrTransform
-{
-
-    public function __construct() {
-        $this->idDef = new HTMLPurifier_AttrDef_HTML_ID();
-    }
-
-    public function transform($attr, $config, $context) {
-        if (!isset($attr['name'])) return $attr;
-        $name = $attr['name'];
-        if (isset($attr['id']) && $attr['id'] === $name) return $attr;
-        $result = $this->idDef->validate($name, $config, $context);
-        if ($result === false) unset($attr['name']);
-        else $attr['name'] = $result;
-        return $attr;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/SafeEmbed.php b/lib/php/HTMLPurifier/AttrTransform/SafeEmbed.php
deleted file mode 100644
index 4da4499..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/SafeEmbed.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-class HTMLPurifier_AttrTransform_SafeEmbed extends HTMLPurifier_AttrTransform
-{
-    public $name = "SafeEmbed";
-
-    public function transform($attr, $config, $context) {
-        $attr['allowscriptaccess'] = 'never';
-        $attr['allownetworking'] = 'internal';
-        $attr['type'] = 'application/x-shockwave-flash';
-        return $attr;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/SafeObject.php b/lib/php/HTMLPurifier/AttrTransform/SafeObject.php
deleted file mode 100644
index 1ed7489..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/SafeObject.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-/**
- * Writes default type for all objects. Currently only supports flash.
- */
-class HTMLPurifier_AttrTransform_SafeObject extends HTMLPurifier_AttrTransform
-{
-    public $name = "SafeObject";
-
-    function transform($attr, $config, $context) {
-        if (!isset($attr['type'])) $attr['type'] = 'application/x-shockwave-flash';
-        return $attr;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/SafeParam.php b/lib/php/HTMLPurifier/AttrTransform/SafeParam.php
deleted file mode 100644
index 94e8052..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/SafeParam.php
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php
-
-/**
- * Validates name/value pairs in param tags to be used in safe objects. This
- * will only allow name values it recognizes, and pre-fill certain attributes
- * with required values.
- *
- * @note
- *      This class only supports Flash. In the future, Quicktime support
- *      may be added.
- *
- * @warning
- *      This class expects an injector to add the necessary parameters tags.
- */
-class HTMLPurifier_AttrTransform_SafeParam extends HTMLPurifier_AttrTransform
-{
-    public $name = "SafeParam";
-    private $uri;
-
-    public function __construct() {
-        $this->uri = new HTMLPurifier_AttrDef_URI(true); // embedded
-    }
-
-    public function transform($attr, $config, $context) {
-        // If we add support for other objects, we'll need to alter the
-        // transforms.
-        switch ($attr['name']) {
-            // application/x-shockwave-flash
-            // Keep this synchronized with Injector/SafeObject.php
-            case 'allowScriptAccess':
-                $attr['value'] = 'never';
-                break;
-            case 'allowNetworking':
-                $attr['value'] = 'internal';
-                break;
-            case 'wmode':
-                $attr['value'] = 'window';
-                break;
-            case 'movie':
-                $attr['value'] = $this->uri->validate($attr['value'], $config, $context);
-                break;
-            // add other cases to support other param name/value pairs
-            default:
-                $attr['name'] = $attr['value'] = null;
-        }
-        return $attr;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/ScriptRequired.php b/lib/php/HTMLPurifier/AttrTransform/ScriptRequired.php
deleted file mode 100644
index 4499050..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/ScriptRequired.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-/**
- * Implements required attribute stipulation for <script>
- */
-class HTMLPurifier_AttrTransform_ScriptRequired extends HTMLPurifier_AttrTransform
-{
-    public function transform($attr, $config, $context) {
-        if (!isset($attr['type'])) {
-            $attr['type'] = 'text/javascript';
-        }
-        return $attr;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTransform/Textarea.php b/lib/php/HTMLPurifier/AttrTransform/Textarea.php
deleted file mode 100644
index 81ac348..0000000
--- a/lib/php/HTMLPurifier/AttrTransform/Textarea.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-/**
- * Sets height/width defaults for <textarea>
- */
-class HTMLPurifier_AttrTransform_Textarea extends HTMLPurifier_AttrTransform
-{
-
-    public function transform($attr, $config, $context) {
-        // Calculated from Firefox
-        if (!isset($attr['cols'])) $attr['cols'] = '22';
-        if (!isset($attr['rows'])) $attr['rows'] = '3';
-        return $attr;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrTypes.php b/lib/php/HTMLPurifier/AttrTypes.php
deleted file mode 100644
index fc2ea4e..0000000
--- a/lib/php/HTMLPurifier/AttrTypes.php
+++ /dev/null
@@ -1,77 +0,0 @@
-<?php
-
-/**
- * Provides lookup array of attribute types to HTMLPurifier_AttrDef objects
- */
-class HTMLPurifier_AttrTypes
-{
-    /**
-     * Lookup array of attribute string identifiers to concrete implementations
-     */
-    protected $info = array();
-
-    /**
-     * Constructs the info array, supplying default implementations for attribute
-     * types.
-     */
-    public function __construct() {
-        // pseudo-types, must be instantiated via shorthand
-        $this->info['Enum']    = new HTMLPurifier_AttrDef_Enum();
-        $this->info['Bool']    = new HTMLPurifier_AttrDef_HTML_Bool();
-
-        $this->info['CDATA']    = new HTMLPurifier_AttrDef_Text();
-        $this->info['ID']       = new HTMLPurifier_AttrDef_HTML_ID();
-        $this->info['Length']   = new HTMLPurifier_AttrDef_HTML_Length();
-        $this->info['MultiLength'] = new HTMLPurifier_AttrDef_HTML_MultiLength();
-        $this->info['NMTOKENS'] = new HTMLPurifier_AttrDef_HTML_Nmtokens();
-        $this->info['Pixels']   = new HTMLPurifier_AttrDef_HTML_Pixels();
-        $this->info['Text']     = new HTMLPurifier_AttrDef_Text();
-        $this->info['URI']      = new HTMLPurifier_AttrDef_URI();
-        $this->info['LanguageCode'] = new HTMLPurifier_AttrDef_Lang();
-        $this->info['Color']    = new HTMLPurifier_AttrDef_HTML_Color();
-
-        // unimplemented aliases
-        $this->info['ContentType'] = new HTMLPurifier_AttrDef_Text();
-        $this->info['ContentTypes'] = new HTMLPurifier_AttrDef_Text();
-        $this->info['Charsets'] = new HTMLPurifier_AttrDef_Text();
-        $this->info['Character'] = new HTMLPurifier_AttrDef_Text();
-
-        // "proprietary" types
-        $this->info['Class'] = new HTMLPurifier_AttrDef_HTML_Class();
-
-        // number is really a positive integer (one or more digits)
-        // FIXME: ^^ not always, see start and value of list items
-        $this->info['Number']   = new HTMLPurifier_AttrDef_Integer(false, false, true);
-    }
-
-    /**
-     * Retrieves a type
-     * @param $type String type name
-     * @return Object AttrDef for type
-     */
-    public function get($type) {
-
-        // determine if there is any extra info tacked on
-        if (strpos($type, '#') !== false) list($type, $string) = explode('#', $type, 2);
-        else $string = '';
-
-        if (!isset($this->info[$type])) {
-            trigger_error('Cannot retrieve undefined attribute type ' . $type, E_USER_ERROR);
-            return;
-        }
-
-        return $this->info[$type]->make($string);
-
-    }
-
-    /**
-     * Sets a new implementation for a type
-     * @param $type String type name
-     * @param $impl Object AttrDef for type
-     */
-    public function set($type, $impl) {
-        $this->info[$type] = $impl;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/AttrValidator.php b/lib/php/HTMLPurifier/AttrValidator.php
deleted file mode 100644
index 829a0f8..0000000
--- a/lib/php/HTMLPurifier/AttrValidator.php
+++ /dev/null
@@ -1,162 +0,0 @@
-<?php
-
-/**
- * Validates the attributes of a token. Doesn't manage required attributes
- * very well. The only reason we factored this out was because RemoveForeignElements
- * also needed it besides ValidateAttributes.
- */
-class HTMLPurifier_AttrValidator
-{
-
-    /**
-     * Validates the attributes of a token, returning a modified token
-     * that has valid tokens
-     * @param $token Reference to token to validate. We require a reference
-     *     because the operation this class performs on the token are
-     *     not atomic, so the context CurrentToken to be updated
-     *     throughout
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     */
-    public function validateToken(&$token, &$config, $context) {
-
-        $definition = $config->getHTMLDefinition();
-        $e =& $context->get('ErrorCollector', true);
-
-        // initialize IDAccumulator if necessary
-        $ok =& $context->get('IDAccumulator', true);
-        if (!$ok) {
-            $id_accumulator = HTMLPurifier_IDAccumulator::build($config, $context);
-            $context->register('IDAccumulator', $id_accumulator);
-        }
-
-        // initialize CurrentToken if necessary
-        $current_token =& $context->get('CurrentToken', true);
-        if (!$current_token) $context->register('CurrentToken', $token);
-
-        if (
-            !$token instanceof HTMLPurifier_Token_Start &&
-            !$token instanceof HTMLPurifier_Token_Empty
-        ) return $token;
-
-        // create alias to global definition array, see also $defs
-        // DEFINITION CALL
-        $d_defs = $definition->info_global_attr;
-
-        // don't update token until the very end, to ensure an atomic update
-        $attr = $token->attr;
-
-        // do global transformations (pre)
-        // nothing currently utilizes this
-        foreach ($definition->info_attr_transform_pre as $transform) {
-            $attr = $transform->transform($o = $attr, $config, $context);
-            if ($e) {
-                if ($attr != $o) $e->send(E_NOTICE, 'AttrValidator: Attributes transformed', $o, $attr);
-            }
-        }
-
-        // do local transformations only applicable to this element (pre)
-        // ex. <p align="right"> to <p style="text-align:right;">
-        foreach ($definition->info[$token->name]->attr_transform_pre as $transform) {
-            $attr = $transform->transform($o = $attr, $config, $context);
-            if ($e) {
-                if ($attr != $o) $e->send(E_NOTICE, 'AttrValidator: Attributes transformed', $o, $attr);
-            }
-        }
-
-        // create alias to this element's attribute definition array, see
-        // also $d_defs (global attribute definition array)
-        // DEFINITION CALL
-        $defs = $definition->info[$token->name]->attr;
-
-        $attr_key = false;
-        $context->register('CurrentAttr', $attr_key);
-
-        // iterate through all the attribute keypairs
-        // Watch out for name collisions: $key has previously been used
-        foreach ($attr as $attr_key => $value) {
-
-            // call the definition
-            if ( isset($defs[$attr_key]) ) {
-                // there is a local definition defined
-                if ($defs[$attr_key] === false) {
-                    // We've explicitly been told not to allow this element.
-                    // This is usually when there's a global definition
-                    // that must be overridden.
-                    // Theoretically speaking, we could have a
-                    // AttrDef_DenyAll, but this is faster!
-                    $result = false;
-                } else {
-                    // validate according to the element's definition
-                    $result = $defs[$attr_key]->validate(
-                                    $value, $config, $context
-                               );
-                }
-            } elseif ( isset($d_defs[$attr_key]) ) {
-                // there is a global definition defined, validate according
-                // to the global definition
-                $result = $d_defs[$attr_key]->validate(
-                                $value, $config, $context
-                           );
-            } else {
-                // system never heard of the attribute? DELETE!
-                $result = false;
-            }
-
-            // put the results into effect
-            if ($result === false || $result === null) {
-                // this is a generic error message that should replaced
-                // with more specific ones when possible
-                if ($e) $e->send(E_ERROR, 'AttrValidator: Attribute removed');
-
-                // remove the attribute
-                unset($attr[$attr_key]);
-            } elseif (is_string($result)) {
-                // generally, if a substitution is happening, there
-                // was some sort of implicit correction going on. We'll
-                // delegate it to the attribute classes to say exactly what.
-
-                // simple substitution
-                $attr[$attr_key] = $result;
-            } else {
-                // nothing happens
-            }
-
-            // we'd also want slightly more complicated substitution
-            // involving an array as the return value,
-            // although we're not sure how colliding attributes would
-            // resolve (certain ones would be completely overriden,
-            // others would prepend themselves).
-        }
-
-        $context->destroy('CurrentAttr');
-
-        // post transforms
-
-        // global (error reporting untested)
-        foreach ($definition->info_attr_transform_post as $transform) {
-            $attr = $transform->transform($o = $attr, $config, $context);
-            if ($e) {
-                if ($attr != $o) $e->send(E_NOTICE, 'AttrValidator: Attributes transformed', $o, $attr);
-            }
-        }
-
-        // local (error reporting untested)
-        foreach ($definition->info[$token->name]->attr_transform_post as $transform) {
-            $attr = $transform->transform($o = $attr, $config, $context);
-            if ($e) {
-                if ($attr != $o) $e->send(E_NOTICE, 'AttrValidator: Attributes transformed', $o, $attr);
-            }
-        }
-
-        $token->attr = $attr;
-
-        // destroy CurrentToken if we made it ourselves
-        if (!$current_token) $context->destroy('CurrentToken');
-
-    }
-
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Bootstrap.php b/lib/php/HTMLPurifier/Bootstrap.php
deleted file mode 100644
index 559f61a..0000000
--- a/lib/php/HTMLPurifier/Bootstrap.php
+++ /dev/null
@@ -1,98 +0,0 @@
-<?php
-
-// constants are slow, so we use as few as possible
-if (!defined('HTMLPURIFIER_PREFIX')) {
-    define('HTMLPURIFIER_PREFIX', realpath(dirname(__FILE__) . '/..'));
-}
-
-// accomodations for versions earlier than 5.0.2
-// borrowed from PHP_Compat, LGPL licensed, by Aidan Lister <aidan@php.net>
-if (!defined('PHP_EOL')) {
-    switch (strtoupper(substr(PHP_OS, 0, 3))) {
-        case 'WIN':
-            define('PHP_EOL', "\r\n");
-            break;
-        case 'DAR':
-            define('PHP_EOL', "\r");
-            break;
-        default:
-            define('PHP_EOL', "\n");
-    }
-}
-
-/**
- * Bootstrap class that contains meta-functionality for HTML Purifier such as
- * the autoload function.
- *
- * @note
- *      This class may be used without any other files from HTML Purifier.
- */
-class HTMLPurifier_Bootstrap
-{
-
-    /**
-     * Autoload function for HTML Purifier
-     * @param $class Class to load
-     */
-    public static function autoload($class) {
-        $file = HTMLPurifier_Bootstrap::getPath($class);
-        if (!$file) return false;
-        require HTMLPURIFIER_PREFIX . '/' . $file;
-        return true;
-    }
-
-    /**
-     * Returns the path for a specific class.
-     */
-    public static function getPath($class) {
-        if (strncmp('HTMLPurifier', $class, 12) !== 0) return false;
-        // Custom implementations
-        if (strncmp('HTMLPurifier_Language_', $class, 22) === 0) {
-            $code = str_replace('_', '-', substr($class, 22));
-            $file = 'HTMLPurifier/Language/classes/' . $code . '.php';
-        } else {
-            $file = str_replace('_', '/', $class) . '.php';
-        }
-        if (!file_exists(HTMLPURIFIER_PREFIX . '/' . $file)) return false;
-        return $file;
-    }
-
-    /**
-     * "Pre-registers" our autoloader on the SPL stack.
-     */
-    public static function registerAutoload() {
-        $autoload = array('HTMLPurifier_Bootstrap', 'autoload');
-        if ( ($funcs = spl_autoload_functions()) === false ) {
-            spl_autoload_register($autoload);
-        } elseif (function_exists('spl_autoload_unregister')) {
-            $compat = version_compare(PHP_VERSION, '5.1.2', '<=') &&
-                      version_compare(PHP_VERSION, '5.1.0', '>=');
-            foreach ($funcs as $func) {
-                if (is_array($func)) {
-                    // :TRICKY: There are some compatibility issues and some
-                    // places where we need to error out
-                    $reflector = new ReflectionMethod($func[0], $func[1]);
-                    if (!$reflector->isStatic()) {
-                        throw new Exception('
-                            HTML Purifier autoloader registrar is not compatible
-                            with non-static object methods due to PHP Bug #44144;
-                            Please do not use HTMLPurifier.autoload.php (or any
-                            file that includes this file); instead, place the code:
-                            spl_autoload_register(array(\'HTMLPurifier_Bootstrap\', \'autoload\'))
-                            after your own autoloaders.
-                        ');
-                    }
-                    // Suprisingly, spl_autoload_register supports the
-                    // Class::staticMethod callback format, although call_user_func doesn't
-                    if ($compat) $func = implode('::', $func);
-                }
-                spl_autoload_unregister($func);
-            }
-            spl_autoload_register($autoload);
-            foreach ($funcs as $func) spl_autoload_register($func);
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/CSSDefinition.php b/lib/php/HTMLPurifier/CSSDefinition.php
deleted file mode 100644
index 6a2e6f5..0000000
--- a/lib/php/HTMLPurifier/CSSDefinition.php
+++ /dev/null
@@ -1,292 +0,0 @@
-<?php
-
-/**
- * Defines allowed CSS attributes and what their values are.
- * @see HTMLPurifier_HTMLDefinition
- */
-class HTMLPurifier_CSSDefinition extends HTMLPurifier_Definition
-{
-
-    public $type = 'CSS';
-
-    /**
-     * Assoc array of attribute name to definition object.
-     */
-    public $info = array();
-
-    /**
-     * Constructs the info array.  The meat of this class.
-     */
-    protected function doSetup($config) {
-
-        $this->info['text-align'] = new HTMLPurifier_AttrDef_Enum(
-            array('left', 'right', 'center', 'justify'), false);
-
-        $border_style =
-        $this->info['border-bottom-style'] =
-        $this->info['border-right-style'] =
-        $this->info['border-left-style'] =
-        $this->info['border-top-style'] =  new HTMLPurifier_AttrDef_Enum(
-            array('none', 'hidden', 'dotted', 'dashed', 'solid', 'double',
-            'groove', 'ridge', 'inset', 'outset'), false);
-
-        $this->info['border-style'] = new HTMLPurifier_AttrDef_CSS_Multiple($border_style);
-
-        $this->info['clear'] = new HTMLPurifier_AttrDef_Enum(
-            array('none', 'left', 'right', 'both'), false);
-        $this->info['float'] = new HTMLPurifier_AttrDef_Enum(
-            array('none', 'left', 'right'), false);
-        $this->info['font-style'] = new HTMLPurifier_AttrDef_Enum(
-            array('normal', 'italic', 'oblique'), false);
-        $this->info['font-variant'] = new HTMLPurifier_AttrDef_Enum(
-            array('normal', 'small-caps'), false);
-
-        $uri_or_none = new HTMLPurifier_AttrDef_CSS_Composite(
-            array(
-                new HTMLPurifier_AttrDef_Enum(array('none')),
-                new HTMLPurifier_AttrDef_CSS_URI()
-            )
-        );
-
-        $this->info['list-style-position'] = new HTMLPurifier_AttrDef_Enum(
-            array('inside', 'outside'), false);
-        $this->info['list-style-type'] = new HTMLPurifier_AttrDef_Enum(
-            array('disc', 'circle', 'square', 'decimal', 'lower-roman',
-            'upper-roman', 'lower-alpha', 'upper-alpha', 'none'), false);
-        $this->info['list-style-image'] = $uri_or_none;
-
-        $this->info['list-style'] = new HTMLPurifier_AttrDef_CSS_ListStyle($config);
-
-        $this->info['text-transform'] = new HTMLPurifier_AttrDef_Enum(
-            array('capitalize', 'uppercase', 'lowercase', 'none'), false);
-        $this->info['color'] = new HTMLPurifier_AttrDef_CSS_Color();
-
-        $this->info['background-image'] = $uri_or_none;
-        $this->info['background-repeat'] = new HTMLPurifier_AttrDef_Enum(
-            array('repeat', 'repeat-x', 'repeat-y', 'no-repeat')
-        );
-        $this->info['background-attachment'] = new HTMLPurifier_AttrDef_Enum(
-            array('scroll', 'fixed')
-        );
-        $this->info['background-position'] = new HTMLPurifier_AttrDef_CSS_BackgroundPosition();
-
-        $border_color =
-        $this->info['border-top-color'] =
-        $this->info['border-bottom-color'] =
-        $this->info['border-left-color'] =
-        $this->info['border-right-color'] =
-        $this->info['background-color'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_Enum(array('transparent')),
-            new HTMLPurifier_AttrDef_CSS_Color()
-        ));
-
-        $this->info['background'] = new HTMLPurifier_AttrDef_CSS_Background($config);
-
-        $this->info['border-color'] = new HTMLPurifier_AttrDef_CSS_Multiple($border_color);
-
-        $border_width =
-        $this->info['border-top-width'] =
-        $this->info['border-bottom-width'] =
-        $this->info['border-left-width'] =
-        $this->info['border-right-width'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_Enum(array('thin', 'medium', 'thick')),
-            new HTMLPurifier_AttrDef_CSS_Length('0') //disallow negative
-        ));
-
-        $this->info['border-width'] = new HTMLPurifier_AttrDef_CSS_Multiple($border_width);
-
-        $this->info['letter-spacing'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_Enum(array('normal')),
-            new HTMLPurifier_AttrDef_CSS_Length()
-        ));
-
-        $this->info['word-spacing'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_Enum(array('normal')),
-            new HTMLPurifier_AttrDef_CSS_Length()
-        ));
-
-        $this->info['font-size'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_Enum(array('xx-small', 'x-small',
-                'small', 'medium', 'large', 'x-large', 'xx-large',
-                'larger', 'smaller')),
-            new HTMLPurifier_AttrDef_CSS_Percentage(),
-            new HTMLPurifier_AttrDef_CSS_Length()
-        ));
-
-        $this->info['line-height'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_Enum(array('normal')),
-            new HTMLPurifier_AttrDef_CSS_Number(true), // no negatives
-            new HTMLPurifier_AttrDef_CSS_Length('0'),
-            new HTMLPurifier_AttrDef_CSS_Percentage(true)
-        ));
-
-        $margin =
-        $this->info['margin-top'] =
-        $this->info['margin-bottom'] =
-        $this->info['margin-left'] =
-        $this->info['margin-right'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_CSS_Length(),
-            new HTMLPurifier_AttrDef_CSS_Percentage(),
-            new HTMLPurifier_AttrDef_Enum(array('auto'))
-        ));
-
-        $this->info['margin'] = new HTMLPurifier_AttrDef_CSS_Multiple($margin);
-
-        // non-negative
-        $padding =
-        $this->info['padding-top'] =
-        $this->info['padding-bottom'] =
-        $this->info['padding-left'] =
-        $this->info['padding-right'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_CSS_Length('0'),
-            new HTMLPurifier_AttrDef_CSS_Percentage(true)
-        ));
-
-        $this->info['padding'] = new HTMLPurifier_AttrDef_CSS_Multiple($padding);
-
-        $this->info['text-indent'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_CSS_Length(),
-            new HTMLPurifier_AttrDef_CSS_Percentage()
-        ));
-
-        $trusted_wh = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_CSS_Length('0'),
-            new HTMLPurifier_AttrDef_CSS_Percentage(true),
-            new HTMLPurifier_AttrDef_Enum(array('auto'))
-        ));
-        $max = $config->get('CSS.MaxImgLength');
-
-        $this->info['width'] =
-        $this->info['height'] =
-            $max === null ?
-            $trusted_wh :
-            new HTMLPurifier_AttrDef_Switch('img',
-                // For img tags:
-                new HTMLPurifier_AttrDef_CSS_Composite(array(
-                    new HTMLPurifier_AttrDef_CSS_Length('0', $max),
-                    new HTMLPurifier_AttrDef_Enum(array('auto'))
-                )),
-                // For everyone else:
-                $trusted_wh
-            );
-
-        $this->info['text-decoration'] = new HTMLPurifier_AttrDef_CSS_TextDecoration();
-
-        $this->info['font-family'] = new HTMLPurifier_AttrDef_CSS_FontFamily();
-
-        // this could use specialized code
-        $this->info['font-weight'] = new HTMLPurifier_AttrDef_Enum(
-            array('normal', 'bold', 'bolder', 'lighter', '100', '200', '300',
-            '400', '500', '600', '700', '800', '900'), false);
-
-        // MUST be called after other font properties, as it references
-        // a CSSDefinition object
-        $this->info['font'] = new HTMLPurifier_AttrDef_CSS_Font($config);
-
-        // same here
-        $this->info['border'] =
-        $this->info['border-bottom'] =
-        $this->info['border-top'] =
-        $this->info['border-left'] =
-        $this->info['border-right'] = new HTMLPurifier_AttrDef_CSS_Border($config);
-
-        $this->info['border-collapse'] = new HTMLPurifier_AttrDef_Enum(array(
-            'collapse', 'separate'));
-
-        $this->info['caption-side'] = new HTMLPurifier_AttrDef_Enum(array(
-            'top', 'bottom'));
-
-        $this->info['table-layout'] = new HTMLPurifier_AttrDef_Enum(array(
-            'auto', 'fixed'));
-
-        $this->info['vertical-align'] = new HTMLPurifier_AttrDef_CSS_Composite(array(
-            new HTMLPurifier_AttrDef_Enum(array('baseline', 'sub', 'super',
-                'top', 'text-top', 'middle', 'bottom', 'text-bottom')),
-            new HTMLPurifier_AttrDef_CSS_Length(),
-            new HTMLPurifier_AttrDef_CSS_Percentage()
-        ));
-
-        $this->info['border-spacing'] = new HTMLPurifier_AttrDef_CSS_Multiple(new HTMLPurifier_AttrDef_CSS_Length(), 2);
-
-        // partial support
-        $this->info['white-space'] = new HTMLPurifier_AttrDef_Enum(array('nowrap'));
-
-        if ($config->get('CSS.Proprietary')) {
-            $this->doSetupProprietary($config);
-        }
-
-        if ($config->get('CSS.AllowTricky')) {
-            $this->doSetupTricky($config);
-        }
-
-        $allow_important = $config->get('CSS.AllowImportant');
-        // wrap all attr-defs with decorator that handles !important
-        foreach ($this->info as $k => $v) {
-            $this->info[$k] = new HTMLPurifier_AttrDef_CSS_ImportantDecorator($v, $allow_important);
-        }
-
-        $this->setupConfigStuff($config);
-    }
-
-    protected function doSetupProprietary($config) {
-        // Internet Explorer only scrollbar colors
-        $this->info['scrollbar-arrow-color']        = new HTMLPurifier_AttrDef_CSS_Color();
-        $this->info['scrollbar-base-color']         = new HTMLPurifier_AttrDef_CSS_Color();
-        $this->info['scrollbar-darkshadow-color']   = new HTMLPurifier_AttrDef_CSS_Color();
-        $this->info['scrollbar-face-color']         = new HTMLPurifier_AttrDef_CSS_Color();
-        $this->info['scrollbar-highlight-color']    = new HTMLPurifier_AttrDef_CSS_Color();
-        $this->info['scrollbar-shadow-color']       = new HTMLPurifier_AttrDef_CSS_Color();
-
-        // technically not proprietary, but CSS3, and no one supports it
-        $this->info['opacity']          = new HTMLPurifier_AttrDef_CSS_AlphaValue();
-        $this->info['-moz-opacity']     = new HTMLPurifier_AttrDef_CSS_AlphaValue();
-        $this->info['-khtml-opacity']   = new HTMLPurifier_AttrDef_CSS_AlphaValue();
-
-        // only opacity, for now
-        $this->info['filter'] = new HTMLPurifier_AttrDef_CSS_Filter();
-
-    }
-
-    protected function doSetupTricky($config) {
-        $this->info['display'] = new HTMLPurifier_AttrDef_Enum(array(
-            'inline', 'block', 'list-item', 'run-in', 'compact',
-            'marker', 'table', 'inline-table', 'table-row-group',
-            'table-header-group', 'table-footer-group', 'table-row',
-            'table-column-group', 'table-column', 'table-cell', 'table-caption', 'none'
-        ));
-        $this->info['visibility'] = new HTMLPurifier_AttrDef_Enum(array(
-            'visible', 'hidden', 'collapse'
-        ));
-        $this->info['overflow'] = new HTMLPurifier_AttrDef_Enum(array('visible', 'hidden', 'auto', 'scroll'));
-    }
-
-
-    /**
-     * Performs extra config-based processing. Based off of
-     * HTMLPurifier_HTMLDefinition.
-     * @todo Refactor duplicate elements into common class (probably using
-     *       composition, not inheritance).
-     */
-    protected function setupConfigStuff($config) {
-
-        // setup allowed elements
-        $support = "(for information on implementing this, see the ".
-                   "support forums) ";
-        $allowed_attributes = $config->get('CSS.AllowedProperties');
-        if ($allowed_attributes !== null) {
-            foreach ($this->info as $name => $d) {
-                if(!isset($allowed_attributes[$name])) unset($this->info[$name]);
-                unset($allowed_attributes[$name]);
-            }
-            // emit errors
-            foreach ($allowed_attributes as $name => $d) {
-                // :TODO: Is this htmlspecialchars() call really necessary?
-                $name = htmlspecialchars($name);
-                trigger_error("Style attribute '$name' is not supported $support", E_USER_WARNING);
-            }
-        }
-
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ChildDef.php b/lib/php/HTMLPurifier/ChildDef.php
deleted file mode 100644
index c5d5216..0000000
--- a/lib/php/HTMLPurifier/ChildDef.php
+++ /dev/null
@@ -1,48 +0,0 @@
-<?php
-
-/**
- * Defines allowed child nodes and validates tokens against it.
- */
-abstract class HTMLPurifier_ChildDef
-{
-    /**
-     * Type of child definition, usually right-most part of class name lowercase.
-     * Used occasionally in terms of context.
-     */
-    public $type;
-
-    /**
-     * Bool that indicates whether or not an empty array of children is okay
-     *
-     * This is necessary for redundant checking when changes affecting
-     * a child node may cause a parent node to now be disallowed.
-     */
-    public $allow_empty;
-
-    /**
-     * Lookup array of all elements that this definition could possibly allow
-     */
-    public $elements = array();
-
-    /**
-     * Get lookup of tag names that should not close this element automatically.
-     * All other elements will do so.
-     */
-    public function getAllowedElements($config) {
-        return $this->elements;
-    }
-
-    /**
-     * Validates nodes according to definition and returns modification.
-     *
-     * @param $tokens_of_children Array of HTMLPurifier_Token
-     * @param $config HTMLPurifier_Config object
-     * @param $context HTMLPurifier_Context object
-     * @return bool true to leave nodes as is
-     * @return bool false to remove parent node
-     * @return array of replacement child tokens
-     */
-    abstract public function validateChildren($tokens_of_children, $config, $context);
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ChildDef/Chameleon.php b/lib/php/HTMLPurifier/ChildDef/Chameleon.php
deleted file mode 100644
index 15c364e..0000000
--- a/lib/php/HTMLPurifier/ChildDef/Chameleon.php
+++ /dev/null
@@ -1,48 +0,0 @@
-<?php
-
-/**
- * Definition that uses different definitions depending on context.
- *
- * The del and ins tags are notable because they allow different types of
- * elements depending on whether or not they're in a block or inline context.
- * Chameleon allows this behavior to happen by using two different
- * definitions depending on context.  While this somewhat generalized,
- * it is specifically intended for those two tags.
- */
-class HTMLPurifier_ChildDef_Chameleon extends HTMLPurifier_ChildDef
-{
-
-    /**
-     * Instance of the definition object to use when inline. Usually stricter.
-     */
-    public $inline;
-
-    /**
-     * Instance of the definition object to use when block.
-     */
-    public $block;
-
-    public $type = 'chameleon';
-
-    /**
-     * @param $inline List of elements to allow when inline.
-     * @param $block List of elements to allow when block.
-     */
-    public function __construct($inline, $block) {
-        $this->inline = new HTMLPurifier_ChildDef_Optional($inline);
-        $this->block  = new HTMLPurifier_ChildDef_Optional($block);
-        $this->elements = $this->block->elements;
-    }
-
-    public function validateChildren($tokens_of_children, $config, $context) {
-        if ($context->get('IsInline') === false) {
-            return $this->block->validateChildren(
-                $tokens_of_children, $config, $context);
-        } else {
-            return $this->inline->validateChildren(
-                $tokens_of_children, $config, $context);
-        }
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ChildDef/Custom.php b/lib/php/HTMLPurifier/ChildDef/Custom.php
deleted file mode 100644
index b68047b..0000000
--- a/lib/php/HTMLPurifier/ChildDef/Custom.php
+++ /dev/null
@@ -1,90 +0,0 @@
-<?php
-
-/**
- * Custom validation class, accepts DTD child definitions
- *
- * @warning Currently this class is an all or nothing proposition, that is,
- *          it will only give a bool return value.
- */
-class HTMLPurifier_ChildDef_Custom extends HTMLPurifier_ChildDef
-{
-    public $type = 'custom';
-    public $allow_empty = false;
-    /**
-     * Allowed child pattern as defined by the DTD
-     */
-    public $dtd_regex;
-    /**
-     * PCRE regex derived from $dtd_regex
-     * @private
-     */
-    private $_pcre_regex;
-    /**
-     * @param $dtd_regex Allowed child pattern from the DTD
-     */
-    public function __construct($dtd_regex) {
-        $this->dtd_regex = $dtd_regex;
-        $this->_compileRegex();
-    }
-    /**
-     * Compiles the PCRE regex from a DTD regex ($dtd_regex to $_pcre_regex)
-     */
-    protected function _compileRegex() {
-        $raw = str_replace(' ', '', $this->dtd_regex);
-        if ($raw{0} != '(') {
-            $raw = "($raw)";
-        }
-        $el = '[#a-zA-Z0-9_.-]+';
-        $reg = $raw;
-
-        // COMPLICATED! AND MIGHT BE BUGGY! I HAVE NO CLUE WHAT I'M
-        // DOING! Seriously: if there's problems, please report them.
-
-        // collect all elements into the $elements array
-        preg_match_all("/$el/", $reg, $matches);
-        foreach ($matches[0] as $match) {
-            $this->elements[$match] = true;
-        }
-
-        // setup all elements as parentheticals with leading commas
-        $reg = preg_replace("/$el/", '(,\\0)', $reg);
-
-        // remove commas when they were not solicited
-        $reg = preg_replace("/([^,(|]\(+),/", '\\1', $reg);
-
-        // remove all non-paranthetical commas: they are handled by first regex
-        $reg = preg_replace("/,\(/", '(', $reg);
-
-        $this->_pcre_regex = $reg;
-    }
-    public function validateChildren($tokens_of_children, $config, $context) {
-        $list_of_children = '';
-        $nesting = 0; // depth into the nest
-        foreach ($tokens_of_children as $token) {
-            if (!empty($token->is_whitespace)) continue;
-
-            $is_child = ($nesting == 0); // direct
-
-            if ($token instanceof HTMLPurifier_Token_Start) {
-                $nesting++;
-            } elseif ($token instanceof HTMLPurifier_Token_End) {
-                $nesting--;
-            }
-
-            if ($is_child) {
-                $list_of_children .= $token->name . ',';
-            }
-        }
-        // add leading comma to deal with stray comma declarations
-        $list_of_children = ',' . rtrim($list_of_children, ',');
-        $okay =
-            preg_match(
-                '/^,?'.$this->_pcre_regex.'$/',
-                $list_of_children
-            );
-
-        return (bool) $okay;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ChildDef/Empty.php b/lib/php/HTMLPurifier/ChildDef/Empty.php
deleted file mode 100644
index 13171f6..0000000
--- a/lib/php/HTMLPurifier/ChildDef/Empty.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-/**
- * Definition that disallows all elements.
- * @warning validateChildren() in this class is actually never called, because
- *          empty elements are corrected in HTMLPurifier_Strategy_MakeWellFormed
- *          before child definitions are parsed in earnest by
- *          HTMLPurifier_Strategy_FixNesting.
- */
-class HTMLPurifier_ChildDef_Empty extends HTMLPurifier_ChildDef
-{
-    public $allow_empty = true;
-    public $type = 'empty';
-    public function __construct() {}
-    public function validateChildren($tokens_of_children, $config, $context) {
-        return array();
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ChildDef/Optional.php b/lib/php/HTMLPurifier/ChildDef/Optional.php
deleted file mode 100644
index 32bcb98..0000000
--- a/lib/php/HTMLPurifier/ChildDef/Optional.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-/**
- * Definition that allows a set of elements, and allows no children.
- * @note This is a hack to reuse code from HTMLPurifier_ChildDef_Required,
- *       really, one shouldn't inherit from the other.  Only altered behavior
- *       is to overload a returned false with an array.  Thus, it will never
- *       return false.
- */
-class HTMLPurifier_ChildDef_Optional extends HTMLPurifier_ChildDef_Required
-{
-    public $allow_empty = true;
-    public $type = 'optional';
-    public function validateChildren($tokens_of_children, $config, $context) {
-        $result = parent::validateChildren($tokens_of_children, $config, $context);
-        // we assume that $tokens_of_children is not modified
-        if ($result === false) {
-            if (empty($tokens_of_children)) return true;
-            elseif ($this->whitespace) return $tokens_of_children;
-            else return array();
-        }
-        return $result;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ChildDef/Required.php b/lib/php/HTMLPurifier/ChildDef/Required.php
deleted file mode 100644
index 4889f24..0000000
--- a/lib/php/HTMLPurifier/ChildDef/Required.php
+++ /dev/null
@@ -1,117 +0,0 @@
-<?php
-
-/**
- * Definition that allows a set of elements, but disallows empty children.
- */
-class HTMLPurifier_ChildDef_Required extends HTMLPurifier_ChildDef
-{
-    /**
-     * Lookup table of allowed elements.
-     * @public
-     */
-    public $elements = array();
-    /**
-     * Whether or not the last passed node was all whitespace.
-     */
-    protected $whitespace = false;
-    /**
-     * @param $elements List of allowed element names (lowercase).
-     */
-    public function __construct($elements) {
-        if (is_string($elements)) {
-            $elements = str_replace(' ', '', $elements);
-            $elements = explode('|', $elements);
-        }
-        $keys = array_keys($elements);
-        if ($keys == array_keys($keys)) {
-            $elements = array_flip($elements);
-            foreach ($elements as $i => $x) {
-                $elements[$i] = true;
-                if (empty($i)) unset($elements[$i]); // remove blank
-            }
-        }
-        $this->elements = $elements;
-    }
-    public $allow_empty = false;
-    public $type = 'required';
-    public function validateChildren($tokens_of_children, $config, $context) {
-        // Flag for subclasses
-        $this->whitespace = false;
-
-        // if there are no tokens, delete parent node
-        if (empty($tokens_of_children)) return false;
-
-        // the new set of children
-        $result = array();
-
-        // current depth into the nest
-        $nesting = 0;
-
-        // whether or not we're deleting a node
-        $is_deleting = false;
-
-        // whether or not parsed character data is allowed
-        // this controls whether or not we silently drop a tag
-        // or generate escaped HTML from it
-        $pcdata_allowed = isset($this->elements['#PCDATA']);
-
-        // a little sanity check to make sure it's not ALL whitespace
-        $all_whitespace = true;
-
-        // some configuration
-        $escape_invalid_children = $config->get('Core.EscapeInvalidChildren');
-
-        // generator
-        $gen = new HTMLPurifier_Generator($config, $context);
-
-        foreach ($tokens_of_children as $token) {
-            if (!empty($token->is_whitespace)) {
-                $result[] = $token;
-                continue;
-            }
-            $all_whitespace = false; // phew, we're not talking about whitespace
-
-            $is_child = ($nesting == 0);
-
-            if ($token instanceof HTMLPurifier_Token_Start) {
-                $nesting++;
-            } elseif ($token instanceof HTMLPurifier_Token_End) {
-                $nesting--;
-            }
-
-            if ($is_child) {
-                $is_deleting = false;
-                if (!isset($this->elements[$token->name])) {
-                    $is_deleting = true;
-                    if ($pcdata_allowed && $token instanceof HTMLPurifier_Token_Text) {
-                        $result[] = $token;
-                    } elseif ($pcdata_allowed && $escape_invalid_children) {
-                        $result[] = new HTMLPurifier_Token_Text(
-                            $gen->generateFromToken($token)
-                        );
-                    }
-                    continue;
-                }
-            }
-            if (!$is_deleting || ($pcdata_allowed && $token instanceof HTMLPurifier_Token_Text)) {
-                $result[] = $token;
-            } elseif ($pcdata_allowed && $escape_invalid_children) {
-                $result[] =
-                    new HTMLPurifier_Token_Text(
-                        $gen->generateFromToken($token)
-                    );
-            } else {
-                // drop silently
-            }
-        }
-        if (empty($result)) return false;
-        if ($all_whitespace) {
-            $this->whitespace = true;
-            return false;
-        }
-        if ($tokens_of_children == $result) return true;
-        return $result;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ChildDef/StrictBlockquote.php b/lib/php/HTMLPurifier/ChildDef/StrictBlockquote.php
deleted file mode 100644
index dfae8a6..0000000
--- a/lib/php/HTMLPurifier/ChildDef/StrictBlockquote.php
+++ /dev/null
@@ -1,88 +0,0 @@
-<?php
-
-/**
- * Takes the contents of blockquote when in strict and reformats for validation.
- */
-class HTMLPurifier_ChildDef_StrictBlockquote extends HTMLPurifier_ChildDef_Required
-{
-    protected $real_elements;
-    protected $fake_elements;
-    public $allow_empty = true;
-    public $type = 'strictblockquote';
-    protected $init = false;
-
-    /**
-     * @note We don't want MakeWellFormed to auto-close inline elements since
-     *       they might be allowed.
-     */
-    public function getAllowedElements($config) {
-        $this->init($config);
-        return $this->fake_elements;
-    }
-
-    public function validateChildren($tokens_of_children, $config, $context) {
-
-        $this->init($config);
-
-        // trick the parent class into thinking it allows more
-        $this->elements = $this->fake_elements;
-        $result = parent::validateChildren($tokens_of_children, $config, $context);
-        $this->elements = $this->real_elements;
-
-        if ($result === false) return array();
-        if ($result === true) $result = $tokens_of_children;
-
-        $def = $config->getHTMLDefinition();
-        $block_wrap_start = new HTMLPurifier_Token_Start($def->info_block_wrapper);
-        $block_wrap_end   = new HTMLPurifier_Token_End(  $def->info_block_wrapper);
-        $is_inline = false;
-        $depth = 0;
-        $ret = array();
-
-        // assuming that there are no comment tokens
-        foreach ($result as $i => $token) {
-            $token = $result[$i];
-            // ifs are nested for readability
-            if (!$is_inline) {
-                if (!$depth) {
-                     if (
-                        ($token instanceof HTMLPurifier_Token_Text && !$token->is_whitespace) ||
-                        (!$token instanceof HTMLPurifier_Token_Text && !isset($this->elements[$token->name]))
-                     ) {
-                        $is_inline = true;
-                        $ret[] = $block_wrap_start;
-                     }
-                }
-            } else {
-                if (!$depth) {
-                    // starting tokens have been inline text / empty
-                    if ($token instanceof HTMLPurifier_Token_Start || $token instanceof HTMLPurifier_Token_Empty) {
-                        if (isset($this->elements[$token->name])) {
-                            // ended
-                            $ret[] = $block_wrap_end;
-                            $is_inline = false;
-                        }
-                    }
-                }
-            }
-            $ret[] = $token;
-            if ($token instanceof HTMLPurifier_Token_Start) $depth++;
-            if ($token instanceof HTMLPurifier_Token_End)   $depth--;
-        }
-        if ($is_inline) $ret[] = $block_wrap_end;
-        return $ret;
-    }
-
-    private function init($config) {
-        if (!$this->init) {
-            $def = $config->getHTMLDefinition();
-            // allow all inline elements
-            $this->real_elements = $this->elements;
-            $this->fake_elements = $def->info_content_sets['Flow'];
-            $this->fake_elements['#PCDATA'] = true;
-            $this->init = true;
-        }
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ChildDef/Table.php b/lib/php/HTMLPurifier/ChildDef/Table.php
deleted file mode 100644
index 34f0227..0000000
--- a/lib/php/HTMLPurifier/ChildDef/Table.php
+++ /dev/null
@@ -1,142 +0,0 @@
-<?php
-
-/**
- * Definition for tables
- */
-class HTMLPurifier_ChildDef_Table extends HTMLPurifier_ChildDef
-{
-    public $allow_empty = false;
-    public $type = 'table';
-    public $elements = array('tr' => true, 'tbody' => true, 'thead' => true,
-        'tfoot' => true, 'caption' => true, 'colgroup' => true, 'col' => true);
-    public function __construct() {}
-    public function validateChildren($tokens_of_children, $config, $context) {
-        if (empty($tokens_of_children)) return false;
-
-        // this ensures that the loop gets run one last time before closing
-        // up. It's a little bit of a hack, but it works! Just make sure you
-        // get rid of the token later.
-        $tokens_of_children[] = false;
-
-        // only one of these elements is allowed in a table
-        $caption = false;
-        $thead   = false;
-        $tfoot   = false;
-
-        // as many of these as you want
-        $cols    = array();
-        $content = array();
-
-        $nesting = 0; // current depth so we can determine nodes
-        $is_collecting = false; // are we globbing together tokens to package
-                                // into one of the collectors?
-        $collection = array(); // collected nodes
-        $tag_index = 0; // the first node might be whitespace,
-                            // so this tells us where the start tag is
-
-        foreach ($tokens_of_children as $token) {
-            $is_child = ($nesting == 0);
-
-            if ($token === false) {
-                // terminating sequence started
-            } elseif ($token instanceof HTMLPurifier_Token_Start) {
-                $nesting++;
-            } elseif ($token instanceof HTMLPurifier_Token_End) {
-                $nesting--;
-            }
-
-            // handle node collection
-            if ($is_collecting) {
-                if ($is_child) {
-                    // okay, let's stash the tokens away
-                    // first token tells us the type of the collection
-                    switch ($collection[$tag_index]->name) {
-                        case 'tr':
-                        case 'tbody':
-                            $content[] = $collection;
-                            break;
-                        case 'caption':
-                            if ($caption !== false) break;
-                            $caption = $collection;
-                            break;
-                        case 'thead':
-                        case 'tfoot':
-                            // access the appropriate variable, $thead or $tfoot
-                            $var = $collection[$tag_index]->name;
-                            if ($$var === false) {
-                                $$var = $collection;
-                            } else {
-                                // transmutate the first and less entries into
-                                // tbody tags, and then put into content
-                                $collection[$tag_index]->name = 'tbody';
-                                $collection[count($collection)-1]->name = 'tbody';
-                                $content[] = $collection;
-                            }
-                            break;
-                         case 'colgroup':
-                            $cols[] = $collection;
-                            break;
-                    }
-                    $collection = array();
-                    $is_collecting = false;
-                    $tag_index = 0;
-                } else {
-                    // add the node to the collection
-                    $collection[] = $token;
-                }
-            }
-
-            // terminate
-            if ($token === false) break;
-
-            if ($is_child) {
-                // determine what we're dealing with
-                if ($token->name == 'col') {
-                    // the only empty tag in the possie, we can handle it
-                    // immediately
-                    $cols[] = array_merge($collection, array($token));
-                    $collection = array();
-                    $tag_index = 0;
-                    continue;
-                }
-                switch($token->name) {
-                    case 'caption':
-                    case 'colgroup':
-                    case 'thead':
-                    case 'tfoot':
-                    case 'tbody':
-                    case 'tr':
-                        $is_collecting = true;
-                        $collection[] = $token;
-                        continue;
-                    default:
-                        if (!empty($token->is_whitespace)) {
-                            $collection[] = $token;
-                            $tag_index++;
-                        }
-                        continue;
-                }
-            }
-        }
-
-        if (empty($content)) return false;
-
-        $ret = array();
-        if ($caption !== false) $ret = array_merge($ret, $caption);
-        if ($cols !== false)    foreach ($cols as $token_array) $ret = array_merge($ret, $token_array);
-        if ($thead !== false)   $ret = array_merge($ret, $thead);
-        if ($tfoot !== false)   $ret = array_merge($ret, $tfoot);
-        foreach ($content as $token_array) $ret = array_merge($ret, $token_array);
-        if (!empty($collection) && $is_collecting == false){
-            // grab the trailing space
-            $ret = array_merge($ret, $collection);
-        }
-
-        array_pop($tokens_of_children); // remove phantom token
-
-        return ($ret === $tokens_of_children) ? true : $ret;
-
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Config.php b/lib/php/HTMLPurifier/Config.php
deleted file mode 100644
index a017060..0000000
--- a/lib/php/HTMLPurifier/Config.php
+++ /dev/null
@@ -1,580 +0,0 @@
-<?php
-
-/**
- * Configuration object that triggers customizable behavior.
- *
- * @warning This class is strongly defined: that means that the class
- *          will fail if an undefined directive is retrieved or set.
- *
- * @note Many classes that could (although many times don't) use the
- *       configuration object make it a mandatory parameter.  This is
- *       because a configuration object should always be forwarded,
- *       otherwise, you run the risk of missing a parameter and then
- *       being stumped when a configuration directive doesn't work.
- *
- * @todo Reconsider some of the public member variables
- */
-class HTMLPurifier_Config
-{
-
-    /**
-     * HTML Purifier's version
-     */
-    public $version = '4.0.0';
-
-    /**
-     * Bool indicator whether or not to automatically finalize
-     * the object if a read operation is done
-     */
-    public $autoFinalize = true;
-
-    // protected member variables
-
-    /**
-     * Namespace indexed array of serials for specific namespaces (see
-     * getSerial() for more info).
-     */
-    protected $serials = array();
-
-    /**
-     * Serial for entire configuration object
-     */
-    protected $serial;
-
-    /**
-     * Parser for variables
-     */
-    protected $parser;
-
-    /**
-     * Reference HTMLPurifier_ConfigSchema for value checking
-     * @note This is public for introspective purposes. Please don't
-     *       abuse!
-     */
-    public $def;
-
-    /**
-     * Indexed array of definitions
-     */
-    protected $definitions;
-
-    /**
-     * Bool indicator whether or not config is finalized
-     */
-    protected $finalized = false;
-
-    /**
-     * Property list containing configuration directives.
-     */
-    protected $plist;
-
-    /**
-     * Whether or not a set is taking place due to an
-     * alias lookup.
-     */
-    private $aliasMode;
-
-    /**
-     * Set to false if you do not want line and file numbers in errors
-     * (useful when unit testing)
-     */
-    public $chatty = true;
-
-    /**
-     * Current lock; only gets to this namespace are allowed.
-     */
-    private $lock;
-
-    /**
-     * @param $definition HTMLPurifier_ConfigSchema that defines what directives
-     *                    are allowed.
-     */
-    public function __construct($definition, $parent = null) {
-        $parent = $parent ? $parent : $definition->defaultPlist;
-        $this->plist = new HTMLPurifier_PropertyList($parent);
-        $this->def = $definition; // keep a copy around for checking
-        $this->parser = new HTMLPurifier_VarParser_Flexible();
-    }
-
-    /**
-     * Convenience constructor that creates a config object based on a mixed var
-     * @param mixed $config Variable that defines the state of the config
-     *                      object. Can be: a HTMLPurifier_Config() object,
-     *                      an array of directives based on loadArray(),
-     *                      or a string filename of an ini file.
-     * @param HTMLPurifier_ConfigSchema Schema object
-     * @return Configured HTMLPurifier_Config object
-     */
-    public static function create($config, $schema = null) {
-        if ($config instanceof HTMLPurifier_Config) {
-            // pass-through
-            return $config;
-        }
-        if (!$schema) {
-            $ret = HTMLPurifier_Config::createDefault();
-        } else {
-            $ret = new HTMLPurifier_Config($schema);
-        }
-        if (is_string($config)) $ret->loadIni($config);
-        elseif (is_array($config)) $ret->loadArray($config);
-        return $ret;
-    }
-
-    /**
-     * Creates a new config object that inherits from a previous one.
-     * @param HTMLPurifier_Config $config Configuration object to inherit
-     *        from.
-     * @return HTMLPurifier_Config object with $config as its parent.
-     */
-    public static function inherit(HTMLPurifier_Config $config) {
-        return new HTMLPurifier_Config($config->def, $config->plist);
-    }
-
-    /**
-     * Convenience constructor that creates a default configuration object.
-     * @return Default HTMLPurifier_Config object.
-     */
-    public static function createDefault() {
-        $definition = HTMLPurifier_ConfigSchema::instance();
-        $config = new HTMLPurifier_Config($definition);
-        return $config;
-    }
-
-    /**
-     * Retreives a value from the configuration.
-     * @param $key String key
-     */
-    public function get($key, $a = null) {
-        if ($a !== null) {
-            $this->triggerError("Using deprecated API: use \$config->get('$key.$a') instead", E_USER_WARNING);
-            $key = "$key.$a";
-        }
-        if (!$this->finalized) $this->autoFinalize();
-        if (!isset($this->def->info[$key])) {
-            // can't add % due to SimpleTest bug
-            $this->triggerError('Cannot retrieve value of undefined directive ' . htmlspecialchars($key),
-                E_USER_WARNING);
-            return;
-        }
-        if (isset($this->def->info[$key]->isAlias)) {
-            $d = $this->def->info[$key];
-            $this->triggerError('Cannot get value from aliased directive, use real name ' . $d->key,
-                E_USER_ERROR);
-            return;
-        }
-        if ($this->lock) {
-            list($ns) = explode('.', $key);
-            if ($ns !== $this->lock) {
-                $this->triggerError('Cannot get value of namespace ' . $ns . ' when lock for ' . $this->lock . ' is active, this probably indicates a Definition setup method is accessing directives that are not within its namespace', E_USER_ERROR);
-                return;
-            }
-        }
-        return $this->plist->get($key);
-    }
-
-    /**
-     * Retreives an array of directives to values from a given namespace
-     * @param $namespace String namespace
-     */
-    public function getBatch($namespace) {
-        if (!$this->finalized) $this->autoFinalize();
-        $full = $this->getAll();
-        if (!isset($full[$namespace])) {
-            $this->triggerError('Cannot retrieve undefined namespace ' . htmlspecialchars($namespace),
-                E_USER_WARNING);
-            return;
-        }
-        return $full[$namespace];
-    }
-
-    /**
-     * Returns a md5 signature of a segment of the configuration object
-     * that uniquely identifies that particular configuration
-     * @note Revision is handled specially and is removed from the batch
-     *       before processing!
-     * @param $namespace Namespace to get serial for
-     */
-    public function getBatchSerial($namespace) {
-        if (empty($this->serials[$namespace])) {
-            $batch = $this->getBatch($namespace);
-            unset($batch['DefinitionRev']);
-            $this->serials[$namespace] = md5(serialize($batch));
-        }
-        return $this->serials[$namespace];
-    }
-
-    /**
-     * Returns a md5 signature for the entire configuration object
-     * that uniquely identifies that particular configuration
-     */
-    public function getSerial() {
-        if (empty($this->serial)) {
-            $this->serial = md5(serialize($this->getAll()));
-        }
-        return $this->serial;
-    }
-
-    /**
-     * Retrieves all directives, organized by namespace
-     * @warning This is a pretty inefficient function, avoid if you can
-     */
-    public function getAll() {
-        if (!$this->finalized) $this->autoFinalize();
-        $ret = array();
-        foreach ($this->plist->squash() as $name => $value) {
-            list($ns, $key) = explode('.', $name, 2);
-            $ret[$ns][$key] = $value;
-        }
-        return $ret;
-    }
-
-    /**
-     * Sets a value to configuration.
-     * @param $key String key
-     * @param $value Mixed value
-     */
-    public function set($key, $value, $a = null) {
-        if (strpos($key, '.') === false) {
-            $namespace = $key;
-            $directive = $value;
-            $value = $a;
-            $key = "$key.$directive";
-            $this->triggerError("Using deprecated API: use \$config->set('$key', ...) instead", E_USER_NOTICE);
-        } else {
-            list($namespace) = explode('.', $key);
-        }
-        if ($this->isFinalized('Cannot set directive after finalization')) return;
-        if (!isset($this->def->info[$key])) {
-            $this->triggerError('Cannot set undefined directive ' . htmlspecialchars($key) . ' to value',
-                E_USER_WARNING);
-            return;
-        }
-        $def = $this->def->info[$key];
-
-        if (isset($def->isAlias)) {
-            if ($this->aliasMode) {
-                $this->triggerError('Double-aliases not allowed, please fix '.
-                    'ConfigSchema bug with' . $key, E_USER_ERROR);
-                return;
-            }
-            $this->aliasMode = true;
-            $this->set($def->key, $value);
-            $this->aliasMode = false;
-            $this->triggerError("$key is an alias, preferred directive name is {$def->key}", E_USER_NOTICE);
-            return;
-        }
-
-        // Raw type might be negative when using the fully optimized form
-        // of stdclass, which indicates allow_null == true
-        $rtype = is_int($def) ? $def : $def->type;
-        if ($rtype < 0) {
-            $type = -$rtype;
-            $allow_null = true;
-        } else {
-            $type = $rtype;
-            $allow_null = isset($def->allow_null);
-        }
-
-        try {
-            $value = $this->parser->parse($value, $type, $allow_null);
-        } catch (HTMLPurifier_VarParserException $e) {
-            $this->triggerError('Value for ' . $key . ' is of invalid type, should be ' . HTMLPurifier_VarParser::getTypeName($type), E_USER_WARNING);
-            return;
-        }
-        if (is_string($value) && is_object($def)) {
-            // resolve value alias if defined
-            if (isset($def->aliases[$value])) {
-                $value = $def->aliases[$value];
-            }
-            // check to see if the value is allowed
-            if (isset($def->allowed) && !isset($def->allowed[$value])) {
-                $this->triggerError('Value not supported, valid values are: ' .
-                    $this->_listify($def->allowed), E_USER_WARNING);
-                return;
-            }
-        }
-        $this->plist->set($key, $value);
-
-        // reset definitions if the directives they depend on changed
-        // this is a very costly process, so it's discouraged
-        // with finalization
-        if ($namespace == 'HTML' || $namespace == 'CSS' || $namespace == 'URI') {
-            $this->definitions[$namespace] = null;
-        }
-
-        $this->serials[$namespace] = false;
-    }
-
-    /**
-     * Convenience function for error reporting
-     */
-    private function _listify($lookup) {
-        $list = array();
-        foreach ($lookup as $name => $b) $list[] = $name;
-        return implode(', ', $list);
-    }
-
-    /**
-     * Retrieves object reference to the HTML definition.
-     * @param $raw Return a copy that has not been setup yet. Must be
-     *             called before it's been setup, otherwise won't work.
-     */
-    public function getHTMLDefinition($raw = false) {
-        return $this->getDefinition('HTML', $raw);
-    }
-
-    /**
-     * Retrieves object reference to the CSS definition
-     * @param $raw Return a copy that has not been setup yet. Must be
-     *             called before it's been setup, otherwise won't work.
-     */
-    public function getCSSDefinition($raw = false) {
-        return $this->getDefinition('CSS', $raw);
-    }
-
-    /**
-     * Retrieves a definition
-     * @param $type Type of definition: HTML, CSS, etc
-     * @param $raw  Whether or not definition should be returned raw
-     */
-    public function getDefinition($type, $raw = false) {
-        if (!$this->finalized) $this->autoFinalize();
-        // temporarily suspend locks, so we can handle recursive definition calls
-        $lock = $this->lock;
-        $this->lock = null;
-        $factory = HTMLPurifier_DefinitionCacheFactory::instance();
-        $cache = $factory->create($type, $this);
-        $this->lock = $lock;
-        if (!$raw) {
-            // see if we can quickly supply a definition
-            if (!empty($this->definitions[$type])) {
-                if (!$this->definitions[$type]->setup) {
-                    $this->definitions[$type]->setup($this);
-                    $cache->set($this->definitions[$type], $this);
-                }
-                return $this->definitions[$type];
-            }
-            // memory check missed, try cache
-            $this->definitions[$type] = $cache->get($this);
-            if ($this->definitions[$type]) {
-                // definition in cache, return it
-                return $this->definitions[$type];
-            }
-        } elseif (
-            !empty($this->definitions[$type]) &&
-            !$this->definitions[$type]->setup
-        ) {
-            // raw requested, raw in memory, quick return
-            return $this->definitions[$type];
-        }
-        // quick checks failed, let's create the object
-        if ($type == 'HTML') {
-            $this->definitions[$type] = new HTMLPurifier_HTMLDefinition();
-        } elseif ($type == 'CSS') {
-            $this->definitions[$type] = new HTMLPurifier_CSSDefinition();
-        } elseif ($type == 'URI') {
-            $this->definitions[$type] = new HTMLPurifier_URIDefinition();
-        } else {
-            throw new HTMLPurifier_Exception("Definition of $type type not supported");
-        }
-        // quick abort if raw
-        if ($raw) {
-            if (is_null($this->get($type . '.DefinitionID'))) {
-                // fatally error out if definition ID not set
-                throw new HTMLPurifier_Exception("Cannot retrieve raw version without specifying %$type.DefinitionID");
-            }
-            return $this->definitions[$type];
-        }
-        // set it up
-        $this->lock = $type;
-        $this->definitions[$type]->setup($this);
-        $this->lock = null;
-        // save in cache
-        $cache->set($this->definitions[$type], $this);
-        return $this->definitions[$type];
-    }
-
-    /**
-     * Loads configuration values from an array with the following structure:
-     * Namespace.Directive => Value
-     * @param $config_array Configuration associative array
-     */
-    public function loadArray($config_array) {
-        if ($this->isFinalized('Cannot load directives after finalization')) return;
-        foreach ($config_array as $key => $value) {
-            $key = str_replace('_', '.', $key);
-            if (strpos($key, '.') !== false) {
-                $this->set($key, $value);
-            } else {
-                $namespace = $key;
-                $namespace_values = $value;
-                foreach ($namespace_values as $directive => $value) {
-                    $this->set($namespace .'.'. $directive, $value);
-                }
-            }
-        }
-    }
-
-    /**
-     * Returns a list of array(namespace, directive) for all directives
-     * that are allowed in a web-form context as per an allowed
-     * namespaces/directives list.
-     * @param $allowed List of allowed namespaces/directives
-     */
-    public static function getAllowedDirectivesForForm($allowed, $schema = null) {
-        if (!$schema) {
-            $schema = HTMLPurifier_ConfigSchema::instance();
-        }
-        if ($allowed !== true) {
-             if (is_string($allowed)) $allowed = array($allowed);
-             $allowed_ns = array();
-             $allowed_directives = array();
-             $blacklisted_directives = array();
-             foreach ($allowed as $ns_or_directive) {
-                 if (strpos($ns_or_directive, '.') !== false) {
-                     // directive
-                     if ($ns_or_directive[0] == '-') {
-                         $blacklisted_directives[substr($ns_or_directive, 1)] = true;
-                     } else {
-                         $allowed_directives[$ns_or_directive] = true;
-                     }
-                 } else {
-                     // namespace
-                     $allowed_ns[$ns_or_directive] = true;
-                 }
-             }
-        }
-        $ret = array();
-        foreach ($schema->info as $key => $def) {
-            list($ns, $directive) = explode('.', $key, 2);
-            if ($allowed !== true) {
-                if (isset($blacklisted_directives["$ns.$directive"])) continue;
-                if (!isset($allowed_directives["$ns.$directive"]) && !isset($allowed_ns[$ns])) continue;
-            }
-            if (isset($def->isAlias)) continue;
-            if ($directive == 'DefinitionID' || $directive == 'DefinitionRev') continue;
-            $ret[] = array($ns, $directive);
-        }
-        return $ret;
-    }
-
-    /**
-     * Loads configuration values from $_GET/$_POST that were posted
-     * via ConfigForm
-     * @param $array $_GET or $_POST array to import
-     * @param $index Index/name that the config variables are in
-     * @param $allowed List of allowed namespaces/directives
-     * @param $mq_fix Boolean whether or not to enable magic quotes fix
-     * @param $schema Instance of HTMLPurifier_ConfigSchema to use, if not global copy
-     */
-    public static function loadArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true, $schema = null) {
-        $ret = HTMLPurifier_Config::prepareArrayFromForm($array, $index, $allowed, $mq_fix, $schema);
-        $config = HTMLPurifier_Config::create($ret, $schema);
-        return $config;
-    }
-
-    /**
-     * Merges in configuration values from $_GET/$_POST to object. NOT STATIC.
-     * @note Same parameters as loadArrayFromForm
-     */
-    public function mergeArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true) {
-         $ret = HTMLPurifier_Config::prepareArrayFromForm($array, $index, $allowed, $mq_fix, $this->def);
-         $this->loadArray($ret);
-    }
-
-    /**
-     * Prepares an array from a form into something usable for the more
-     * strict parts of HTMLPurifier_Config
-     */
-    public static function prepareArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true, $schema = null) {
-        if ($index !== false) $array = (isset($array[$index]) && is_array($array[$index])) ? $array[$index] : array();
-        $mq = $mq_fix && function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc();
-
-        $allowed = HTMLPurifier_Config::getAllowedDirectivesForForm($allowed, $schema);
-        $ret = array();
-        foreach ($allowed as $key) {
-            list($ns, $directive) = $key;
-            $skey = "$ns.$directive";
-            if (!empty($array["Null_$skey"])) {
-                $ret[$ns][$directive] = null;
-                continue;
-            }
-            if (!isset($array[$skey])) continue;
-            $value = $mq ? stripslashes($array[$skey]) : $array[$skey];
-            $ret[$ns][$directive] = $value;
-        }
-        return $ret;
-    }
-
-    /**
-     * Loads configuration values from an ini file
-     * @param $filename Name of ini file
-     */
-    public function loadIni($filename) {
-        if ($this->isFinalized('Cannot load directives after finalization')) return;
-        $array = parse_ini_file($filename, true);
-        $this->loadArray($array);
-    }
-
-    /**
-     * Checks whether or not the configuration object is finalized.
-     * @param $error String error message, or false for no error
-     */
-    public function isFinalized($error = false) {
-        if ($this->finalized && $error) {
-            $this->triggerError($error, E_USER_ERROR);
-        }
-        return $this->finalized;
-    }
-
-    /**
-     * Finalizes configuration only if auto finalize is on and not
-     * already finalized
-     */
-    public function autoFinalize() {
-        if ($this->autoFinalize) {
-            $this->finalize();
-        } else {
-            $this->plist->squash(true);
-        }
-    }
-
-    /**
-     * Finalizes a configuration object, prohibiting further change
-     */
-    public function finalize() {
-        $this->finalized = true;
-        unset($this->parser);
-    }
-
-    /**
-     * Produces a nicely formatted error message by supplying the
-     * stack frame information from two levels up and OUTSIDE of
-     * HTMLPurifier_Config.
-     */
-    protected function triggerError($msg, $no) {
-        // determine previous stack frame
-        $backtrace = debug_backtrace();
-        if ($this->chatty && isset($backtrace[1])) {
-            $frame = $backtrace[1];
-            $extra = " on line {$frame['line']} in file {$frame['file']}";
-        } else {
-            $extra = '';
-        }
-        trigger_error($msg . $extra, $no);
-    }
-
-    /**
-     * Returns a serialized form of the configuration object that can
-     * be reconstituted.
-     */
-    public function serialize() {
-        $this->getDefinition('HTML');
-        $this->getDefinition('CSS');
-        $this->getDefinition('URI');
-        return serialize($this);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema.php b/lib/php/HTMLPurifier/ConfigSchema.php
deleted file mode 100644
index 67be5c7..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema.php
+++ /dev/null
@@ -1,158 +0,0 @@
-<?php
-
-/**
- * Configuration definition, defines directives and their defaults.
- */
-class HTMLPurifier_ConfigSchema {
-
-    /**
-     * Defaults of the directives and namespaces.
-     * @note This shares the exact same structure as HTMLPurifier_Config::$conf
-     */
-    public $defaults = array();
-
-    /**
-     * The default property list. Do not edit this property list.
-     */
-    public $defaultPlist;
-
-    /**
-     * Definition of the directives. The structure of this is:
-     *
-     *  array(
-     *      'Namespace' => array(
-     *          'Directive' => new stdclass(),
-     *      )
-     *  )
-     *
-     * The stdclass may have the following properties:
-     *
-     *  - If isAlias isn't set:
-     *      - type: Integer type of directive, see HTMLPurifier_VarParser for definitions
-     *      - allow_null: If set, this directive allows null values
-     *      - aliases: If set, an associative array of value aliases to real values
-     *      - allowed: If set, a lookup array of allowed (string) values
-     *  - If isAlias is set:
-     *      - namespace: Namespace this directive aliases to
-     *      - name: Directive name this directive aliases to
-     *
-     * In certain degenerate cases, stdclass will actually be an integer. In
-     * that case, the value is equivalent to an stdclass with the type
-     * property set to the integer. If the integer is negative, type is
-     * equal to the absolute value of integer, and allow_null is true.
-     *
-     * This class is friendly with HTMLPurifier_Config. If you need introspection
-     * about the schema, you're better of using the ConfigSchema_Interchange,
-     * which uses more memory but has much richer information.
-     */
-    public $info = array();
-
-    /**
-     * Application-wide singleton
-     */
-    static protected $singleton;
-
-    public function __construct() {
-        $this->defaultPlist = new HTMLPurifier_PropertyList();
-    }
-
-    /**
-     * Unserializes the default ConfigSchema.
-     */
-    public static function makeFromSerial() {
-        return unserialize(file_get_contents(HTMLPURIFIER_PREFIX . '/HTMLPurifier/ConfigSchema/schema.ser'));
-    }
-
-    /**
-     * Retrieves an instance of the application-wide configuration definition.
-     */
-    public static function instance($prototype = null) {
-        if ($prototype !== null) {
-            HTMLPurifier_ConfigSchema::$singleton = $prototype;
-        } elseif (HTMLPurifier_ConfigSchema::$singleton === null || $prototype === true) {
-            HTMLPurifier_ConfigSchema::$singleton = HTMLPurifier_ConfigSchema::makeFromSerial();
-        }
-        return HTMLPurifier_ConfigSchema::$singleton;
-    }
-
-    /**
-     * Defines a directive for configuration
-     * @warning Will fail of directive's namespace is defined.
-     * @warning This method's signature is slightly different from the legacy
-     *          define() static method! Beware!
-     * @param $namespace Namespace the directive is in
-     * @param $name Key of directive
-     * @param $default Default value of directive
-     * @param $type Allowed type of the directive. See
-     *      HTMLPurifier_DirectiveDef::$type for allowed values
-     * @param $allow_null Whether or not to allow null values
-     */
-    public function add($key, $default, $type, $allow_null) {
-        $obj = new stdclass();
-        $obj->type = is_int($type) ? $type : HTMLPurifier_VarParser::$types[$type];
-        if ($allow_null) $obj->allow_null = true;
-        $this->info[$key] = $obj;
-        $this->defaults[$key] = $default;
-        $this->defaultPlist->set($key, $default);
-    }
-
-    /**
-     * Defines a directive value alias.
-     *
-     * Directive value aliases are convenient for developers because it lets
-     * them set a directive to several values and get the same result.
-     * @param $namespace Directive's namespace
-     * @param $name Name of Directive
-     * @param $aliases Hash of aliased values to the real alias
-     */
-    public function addValueAliases($key, $aliases) {
-        if (!isset($this->info[$key]->aliases)) {
-            $this->info[$key]->aliases = array();
-        }
-        foreach ($aliases as $alias => $real) {
-            $this->info[$key]->aliases[$alias] = $real;
-        }
-    }
-
-    /**
-     * Defines a set of allowed values for a directive.
-     * @warning This is slightly different from the corresponding static
-     *          method definition.
-     * @param $namespace Namespace of directive
-     * @param $name Name of directive
-     * @param $allowed Lookup array of allowed values
-     */
-    public function addAllowedValues($key, $allowed) {
-        $this->info[$key]->allowed = $allowed;
-    }
-
-    /**
-     * Defines a directive alias for backwards compatibility
-     * @param $namespace
-     * @param $name Directive that will be aliased
-     * @param $new_namespace
-     * @param $new_name Directive that the alias will be to
-     */
-    public function addAlias($key, $new_key) {
-        $obj = new stdclass;
-        $obj->key = $new_key;
-        $obj->isAlias = true;
-        $this->info[$key] = $obj;
-    }
-
-    /**
-     * Replaces any stdclass that only has the type property with type integer.
-     */
-    public function postProcess() {
-        foreach ($this->info as $key => $v) {
-            if (count((array) $v) == 1) {
-                $this->info[$key] = $v->type;
-            } elseif (count((array) $v) == 2 && isset($v->allow_null)) {
-                $this->info[$key] = -$v->type;
-            }
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php b/lib/php/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
deleted file mode 100644
index c05668a..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
+++ /dev/null
@@ -1,44 +0,0 @@
-<?php
-
-/**
- * Converts HTMLPurifier_ConfigSchema_Interchange to our runtime
- * representation used to perform checks on user configuration.
- */
-class HTMLPurifier_ConfigSchema_Builder_ConfigSchema
-{
-
-    public function build($interchange) {
-        $schema = new HTMLPurifier_ConfigSchema();
-        foreach ($interchange->directives as $d) {
-            $schema->add(
-                $d->id->key,
-                $d->default,
-                $d->type,
-                $d->typeAllowsNull
-            );
-            if ($d->allowed !== null) {
-                $schema->addAllowedValues(
-                    $d->id->key,
-                    $d->allowed
-                );
-            }
-            foreach ($d->aliases as $alias) {
-                $schema->addAlias(
-                    $alias->key,
-                    $d->id->key
-                );
-            }
-            if ($d->valueAliases !== null) {
-                $schema->addValueAliases(
-                    $d->id->key,
-                    $d->valueAliases
-                );
-            }
-        }
-        $schema->postProcess();
-        return $schema;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/Builder/Xml.php b/lib/php/HTMLPurifier/ConfigSchema/Builder/Xml.php
deleted file mode 100644
index 244561a..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/Builder/Xml.php
+++ /dev/null
@@ -1,106 +0,0 @@
-<?php
-
-/**
- * Converts HTMLPurifier_ConfigSchema_Interchange to an XML format,
- * which can be further processed to generate documentation.
- */
-class HTMLPurifier_ConfigSchema_Builder_Xml extends XMLWriter
-{
-
-    protected $interchange;
-    private $namespace;
-
-    protected function writeHTMLDiv($html) {
-        $this->startElement('div');
-
-        $purifier = HTMLPurifier::getInstance();
-        $html = $purifier->purify($html);
-        $this->writeAttribute('xmlns', 'http://www.w3.org/1999/xhtml');
-        $this->writeRaw($html);
-
-        $this->endElement(); // div
-    }
-
-    protected function export($var) {
-        if ($var === array()) return 'array()';
-        return var_export($var, true);
-    }
-
-    public function build($interchange) {
-        // global access, only use as last resort
-        $this->interchange = $interchange;
-
-        $this->setIndent(true);
-        $this->startDocument('1.0', 'UTF-8');
-        $this->startElement('configdoc');
-        $this->writeElement('title', $interchange->name);
-
-        foreach ($interchange->directives as $directive) {
-            $this->buildDirective($directive);
-        }
-
-        if ($this->namespace) $this->endElement(); // namespace
-
-        $this->endElement(); // configdoc
-        $this->flush();
-    }
-
-    public function buildDirective($directive) {
-
-        // Kludge, although I suppose having a notion of a "root namespace"
-        // certainly makes things look nicer when documentation is built.
-        // Depends on things being sorted.
-        if (!$this->namespace || $this->namespace !== $directive->id->getRootNamespace()) {
-            if ($this->namespace) $this->endElement(); // namespace
-            $this->namespace = $directive->id->getRootNamespace();
-            $this->startElement('namespace');
-            $this->writeAttribute('id', $this->namespace);
-            $this->writeElement('name', $this->namespace);
-        }
-
-        $this->startElement('directive');
-        $this->writeAttribute('id', $directive->id->toString());
-
-        $this->writeElement('name', $directive->id->getDirective());
-
-        $this->startElement('aliases');
-            foreach ($directive->aliases as $alias) $this->writeElement('alias', $alias->toString());
-        $this->endElement(); // aliases
-
-        $this->startElement('constraints');
-            if ($directive->version) $this->writeElement('version', $directive->version);
-            $this->startElement('type');
-                if ($directive->typeAllowsNull) $this->writeAttribute('allow-null', 'yes');
-                $this->text($directive->type);
-            $this->endElement(); // type
-            if ($directive->allowed) {
-                $this->startElement('allowed');
-                    foreach ($directive->allowed as $value => $x) $this->writeElement('value', $value);
-                $this->endElement(); // allowed
-            }
-            $this->writeElement('default', $this->export($directive->default));
-            $this->writeAttribute('xml:space', 'preserve');
-            if ($directive->external) {
-                $this->startElement('external');
-                    foreach ($directive->external as $project) $this->writeElement('project', $project);
-                $this->endElement();
-            }
-        $this->endElement(); // constraints
-
-        if ($directive->deprecatedVersion) {
-            $this->startElement('deprecated');
-                $this->writeElement('version', $directive->deprecatedVersion);
-                $this->writeElement('use', $directive->deprecatedUse->toString());
-            $this->endElement(); // deprecated
-        }
-
-        $this->startElement('description');
-            $this->writeHTMLDiv($directive->description);
-        $this->endElement(); // description
-
-        $this->endElement(); // directive
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/Exception.php b/lib/php/HTMLPurifier/ConfigSchema/Exception.php
deleted file mode 100644
index 2671516..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/Exception.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * Exceptions related to configuration schema
- */
-class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
-{
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/Interchange.php b/lib/php/HTMLPurifier/ConfigSchema/Interchange.php
deleted file mode 100644
index 91a5aa7..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/Interchange.php
+++ /dev/null
@@ -1,42 +0,0 @@
-<?php
-
-/**
- * Generic schema interchange format that can be converted to a runtime
- * representation (HTMLPurifier_ConfigSchema) or HTML documentation. Members
- * are completely validated.
- */
-class HTMLPurifier_ConfigSchema_Interchange
-{
-
-    /**
-     * Name of the application this schema is describing.
-     */
-    public $name;
-
-    /**
-     * Array of Directive ID => array(directive info)
-     */
-    public $directives = array();
-
-    /**
-     * Adds a directive array to $directives
-     */
-    public function addDirective($directive) {
-        if (isset($this->directives[$i = $directive->id->toString()])) {
-            throw new HTMLPurifier_ConfigSchema_Exception("Cannot redefine directive '$i'");
-        }
-        $this->directives[$i] = $directive;
-    }
-
-    /**
-     * Convenience function to perform standard validation. Throws exception
-     * on failed validation.
-     */
-    public function validate() {
-        $validator = new HTMLPurifier_ConfigSchema_Validator();
-        return $validator->validate($this);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/Interchange/Directive.php b/lib/php/HTMLPurifier/ConfigSchema/Interchange/Directive.php
deleted file mode 100644
index ac8be0d..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/Interchange/Directive.php
+++ /dev/null
@@ -1,77 +0,0 @@
-<?php
-
-/**
- * Interchange component class describing configuration directives.
- */
-class HTMLPurifier_ConfigSchema_Interchange_Directive
-{
-
-    /**
-     * ID of directive, instance of HTMLPurifier_ConfigSchema_Interchange_Id.
-     */
-    public $id;
-
-    /**
-     * String type, e.g. 'integer' or 'istring'.
-     */
-    public $type;
-
-    /**
-     * Default value, e.g. 3 or 'DefaultVal'.
-     */
-    public $default;
-
-    /**
-     * HTML description.
-     */
-    public $description;
-
-    /**
-     * Boolean whether or not null is allowed as a value.
-     */
-    public $typeAllowsNull = false;
-
-    /**
-     * Lookup table of allowed scalar values, e.g. array('allowed' => true).
-     * Null if all values are allowed.
-     */
-    public $allowed;
-
-    /**
-     * List of aliases for the directive,
-     * e.g. array(new HTMLPurifier_ConfigSchema_Interchange_Id('Ns', 'Dir'))).
-     */
-    public $aliases = array();
-
-    /**
-     * Hash of value aliases, e.g. array('alt' => 'real'). Null if value
-     * aliasing is disabled (necessary for non-scalar types).
-     */
-    public $valueAliases;
-
-    /**
-     * Version of HTML Purifier the directive was introduced, e.g. '1.3.1'.
-     * Null if the directive has always existed.
-     */
-    public $version;
-
-    /**
-     * ID of directive that supercedes this old directive, is an instance
-     * of HTMLPurifier_ConfigSchema_Interchange_Id. Null if not deprecated.
-     */
-    public $deprecatedUse;
-
-    /**
-     * Version of HTML Purifier this directive was deprecated. Null if not
-     * deprecated.
-     */
-    public $deprecatedVersion;
-
-    /**
-     * List of external projects this directive depends on, e.g. array('CSSTidy').
-     */
-    public $external = array();
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/Interchange/Id.php b/lib/php/HTMLPurifier/ConfigSchema/Interchange/Id.php
deleted file mode 100644
index b9b3c6f..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/Interchange/Id.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-
-/**
- * Represents a directive ID in the interchange format.
- */
-class HTMLPurifier_ConfigSchema_Interchange_Id
-{
-
-    public $key;
-
-    public function __construct($key) {
-        $this->key = $key;
-    }
-
-    /**
-     * @warning This is NOT magic, to ensure that people don't abuse SPL and
-     *          cause problems for PHP 5.0 support.
-     */
-    public function toString() {
-        return $this->key;
-    }
-
-    public function getRootNamespace() {
-        return substr($this->key, 0, strpos($this->key, "."));
-    }
-
-    public function getDirective() {
-        return substr($this->key, strpos($this->key, ".") + 1);
-    }
-
-    public static function make($id) {
-        return new HTMLPurifier_ConfigSchema_Interchange_Id($id);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/InterchangeBuilder.php b/lib/php/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
deleted file mode 100644
index 785b72c..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
+++ /dev/null
@@ -1,180 +0,0 @@
-<?php
-
-class HTMLPurifier_ConfigSchema_InterchangeBuilder
-{
-
-    /**
-     * Used for processing DEFAULT, nothing else.
-     */
-    protected $varParser;
-
-    public function __construct($varParser = null) {
-        $this->varParser = $varParser ? $varParser : new HTMLPurifier_VarParser_Native();
-    }
-
-    public static function buildFromDirectory($dir = null) {
-        $builder     = new HTMLPurifier_ConfigSchema_InterchangeBuilder();
-        $interchange = new HTMLPurifier_ConfigSchema_Interchange();
-        return $builder->buildDir($interchange, $dir);
-    }
-
-    public function buildDir($interchange, $dir = null) {
-        if (!$dir) $dir = HTMLPURIFIER_PREFIX . '/HTMLPurifier/ConfigSchema/schema';
-        if (file_exists($dir . '/info.ini')) {
-            $info = parse_ini_file($dir . '/info.ini');
-            $interchange->name = $info['name'];
-        }
-
-        $files = array();
-        $dh = opendir($dir);
-        while (false !== ($file = readdir($dh))) {
-            if (!$file || $file[0] == '.' || strrchr($file, '.') !== '.txt') {
-                continue;
-            }
-            $files[] = $file;
-        }
-        closedir($dh);
-
-        sort($files);
-        foreach ($files as $file) {
-            $this->buildFile($interchange, $dir . '/' . $file);
-        }
-
-        return $interchange;
-    }
-
-    public function buildFile($interchange, $file) {
-        $parser = new HTMLPurifier_StringHashParser();
-        $this->build(
-            $interchange,
-            new HTMLPurifier_StringHash( $parser->parseFile($file) )
-        );
-    }
-
-    /**
-     * Builds an interchange object based on a hash.
-     * @param $interchange HTMLPurifier_ConfigSchema_Interchange object to build
-     * @param $hash HTMLPurifier_ConfigSchema_StringHash source data
-     */
-    public function build($interchange, $hash) {
-        if (!$hash instanceof HTMLPurifier_StringHash) {
-            $hash = new HTMLPurifier_StringHash($hash);
-        }
-        if (!isset($hash['ID'])) {
-            throw new HTMLPurifier_ConfigSchema_Exception('Hash does not have any ID');
-        }
-        if (strpos($hash['ID'], '.') === false) {
-            if (count($hash) == 2 && isset($hash['DESCRIPTION'])) {
-                $hash->offsetGet('DESCRIPTION'); // prevent complaining
-            } else {
-                throw new HTMLPurifier_ConfigSchema_Exception('All directives must have a namespace');
-            }
-        } else {
-            $this->buildDirective($interchange, $hash);
-        }
-        $this->_findUnused($hash);
-    }
-
-    public function buildDirective($interchange, $hash) {
-        $directive = new HTMLPurifier_ConfigSchema_Interchange_Directive();
-
-        // These are required elements:
-        $directive->id = $this->id($hash->offsetGet('ID'));
-        $id = $directive->id->toString(); // convenience
-
-        if (isset($hash['TYPE'])) {
-            $type = explode('/', $hash->offsetGet('TYPE'));
-            if (isset($type[1])) $directive->typeAllowsNull = true;
-            $directive->type = $type[0];
-        } else {
-            throw new HTMLPurifier_ConfigSchema_Exception("TYPE in directive hash '$id' not defined");
-        }
-
-        if (isset($hash['DEFAULT'])) {
-            try {
-                $directive->default = $this->varParser->parse($hash->offsetGet('DEFAULT'), $directive->type, $directive->typeAllowsNull);
-            } catch (HTMLPurifier_VarParserException $e) {
-                throw new HTMLPurifier_ConfigSchema_Exception($e->getMessage() . " in DEFAULT in directive hash '$id'");
-            }
-        }
-
-        if (isset($hash['DESCRIPTION'])) {
-            $directive->description = $hash->offsetGet('DESCRIPTION');
-        }
-
-        if (isset($hash['ALLOWED'])) {
-            $directive->allowed = $this->lookup($this->evalArray($hash->offsetGet('ALLOWED')));
-        }
-
-        if (isset($hash['VALUE-ALIASES'])) {
-            $directive->valueAliases = $this->evalArray($hash->offsetGet('VALUE-ALIASES'));
-        }
-
-        if (isset($hash['ALIASES'])) {
-            $raw_aliases = trim($hash->offsetGet('ALIASES'));
-            $aliases = preg_split('/\s*,\s*/', $raw_aliases);
-            foreach ($aliases as $alias) {
-                $directive->aliases[] = $this->id($alias);
-            }
-        }
-
-        if (isset($hash['VERSION'])) {
-            $directive->version = $hash->offsetGet('VERSION');
-        }
-
-        if (isset($hash['DEPRECATED-USE'])) {
-            $directive->deprecatedUse = $this->id($hash->offsetGet('DEPRECATED-USE'));
-        }
-
-        if (isset($hash['DEPRECATED-VERSION'])) {
-            $directive->deprecatedVersion = $hash->offsetGet('DEPRECATED-VERSION');
-        }
-
-        if (isset($hash['EXTERNAL'])) {
-            $directive->external = preg_split('/\s*,\s*/', trim($hash->offsetGet('EXTERNAL')));
-        }
-
-        $interchange->addDirective($directive);
-    }
-
-    /**
-     * Evaluates an array PHP code string without array() wrapper
-     */
-    protected function evalArray($contents) {
-        return eval('return array('. $contents .');');
-    }
-
-    /**
-     * Converts an array list into a lookup array.
-     */
-    protected function lookup($array) {
-        $ret = array();
-        foreach ($array as $val) $ret[$val] = true;
-        return $ret;
-    }
-
-    /**
-     * Convenience function that creates an HTMLPurifier_ConfigSchema_Interchange_Id
-     * object based on a string Id.
-     */
-    protected function id($id) {
-        return HTMLPurifier_ConfigSchema_Interchange_Id::make($id);
-    }
-
-    /**
-     * Triggers errors for any unused keys passed in the hash; such keys
-     * may indicate typos, missing values, etc.
-     * @param $hash Instance of ConfigSchema_StringHash to check.
-     */
-    protected function _findUnused($hash) {
-        $accessed = $hash->getAccessed();
-        foreach ($hash as $k => $v) {
-            if (!isset($accessed[$k])) {
-                trigger_error("String hash key '$k' not used by builder", E_USER_NOTICE);
-            }
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/Validator.php b/lib/php/HTMLPurifier/ConfigSchema/Validator.php
deleted file mode 100644
index f374f6a..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/Validator.php
+++ /dev/null
@@ -1,206 +0,0 @@
-<?php
-
-/**
- * Performs validations on HTMLPurifier_ConfigSchema_Interchange
- *
- * @note If you see '// handled by InterchangeBuilder', that means a
- *       design decision in that class would prevent this validation from
- *       ever being necessary. We have them anyway, however, for
- *       redundancy.
- */
-class HTMLPurifier_ConfigSchema_Validator
-{
-
-    /**
-     * Easy to access global objects.
-     */
-    protected $interchange, $aliases;
-
-    /**
-     * Context-stack to provide easy to read error messages.
-     */
-    protected $context = array();
-
-    /**
-     * HTMLPurifier_VarParser to test default's type.
-     */
-    protected $parser;
-
-    public function __construct() {
-        $this->parser = new HTMLPurifier_VarParser();
-    }
-
-    /**
-     * Validates a fully-formed interchange object. Throws an
-     * HTMLPurifier_ConfigSchema_Exception if there's a problem.
-     */
-    public function validate($interchange) {
-        $this->interchange = $interchange;
-        $this->aliases = array();
-        // PHP is a bit lax with integer <=> string conversions in
-        // arrays, so we don't use the identical !== comparison
-        foreach ($interchange->directives as $i => $directive) {
-            $id = $directive->id->toString();
-            if ($i != $id) $this->error(false, "Integrity violation: key '$i' does not match internal id '$id'");
-            $this->validateDirective($directive);
-        }
-        return true;
-    }
-
-    /**
-     * Validates a HTMLPurifier_ConfigSchema_Interchange_Id object.
-     */
-    public function validateId($id) {
-        $id_string = $id->toString();
-        $this->context[] = "id '$id_string'";
-        if (!$id instanceof HTMLPurifier_ConfigSchema_Interchange_Id) {
-            // handled by InterchangeBuilder
-            $this->error(false, 'is not an instance of HTMLPurifier_ConfigSchema_Interchange_Id');
-        }
-        // keys are now unconstrained (we might want to narrow down to A-Za-z0-9.)
-        // we probably should check that it has at least one namespace
-        $this->with($id, 'key')
-            ->assertNotEmpty()
-            ->assertIsString(); // implicit assertIsString handled by InterchangeBuilder
-        array_pop($this->context);
-    }
-
-    /**
-     * Validates a HTMLPurifier_ConfigSchema_Interchange_Directive object.
-     */
-    public function validateDirective($d) {
-        $id = $d->id->toString();
-        $this->context[] = "directive '$id'";
-        $this->validateId($d->id);
-
-        $this->with($d, 'description')
-            ->assertNotEmpty();
-
-        // BEGIN - handled by InterchangeBuilder
-        $this->with($d, 'type')
-            ->assertNotEmpty();
-        $this->with($d, 'typeAllowsNull')
-            ->assertIsBool();
-        try {
-            // This also tests validity of $d->type
-            $this->parser->parse($d->default, $d->type, $d->typeAllowsNull);
-        } catch (HTMLPurifier_VarParserException $e) {
-            $this->error('default', 'had error: ' . $e->getMessage());
-        }
-        // END - handled by InterchangeBuilder
-
-        if (!is_null($d->allowed) || !empty($d->valueAliases)) {
-            // allowed and valueAliases require that we be dealing with
-            // strings, so check for that early.
-            $d_int = HTMLPurifier_VarParser::$types[$d->type];
-            if (!isset(HTMLPurifier_VarParser::$stringTypes[$d_int])) {
-                $this->error('type', 'must be a string type when used with allowed or value aliases');
-            }
-        }
-
-        $this->validateDirectiveAllowed($d);
-        $this->validateDirectiveValueAliases($d);
-        $this->validateDirectiveAliases($d);
-
-        array_pop($this->context);
-    }
-
-    /**
-     * Extra validation if $allowed member variable of
-     * HTMLPurifier_ConfigSchema_Interchange_Directive is defined.
-     */
-    public function validateDirectiveAllowed($d) {
-        if (is_null($d->allowed)) return;
-        $this->with($d, 'allowed')
-            ->assertNotEmpty()
-            ->assertIsLookup(); // handled by InterchangeBuilder
-        if (is_string($d->default) && !isset($d->allowed[$d->default])) {
-            $this->error('default', 'must be an allowed value');
-        }
-        $this->context[] = 'allowed';
-        foreach ($d->allowed as $val => $x) {
-            if (!is_string($val)) $this->error("value $val", 'must be a string');
-        }
-        array_pop($this->context);
-    }
-
-    /**
-     * Extra validation if $valueAliases member variable of
-     * HTMLPurifier_ConfigSchema_Interchange_Directive is defined.
-     */
-    public function validateDirectiveValueAliases($d) {
-        if (is_null($d->valueAliases)) return;
-        $this->with($d, 'valueAliases')
-            ->assertIsArray(); // handled by InterchangeBuilder
-        $this->context[] = 'valueAliases';
-        foreach ($d->valueAliases as $alias => $real) {
-            if (!is_string($alias)) $this->error("alias $alias", 'must be a string');
-            if (!is_string($real))  $this->error("alias target $real from alias '$alias'",  'must be a string');
-            if ($alias === $real) {
-                $this->error("alias '$alias'", "must not be an alias to itself");
-            }
-        }
-        if (!is_null($d->allowed)) {
-            foreach ($d->valueAliases as $alias => $real) {
-                if (isset($d->allowed[$alias])) {
-                    $this->error("alias '$alias'", 'must not be an allowed value');
-                } elseif (!isset($d->allowed[$real])) {
-                    $this->error("alias '$alias'", 'must be an alias to an allowed value');
-                }
-            }
-        }
-        array_pop($this->context);
-    }
-
-    /**
-     * Extra validation if $aliases member variable of
-     * HTMLPurifier_ConfigSchema_Interchange_Directive is defined.
-     */
-    public function validateDirectiveAliases($d) {
-        $this->with($d, 'aliases')
-            ->assertIsArray(); // handled by InterchangeBuilder
-        $this->context[] = 'aliases';
-        foreach ($d->aliases as $alias) {
-            $this->validateId($alias);
-            $s = $alias->toString();
-            if (isset($this->interchange->directives[$s])) {
-                $this->error("alias '$s'", 'collides with another directive');
-            }
-            if (isset($this->aliases[$s])) {
-                $other_directive = $this->aliases[$s];
-                $this->error("alias '$s'", "collides with alias for directive '$other_directive'");
-            }
-            $this->aliases[$s] = $d->id->toString();
-        }
-        array_pop($this->context);
-    }
-
-    // protected helper functions
-
-    /**
-     * Convenience function for generating HTMLPurifier_ConfigSchema_ValidatorAtom
-     * for validating simple member variables of objects.
-     */
-    protected function with($obj, $member) {
-        return new HTMLPurifier_ConfigSchema_ValidatorAtom($this->getFormattedContext(), $obj, $member);
-    }
-
-    /**
-     * Emits an error, providing helpful context.
-     */
-    protected function error($target, $msg) {
-        if ($target !== false) $prefix = ucfirst($target) . ' in ' .  $this->getFormattedContext();
-        else $prefix = ucfirst($this->getFormattedContext());
-        throw new HTMLPurifier_ConfigSchema_Exception(trim($prefix . ' ' . $msg));
-    }
-
-    /**
-     * Returns a formatted context string.
-     */
-    protected function getFormattedContext() {
-        return implode(' in ', array_reverse($this->context));
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/ValidatorAtom.php b/lib/php/HTMLPurifier/ConfigSchema/ValidatorAtom.php
deleted file mode 100644
index b95aea1..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/ValidatorAtom.php
+++ /dev/null
@@ -1,66 +0,0 @@
-<?php
-
-/**
- * Fluent interface for validating the contents of member variables.
- * This should be immutable. See HTMLPurifier_ConfigSchema_Validator for
- * use-cases. We name this an 'atom' because it's ONLY for validations that
- * are independent and usually scalar.
- */
-class HTMLPurifier_ConfigSchema_ValidatorAtom
-{
-
-    protected $context, $obj, $member, $contents;
-
-    public function __construct($context, $obj, $member) {
-        $this->context     = $context;
-        $this->obj         = $obj;
-        $this->member      = $member;
-        $this->contents    =& $obj->$member;
-    }
-
-    public function assertIsString() {
-        if (!is_string($this->contents)) $this->error('must be a string');
-        return $this;
-    }
-
-    public function assertIsBool() {
-        if (!is_bool($this->contents)) $this->error('must be a boolean');
-        return $this;
-    }
-
-    public function assertIsArray() {
-        if (!is_array($this->contents)) $this->error('must be an array');
-        return $this;
-    }
-
-    public function assertNotNull() {
-        if ($this->contents === null) $this->error('must not be null');
-        return $this;
-    }
-
-    public function assertAlnum() {
-        $this->assertIsString();
-        if (!ctype_alnum($this->contents)) $this->error('must be alphanumeric');
-        return $this;
-    }
-
-    public function assertNotEmpty() {
-        if (empty($this->contents)) $this->error('must not be empty');
-        return $this;
-    }
-
-    public function assertIsLookup() {
-        $this->assertIsArray();
-        foreach ($this->contents as $v) {
-            if ($v !== true) $this->error('must be a lookup array');
-        }
-        return $this;
-    }
-
-    protected function error($msg) {
-        throw new HTMLPurifier_ConfigSchema_Exception(ucfirst($this->member) . ' in ' . $this->context . ' ' . $msg);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema.ser b/lib/php/HTMLPurifier/ConfigSchema/schema.ser
deleted file mode 100644
index bbf12f9c3e7392aa8143727d2485f6f9ad1f97e1..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 12999
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

diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt
deleted file mode 100644
index 0517fed..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Attr.AllowedClasses
-TYPE: lookup/null
-VERSION: 4.0.0
-DEFAULT: null
---DESCRIPTION--
-List of allowed class values in the class attribute. By default, this is null,
-which means all classes are allowed.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt
deleted file mode 100644
index 249edd6..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Attr.AllowedFrameTargets
-TYPE: lookup
-DEFAULT: array()
---DESCRIPTION--
-Lookup table of all allowed link frame targets.  Some commonly used link
-targets include _blank, _self, _parent and _top. Values should be
-lowercase, as validation will be done in a case-sensitive manner despite
-W3C's recommendation. XHTML 1.0 Strict does not permit the target attribute
-so this directive will have no effect in that doctype. XHTML 1.1 does not
-enable the Target module by default, you will have to manually enable it
-(see the module documentation for more details.)
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt
deleted file mode 100644
index 9a8fa6a..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Attr.AllowedRel
-TYPE: lookup
-VERSION: 1.6.0
-DEFAULT: array()
---DESCRIPTION--
-List of allowed forward document relationships in the rel attribute. Common
-values may be nofollow or print. By default, this is empty, meaning that no
-document relationships are allowed.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt
deleted file mode 100644
index b017883..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Attr.AllowedRev
-TYPE: lookup
-VERSION: 1.6.0
-DEFAULT: array()
---DESCRIPTION--
-List of allowed reverse document relationships in the rev attribute. This
-attribute is a bit of an edge-case; if you don't know what it is for, stay
-away.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt
deleted file mode 100644
index e774b82..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Attr.ClassUseCDATA
-TYPE: bool/null
-DEFAULT: null
-VERSION: 4.0.0
---DESCRIPTION--
-If null, class will auto-detect the doctype and, if matching XHTML 1.1 or
-XHTML 2.0, will use the restrictive NMTOKENS specification of class. Otherwise,
-it will use a relaxed CDATA definition.  If true, the relaxed CDATA definition
-is forced; if false, the NMTOKENS definition is forced.  To get behavior
-of HTML Purifier prior to 4.0.0, set this directive to false.
-
-Some rational behind the auto-detection:
-in previous versions of HTML Purifier, it was assumed that the form of
-class was NMTOKENS, as specified by the XHTML Modularization (representing
-XHTML 1.1 and XHTML 2.0).  The DTDs for HTML 4.01 and XHTML 1.0, however
-specify class as CDATA.  HTML 5 effectively defines it as CDATA, but
-with the additional constraint that each name should be unique (this is not
-explicitly outlined in previous specifications).
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt
deleted file mode 100644
index 533165e..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Attr.DefaultImageAlt
-TYPE: string/null
-DEFAULT: null
-VERSION: 3.2.0
---DESCRIPTION--
-This is the content of the alt tag of an image if the user had not
-previously specified an alt attribute.  This applies to all images without
-a valid alt attribute, as opposed to %Attr.DefaultInvalidImageAlt, which
-only applies to invalid images, and overrides in the case of an invalid image.
-Default behavior with null is to use the basename of the src tag for the alt.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt
deleted file mode 100644
index 9eb7e38..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Attr.DefaultInvalidImage
-TYPE: string
-DEFAULT: ''
---DESCRIPTION--
-This is the default image an img tag will be pointed to if it does not have
-a valid src attribute.  In future versions, we may allow the image tag to
-be removed completely, but due to design issues, this is not possible right
-now.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt
deleted file mode 100644
index 2f17bf4..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Attr.DefaultInvalidImageAlt
-TYPE: string
-DEFAULT: 'Invalid image'
---DESCRIPTION--
-This is the content of the alt tag of an invalid image if the user had not
-previously specified an alt attribute.  It has no effect when the image is
-valid but there was no alt attribute present.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt
deleted file mode 100644
index 52654b5..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Attr.DefaultTextDir
-TYPE: string
-DEFAULT: 'ltr'
---DESCRIPTION--
-Defines the default text direction (ltr or rtl) of the document being
-parsed.  This generally is the same as the value of the dir attribute in
-HTML, or ltr if that is not specified.
---ALLOWED--
-'ltr', 'rtl'
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt
deleted file mode 100644
index 6440d21..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Attr.EnableID
-TYPE: bool
-DEFAULT: false
-VERSION: 1.2.0
---DESCRIPTION--
-Allows the ID attribute in HTML.  This is disabled by default due to the
-fact that without proper configuration user input can easily break the
-validation of a webpage by specifying an ID that is already on the
-surrounding HTML.  If you don't mind throwing caution to the wind, enable
-this directive, but I strongly recommend you also consider blacklisting IDs
-you use (%Attr.IDBlacklist) or prefixing all user supplied IDs
-(%Attr.IDPrefix).  When set to true HTML Purifier reverts to the behavior of
-pre-1.2.0 versions.
---ALIASES--
-HTML.EnableAttrID
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt
deleted file mode 100644
index f31d226..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Attr.ForbiddenClasses
-TYPE: lookup
-VERSION: 4.0.0
-DEFAULT: array()
---DESCRIPTION--
-List of forbidden class values in the class attribute. By default, this is
-empty, which means that no classes are forbidden. See also %Attr.AllowedClasses.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt
deleted file mode 100644
index 5f2b5e3..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Attr.IDBlacklist
-TYPE: list
-DEFAULT: array()
-DESCRIPTION: Array of IDs not allowed in the document.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt
deleted file mode 100644
index 6f58245..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Attr.IDBlacklistRegexp
-TYPE: string/null
-VERSION: 1.6.0
-DEFAULT: NULL
---DESCRIPTION--
-PCRE regular expression to be matched against all IDs. If the expression is
-matches, the ID is rejected. Use this with care: may cause significant
-degradation. ID matching is done after all other validation.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt
deleted file mode 100644
index cc49d43..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Attr.IDPrefix
-TYPE: string
-VERSION: 1.2.0
-DEFAULT: ''
---DESCRIPTION--
-String to prefix to IDs.  If you have no idea what IDs your pages may use,
-you may opt to simply add a prefix to all user-submitted ID attributes so
-that they are still usable, but will not conflict with core page IDs.
-Example: setting the directive to 'user_' will result in a user submitted
-'foo' to become 'user_foo'  Be sure to set %HTML.EnableAttrID to true
-before using this.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt
deleted file mode 100644
index 2c5924a..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Attr.IDPrefixLocal
-TYPE: string
-VERSION: 1.2.0
-DEFAULT: ''
---DESCRIPTION--
-Temporary prefix for IDs used in conjunction with %Attr.IDPrefix.  If you
-need to allow multiple sets of user content on web page, you may need to
-have a seperate prefix that changes with each iteration.  This way,
-seperately submitted user content displayed on the same page doesn't
-clobber each other. Ideal values are unique identifiers for the content it
-represents (i.e. the id of the row in the database). Be sure to add a
-seperator (like an underscore) at the end.  Warning: this directive will
-not work unless %Attr.IDPrefix is set to a non-empty value!
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt
deleted file mode 100644
index d5caa1b..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-AutoFormat.AutoParagraph
-TYPE: bool
-VERSION: 2.0.1
-DEFAULT: false
---DESCRIPTION--
-
-<p>
-  This directive turns on auto-paragraphing, where double newlines are
-  converted in to paragraphs whenever possible. Auto-paragraphing:
-</p>
-<ul>
-  <li>Always applies to inline elements or text in the root node,</li>
-  <li>Applies to inline elements or text with double newlines in nodes
-      that allow paragraph tags,</li>
-  <li>Applies to double newlines in paragraph tags</li>
-</ul>
-<p>
-  <code>p</code> tags must be allowed for this directive to take effect.
-  We do not use <code>br</code> tags for paragraphing, as that is
-  semantically incorrect.
-</p>
-<p>
-  To prevent auto-paragraphing as a content-producer, refrain from using
-  double-newlines except to specify a new paragraph or in contexts where
-  it has special meaning (whitespace usually has no meaning except in
-  tags like <code>pre</code>, so this should not be difficult.) To prevent
-  the paragraphing of inline text adjacent to block elements, wrap them
-  in <code>div</code> tags (the behavior is slightly different outside of
-  the root node.)
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt
deleted file mode 100644
index 2a47648..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-AutoFormat.Custom
-TYPE: list
-VERSION: 2.0.1
-DEFAULT: array()
---DESCRIPTION--
-
-<p>
-  This directive can be used to add custom auto-format injectors.
-  Specify an array of injector names (class name minus the prefix)
-  or concrete implementations. Injector class must exist.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt
deleted file mode 100644
index 663064a..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-AutoFormat.DisplayLinkURI
-TYPE: bool
-VERSION: 3.2.0
-DEFAULT: false
---DESCRIPTION--
-<p>
-  This directive turns on the in-text display of URIs in &lt;a&gt; tags, and disables
-  those links. For example, <a href="http://example.com">example</a> becomes
-  example (<a>http://example.com</a>).
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt
deleted file mode 100644
index 3a48ba9..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-AutoFormat.Linkify
-TYPE: bool
-VERSION: 2.0.1
-DEFAULT: false
---DESCRIPTION--
-
-<p>
-  This directive turns on linkification, auto-linking http, ftp and
-  https URLs. <code>a</code> tags with the <code>href</code> attribute
-  must be allowed.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt
deleted file mode 100644
index db58b13..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-AutoFormat.PurifierLinkify.DocURL
-TYPE: string
-VERSION: 2.0.1
-DEFAULT: '#%s'
-ALIASES: AutoFormatParam.PurifierLinkifyDocURL
---DESCRIPTION--
-<p>
-  Location of configuration documentation to link to, let %s substitute
-  into the configuration's namespace and directive names sans the percent
-  sign.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt
deleted file mode 100644
index 7996488..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-AutoFormat.PurifierLinkify
-TYPE: bool
-VERSION: 2.0.1
-DEFAULT: false
---DESCRIPTION--
-
-<p>
-  Internal auto-formatter that converts configuration directives in
-  syntax <a>%Namespace.Directive</a> to links. <code>a</code> tags
-  with the <code>href</code> attribute must be allowed.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
deleted file mode 100644
index 35c393b..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions
-TYPE: lookup
-VERSION: 4.0.0
-DEFAULT: array('td' => true, 'th' => true)
---DESCRIPTION--
-<p>
-  When %AutoFormat.RemoveEmpty and %AutoFormat.RemoveEmpty.RemoveNbsp
-  are enabled, this directive defines what HTML elements should not be
-  removede if they have only a non-breaking space in them.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt
deleted file mode 100644
index ca17eb1..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-AutoFormat.RemoveEmpty.RemoveNbsp
-TYPE: bool
-VERSION: 4.0.0
-DEFAULT: false
---DESCRIPTION--
-<p>
-  When enabled, HTML Purifier will treat any elements that contain only
-  non-breaking spaces as well as regular whitespace as empty, and remove
-  them when %AutoForamt.RemoveEmpty is enabled.
-</p>
-<p>
-  See %AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions for a list of elements
-  that don't have this behavior applied to them.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt
deleted file mode 100644
index 34657ba..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-AutoFormat.RemoveEmpty
-TYPE: bool
-VERSION: 3.2.0
-DEFAULT: false
---DESCRIPTION--
-<p>
-  When enabled, HTML Purifier will attempt to remove empty elements that
-  contribute no semantic information to the document. The following types
-  of nodes will be removed:
-</p>
-<ul><li>
-    Tags with no attributes and no content, and that are not empty
-    elements (remove <code>&lt;a&gt;&lt;/a&gt;</code> but not
-    <code>&lt;br /&gt;</code>), and
-  </li>
-  <li>
-    Tags with no content, except for:<ul>
-      <li>The <code>colgroup</code> element, or</li>
-      <li>
-        Elements with the <code>id</code> or <code>name</code> attribute,
-        when those attributes are permitted on those elements.
-      </li>
-    </ul></li>
-</ul>
-<p>
-  Please be very careful when using this functionality; while it may not
-  seem that empty elements contain useful information, they can alter the
-  layout of a document given appropriate styling. This directive is most
-  useful when you are processing machine-generated HTML, please avoid using
-  it on regular user HTML.
-</p>
-<p>
-  Elements that contain only whitespace will be treated as empty. Non-breaking
-  spaces, however, do not count as whitespace. See
-  %AutoFormat.RemoveEmpty.RemoveNbsp for alternate behavior.
-</p>
-<p>
-  This algorithm is not perfect; you may still notice some empty tags,
-  particularly if a node had elements, but those elements were later removed
-  because they were not permitted in that context, or tags that, after
-  being auto-closed by another tag, where empty. This is for safety reasons
-  to prevent clever code from breaking validation. The general rule of thumb:
-  if a tag looked empty on the way in, it will get removed; if HTML Purifier
-  made it empty, it will stay.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt
deleted file mode 100644
index b324608..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-CSS.AllowImportant
-TYPE: bool
-DEFAULT: false
-VERSION: 3.1.0
---DESCRIPTION--
-This parameter determines whether or not !important cascade modifiers should
-be allowed in user CSS. If false, !important will stripped.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
deleted file mode 100644
index 748be0e..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-CSS.AllowTricky
-TYPE: bool
-DEFAULT: false
-VERSION: 3.1.0
---DESCRIPTION--
-This parameter determines whether or not to allow "tricky" CSS properties and
-values. Tricky CSS properties/values can drastically modify page layout or
-be used for deceptive practices but do not directly constitute a security risk.
-For example, <code>display:none;</code> is considered a tricky property that
-will only be allowed if this directive is set to true.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt
deleted file mode 100644
index 460112e..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-CSS.AllowedProperties
-TYPE: lookup/null
-VERSION: 3.1.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    If HTML Purifier's style attributes set is unsatisfactory for your needs,
-    you can overload it with your own list of tags to allow.  Note that this
-    method is subtractive: it does its job by taking away from HTML Purifier
-    usual feature set, so you cannot add an attribute that HTML Purifier never
-    supported in the first place.
-</p>
-<p>
-    <strong>Warning:</strong> If another directive conflicts with the
-    elements here, <em>that</em> directive will win and override.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt
deleted file mode 100644
index 5cb7dda..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-CSS.DefinitionRev
-TYPE: int
-VERSION: 2.0.0
-DEFAULT: 1
---DESCRIPTION--
-
-<p>
-    Revision identifier for your custom definition. See
-    %HTML.DefinitionRev for details.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
deleted file mode 100644
index 7a32914..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-CSS.MaxImgLength
-TYPE: string/null
-DEFAULT: '1200px'
-VERSION: 3.1.1
---DESCRIPTION--
-<p>
- This parameter sets the maximum allowed length on <code>img</code> tags,
- effectively the <code>width</code> and <code>height</code> properties.
- Only absolute units of measurement (in, pt, pc, mm, cm) and pixels (px) are allowed. This is
- in place to prevent imagecrash attacks, disable with null at your own risk.
- This directive is similar to %HTML.MaxImgLength, and both should be
- concurrently edited, although there are
- subtle differences in the input format (the CSS max is a number with
- a unit).
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt
deleted file mode 100644
index 148eedb..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-CSS.Proprietary
-TYPE: bool
-VERSION: 3.0.0
-DEFAULT: false
---DESCRIPTION--
-
-<p>
-    Whether or not to allow safe, proprietary CSS values.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt
deleted file mode 100644
index c486724..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Cache.DefinitionImpl
-TYPE: string/null
-VERSION: 2.0.0
-DEFAULT: 'Serializer'
---DESCRIPTION--
-
-This directive defines which method to use when caching definitions,
-the complex data-type that makes HTML Purifier tick. Set to null
-to disable caching (not recommended, as you will see a definite
-performance degradation).
-
---ALIASES--
-Core.DefinitionCache
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt
deleted file mode 100644
index 5403650..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Cache.SerializerPath
-TYPE: string/null
-VERSION: 2.0.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    Absolute path with no trailing slash to store serialized definitions in.
-    Default is within the
-    HTML Purifier library inside DefinitionCache/Serializer. This
-    path must be writable by the webserver.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
deleted file mode 100644
index 568cbf3..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Core.AggressivelyFixLt
-TYPE: bool
-VERSION: 2.1.0
-DEFAULT: true
---DESCRIPTION--
-<p>
-    This directive enables aggressive pre-filter fixes HTML Purifier can
-    perform in order to ensure that open angled-brackets do not get killed
-    during parsing stage. Enabling this will result in two preg_replace_callback
-    calls and at least two preg_replace calls for every HTML document parsed;
-    if your users make very well-formed HTML, you can set this directive false.
-    This has no effect when DirectLex is used.
-</p>
-<p>
-    <strong>Notice:</strong> This directive's default turned from false to true
-    in HTML Purifier 3.2.0.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt
deleted file mode 100644
index d731791..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Core.CollectErrors
-TYPE: bool
-VERSION: 2.0.0
-DEFAULT: false
---DESCRIPTION--
-
-Whether or not to collect errors found while filtering the document. This
-is a useful way to give feedback to your users. <strong>Warning:</strong>
-Currently this feature is very patchy and experimental, with lots of
-possible error messages not yet implemented. It will not cause any
-problems, but it may not help your users either.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
deleted file mode 100644
index 08b381d..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Core.ColorKeywords
-TYPE: hash
-VERSION: 2.0.0
---DEFAULT--
-array (
-  'maroon' => '#800000',
-  'red' => '#FF0000',
-  'orange' => '#FFA500',
-  'yellow' => '#FFFF00',
-  'olive' => '#808000',
-  'purple' => '#800080',
-  'fuchsia' => '#FF00FF',
-  'white' => '#FFFFFF',
-  'lime' => '#00FF00',
-  'green' => '#008000',
-  'navy' => '#000080',
-  'blue' => '#0000FF',
-  'aqua' => '#00FFFF',
-  'teal' => '#008080',
-  'black' => '#000000',
-  'silver' => '#C0C0C0',
-  'gray' => '#808080',
-)
---DESCRIPTION--
-
-Lookup array of color names to six digit hexadecimal number corresponding
-to color, with preceding hash mark. Used when parsing colors.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt
deleted file mode 100644
index 64b114f..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Core.ConvertDocumentToFragment
-TYPE: bool
-DEFAULT: true
---DESCRIPTION--
-
-This parameter determines whether or not the filter should convert
-input that is a full document with html and body tags to a fragment
-of just the contents of a body tag. This parameter is simply something
-HTML Purifier can do during an edge-case: for most inputs, this
-processing is not necessary.
-
---ALIASES--
-Core.AcceptFullDocuments
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt
deleted file mode 100644
index 36f16e0..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Core.DirectLexLineNumberSyncInterval
-TYPE: int
-VERSION: 2.0.0
-DEFAULT: 0
---DESCRIPTION--
-
-<p>
-  Specifies the number of tokens the DirectLex line number tracking
-  implementations should process before attempting to resyncronize the
-  current line count by manually counting all previous new-lines. When
-  at 0, this functionality is disabled. Lower values will decrease
-  performance, and this is only strictly necessary if the counting
-  algorithm is buggy (in which case you should report it as a bug).
-  This has no effect when %Core.MaintainLineNumbers is disabled or DirectLex is
-  not being used.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt
deleted file mode 100644
index 8bfb47c..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Core.Encoding
-TYPE: istring
-DEFAULT: 'utf-8'
---DESCRIPTION--
-If for some reason you are unable to convert all webpages to UTF-8, you can
-use this directive as a stop-gap compatibility change to let HTML Purifier
-deal with non UTF-8 input.  This technique has notable deficiencies:
-absolutely no characters outside of the selected character encoding will be
-preserved, not even the ones that have been ampersand escaped (this is due
-to a UTF-8 specific <em>feature</em> that automatically resolves all
-entities), making it pretty useless for anything except the most I18N-blind
-applications, although %Core.EscapeNonASCIICharacters offers fixes this
-trouble with another tradeoff. This directive only accepts ISO-8859-1 if
-iconv is not enabled.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt
deleted file mode 100644
index 4d5b505..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Core.EscapeInvalidChildren
-TYPE: bool
-DEFAULT: false
---DESCRIPTION--
-When true, a child is found that is not allowed in the context of the
-parent element will be transformed into text as if it were ASCII. When
-false, that element and all internal tags will be dropped, though text will
-be preserved.  There is no option for dropping the element but preserving
-child nodes.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt
deleted file mode 100644
index a7a5b24..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Core.EscapeInvalidTags
-TYPE: bool
-DEFAULT: false
---DESCRIPTION--
-When true, invalid tags will be written back to the document as plain text.
-Otherwise, they are silently dropped.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt
deleted file mode 100644
index abb4999..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Core.EscapeNonASCIICharacters
-TYPE: bool
-VERSION: 1.4.0
-DEFAULT: false
---DESCRIPTION--
-This directive overcomes a deficiency in %Core.Encoding by blindly
-converting all non-ASCII characters into decimal numeric entities before
-converting it to its native encoding. This means that even characters that
-can be expressed in the non-UTF-8 encoding will be entity-ized, which can
-be a real downer for encodings like Big5. It also assumes that the ASCII
-repetoire is available, although this is the case for almost all encodings.
-Anyway, use UTF-8!
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt
deleted file mode 100644
index 915391e..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Core.HiddenElements
-TYPE: lookup
---DEFAULT--
-array (
-  'script' => true,
-  'style' => true,
-)
---DESCRIPTION--
-
-<p>
-  This directive is a lookup array of elements which should have their
-  contents removed when they are not allowed by the HTML definition.
-  For example, the contents of a <code>script</code> tag are not
-  normally shown in a document, so if script tags are to be removed,
-  their contents should be removed to. This is opposed to a <code>b</code>
-  tag, which defines some presentational changes but does not hide its
-  contents.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.Language.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.Language.txt
deleted file mode 100644
index 233fca1..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.Language.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Core.Language
-TYPE: string
-VERSION: 2.0.0
-DEFAULT: 'en'
---DESCRIPTION--
-
-ISO 639 language code for localizable things in HTML Purifier to use,
-which is mainly error reporting. There is currently only an English (en)
-translation, so this directive is currently useless.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt
deleted file mode 100644
index 8983e2c..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Core.LexerImpl
-TYPE: mixed/null
-VERSION: 2.0.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-  This parameter determines what lexer implementation can be used. The
-  valid values are:
-</p>
-<dl>
-  <dt><em>null</em></dt>
-  <dd>
-    Recommended, the lexer implementation will be auto-detected based on
-    your PHP-version and configuration.
-  </dd>
-  <dt><em>string</em> lexer identifier</dt>
-  <dd>
-    This is a slim way of manually overridding the implementation.
-    Currently recognized values are: DOMLex (the default PHP5
-implementation)
-    and DirectLex (the default PHP4 implementation). Only use this if
-    you know what you are doing: usually, the auto-detection will
-    manage things for cases you aren't even aware of.
-  </dd>
-  <dt><em>object</em> lexer instance</dt>
-  <dd>
-    Super-advanced: you can specify your own, custom, implementation that
-    implements the interface defined by <code>HTMLPurifier_Lexer</code>.
-    I may remove this option simply because I don't expect anyone
-    to use it.
-  </dd>
-</dl>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt
deleted file mode 100644
index eb841a7..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Core.MaintainLineNumbers
-TYPE: bool/null
-VERSION: 2.0.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-  If true, HTML Purifier will add line number information to all tokens.
-  This is useful when error reporting is turned on, but can result in
-  significant performance degradation and should not be used when
-  unnecessary. This directive must be used with the DirectLex lexer,
-  as the DOMLex lexer does not (yet) support this functionality.
-  If the value is null, an appropriate value will be selected based
-  on other configuration.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt
deleted file mode 100644
index 4070c2a..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Core.RemoveInvalidImg
-TYPE: bool
-DEFAULT: true
-VERSION: 1.3.0
---DESCRIPTION--
-
-<p>
-  This directive enables pre-emptive URI checking in <code>img</code>
-  tags, as the attribute validation strategy is not authorized to
-  remove elements from the document. Revert to pre-1.3.0 behavior by setting to false.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt
deleted file mode 100644
index a4cd966..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Core.RemoveScriptContents
-TYPE: bool/null
-DEFAULT: NULL
-VERSION: 2.0.0
-DEPRECATED-VERSION: 2.1.0
-DEPRECATED-USE: Core.HiddenElements
---DESCRIPTION--
-<p>
-  This directive enables HTML Purifier to remove not only script tags
-  but all of their contents.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt
deleted file mode 100644
index 3db50ef..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Filter.Custom
-TYPE: list
-VERSION: 3.1.0
-DEFAULT: array()
---DESCRIPTION--
-<p>
-  This directive can be used to add custom filters; it is nearly the
-  equivalent of the now deprecated <code>HTMLPurifier-&gt;addFilter()</code>
-  method. Specify an array of concrete implementations.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt
deleted file mode 100644
index 16829bc..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Filter.ExtractStyleBlocks.Escaping
-TYPE: bool
-VERSION: 3.0.0
-DEFAULT: true
-ALIASES: Filter.ExtractStyleBlocksEscaping, FilterParam.ExtractStyleBlocksEscaping
---DESCRIPTION--
-
-<p>
-  Whether or not to escape the dangerous characters &lt;, &gt; and &amp;
-  as \3C, \3E and \26, respectively. This is can be safely set to false
-  if the contents of StyleBlocks will be placed in an external stylesheet,
-  where there is no risk of it being interpreted as HTML.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt
deleted file mode 100644
index 7f95f54..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-Filter.ExtractStyleBlocks.Scope
-TYPE: string/null
-VERSION: 3.0.0
-DEFAULT: NULL
-ALIASES: Filter.ExtractStyleBlocksScope, FilterParam.ExtractStyleBlocksScope
---DESCRIPTION--
-
-<p>
-  If you would like users to be able to define external stylesheets, but
-  only allow them to specify CSS declarations for a specific node and
-  prevent them from fiddling with other elements, use this directive.
-  It accepts any valid CSS selector, and will prepend this to any
-  CSS declaration extracted from the document. For example, if this
-  directive is set to <code>#user-content</code> and a user uses the
-  selector <code>a:hover</code>, the final selector will be
-  <code>#user-content a:hover</code>.
-</p>
-<p>
-  The comma shorthand may be used; consider the above example, with
-  <code>#user-content, #user-content2</code>, the final selector will
-  be <code>#user-content a:hover, #user-content2 a:hover</code>.
-</p>
-<p>
-  <strong>Warning:</strong> It is possible for users to bypass this measure
-  using a naughty + selector. This is a bug in CSS Tidy 1.3, not HTML
-  Purifier, and I am working to get it fixed. Until then, HTML Purifier
-  performs a basic check to prevent this.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt
deleted file mode 100644
index 6c231b2..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Filter.ExtractStyleBlocks.TidyImpl
-TYPE: mixed/null
-VERSION: 3.1.0
-DEFAULT: NULL
-ALIASES: FilterParam.ExtractStyleBlocksTidyImpl
---DESCRIPTION--
-<p>
-  If left NULL, HTML Purifier will attempt to instantiate a <code>csstidy</code>
-  class to use for internal cleaning. This will usually be good enough.
-</p>
-<p>
-  However, for trusted user input, you can set this to <code>false</code> to
-  disable cleaning. In addition, you can supply your own concrete implementation
-  of Tidy's interface to use, although I don't know why you'd want to do that.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt
deleted file mode 100644
index 078d087..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt
+++ /dev/null
@@ -1,74 +0,0 @@
-Filter.ExtractStyleBlocks
-TYPE: bool
-VERSION: 3.1.0
-DEFAULT: false
-EXTERNAL: CSSTidy
---DESCRIPTION--
-<p>
-  This directive turns on the style block extraction filter, which removes
-  <code>style</code> blocks from input HTML, cleans them up with CSSTidy,
-  and places them in the <code>StyleBlocks</code> context variable, for further
-  use by you, usually to be placed in an external stylesheet, or a
-  <code>style</code> block in the <code>head</code> of your document.
-</p>
-<p>
-  Sample usage:
-</p>
-<pre><![CDATA[
-<?php
-    header('Content-type: text/html; charset=utf-8');
-    echo '<?xml version="1.0" encoding="UTF-8"?>';
-?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
-  <title>Filter.ExtractStyleBlocks</title>
-<?php
-    require_once '/path/to/library/HTMLPurifier.auto.php';
-    require_once '/path/to/csstidy.class.php';
-
-    $dirty = '<style>body {color:#F00;}</style> Some text';
-
-    $config = HTMLPurifier_Config::createDefault();
-    $config->set('Filter', 'ExtractStyleBlocks', true);
-    $purifier = new HTMLPurifier($config);
-
-    $html = $purifier->purify($dirty);
-
-    // This implementation writes the stylesheets to the styles/ directory.
-    // You can also echo the styles inside the document, but it's a bit
-    // more difficult to make sure they get interpreted properly by
-    // browsers; try the usual CSS armoring techniques.
-    $styles = $purifier->context->get('StyleBlocks');
-    $dir = 'styles/';
-    if (!is_dir($dir)) mkdir($dir);
-    $hash = sha1($_GET['html']);
-    foreach ($styles as $i => $style) {
-        file_put_contents($name = $dir . $hash . "_$i");
-        echo '<link rel="stylesheet" type="text/css" href="'.$name.'" />';
-    }
-?>
-</head>
-<body>
-  <div>
-    <?php echo $html; ?>
-  </div>
-</b]]><![CDATA[ody>
-</html>
-]]></pre>
-<p>
-  <strong>Warning:</strong> It is possible for a user to mount an
-  imagecrash attack using this CSS. Counter-measures are difficult;
-  it is not simply enough to limit the range of CSS lengths (using
-  relative lengths with many nesting levels allows for large values
-  to be attained without actually specifying them in the stylesheet),
-  and the flexible nature of selectors makes it difficult to selectively
-  disable lengths on image tags (HTML Purifier, however, does disable
-  CSS width and height in inline styling). There are probably two effective
-  counter measures: an explicit width and height set to auto in all
-  images in your document (unlikely) or the disabling of width and
-  height (somewhat reasonable). Whether or not these measures should be
-  used is left to the reader.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt
deleted file mode 100644
index 7fa6536..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Filter.YouTube
-TYPE: bool
-VERSION: 3.1.0
-DEFAULT: false
---DESCRIPTION--
-<p>
-  This directive enables YouTube video embedding in HTML Purifier. Check
-  <a href="http://htmlpurifier.org/docs/enduser-youtube.html">this document
-  on embedding videos</a> for more information on what this filter does.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
deleted file mode 100644
index 3e231d2..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-HTML.Allowed
-TYPE: itext/null
-VERSION: 2.0.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    This is a convenience directive that rolls the functionality of
-    %HTML.AllowedElements and %HTML.AllowedAttributes into one directive.
-    Specify elements and attributes that are allowed using:
-    <code>element1[attr1|attr2],element2...</code>. You can also use
-    newlines instead of commas to separate elements.
-</p>
-<p>
-    <strong>Warning</strong>:
-    All of the constraints on the component directives are still enforced.
-    The syntax is a <em>subset</em> of TinyMCE's <code>valid_elements</code>
-    whitelist: directly copy-pasting it here will probably result in
-    broken whitelists. If %HTML.AllowedElements or %HTML.AllowedAttributes
-    are set, this directive has no effect.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
deleted file mode 100644
index fcf093f..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-HTML.AllowedAttributes
-TYPE: lookup/null
-VERSION: 1.3.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    If HTML Purifier's attribute set is unsatisfactory, overload it!
-    The syntax is "tag.attr" or "*.attr" for the global attributes
-    (style, id, class, dir, lang, xml:lang).
-</p>
-<p>
-    <strong>Warning:</strong> If another directive conflicts with the
-    elements here, <em>that</em> directive will win and override. For
-    example, %HTML.EnableAttrID will take precedence over *.id in this
-    directive.  You must set that directive to true before you can use
-    IDs at all.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
deleted file mode 100644
index 888d558..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-HTML.AllowedElements
-TYPE: lookup/null
-VERSION: 1.3.0
-DEFAULT: NULL
---DESCRIPTION--
-<p>
-    If HTML Purifier's tag set is unsatisfactory for your needs, you
-    can overload it with your own list of tags to allow.  Note that this
-    method is subtractive: it does its job by taking away from HTML Purifier
-    usual feature set, so you cannot add a tag that HTML Purifier never
-    supported in the first place (like embed, form or head).  If you
-    change this, you probably also want to change %HTML.AllowedAttributes.
-</p>
-<p>
-    <strong>Warning:</strong> If another directive conflicts with the
-    elements here, <em>that</em> directive will win and override.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt
deleted file mode 100644
index 5a59a55..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-HTML.AllowedModules
-TYPE: lookup/null
-VERSION: 2.0.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    A doctype comes with a set of usual modules to use. Without having
-    to mucking about with the doctypes, you can quickly activate or
-    disable these modules by specifying which modules you wish to allow
-    with this directive. This is most useful for unit testing specific
-    modules, although end users may find it useful for their own ends.
-</p>
-<p>
-    If you specify a module that does not exist, the manager will silently
-    fail to use it, so be careful! User-defined modules are not affected
-    by this directive. Modules defined in %HTML.CoreModules are not
-    affected by this directive.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt
deleted file mode 100644
index 151fb7b..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-HTML.Attr.Name.UseCDATA
-TYPE: bool
-DEFAULT: false
-VERSION: 4.0.0
---DESCRIPTION--
-The W3C specification DTD defines the name attribute to be CDATA, not ID, due
-to limitations of DTD.  In certain documents, this relaxed behavior is desired,
-whether it is to specify duplicate names, or to specify names that would be
-illegal IDs (for example, names that begin with a digit.) Set this configuration
-directive to true to use the relaxed parsing rules.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt
deleted file mode 100644
index 45ae469..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-HTML.BlockWrapper
-TYPE: string
-VERSION: 1.3.0
-DEFAULT: 'p'
---DESCRIPTION--
-
-<p>
-    String name of element to wrap inline elements that are inside a block
-    context.  This only occurs in the children of blockquote in strict mode.
-</p>
-<p>
-    Example: by default value,
-    <code>&lt;blockquote&gt;Foo&lt;/blockquote&gt;</code> would become
-    <code>&lt;blockquote&gt;&lt;p&gt;Foo&lt;/p&gt;&lt;/blockquote&gt;</code>.
-    The <code>&lt;p&gt;</code> tags can be replaced with whatever you desire,
-    as long as it is a block level element.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt
deleted file mode 100644
index 5246188..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-HTML.CoreModules
-TYPE: lookup
-VERSION: 2.0.0
---DEFAULT--
-array (
-  'Structure' => true,
-  'Text' => true,
-  'Hypertext' => true,
-  'List' => true,
-  'NonXMLCommonAttributes' => true,
-  'XMLCommonAttributes' => true,
-  'CommonAttributes' => true,
-)
---DESCRIPTION--
-
-<p>
-    Certain modularized doctypes (XHTML, namely), have certain modules
-    that must be included for the doctype to be an conforming document
-    type: put those modules here. By default, XHTML's core modules
-    are used. You can set this to a blank array to disable core module
-    protection, but this is not recommended.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt
deleted file mode 100644
index a64e3d7..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-HTML.CustomDoctype
-TYPE: string/null
-VERSION: 2.0.1
-DEFAULT: NULL
---DESCRIPTION--
-
-A custom doctype for power-users who defined there own document
-type. This directive only applies when %HTML.Doctype is blank.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt
deleted file mode 100644
index 103db75..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-HTML.DefinitionID
-TYPE: string/null
-DEFAULT: NULL
-VERSION: 2.0.0
---DESCRIPTION--
-
-<p>
-    Unique identifier for a custom-built HTML definition. If you edit
-    the raw version of the HTMLDefinition, introducing changes that the
-    configuration object does not reflect, you must specify this variable.
-    If you change your custom edits, you should change this directive, or
-    clear your cache. Example:
-</p>
-<pre>
-$config = HTMLPurifier_Config::createDefault();
-$config->set('HTML', 'DefinitionID', '1');
-$def = $config->getHTMLDefinition();
-$def->addAttribute('a', 'tabindex', 'Number');
-</pre>
-<p>
-    In the above example, the configuration is still at the defaults, but
-    using the advanced API, an extra attribute has been added. The
-    configuration object normally has no way of knowing that this change
-    has taken place, so it needs an extra directive: %HTML.DefinitionID.
-    If someone else attempts to use the default configuration, these two
-    pieces of code will not clobber each other in the cache, since one has
-    an extra directive attached to it.
-</p>
-<p>
-    You <em>must</em> specify a value to this directive to use the
-    advanced API features.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt
deleted file mode 100644
index 229ae02..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-HTML.DefinitionRev
-TYPE: int
-VERSION: 2.0.0
-DEFAULT: 1
---DESCRIPTION--
-
-<p>
-    Revision identifier for your custom definition specified in
-    %HTML.DefinitionID.  This serves the same purpose: uniquely identifying
-    your custom definition, but this one does so in a chronological
-    context: revision 3 is more up-to-date then revision 2.  Thus, when
-    this gets incremented, the cache handling is smart enough to clean
-    up any older revisions of your definition as well as flush the
-    cache.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt
deleted file mode 100644
index 9dab497..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-HTML.Doctype
-TYPE: string/null
-DEFAULT: NULL
---DESCRIPTION--
-Doctype to use during filtering. Technically speaking this is not actually
-a doctype (as it does not identify a corresponding DTD), but we are using
-this name for sake of simplicity. When non-blank, this will override any
-older directives like %HTML.XHTML or %HTML.Strict.
---ALLOWED--
-'HTML 4.01 Transitional', 'HTML 4.01 Strict', 'XHTML 1.0 Transitional', 'XHTML 1.0 Strict', 'XHTML 1.1'
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt
deleted file mode 100644
index 57358f9..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-HTML.ForbiddenAttributes
-TYPE: lookup
-VERSION: 3.1.0
-DEFAULT: array()
---DESCRIPTION--
-<p>
-    While this directive is similar to %HTML.AllowedAttributes, for
-    forwards-compatibility with XML, this attribute has a different syntax. Instead of
-    <code>tag.attr</code>, use <code>tag@attr</code>. To disallow <code>href</code>
-    attributes in <code>a</code> tags, set this directive to
-    <code>a@href</code>. You can also disallow an attribute globally with
-    <code>attr</code> or <code>*@attr</code> (either syntax is fine; the latter
-    is provided for consistency with %HTML.AllowedAttributes).
-</p>
-<p>
-    <strong>Warning:</strong> This directive complements %HTML.ForbiddenElements,
-    accordingly, check
-    out that directive for a discussion of why you
-    should think twice before using this directive.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt
deleted file mode 100644
index 93a53e1..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-HTML.ForbiddenElements
-TYPE: lookup
-VERSION: 3.1.0
-DEFAULT: array()
---DESCRIPTION--
-<p>
-    This was, perhaps, the most requested feature ever in HTML
-    Purifier. Please don't abuse it! This is the logical inverse of
-    %HTML.AllowedElements, and it will override that directive, or any
-    other directive.
-</p>
-<p>
-    If possible, %HTML.Allowed is recommended over this directive, because it
-    can sometimes be difficult to tell whether or not you've forbidden all of
-    the behavior you would like to disallow. If you forbid <code>img</code>
-    with the expectation of preventing images on your site, you'll be in for
-    a nasty surprise when people start using the <code>background-image</code>
-    CSS property.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt
deleted file mode 100644
index e424c38..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-HTML.MaxImgLength
-TYPE: int/null
-DEFAULT: 1200
-VERSION: 3.1.1
---DESCRIPTION--
-<p>
- This directive controls the maximum number of pixels in the width and
- height attributes in <code>img</code> tags. This is
- in place to prevent imagecrash attacks, disable with null at your own risk.
- This directive is similar to %CSS.MaxImgLength, and both should be
- concurrently edited, although there are
- subtle differences in the input format (the HTML max is an integer).
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt
deleted file mode 100644
index 62e8e16..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-HTML.Parent
-TYPE: string
-VERSION: 1.3.0
-DEFAULT: 'div'
---DESCRIPTION--
-
-<p>
-    String name of element that HTML fragment passed to library will be
-    inserted in.  An interesting variation would be using span as the
-    parent element, meaning that only inline tags would be allowed.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt
deleted file mode 100644
index dfb7204..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-HTML.Proprietary
-TYPE: bool
-VERSION: 3.1.0
-DEFAULT: false
---DESCRIPTION--
-<p>
-    Whether or not to allow proprietary elements and attributes in your
-    documents, as per <code>HTMLPurifier_HTMLModule_Proprietary</code>.
-    <strong>Warning:</strong> This can cause your documents to stop
-    validating!
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt
deleted file mode 100644
index f635a68..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-HTML.SafeEmbed
-TYPE: bool
-VERSION: 3.1.1
-DEFAULT: false
---DESCRIPTION--
-<p>
-    Whether or not to permit embed tags in documents, with a number of extra
-    security features added to prevent script execution. This is similar to
-    what websites like MySpace do to embed tags. Embed is a proprietary
-    element and will cause your website to stop validating. You probably want
-    to enable this with %HTML.SafeObject.
-    <strong>Highly experimental.</strong>
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt
deleted file mode 100644
index 32967b8..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-HTML.SafeObject
-TYPE: bool
-VERSION: 3.1.1
-DEFAULT: false
---DESCRIPTION--
-<p>
-    Whether or not to permit object tags in documents, with a number of extra
-    security features added to prevent script execution. This is similar to
-    what websites like MySpace do to object tags. You may also want to
-    enable %HTML.SafeEmbed for maximum interoperability with Internet Explorer,
-    although embed tags will cause your website to stop validating.
-    <strong>Highly experimental.</strong>
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt
deleted file mode 100644
index a8b1de5..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-HTML.Strict
-TYPE: bool
-VERSION: 1.3.0
-DEFAULT: false
-DEPRECATED-VERSION: 1.7.0
-DEPRECATED-USE: HTML.Doctype
---DESCRIPTION--
-Determines whether or not to use Transitional (loose) or Strict rulesets.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt
deleted file mode 100644
index b4c271b..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-HTML.TidyAdd
-TYPE: lookup
-VERSION: 2.0.0
-DEFAULT: array()
---DESCRIPTION--
-
-Fixes to add to the default set of Tidy fixes as per your level.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
deleted file mode 100644
index 4186ccd..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-HTML.TidyLevel
-TYPE: string
-VERSION: 2.0.0
-DEFAULT: 'medium'
---DESCRIPTION--
-
-<p>General level of cleanliness the Tidy module should enforce.
-There are four allowed values:</p>
-<dl>
-    <dt>none</dt>
-    <dd>No extra tidying should be done</dd>
-    <dt>light</dt>
-    <dd>Only fix elements that would be discarded otherwise due to
-    lack of support in doctype</dd>
-    <dt>medium</dt>
-    <dd>Enforce best practices</dd>
-    <dt>heavy</dt>
-    <dd>Transform all deprecated elements and attributes to standards
-    compliant equivalents</dd>
-</dl>
-
---ALLOWED--
-'none', 'light', 'medium', 'heavy'
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt
deleted file mode 100644
index 996762b..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-HTML.TidyRemove
-TYPE: lookup
-VERSION: 2.0.0
-DEFAULT: array()
---DESCRIPTION--
-
-Fixes to remove from the default set of Tidy fixes as per your level.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt
deleted file mode 100644
index 89133b1..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-HTML.Trusted
-TYPE: bool
-VERSION: 2.0.0
-DEFAULT: false
---DESCRIPTION--
-Indicates whether or not the user input is trusted or not. If the input is
-trusted, a more expansive set of allowed tags and attributes will be used.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt
deleted file mode 100644
index 2a47e38..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-HTML.XHTML
-TYPE: bool
-DEFAULT: true
-VERSION: 1.1.0
-DEPRECATED-VERSION: 1.7.0
-DEPRECATED-USE: HTML.Doctype
---DESCRIPTION--
-Determines whether or not output is XHTML 1.0 or HTML 4.01 flavor.
---ALIASES--
-Core.XHTML
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt
deleted file mode 100644
index 08921fd..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Output.CommentScriptContents
-TYPE: bool
-VERSION: 2.0.0
-DEFAULT: true
---DESCRIPTION--
-Determines whether or not HTML Purifier should attempt to fix up the
-contents of script tags for legacy browsers with comments.
---ALIASES--
-Core.CommentScriptContents
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt
deleted file mode 100644
index 79f8ad8..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Output.Newline
-TYPE: string/null
-VERSION: 2.0.1
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    Newline string to format final output with. If left null, HTML Purifier
-    will auto-detect the default newline type of the system and use that;
-    you can manually override it here. Remember, \r\n is Windows, \r
-    is Mac, and \n is Unix.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt
deleted file mode 100644
index 232b023..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Output.SortAttr
-TYPE: bool
-VERSION: 3.2.0
-DEFAULT: false
---DESCRIPTION--
-<p>
-  If true, HTML Purifier will sort attributes by name before writing them back
-  to the document, converting a tag like: <code>&lt;el b="" a="" c="" /&gt;</code>
-  to <code>&lt;el a="" b="" c="" /&gt;</code>. This is a workaround for
-  a bug in FCKeditor which causes it to swap attributes order, adding noise
-  to text diffs. If you're not seeing this bug, chances are, you don't need
-  this directive.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt
deleted file mode 100644
index 06bab00..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Output.TidyFormat
-TYPE: bool
-VERSION: 1.1.1
-DEFAULT: false
---DESCRIPTION--
-<p>
-    Determines whether or not to run Tidy on the final output for pretty
-    formatting reasons, such as indentation and wrap.
-</p>
-<p>
-    This can greatly improve readability for editors who are hand-editing
-    the HTML, but is by no means necessary as HTML Purifier has already
-    fixed all major errors the HTML may have had. Tidy is a non-default
-    extension, and this directive will silently fail if Tidy is not
-    available.
-</p>
-<p>
-    If you are looking to make the overall look of your page's source
-    better, I recommend running Tidy on the entire page rather than just
-    user-content (after all, the indentation relative to the containing
-    blocks will be incorrect).
-</p>
---ALIASES--
-Core.TidyFormat
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt
deleted file mode 100644
index 071bc02..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Test.ForceNoIconv
-TYPE: bool
-DEFAULT: false
---DESCRIPTION--
-When set to true, HTMLPurifier_Encoder will act as if iconv does not exist
-and use only pure PHP implementations.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt
deleted file mode 100644
index 98fdfe9..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-URI.AllowedSchemes
-TYPE: lookup
---DEFAULT--
-array (
-  'http' => true,
-  'https' => true,
-  'mailto' => true,
-  'ftp' => true,
-  'nntp' => true,
-  'news' => true,
-)
---DESCRIPTION--
-Whitelist that defines the schemes that a URI is allowed to have.  This
-prevents XSS attacks from using pseudo-schemes like javascript or mocha.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Base.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Base.txt
deleted file mode 100644
index 876f068..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Base.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-URI.Base
-TYPE: string/null
-VERSION: 2.1.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    The base URI is the URI of the document this purified HTML will be
-    inserted into.  This information is important if HTML Purifier needs
-    to calculate absolute URIs from relative URIs, such as when %URI.MakeAbsolute
-    is on.  You may use a non-absolute URI for this value, but behavior
-    may vary (%URI.MakeAbsolute deals nicely with both absolute and
-    relative paths, but forwards-compatibility is not guaranteed).
-    <strong>Warning:</strong> If set, the scheme on this URI
-    overrides the one specified by %URI.DefaultScheme.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt
deleted file mode 100644
index 728e378..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-URI.DefaultScheme
-TYPE: string
-DEFAULT: 'http'
---DESCRIPTION--
-
-<p>
-    Defines through what scheme the output will be served, in order to
-    select the proper object validator when no scheme information is present.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt
deleted file mode 100644
index f05312b..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-URI.DefinitionID
-TYPE: string/null
-VERSION: 2.1.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    Unique identifier for a custom-built URI definition. If you  want
-    to add custom URIFilters, you must specify this value.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt
deleted file mode 100644
index 80cfea9..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-URI.DefinitionRev
-TYPE: int
-VERSION: 2.1.0
-DEFAULT: 1
---DESCRIPTION--
-
-<p>
-    Revision identifier for your custom definition. See
-    %HTML.DefinitionRev for details.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt
deleted file mode 100644
index 71ce025..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-URI.Disable
-TYPE: bool
-VERSION: 1.3.0
-DEFAULT: false
---DESCRIPTION--
-
-<p>
-    Disables all URIs in all forms. Not sure why you'd want to do that
-    (after all, the Internet's founded on the notion of a hyperlink).
-</p>
-
---ALIASES--
-Attr.DisableURI
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt
deleted file mode 100644
index 13c122c..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-URI.DisableExternal
-TYPE: bool
-VERSION: 1.2.0
-DEFAULT: false
---DESCRIPTION--
-Disables links to external websites.  This is a highly effective anti-spam
-and anti-pagerank-leech measure, but comes at a hefty price: nolinks or
-images outside of your domain will be allowed.  Non-linkified URIs will
-still be preserved.  If you want to be able to link to subdomains or use
-absolute URIs, specify %URI.Host for your website.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt
deleted file mode 100644
index abcc1ef..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-URI.DisableExternalResources
-TYPE: bool
-VERSION: 1.3.0
-DEFAULT: false
---DESCRIPTION--
-Disables the embedding of external resources, preventing users from
-embedding things like images from other hosts. This prevents access
-tracking (good for email viewers), bandwidth leeching, cross-site request
-forging, goatse.cx posting, and other nasties, but also results in a loss
-of end-user functionality (they can't directly post a pic they posted from
-Flickr anymore). Use it if you don't have a robust user-content moderation
-team.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt
deleted file mode 100644
index 51e6ea9..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-URI.DisableResources
-TYPE: bool
-VERSION: 1.3.0
-DEFAULT: false
---DESCRIPTION--
-
-<p>
-    Disables embedding resources, essentially meaning no pictures. You can
-    still link to them though. See %URI.DisableExternalResources for why
-    this might be a good idea.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Host.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Host.txt
deleted file mode 100644
index ee83b12..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Host.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-URI.Host
-TYPE: string/null
-VERSION: 1.2.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    Defines the domain name of the server, so we can determine whether or
-    an absolute URI is from your website or not.  Not strictly necessary,
-    as users should be using relative URIs to reference resources on your
-    website.  It will, however, let you use absolute URIs to link to
-    subdomains of the domain you post here: i.e. example.com will allow
-    sub.example.com.  However, higher up domains will still be excluded:
-    if you set %URI.Host to sub.example.com, example.com will be blocked.
-    <strong>Note:</strong> This directive overrides %URI.Base because
-    a given page may be on a sub-domain, but you wish HTML Purifier to be
-    more relaxed and allow some of the parent domains too.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt
deleted file mode 100644
index 0b6df76..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-URI.HostBlacklist
-TYPE: list
-VERSION: 1.3.0
-DEFAULT: array()
---DESCRIPTION--
-List of strings that are forbidden in the host of any URI. Use it to kill
-domain names of spam, etc. Note that it will catch anything in the domain,
-so <tt>moo.com</tt> will catch <tt>moo.com.example.com</tt>.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt
deleted file mode 100644
index 4214900..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-URI.MakeAbsolute
-TYPE: bool
-VERSION: 2.1.0
-DEFAULT: false
---DESCRIPTION--
-
-<p>
-    Converts all URIs into absolute forms. This is useful when the HTML
-    being filtered assumes a specific base path, but will actually be
-    viewed in a different context (and setting an alternate base URI is
-    not possible). %URI.Base must be set for this directive to work.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt
deleted file mode 100644
index 58c81dc..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt
+++ /dev/null
@@ -1,83 +0,0 @@
-URI.Munge
-TYPE: string/null
-VERSION: 1.3.0
-DEFAULT: NULL
---DESCRIPTION--
-
-<p>
-    Munges all browsable (usually http, https and ftp)
-    absolute URIs into another URI, usually a URI redirection service.
-    This directive accepts a URI, formatted with a <code>%s</code> where
-    the url-encoded original URI should be inserted (sample:
-    <code>http://www.google.com/url?q=%s</code>).
-</p>
-<p>
-    Uses for this directive:
-</p>
-<ul>
-    <li>
-        Prevent PageRank leaks, while being fairly transparent
-        to users (you may also want to add some client side JavaScript to
-        override the text in the statusbar). <strong>Notice</strong>:
-        Many security experts believe that this form of protection does not deter spam-bots.
-    </li>
-    <li>
-        Redirect users to a splash page telling them they are leaving your
-        website. While this is poor usability practice, it is often mandated
-        in corporate environments.
-    </li>
-</ul>
-<p>
-    Prior to HTML Purifier 3.1.1, this directive also enabled the munging
-    of browsable external resources, which could break things if your redirection
-    script was a splash page or used <code>meta</code> tags. To revert to
-    previous behavior, please use %URI.MungeResources.
-</p>
-<p>
-    You may want to also use %URI.MungeSecretKey along with this directive
-    in order to enforce what URIs your redirector script allows. Open
-    redirector scripts can be a security risk and negatively affect the
-    reputation of your domain name.
-</p>
-<p>
-    Starting with HTML Purifier 3.1.1, there is also these substitutions:
-</p>
-<table>
-    <thead>
-        <tr>
-            <th>Key</th>
-            <th>Description</th>
-            <th>Example <code>&lt;a href=""&gt;</code></th>
-        </tr>
-    </thead>
-    <tbody>
-        <tr>
-            <td>%r</td>
-            <td>1 - The URI embeds a resource<br />(blank) - The URI is merely a link</td>
-            <td></td>
-        </tr>
-        <tr>
-            <td>%n</td>
-            <td>The name of the tag this URI came from</td>
-            <td>a</td>
-        </tr>
-        <tr>
-            <td>%m</td>
-            <td>The name of the attribute this URI came from</td>
-            <td>href</td>
-        </tr>
-        <tr>
-            <td>%p</td>
-            <td>The name of the CSS property this URI came from, or blank if irrelevant</td>
-            <td></td>
-        </tr>
-    </tbody>
-</table>
-<p>
-    Admittedly, these letters are somewhat arbitrary; the only stipulation
-    was that they couldn't be a through f. r is for resource (I would have preferred
-    e, but you take what you can get), n is for name, m
-    was picked because it came after n (and I couldn't use a), p is for
-    property.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt
deleted file mode 100644
index 6fce0fd..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-URI.MungeResources
-TYPE: bool
-VERSION: 3.1.1
-DEFAULT: false
---DESCRIPTION--
-<p>
-    If true, any URI munging directives like %URI.Munge
-    will also apply to embedded resources, such as <code>&lt;img src=""&gt;</code>.
-    Be careful enabling this directive if you have a redirector script
-    that does not use the <code>Location</code> HTTP header; all of your images
-    and other embedded resources will break.
-</p>
-<p>
-    <strong>Warning:</strong> It is strongly advised you use this in conjunction
-    %URI.MungeSecretKey to mitigate the security risk of an open redirector.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
deleted file mode 100644
index 0d00f62..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-URI.MungeSecretKey
-TYPE: string/null
-VERSION: 3.1.1
-DEFAULT: NULL
---DESCRIPTION--
-<p>
-    This directive enables secure checksum generation along with %URI.Munge.
-    It should be set to a secure key that is not shared with anyone else.
-    The checksum can be placed in the URI using %t. Use of this checksum
-    affords an additional level of protection by allowing a redirector
-    to check if a URI has passed through HTML Purifier with this line:
-</p>
-
-<pre>$checksum === sha1($secret_key . ':' . $url)</pre>
-
-<p>
-    If the output is TRUE, the redirector script should accept the URI.
-</p>
-
-<p>
-    Please note that it would still be possible for an attacker to procure
-    secure hashes en-mass by abusing your website's Preview feature or the
-    like, but this service affords an additional level of protection
-    that should be combined with website blacklisting.
-</p>
-
-<p>
-    Remember this has no effect if %URI.Munge is not on.
-</p>
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt b/lib/php/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
deleted file mode 100644
index 23331a4..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-URI.OverrideAllowedSchemes
-TYPE: bool
-DEFAULT: true
---DESCRIPTION--
-If this is set to true (which it is by default), you can override
-%URI.AllowedSchemes by simply registering a HTMLPurifier_URIScheme to the
-registry.  If false, you will also have to update that directive in order
-to add more schemes.
---# vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ConfigSchema/schema/info.ini b/lib/php/HTMLPurifier/ConfigSchema/schema/info.ini
deleted file mode 100644
index 5de4505..0000000
--- a/lib/php/HTMLPurifier/ConfigSchema/schema/info.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-name = "HTML Purifier"
-
-; vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ContentSets.php b/lib/php/HTMLPurifier/ContentSets.php
deleted file mode 100644
index 3b6e96f..0000000
--- a/lib/php/HTMLPurifier/ContentSets.php
+++ /dev/null
@@ -1,155 +0,0 @@
-<?php
-
-/**
- * @todo Unit test
- */
-class HTMLPurifier_ContentSets
-{
-
-    /**
-     * List of content set strings (pipe seperators) indexed by name.
-     */
-    public $info = array();
-
-    /**
-     * List of content set lookups (element => true) indexed by name.
-     * @note This is in HTMLPurifier_HTMLDefinition->info_content_sets
-     */
-    public $lookup = array();
-
-    /**
-     * Synchronized list of defined content sets (keys of info)
-     */
-    protected $keys = array();
-    /**
-     * Synchronized list of defined content values (values of info)
-     */
-    protected $values = array();
-
-    /**
-     * Merges in module's content sets, expands identifiers in the content
-     * sets and populates the keys, values and lookup member variables.
-     * @param $modules List of HTMLPurifier_HTMLModule
-     */
-    public function __construct($modules) {
-        if (!is_array($modules)) $modules = array($modules);
-        // populate content_sets based on module hints
-        // sorry, no way of overloading
-        foreach ($modules as $module_i => $module) {
-            foreach ($module->content_sets as $key => $value) {
-                $temp = $this->convertToLookup($value);
-                if (isset($this->lookup[$key])) {
-                    // add it into the existing content set
-                    $this->lookup[$key] = array_merge($this->lookup[$key], $temp);
-                } else {
-                    $this->lookup[$key] = $temp;
-                }
-            }
-        }
-        $old_lookup = false;
-        while ($old_lookup !== $this->lookup) {
-            $old_lookup = $this->lookup;
-            foreach ($this->lookup as $i => $set) {
-                $add = array();
-                foreach ($set as $element => $x) {
-                    if (isset($this->lookup[$element])) {
-                        $add += $this->lookup[$element];
-                        unset($this->lookup[$i][$element]);
-                    }
-                }
-                $this->lookup[$i] += $add;
-            }
-        }
-
-        foreach ($this->lookup as $key => $lookup) {
-            $this->info[$key] = implode(' | ', array_keys($lookup));
-        }
-        $this->keys   = array_keys($this->info);
-        $this->values = array_values($this->info);
-    }
-
-    /**
-     * Accepts a definition; generates and assigns a ChildDef for it
-     * @param $def HTMLPurifier_ElementDef reference
-     * @param $module Module that defined the ElementDef
-     */
-    public function generateChildDef(&$def, $module) {
-        if (!empty($def->child)) return; // already done!
-        $content_model = $def->content_model;
-        if (is_string($content_model)) {
-            // Assume that $this->keys is alphanumeric
-            $def->content_model = preg_replace_callback(
-                '/\b(' . implode('|', $this->keys) . ')\b/',
-                array($this, 'generateChildDefCallback'),
-                $content_model
-            );
-            //$def->content_model = str_replace(
-            //    $this->keys, $this->values, $content_model);
-        }
-        $def->child = $this->getChildDef($def, $module);
-    }
-
-    public function generateChildDefCallback($matches) {
-        return $this->info[$matches[0]];
-    }
-
-    /**
-     * Instantiates a ChildDef based on content_model and content_model_type
-     * member variables in HTMLPurifier_ElementDef
-     * @note This will also defer to modules for custom HTMLPurifier_ChildDef
-     *       subclasses that need content set expansion
-     * @param $def HTMLPurifier_ElementDef to have ChildDef extracted
-     * @return HTMLPurifier_ChildDef corresponding to ElementDef
-     */
-    public function getChildDef($def, $module) {
-        $value = $def->content_model;
-        if (is_object($value)) {
-            trigger_error(
-                'Literal object child definitions should be stored in '.
-                'ElementDef->child not ElementDef->content_model',
-                E_USER_NOTICE
-            );
-            return $value;
-        }
-        switch ($def->content_model_type) {
-            case 'required':
-                return new HTMLPurifier_ChildDef_Required($value);
-            case 'optional':
-                return new HTMLPurifier_ChildDef_Optional($value);
-            case 'empty':
-                return new HTMLPurifier_ChildDef_Empty();
-            case 'custom':
-                return new HTMLPurifier_ChildDef_Custom($value);
-        }
-        // defer to its module
-        $return = false;
-        if ($module->defines_child_def) { // save a func call
-            $return = $module->getChildDef($def);
-        }
-        if ($return !== false) return $return;
-        // error-out
-        trigger_error(
-            'Could not determine which ChildDef class to instantiate',
-            E_USER_ERROR
-        );
-        return false;
-    }
-
-    /**
-     * Converts a string list of elements separated by pipes into
-     * a lookup array.
-     * @param $string List of elements
-     * @return Lookup array of elements
-     */
-    protected function convertToLookup($string) {
-        $array = explode('|', str_replace(' ', '', $string));
-        $ret = array();
-        foreach ($array as $i => $k) {
-            $ret[$k] = true;
-        }
-        return $ret;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Context.php b/lib/php/HTMLPurifier/Context.php
deleted file mode 100644
index 9ddf0c5..0000000
--- a/lib/php/HTMLPurifier/Context.php
+++ /dev/null
@@ -1,82 +0,0 @@
-<?php
-
-/**
- * Registry object that contains information about the current context.
- * @warning Is a bit buggy when variables are set to null: it thinks
- *          they don't exist! So use false instead, please.
- * @note Since the variables Context deals with may not be objects,
- *       references are very important here! Do not remove!
- */
-class HTMLPurifier_Context
-{
-
-    /**
-     * Private array that stores the references.
-     */
-    private $_storage = array();
-
-    /**
-     * Registers a variable into the context.
-     * @param $name String name
-     * @param $ref Reference to variable to be registered
-     */
-    public function register($name, &$ref) {
-        if (isset($this->_storage[$name])) {
-            trigger_error("Name $name produces collision, cannot re-register",
-                          E_USER_ERROR);
-            return;
-        }
-        $this->_storage[$name] =& $ref;
-    }
-
-    /**
-     * Retrieves a variable reference from the context.
-     * @param $name String name
-     * @param $ignore_error Boolean whether or not to ignore error
-     */
-    public function &get($name, $ignore_error = false) {
-        if (!isset($this->_storage[$name])) {
-            if (!$ignore_error) {
-                trigger_error("Attempted to retrieve non-existent variable $name",
-                              E_USER_ERROR);
-            }
-            $var = null; // so we can return by reference
-            return $var;
-        }
-        return $this->_storage[$name];
-    }
-
-    /**
-     * Destorys a variable in the context.
-     * @param $name String name
-     */
-    public function destroy($name) {
-        if (!isset($this->_storage[$name])) {
-            trigger_error("Attempted to destroy non-existent variable $name",
-                          E_USER_ERROR);
-            return;
-        }
-        unset($this->_storage[$name]);
-    }
-
-    /**
-     * Checks whether or not the variable exists.
-     * @param $name String name
-     */
-    public function exists($name) {
-        return isset($this->_storage[$name]);
-    }
-
-    /**
-     * Loads a series of variables from an associative array
-     * @param $context_array Assoc array of variables to load
-     */
-    public function loadArray($context_array) {
-        foreach ($context_array as $key => $discard) {
-            $this->register($key, $context_array[$key]);
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Definition.php b/lib/php/HTMLPurifier/Definition.php
deleted file mode 100644
index a7408c9..0000000
--- a/lib/php/HTMLPurifier/Definition.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-
-/**
- * Super-class for definition datatype objects, implements serialization
- * functions for the class.
- */
-abstract class HTMLPurifier_Definition
-{
-
-    /**
-     * Has setup() been called yet?
-     */
-    public $setup = false;
-
-    /**
-     * What type of definition is it?
-     */
-    public $type;
-
-    /**
-     * Sets up the definition object into the final form, something
-     * not done by the constructor
-     * @param $config HTMLPurifier_Config instance
-     */
-    abstract protected function doSetup($config);
-
-    /**
-     * Setup function that aborts if already setup
-     * @param $config HTMLPurifier_Config instance
-     */
-    public function setup($config) {
-        if ($this->setup) return;
-        $this->setup = true;
-        $this->doSetup($config);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DefinitionCache.php b/lib/php/HTMLPurifier/DefinitionCache.php
deleted file mode 100644
index c6e1e38..0000000
--- a/lib/php/HTMLPurifier/DefinitionCache.php
+++ /dev/null
@@ -1,108 +0,0 @@
-<?php
-
-/**
- * Abstract class representing Definition cache managers that implements
- * useful common methods and is a factory.
- * @todo Create a separate maintenance file advanced users can use to
- *       cache their custom HTMLDefinition, which can be loaded
- *       via a configuration directive
- * @todo Implement memcached
- */
-abstract class HTMLPurifier_DefinitionCache
-{
-
-    public $type;
-
-    /**
-     * @param $name Type of definition objects this instance of the
-     *      cache will handle.
-     */
-    public function __construct($type) {
-        $this->type = $type;
-    }
-
-    /**
-     * Generates a unique identifier for a particular configuration
-     * @param Instance of HTMLPurifier_Config
-     */
-    public function generateKey($config) {
-        return $config->version . ',' . // possibly replace with function calls
-               $config->getBatchSerial($this->type) . ',' .
-               $config->get($this->type . '.DefinitionRev');
-    }
-
-    /**
-     * Tests whether or not a key is old with respect to the configuration's
-     * version and revision number.
-     * @param $key Key to test
-     * @param $config Instance of HTMLPurifier_Config to test against
-     */
-    public function isOld($key, $config) {
-        if (substr_count($key, ',') < 2) return true;
-        list($version, $hash, $revision) = explode(',', $key, 3);
-        $compare = version_compare($version, $config->version);
-        // version mismatch, is always old
-        if ($compare != 0) return true;
-        // versions match, ids match, check revision number
-        if (
-            $hash == $config->getBatchSerial($this->type) &&
-            $revision < $config->get($this->type . '.DefinitionRev')
-        ) return true;
-        return false;
-    }
-
-    /**
-     * Checks if a definition's type jives with the cache's type
-     * @note Throws an error on failure
-     * @param $def Definition object to check
-     * @return Boolean true if good, false if not
-     */
-    public function checkDefType($def) {
-        if ($def->type !== $this->type) {
-            trigger_error("Cannot use definition of type {$def->type} in cache for {$this->type}");
-            return false;
-        }
-        return true;
-    }
-
-    /**
-     * Adds a definition object to the cache
-     */
-    abstract public function add($def, $config);
-
-    /**
-     * Unconditionally saves a definition object to the cache
-     */
-    abstract public function set($def, $config);
-
-    /**
-     * Replace an object in the cache
-     */
-    abstract public function replace($def, $config);
-
-    /**
-     * Retrieves a definition object from the cache
-     */
-    abstract public function get($config);
-
-    /**
-     * Removes a definition object to the cache
-     */
-    abstract public function remove($config);
-
-    /**
-     * Clears all objects from cache
-     */
-    abstract public function flush($config);
-
-    /**
-     * Clears all expired (older version or revision) objects from cache
-     * @note Be carefuly implementing this method as flush. Flush must
-     *       not interfere with other Definition types, and cleanup()
-     *       should not be repeatedly called by userland code.
-     */
-    abstract public function cleanup($config);
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DefinitionCache/Decorator.php b/lib/php/HTMLPurifier/DefinitionCache/Decorator.php
deleted file mode 100644
index b0fb6d0..0000000
--- a/lib/php/HTMLPurifier/DefinitionCache/Decorator.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<?php
-
-class HTMLPurifier_DefinitionCache_Decorator extends HTMLPurifier_DefinitionCache
-{
-
-    /**
-     * Cache object we are decorating
-     */
-    public $cache;
-
-    public function __construct() {}
-
-    /**
-     * Lazy decorator function
-     * @param $cache Reference to cache object to decorate
-     */
-    public function decorate(&$cache) {
-        $decorator = $this->copy();
-        // reference is necessary for mocks in PHP 4
-        $decorator->cache =& $cache;
-        $decorator->type  = $cache->type;
-        return $decorator;
-    }
-
-    /**
-     * Cross-compatible clone substitute
-     */
-    public function copy() {
-        return new HTMLPurifier_DefinitionCache_Decorator();
-    }
-
-    public function add($def, $config) {
-        return $this->cache->add($def, $config);
-    }
-
-    public function set($def, $config) {
-        return $this->cache->set($def, $config);
-    }
-
-    public function replace($def, $config) {
-        return $this->cache->replace($def, $config);
-    }
-
-    public function get($config) {
-        return $this->cache->get($config);
-    }
-
-    public function remove($config) {
-        return $this->cache->remove($config);
-    }
-
-    public function flush($config) {
-        return $this->cache->flush($config);
-    }
-
-    public function cleanup($config) {
-        return $this->cache->cleanup($config);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php b/lib/php/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php
deleted file mode 100644
index d4cc35c..0000000
--- a/lib/php/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-
-/**
- * Definition cache decorator class that cleans up the cache
- * whenever there is a cache miss.
- */
-class HTMLPurifier_DefinitionCache_Decorator_Cleanup extends
-      HTMLPurifier_DefinitionCache_Decorator
-{
-
-    public $name = 'Cleanup';
-
-    public function copy() {
-        return new HTMLPurifier_DefinitionCache_Decorator_Cleanup();
-    }
-
-    public function add($def, $config) {
-        $status = parent::add($def, $config);
-        if (!$status) parent::cleanup($config);
-        return $status;
-    }
-
-    public function set($def, $config) {
-        $status = parent::set($def, $config);
-        if (!$status) parent::cleanup($config);
-        return $status;
-    }
-
-    public function replace($def, $config) {
-        $status = parent::replace($def, $config);
-        if (!$status) parent::cleanup($config);
-        return $status;
-    }
-
-    public function get($config) {
-        $ret = parent::get($config);
-        if (!$ret) parent::cleanup($config);
-        return $ret;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DefinitionCache/Decorator/Memory.php b/lib/php/HTMLPurifier/DefinitionCache/Decorator/Memory.php
deleted file mode 100644
index 18f16d3..0000000
--- a/lib/php/HTMLPurifier/DefinitionCache/Decorator/Memory.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-
-/**
- * Definition cache decorator class that saves all cache retrievals
- * to PHP's memory; good for unit tests or circumstances where
- * there are lots of configuration objects floating around.
- */
-class HTMLPurifier_DefinitionCache_Decorator_Memory extends
-      HTMLPurifier_DefinitionCache_Decorator
-{
-
-    protected $definitions;
-    public $name = 'Memory';
-
-    public function copy() {
-        return new HTMLPurifier_DefinitionCache_Decorator_Memory();
-    }
-
-    public function add($def, $config) {
-        $status = parent::add($def, $config);
-        if ($status) $this->definitions[$this->generateKey($config)] = $def;
-        return $status;
-    }
-
-    public function set($def, $config) {
-        $status = parent::set($def, $config);
-        if ($status) $this->definitions[$this->generateKey($config)] = $def;
-        return $status;
-    }
-
-    public function replace($def, $config) {
-        $status = parent::replace($def, $config);
-        if ($status) $this->definitions[$this->generateKey($config)] = $def;
-        return $status;
-    }
-
-    public function get($config) {
-        $key = $this->generateKey($config);
-        if (isset($this->definitions[$key])) return $this->definitions[$key];
-        $this->definitions[$key] = parent::get($config);
-        return $this->definitions[$key];
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DefinitionCache/Decorator/Template.php.in b/lib/php/HTMLPurifier/DefinitionCache/Decorator/Template.php.in
deleted file mode 100644
index 21a8fcf..0000000
--- a/lib/php/HTMLPurifier/DefinitionCache/Decorator/Template.php.in
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-
-require_once 'HTMLPurifier/DefinitionCache/Decorator.php';
-
-/**
- * Definition cache decorator template.
- */
-class HTMLPurifier_DefinitionCache_Decorator_Template extends
-      HTMLPurifier_DefinitionCache_Decorator
-{
-
-    var $name = 'Template'; // replace this
-
-    function copy() {
-        // replace class name with yours
-        return new HTMLPurifier_DefinitionCache_Decorator_Template();
-    }
-
-    // remove methods you don't need
-
-    function add($def, $config) {
-        return parent::add($def, $config);
-    }
-
-    function set($def, $config) {
-        return parent::set($def, $config);
-    }
-
-    function replace($def, $config) {
-        return parent::replace($def, $config);
-    }
-
-    function get($config) {
-        return parent::get($config);
-    }
-
-    function flush() {
-        return parent::flush();
-    }
-
-    function cleanup($config) {
-        return parent::cleanup($config);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DefinitionCache/Null.php b/lib/php/HTMLPurifier/DefinitionCache/Null.php
deleted file mode 100644
index 41d97e7..0000000
--- a/lib/php/HTMLPurifier/DefinitionCache/Null.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-
-/**
- * Null cache object to use when no caching is on.
- */
-class HTMLPurifier_DefinitionCache_Null extends HTMLPurifier_DefinitionCache
-{
-
-    public function add($def, $config) {
-        return false;
-    }
-
-    public function set($def, $config) {
-        return false;
-    }
-
-    public function replace($def, $config) {
-        return false;
-    }
-
-    public function remove($config) {
-        return false;
-    }
-
-    public function get($config) {
-        return false;
-    }
-
-    public function flush($config) {
-        return false;
-    }
-
-    public function cleanup($config) {
-        return false;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DefinitionCache/Serializer.php b/lib/php/HTMLPurifier/DefinitionCache/Serializer.php
deleted file mode 100644
index 7a6aa93..0000000
--- a/lib/php/HTMLPurifier/DefinitionCache/Serializer.php
+++ /dev/null
@@ -1,172 +0,0 @@
-<?php
-
-class HTMLPurifier_DefinitionCache_Serializer extends
-      HTMLPurifier_DefinitionCache
-{
-
-    public function add($def, $config) {
-        if (!$this->checkDefType($def)) return;
-        $file = $this->generateFilePath($config);
-        if (file_exists($file)) return false;
-        if (!$this->_prepareDir($config)) return false;
-        return $this->_write($file, serialize($def));
-    }
-
-    public function set($def, $config) {
-        if (!$this->checkDefType($def)) return;
-        $file = $this->generateFilePath($config);
-        if (!$this->_prepareDir($config)) return false;
-        return $this->_write($file, serialize($def));
-    }
-
-    public function replace($def, $config) {
-        if (!$this->checkDefType($def)) return;
-        $file = $this->generateFilePath($config);
-        if (!file_exists($file)) return false;
-        if (!$this->_prepareDir($config)) return false;
-        return $this->_write($file, serialize($def));
-    }
-
-    public function get($config) {
-        $file = $this->generateFilePath($config);
-        if (!file_exists($file)) return false;
-        return unserialize(file_get_contents($file));
-    }
-
-    public function remove($config) {
-        $file = $this->generateFilePath($config);
-        if (!file_exists($file)) return false;
-        return unlink($file);
-    }
-
-    public function flush($config) {
-        if (!$this->_prepareDir($config)) return false;
-        $dir = $this->generateDirectoryPath($config);
-        $dh  = opendir($dir);
-        while (false !== ($filename = readdir($dh))) {
-            if (empty($filename)) continue;
-            if ($filename[0] === '.') continue;
-            unlink($dir . '/' . $filename);
-        }
-    }
-
-    public function cleanup($config) {
-        if (!$this->_prepareDir($config)) return false;
-        $dir = $this->generateDirectoryPath($config);
-        $dh  = opendir($dir);
-        while (false !== ($filename = readdir($dh))) {
-            if (empty($filename)) continue;
-            if ($filename[0] === '.') continue;
-            $key = substr($filename, 0, strlen($filename) - 4);
-            if ($this->isOld($key, $config)) unlink($dir . '/' . $filename);
-        }
-    }
-
-    /**
-     * Generates the file path to the serial file corresponding to
-     * the configuration and definition name
-     * @todo Make protected
-     */
-    public function generateFilePath($config) {
-        $key = $this->generateKey($config);
-        return $this->generateDirectoryPath($config) . '/' . $key . '.ser';
-    }
-
-    /**
-     * Generates the path to the directory contain this cache's serial files
-     * @note No trailing slash
-     * @todo Make protected
-     */
-    public function generateDirectoryPath($config) {
-        $base = $this->generateBaseDirectoryPath($config);
-        return $base . '/' . $this->type;
-    }
-
-    /**
-     * Generates path to base directory that contains all definition type
-     * serials
-     * @todo Make protected
-     */
-    public function generateBaseDirectoryPath($config) {
-        $base = $config->get('Cache.SerializerPath');
-        $base = is_null($base) ? HTMLPURIFIER_PREFIX . '/HTMLPurifier/DefinitionCache/Serializer' : $base;
-        return $base;
-    }
-
-    /**
-     * Convenience wrapper function for file_put_contents
-     * @param $file File name to write to
-     * @param $data Data to write into file
-     * @return Number of bytes written if success, or false if failure.
-     */
-    private function _write($file, $data) {
-        return file_put_contents($file, $data);
-    }
-
-    /**
-     * Prepares the directory that this type stores the serials in
-     * @return True if successful
-     */
-    private function _prepareDir($config) {
-        $directory = $this->generateDirectoryPath($config);
-        if (!is_dir($directory)) {
-            $base = $this->generateBaseDirectoryPath($config);
-            if (!is_dir($base)) {
-                trigger_error('Base directory '.$base.' does not exist,
-                    please create or change using %Cache.SerializerPath',
-                    E_USER_WARNING);
-                return false;
-            } elseif (!$this->_testPermissions($base)) {
-                return false;
-            }
-            $old = umask(0022); // disable group and world writes
-            mkdir($directory);
-            umask($old);
-        } elseif (!$this->_testPermissions($directory)) {
-            return false;
-        }
-        return true;
-    }
-
-    /**
-     * Tests permissions on a directory and throws out friendly
-     * error messages and attempts to chmod it itself if possible
-     */
-    private function _testPermissions($dir) {
-        // early abort, if it is writable, everything is hunky-dory
-        if (is_writable($dir)) return true;
-        if (!is_dir($dir)) {
-            // generally, you'll want to handle this beforehand
-            // so a more specific error message can be given
-            trigger_error('Directory '.$dir.' does not exist',
-                E_USER_WARNING);
-            return false;
-        }
-        if (function_exists('posix_getuid')) {
-            // POSIX system, we can give more specific advice
-            if (fileowner($dir) === posix_getuid()) {
-                // we can chmod it ourselves
-                chmod($dir, 0755);
-                return true;
-            } elseif (filegroup($dir) === posix_getgid()) {
-                $chmod = '775';
-            } else {
-                // PHP's probably running as nobody, so we'll
-                // need to give global permissions
-                $chmod = '777';
-            }
-            trigger_error('Directory '.$dir.' not writable, '.
-                'please chmod to ' . $chmod,
-                E_USER_WARNING);
-        } else {
-            // generic error message
-            trigger_error('Directory '.$dir.' not writable, '.
-                'please alter file permissions',
-                E_USER_WARNING);
-        }
-        return false;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DefinitionCache/Serializer/README b/lib/php/HTMLPurifier/DefinitionCache/Serializer/README
deleted file mode 100644
index 2e35c1c..0000000
--- a/lib/php/HTMLPurifier/DefinitionCache/Serializer/README
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a dummy file to prevent Git from ignoring this empty directory.
-
-    vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DefinitionCacheFactory.php b/lib/php/HTMLPurifier/DefinitionCacheFactory.php
deleted file mode 100644
index a6ead62..0000000
--- a/lib/php/HTMLPurifier/DefinitionCacheFactory.php
+++ /dev/null
@@ -1,91 +0,0 @@
-<?php
-
-/**
- * Responsible for creating definition caches.
- */
-class HTMLPurifier_DefinitionCacheFactory
-{
-
-    protected $caches = array('Serializer' => array());
-    protected $implementations = array();
-    protected $decorators = array();
-
-    /**
-     * Initialize default decorators
-     */
-    public function setup() {
-        $this->addDecorator('Cleanup');
-    }
-
-    /**
-     * Retrieves an instance of global definition cache factory.
-     */
-    public static function instance($prototype = null) {
-        static $instance;
-        if ($prototype !== null) {
-            $instance = $prototype;
-        } elseif ($instance === null || $prototype === true) {
-            $instance = new HTMLPurifier_DefinitionCacheFactory();
-            $instance->setup();
-        }
-        return $instance;
-    }
-
-    /**
-     * Registers a new definition cache object
-     * @param $short Short name of cache object, for reference
-     * @param $long Full class name of cache object, for construction
-     */
-    public function register($short, $long) {
-        $this->implementations[$short] = $long;
-    }
-
-    /**
-     * Factory method that creates a cache object based on configuration
-     * @param $name Name of definitions handled by cache
-     * @param $config Instance of HTMLPurifier_Config
-     */
-    public function create($type, $config) {
-        $method = $config->get('Cache.DefinitionImpl');
-        if ($method === null) {
-            return new HTMLPurifier_DefinitionCache_Null($type);
-        }
-        if (!empty($this->caches[$method][$type])) {
-            return $this->caches[$method][$type];
-        }
-        if (
-          isset($this->implementations[$method]) &&
-          class_exists($class = $this->implementations[$method], false)
-        ) {
-            $cache = new $class($type);
-        } else {
-            if ($method != 'Serializer') {
-                trigger_error("Unrecognized DefinitionCache $method, using Serializer instead", E_USER_WARNING);
-            }
-            $cache = new HTMLPurifier_DefinitionCache_Serializer($type);
-        }
-        foreach ($this->decorators as $decorator) {
-            $new_cache = $decorator->decorate($cache);
-            // prevent infinite recursion in PHP 4
-            unset($cache);
-            $cache = $new_cache;
-        }
-        $this->caches[$method][$type] = $cache;
-        return $this->caches[$method][$type];
-    }
-
-    /**
-     * Registers a decorator to add to all new cache objects
-     * @param
-     */
-    public function addDecorator($decorator) {
-        if (is_string($decorator)) {
-            $class = "HTMLPurifier_DefinitionCache_Decorator_$decorator";
-            $decorator = new $class;
-        }
-        $this->decorators[$decorator->name] = $decorator;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Doctype.php b/lib/php/HTMLPurifier/Doctype.php
deleted file mode 100644
index 1e3c574..0000000
--- a/lib/php/HTMLPurifier/Doctype.php
+++ /dev/null
@@ -1,60 +0,0 @@
-<?php
-
-/**
- * Represents a document type, contains information on which modules
- * need to be loaded.
- * @note This class is inspected by Printer_HTMLDefinition->renderDoctype.
- *       If structure changes, please update that function.
- */
-class HTMLPurifier_Doctype
-{
-    /**
-     * Full name of doctype
-     */
-    public $name;
-
-    /**
-     * List of standard modules (string identifiers or literal objects)
-     * that this doctype uses
-     */
-    public $modules = array();
-
-    /**
-     * List of modules to use for tidying up code
-     */
-    public $tidyModules = array();
-
-    /**
-     * Is the language derived from XML (i.e. XHTML)?
-     */
-    public $xml = true;
-
-    /**
-     * List of aliases for this doctype
-     */
-    public $aliases = array();
-
-    /**
-     * Public DTD identifier
-     */
-    public $dtdPublic;
-
-    /**
-     * System DTD identifier
-     */
-    public $dtdSystem;
-
-    public function __construct($name = null, $xml = true, $modules = array(),
-        $tidyModules = array(), $aliases = array(), $dtd_public = null, $dtd_system = null
-    ) {
-        $this->name         = $name;
-        $this->xml          = $xml;
-        $this->modules      = $modules;
-        $this->tidyModules  = $tidyModules;
-        $this->aliases      = $aliases;
-        $this->dtdPublic    = $dtd_public;
-        $this->dtdSystem    = $dtd_system;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/DoctypeRegistry.php b/lib/php/HTMLPurifier/DoctypeRegistry.php
deleted file mode 100644
index 86049e9..0000000
--- a/lib/php/HTMLPurifier/DoctypeRegistry.php
+++ /dev/null
@@ -1,103 +0,0 @@
-<?php
-
-class HTMLPurifier_DoctypeRegistry
-{
-
-    /**
-     * Hash of doctype names to doctype objects
-     */
-    protected $doctypes;
-
-    /**
-     * Lookup table of aliases to real doctype names
-     */
-    protected $aliases;
-
-    /**
-     * Registers a doctype to the registry
-     * @note Accepts a fully-formed doctype object, or the
-     *       parameters for constructing a doctype object
-     * @param $doctype Name of doctype or literal doctype object
-     * @param $modules Modules doctype will load
-     * @param $modules_for_modes Modules doctype will load for certain modes
-     * @param $aliases Alias names for doctype
-     * @return Editable registered doctype
-     */
-    public function register($doctype, $xml = true, $modules = array(),
-        $tidy_modules = array(), $aliases = array(), $dtd_public = null, $dtd_system = null
-    ) {
-        if (!is_array($modules)) $modules = array($modules);
-        if (!is_array($tidy_modules)) $tidy_modules = array($tidy_modules);
-        if (!is_array($aliases)) $aliases = array($aliases);
-        if (!is_object($doctype)) {
-            $doctype = new HTMLPurifier_Doctype(
-                $doctype, $xml, $modules, $tidy_modules, $aliases, $dtd_public, $dtd_system
-            );
-        }
-        $this->doctypes[$doctype->name] = $doctype;
-        $name = $doctype->name;
-        // hookup aliases
-        foreach ($doctype->aliases as $alias) {
-            if (isset($this->doctypes[$alias])) continue;
-            $this->aliases[$alias] = $name;
-        }
-        // remove old aliases
-        if (isset($this->aliases[$name])) unset($this->aliases[$name]);
-        return $doctype;
-    }
-
-    /**
-     * Retrieves reference to a doctype of a certain name
-     * @note This function resolves aliases
-     * @note When possible, use the more fully-featured make()
-     * @param $doctype Name of doctype
-     * @return Editable doctype object
-     */
-    public function get($doctype) {
-        if (isset($this->aliases[$doctype])) $doctype = $this->aliases[$doctype];
-        if (!isset($this->doctypes[$doctype])) {
-            trigger_error('Doctype ' . htmlspecialchars($doctype) . ' does not exist', E_USER_ERROR);
-            $anon = new HTMLPurifier_Doctype($doctype);
-            return $anon;
-        }
-        return $this->doctypes[$doctype];
-    }
-
-    /**
-     * Creates a doctype based on a configuration object,
-     * will perform initialization on the doctype
-     * @note Use this function to get a copy of doctype that config
-     *       can hold on to (this is necessary in order to tell
-     *       Generator whether or not the current document is XML
-     *       based or not).
-     */
-    public function make($config) {
-        return clone $this->get($this->getDoctypeFromConfig($config));
-    }
-
-    /**
-     * Retrieves the doctype from the configuration object
-     */
-    public function getDoctypeFromConfig($config) {
-        // recommended test
-        $doctype = $config->get('HTML.Doctype');
-        if (!empty($doctype)) return $doctype;
-        $doctype = $config->get('HTML.CustomDoctype');
-        if (!empty($doctype)) return $doctype;
-        // backwards-compatibility
-        if ($config->get('HTML.XHTML')) {
-            $doctype = 'XHTML 1.0';
-        } else {
-            $doctype = 'HTML 4.01';
-        }
-        if ($config->get('HTML.Strict')) {
-            $doctype .= ' Strict';
-        } else {
-            $doctype .= ' Transitional';
-        }
-        return $doctype;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ElementDef.php b/lib/php/HTMLPurifier/ElementDef.php
deleted file mode 100644
index aede2c3..0000000
--- a/lib/php/HTMLPurifier/ElementDef.php
+++ /dev/null
@@ -1,176 +0,0 @@
-<?php
-
-/**
- * Structure that stores an HTML element definition. Used by
- * HTMLPurifier_HTMLDefinition and HTMLPurifier_HTMLModule.
- * @note This class is inspected by HTMLPurifier_Printer_HTMLDefinition.
- *       Please update that class too.
- * @warning If you add new properties to this class, you MUST update
- *          the mergeIn() method.
- */
-class HTMLPurifier_ElementDef
-{
-
-    /**
-     * Does the definition work by itself, or is it created solely
-     * for the purpose of merging into another definition?
-     */
-    public $standalone = true;
-
-    /**
-     * Associative array of attribute name to HTMLPurifier_AttrDef
-     * @note Before being processed by HTMLPurifier_AttrCollections
-     *       when modules are finalized during
-     *       HTMLPurifier_HTMLDefinition->setup(), this array may also
-     *       contain an array at index 0 that indicates which attribute
-     *       collections to load into the full array. It may also
-     *       contain string indentifiers in lieu of HTMLPurifier_AttrDef,
-     *       see HTMLPurifier_AttrTypes on how they are expanded during
-     *       HTMLPurifier_HTMLDefinition->setup() processing.
-     */
-    public $attr = array();
-
-    /**
-     * Indexed list of tag's HTMLPurifier_AttrTransform to be done before validation
-     */
-    public $attr_transform_pre = array();
-
-    /**
-     * Indexed list of tag's HTMLPurifier_AttrTransform to be done after validation
-     */
-    public $attr_transform_post = array();
-
-    /**
-     * HTMLPurifier_ChildDef of this tag.
-     */
-    public $child;
-
-    /**
-     * Abstract string representation of internal ChildDef rules. See
-     * HTMLPurifier_ContentSets for how this is parsed and then transformed
-     * into an HTMLPurifier_ChildDef.
-     * @warning This is a temporary variable that is not available after
-     *      being processed by HTMLDefinition
-     */
-    public $content_model;
-
-    /**
-     * Value of $child->type, used to determine which ChildDef to use,
-     * used in combination with $content_model.
-     * @warning This must be lowercase
-     * @warning This is a temporary variable that is not available after
-     *      being processed by HTMLDefinition
-     */
-    public $content_model_type;
-
-
-
-    /**
-     * Does the element have a content model (#PCDATA | Inline)*? This
-     * is important for chameleon ins and del processing in
-     * HTMLPurifier_ChildDef_Chameleon. Dynamically set: modules don't
-     * have to worry about this one.
-     */
-    public $descendants_are_inline = false;
-
-    /**
-     * List of the names of required attributes this element has. Dynamically
-     * populated by HTMLPurifier_HTMLDefinition::getElement
-     */
-    public $required_attr = array();
-
-    /**
-     * Lookup table of tags excluded from all descendants of this tag.
-     * @note SGML permits exclusions for all descendants, but this is
-     *       not possible with DTDs or XML Schemas. W3C has elected to
-     *       use complicated compositions of content_models to simulate
-     *       exclusion for children, but we go the simpler, SGML-style
-     *       route of flat-out exclusions, which correctly apply to
-     *       all descendants and not just children. Note that the XHTML
-     *       Modularization Abstract Modules are blithely unaware of such
-     *       distinctions.
-     */
-    public $excludes = array();
-
-    /**
-     * This tag is explicitly auto-closed by the following tags.
-     */
-    public $autoclose = array();
-
-    /**
-     * Whether or not this is a formatting element affected by the
-     * "Active Formatting Elements" algorithm.
-     */
-    public $formatting;
-
-    /**
-     * Low-level factory constructor for creating new standalone element defs
-     */
-    public static function create($content_model, $content_model_type, $attr) {
-        $def = new HTMLPurifier_ElementDef();
-        $def->content_model = $content_model;
-        $def->content_model_type = $content_model_type;
-        $def->attr = $attr;
-        return $def;
-    }
-
-    /**
-     * Merges the values of another element definition into this one.
-     * Values from the new element def take precedence if a value is
-     * not mergeable.
-     */
-    public function mergeIn($def) {
-
-        // later keys takes precedence
-        foreach($def->attr as $k => $v) {
-            if ($k === 0) {
-                // merge in the includes
-                // sorry, no way to override an include
-                foreach ($v as $v2) {
-                    $this->attr[0][] = $v2;
-                }
-                continue;
-            }
-            if ($v === false) {
-                if (isset($this->attr[$k])) unset($this->attr[$k]);
-                continue;
-            }
-            $this->attr[$k] = $v;
-        }
-        $this->_mergeAssocArray($this->attr_transform_pre, $def->attr_transform_pre);
-        $this->_mergeAssocArray($this->attr_transform_post, $def->attr_transform_post);
-        $this->_mergeAssocArray($this->excludes, $def->excludes);
-
-        if(!empty($def->content_model)) {
-            $this->content_model =
-                str_replace("#SUPER", $this->content_model, $def->content_model);
-            $this->child = false;
-        }
-        if(!empty($def->content_model_type)) {
-            $this->content_model_type = $def->content_model_type;
-            $this->child = false;
-        }
-        if(!is_null($def->child)) $this->child = $def->child;
-        if(!is_null($def->formatting)) $this->formatting = $def->formatting;
-        if($def->descendants_are_inline) $this->descendants_are_inline = $def->descendants_are_inline;
-
-    }
-
-    /**
-     * Merges one array into another, removes values which equal false
-     * @param $a1 Array by reference that is merged into
-     * @param $a2 Array that merges into $a1
-     */
-    private function _mergeAssocArray(&$a1, $a2) {
-        foreach ($a2 as $k => $v) {
-            if ($v === false) {
-                if (isset($a1[$k])) unset($a1[$k]);
-                continue;
-            }
-            $a1[$k] = $v;
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Encoder.php b/lib/php/HTMLPurifier/Encoder.php
deleted file mode 100644
index 2b3140c..0000000
--- a/lib/php/HTMLPurifier/Encoder.php
+++ /dev/null
@@ -1,426 +0,0 @@
-<?php
-
-/**
- * A UTF-8 specific character encoder that handles cleaning and transforming.
- * @note All functions in this class should be static.
- */
-class HTMLPurifier_Encoder
-{
-
-    /**
-     * Constructor throws fatal error if you attempt to instantiate class
-     */
-    private function __construct() {
-        trigger_error('Cannot instantiate encoder, call methods statically', E_USER_ERROR);
-    }
-
-    /**
-     * Error-handler that mutes errors, alternative to shut-up operator.
-     */
-    public static function muteErrorHandler() {}
-
-    /**
-     * Cleans a UTF-8 string for well-formedness and SGML validity
-     *
-     * It will parse according to UTF-8 and return a valid UTF8 string, with
-     * non-SGML codepoints excluded.
-     *
-     * @note Just for reference, the non-SGML code points are 0 to 31 and
-     *       127 to 159, inclusive.  However, we allow code points 9, 10
-     *       and 13, which are the tab, line feed and carriage return
-     *       respectively. 128 and above the code points map to multibyte
-     *       UTF-8 representations.
-     *
-     * @note Fallback code adapted from utf8ToUnicode by Henri Sivonen and
-     *       hsivonen@iki.fi at <http://iki.fi/hsivonen/php-utf8/> under the
-     *       LGPL license.  Notes on what changed are inside, but in general,
-     *       the original code transformed UTF-8 text into an array of integer
-     *       Unicode codepoints. Understandably, transforming that back to
-     *       a string would be somewhat expensive, so the function was modded to
-     *       directly operate on the string.  However, this discourages code
-     *       reuse, and the logic enumerated here would be useful for any
-     *       function that needs to be able to understand UTF-8 characters.
-     *       As of right now, only smart lossless character encoding converters
-     *       would need that, and I'm probably not going to implement them.
-     *       Once again, PHP 6 should solve all our problems.
-     */
-    public static function cleanUTF8($str, $force_php = false) {
-
-        // UTF-8 validity is checked since PHP 4.3.5
-        // This is an optimization: if the string is already valid UTF-8, no
-        // need to do PHP stuff. 99% of the time, this will be the case.
-        // The regexp matches the XML char production, as well as well as excluding
-        // non-SGML codepoints U+007F to U+009F
-        if (preg_match('/^[\x{9}\x{A}\x{D}\x{20}-\x{7E}\x{A0}-\x{D7FF}\x{E000}-\x{FFFD}\x{10000}-\x{10FFFF}]*$/Du', $str)) {
-            return $str;
-        }
-
-        $mState = 0; // cached expected number of octets after the current octet
-                     // until the beginning of the next UTF8 character sequence
-        $mUcs4  = 0; // cached Unicode character
-        $mBytes = 1; // cached expected number of octets in the current sequence
-
-        // original code involved an $out that was an array of Unicode
-        // codepoints.  Instead of having to convert back into UTF-8, we've
-        // decided to directly append valid UTF-8 characters onto a string
-        // $out once they're done.  $char accumulates raw bytes, while $mUcs4
-        // turns into the Unicode code point, so there's some redundancy.
-
-        $out = '';
-        $char = '';
-
-        $len = strlen($str);
-        for($i = 0; $i < $len; $i++) {
-            $in = ord($str{$i});
-            $char .= $str[$i]; // append byte to char
-            if (0 == $mState) {
-                // When mState is zero we expect either a US-ASCII character
-                // or a multi-octet sequence.
-                if (0 == (0x80 & ($in))) {
-                    // US-ASCII, pass straight through.
-                    if (($in <= 31 || $in == 127) &&
-                        !($in == 9 || $in == 13 || $in == 10) // save \r\t\n
-                    ) {
-                        // control characters, remove
-                    } else {
-                        $out .= $char;
-                    }
-                    // reset
-                    $char = '';
-                    $mBytes = 1;
-                } elseif (0xC0 == (0xE0 & ($in))) {
-                    // First octet of 2 octet sequence
-                    $mUcs4 = ($in);
-                    $mUcs4 = ($mUcs4 & 0x1F) << 6;
-                    $mState = 1;
-                    $mBytes = 2;
-                } elseif (0xE0 == (0xF0 & ($in))) {
-                    // First octet of 3 octet sequence
-                    $mUcs4 = ($in);
-                    $mUcs4 = ($mUcs4 & 0x0F) << 12;
-                    $mState = 2;
-                    $mBytes = 3;
-                } elseif (0xF0 == (0xF8 & ($in))) {
-                    // First octet of 4 octet sequence
-                    $mUcs4 = ($in);
-                    $mUcs4 = ($mUcs4 & 0x07) << 18;
-                    $mState = 3;
-                    $mBytes = 4;
-                } elseif (0xF8 == (0xFC & ($in))) {
-                    // First octet of 5 octet sequence.
-                    //
-                    // This is illegal because the encoded codepoint must be
-                    // either:
-                    // (a) not the shortest form or
-                    // (b) outside the Unicode range of 0-0x10FFFF.
-                    // Rather than trying to resynchronize, we will carry on
-                    // until the end of the sequence and let the later error
-                    // handling code catch it.
-                    $mUcs4 = ($in);
-                    $mUcs4 = ($mUcs4 & 0x03) << 24;
-                    $mState = 4;
-                    $mBytes = 5;
-                } elseif (0xFC == (0xFE & ($in))) {
-                    // First octet of 6 octet sequence, see comments for 5
-                    // octet sequence.
-                    $mUcs4 = ($in);
-                    $mUcs4 = ($mUcs4 & 1) << 30;
-                    $mState = 5;
-                    $mBytes = 6;
-                } else {
-                    // Current octet is neither in the US-ASCII range nor a
-                    // legal first octet of a multi-octet sequence.
-                    $mState = 0;
-                    $mUcs4  = 0;
-                    $mBytes = 1;
-                    $char = '';
-                }
-            } else {
-                // When mState is non-zero, we expect a continuation of the
-                // multi-octet sequence
-                if (0x80 == (0xC0 & ($in))) {
-                    // Legal continuation.
-                    $shift = ($mState - 1) * 6;
-                    $tmp = $in;
-                    $tmp = ($tmp & 0x0000003F) << $shift;
-                    $mUcs4 |= $tmp;
-
-                    if (0 == --$mState) {
-                        // End of the multi-octet sequence. mUcs4 now contains
-                        // the final Unicode codepoint to be output
-
-                        // Check for illegal sequences and codepoints.
-
-                        // From Unicode 3.1, non-shortest form is illegal
-                        if (((2 == $mBytes) && ($mUcs4 < 0x0080)) ||
-                            ((3 == $mBytes) && ($mUcs4 < 0x0800)) ||
-                            ((4 == $mBytes) && ($mUcs4 < 0x10000)) ||
-                            (4 < $mBytes) ||
-                            // From Unicode 3.2, surrogate characters = illegal
-                            (($mUcs4 & 0xFFFFF800) == 0xD800) ||
-                            // Codepoints outside the Unicode range are illegal
-                            ($mUcs4 > 0x10FFFF)
-                        ) {
-
-                        } elseif (0xFEFF != $mUcs4 && // omit BOM
-                            // check for valid Char unicode codepoints
-                            (
-                                0x9 == $mUcs4 ||
-                                0xA == $mUcs4 ||
-                                0xD == $mUcs4 ||
-                                (0x20 <= $mUcs4 && 0x7E >= $mUcs4) ||
-                                // 7F-9F is not strictly prohibited by XML,
-                                // but it is non-SGML, and thus we don't allow it
-                                (0xA0 <= $mUcs4 && 0xD7FF >= $mUcs4) ||
-                                (0x10000 <= $mUcs4 && 0x10FFFF >= $mUcs4)
-                            )
-                        ) {
-                            $out .= $char;
-                        }
-                        // initialize UTF8 cache (reset)
-                        $mState = 0;
-                        $mUcs4  = 0;
-                        $mBytes = 1;
-                        $char = '';
-                    }
-                } else {
-                    // ((0xC0 & (*in) != 0x80) && (mState != 0))
-                    // Incomplete multi-octet sequence.
-                    // used to result in complete fail, but we'll reset
-                    $mState = 0;
-                    $mUcs4  = 0;
-                    $mBytes = 1;
-                    $char ='';
-                }
-            }
-        }
-        return $out;
-    }
-
-    /**
-     * Translates a Unicode codepoint into its corresponding UTF-8 character.
-     * @note Based on Feyd's function at
-     *       <http://forums.devnetwork.net/viewtopic.php?p=191404#191404>,
-     *       which is in public domain.
-     * @note While we're going to do code point parsing anyway, a good
-     *       optimization would be to refuse to translate code points that
-     *       are non-SGML characters.  However, this could lead to duplication.
-     * @note This is very similar to the unichr function in
-     *       maintenance/generate-entity-file.php (although this is superior,
-     *       due to its sanity checks).
-     */
-
-    // +----------+----------+----------+----------+
-    // | 33222222 | 22221111 | 111111   |          |
-    // | 10987654 | 32109876 | 54321098 | 76543210 | bit
-    // +----------+----------+----------+----------+
-    // |          |          |          | 0xxxxxxx | 1 byte 0x00000000..0x0000007F
-    // |          |          | 110yyyyy | 10xxxxxx | 2 byte 0x00000080..0x000007FF
-    // |          | 1110zzzz | 10yyyyyy | 10xxxxxx | 3 byte 0x00000800..0x0000FFFF
-    // | 11110www | 10wwzzzz | 10yyyyyy | 10xxxxxx | 4 byte 0x00010000..0x0010FFFF
-    // +----------+----------+----------+----------+
-    // | 00000000 | 00011111 | 11111111 | 11111111 | Theoretical upper limit of legal scalars: 2097151 (0x001FFFFF)
-    // | 00000000 | 00010000 | 11111111 | 11111111 | Defined upper limit of legal scalar codes
-    // +----------+----------+----------+----------+
-
-    public static function unichr($code) {
-        if($code > 1114111 or $code < 0 or
-          ($code >= 55296 and $code <= 57343) ) {
-            // bits are set outside the "valid" range as defined
-            // by UNICODE 4.1.0
-            return '';
-        }
-
-        $x = $y = $z = $w = 0;
-        if ($code < 128) {
-            // regular ASCII character
-            $x = $code;
-        } else {
-            // set up bits for UTF-8
-            $x = ($code & 63) | 128;
-            if ($code < 2048) {
-                $y = (($code & 2047) >> 6) | 192;
-            } else {
-                $y = (($code & 4032) >> 6) | 128;
-                if($code < 65536) {
-                    $z = (($code >> 12) & 15) | 224;
-                } else {
-                    $z = (($code >> 12) & 63) | 128;
-                    $w = (($code >> 18) & 7)  | 240;
-                }
-            }
-        }
-        // set up the actual character
-        $ret = '';
-        if($w) $ret .= chr($w);
-        if($z) $ret .= chr($z);
-        if($y) $ret .= chr($y);
-        $ret .= chr($x);
-
-        return $ret;
-    }
-
-    /**
-     * Converts a string to UTF-8 based on configuration.
-     */
-    public static function convertToUTF8($str, $config, $context) {
-        $encoding = $config->get('Core.Encoding');
-        if ($encoding === 'utf-8') return $str;
-        static $iconv = null;
-        if ($iconv === null) $iconv = function_exists('iconv');
-        set_error_handler(array('HTMLPurifier_Encoder', 'muteErrorHandler'));
-        if ($iconv && !$config->get('Test.ForceNoIconv')) {
-            $str = iconv($encoding, 'utf-8//IGNORE', $str);
-            if ($str === false) {
-                // $encoding is not a valid encoding
-                restore_error_handler();
-                trigger_error('Invalid encoding ' . $encoding, E_USER_ERROR);
-                return '';
-            }
-            // If the string is bjorked by Shift_JIS or a similar encoding
-            // that doesn't support all of ASCII, convert the naughty
-            // characters to their true byte-wise ASCII/UTF-8 equivalents.
-            $str = strtr($str, HTMLPurifier_Encoder::testEncodingSupportsASCII($encoding));
-            restore_error_handler();
-            return $str;
-        } elseif ($encoding === 'iso-8859-1') {
-            $str = utf8_encode($str);
-            restore_error_handler();
-            return $str;
-        }
-        trigger_error('Encoding not supported, please install iconv', E_USER_ERROR);
-    }
-
-    /**
-     * Converts a string from UTF-8 based on configuration.
-     * @note Currently, this is a lossy conversion, with unexpressable
-     *       characters being omitted.
-     */
-    public static function convertFromUTF8($str, $config, $context) {
-        $encoding = $config->get('Core.Encoding');
-        if ($encoding === 'utf-8') return $str;
-        static $iconv = null;
-        if ($iconv === null) $iconv = function_exists('iconv');
-        if ($escape = $config->get('Core.EscapeNonASCIICharacters')) {
-            $str = HTMLPurifier_Encoder::convertToASCIIDumbLossless($str);
-        }
-        set_error_handler(array('HTMLPurifier_Encoder', 'muteErrorHandler'));
-        if ($iconv && !$config->get('Test.ForceNoIconv')) {
-            // Undo our previous fix in convertToUTF8, otherwise iconv will barf
-            $ascii_fix = HTMLPurifier_Encoder::testEncodingSupportsASCII($encoding);
-            if (!$escape && !empty($ascii_fix)) {
-                $clear_fix = array();
-                foreach ($ascii_fix as $utf8 => $native) $clear_fix[$utf8] = '';
-                $str = strtr($str, $clear_fix);
-            }
-            $str = strtr($str, array_flip($ascii_fix));
-            // Normal stuff
-            $str = iconv('utf-8', $encoding . '//IGNORE', $str);
-            restore_error_handler();
-            return $str;
-        } elseif ($encoding === 'iso-8859-1') {
-            $str = utf8_decode($str);
-            restore_error_handler();
-            return $str;
-        }
-        trigger_error('Encoding not supported', E_USER_ERROR);
-    }
-
-    /**
-     * Lossless (character-wise) conversion of HTML to ASCII
-     * @param $str UTF-8 string to be converted to ASCII
-     * @returns ASCII encoded string with non-ASCII character entity-ized
-     * @warning Adapted from MediaWiki, claiming fair use: this is a common
-     *       algorithm. If you disagree with this license fudgery,
-     *       implement it yourself.
-     * @note Uses decimal numeric entities since they are best supported.
-     * @note This is a DUMB function: it has no concept of keeping
-     *       character entities that the projected character encoding
-     *       can allow. We could possibly implement a smart version
-     *       but that would require it to also know which Unicode
-     *       codepoints the charset supported (not an easy task).
-     * @note Sort of with cleanUTF8() but it assumes that $str is
-     *       well-formed UTF-8
-     */
-    public static function convertToASCIIDumbLossless($str) {
-        $bytesleft = 0;
-        $result = '';
-        $working = 0;
-        $len = strlen($str);
-        for( $i = 0; $i < $len; $i++ ) {
-            $bytevalue = ord( $str[$i] );
-            if( $bytevalue <= 0x7F ) { //0xxx xxxx
-                $result .= chr( $bytevalue );
-                $bytesleft = 0;
-            } elseif( $bytevalue <= 0xBF ) { //10xx xxxx
-                $working = $working << 6;
-                $working += ($bytevalue & 0x3F);
-                $bytesleft--;
-                if( $bytesleft <= 0 ) {
-                    $result .= "&#" . $working . ";";
-                }
-            } elseif( $bytevalue <= 0xDF ) { //110x xxxx
-                $working = $bytevalue & 0x1F;
-                $bytesleft = 1;
-            } elseif( $bytevalue <= 0xEF ) { //1110 xxxx
-                $working = $bytevalue & 0x0F;
-                $bytesleft = 2;
-            } else { //1111 0xxx
-                $working = $bytevalue & 0x07;
-                $bytesleft = 3;
-            }
-        }
-        return $result;
-    }
-
-    /**
-     * This expensive function tests whether or not a given character
-     * encoding supports ASCII. 7/8-bit encodings like Shift_JIS will
-     * fail this test, and require special processing. Variable width
-     * encodings shouldn't ever fail.
-     *
-     * @param string $encoding Encoding name to test, as per iconv format
-     * @param bool $bypass Whether or not to bypass the precompiled arrays.
-     * @return Array of UTF-8 characters to their corresponding ASCII,
-     *      which can be used to "undo" any overzealous iconv action.
-     */
-    public static function testEncodingSupportsASCII($encoding, $bypass = false) {
-        static $encodings = array();
-        if (!$bypass) {
-            if (isset($encodings[$encoding])) return $encodings[$encoding];
-            $lenc = strtolower($encoding);
-            switch ($lenc) {
-                case 'shift_jis':
-                    return array("\xC2\xA5" => '\\', "\xE2\x80\xBE" => '~');
-                case 'johab':
-                    return array("\xE2\x82\xA9" => '\\');
-            }
-            if (strpos($lenc, 'iso-8859-') === 0) return array();
-        }
-        $ret = array();
-        set_error_handler(array('HTMLPurifier_Encoder', 'muteErrorHandler'));
-        if (iconv('UTF-8', $encoding, 'a') === false) return false;
-        for ($i = 0x20; $i <= 0x7E; $i++) { // all printable ASCII chars
-            $c = chr($i); // UTF-8 char
-            $r = iconv('UTF-8', "$encoding//IGNORE", $c); // initial conversion
-            if (
-                $r === '' ||
-                // This line is needed for iconv implementations that do not
-                // omit characters that do not exist in the target character set
-                ($r === $c && iconv($encoding, 'UTF-8//IGNORE', $r) !== $c)
-            ) {
-                // Reverse engineer: what's the UTF-8 equiv of this byte
-                // sequence? This assumes that there's no variable width
-                // encoding that doesn't support ASCII.
-                $ret[iconv($encoding, 'UTF-8//IGNORE', $c)] = $c;
-            }
-        }
-        restore_error_handler();
-        $encodings[$encoding] = $ret;
-        return $ret;
-    }
-
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/EntityLookup.php b/lib/php/HTMLPurifier/EntityLookup.php
deleted file mode 100644
index b4dfce9..0000000
--- a/lib/php/HTMLPurifier/EntityLookup.php
+++ /dev/null
@@ -1,44 +0,0 @@
-<?php
-
-/**
- * Object that provides entity lookup table from entity name to character
- */
-class HTMLPurifier_EntityLookup {
-
-    /**
-     * Assoc array of entity name to character represented.
-     */
-    public $table;
-
-    /**
-     * Sets up the entity lookup table from the serialized file contents.
-     * @note The serialized contents are versioned, but were generated
-     *       using the maintenance script generate_entity_file.php
-     * @warning This is not in constructor to help enforce the Singleton
-     */
-    public function setup($file = false) {
-        if (!$file) {
-            $file = HTMLPURIFIER_PREFIX . '/HTMLPurifier/EntityLookup/entities.ser';
-        }
-        $this->table = unserialize(file_get_contents($file));
-    }
-
-    /**
-     * Retrieves sole instance of the object.
-     * @param Optional prototype of custom lookup table to overload with.
-     */
-    public static function instance($prototype = false) {
-        // no references, since PHP doesn't copy unless modified
-        static $instance = null;
-        if ($prototype) {
-            $instance = $prototype;
-        } elseif (!$instance) {
-            $instance = new HTMLPurifier_EntityLookup();
-            $instance->setup();
-        }
-        return $instance;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/EntityLookup/entities.ser b/lib/php/HTMLPurifier/EntityLookup/entities.ser
deleted file mode 100644
index f2b8b8f..0000000
--- a/lib/php/HTMLPurifier/EntityLookup/entities.ser
+++ /dev/null
@@ -1 +0,0 @@
-a:246:{s:4:"nbsp";s:2:" ";s:5:"iexcl";s:2:"¡";s:4:"cent";s:2:"¢";s:5:"pound";s:2:"£";s:6:"curren";s:2:"¤";s:3:"yen";s:2:"¥";s:6:"brvbar";s:2:"¦";s:4:"sect";s:2:"§";s:3:"uml";s:2:"¨";s:4:"copy";s:2:"©";s:4:"ordf";s:2:"ª";s:5:"laquo";s:2:"«";s:3:"not";s:2:"¬";s:3:"shy";s:2:"­";s:3:"reg";s:2:"®";s:4:"macr";s:2:"¯";s:3:"deg";s:2:"°";s:6:"plusmn";s:2:"±";s:5:"acute";s:2:"´";s:5:"micro";s:2:"µ";s:4:"para";s:2:"¶";s:6:"middot";s:2:"·";s:5:"cedil";s:2:"¸";s:4:"ordm";s:2:"º";s:5:"raquo";s:2:"»";s:6:"iquest";s:2:"¿";s:6:"Agrave";s:2:"À";s:6:"Aacute";s:2:"Á";s:5:"Acirc";s:2:"Â";s:6:"Atilde";s:2:"Ã";s:4:"Auml";s:2:"Ä";s:5:"Aring";s:2:"Å";s:5:"AElig";s:2:"Æ";s:6:"Ccedil";s:2:"Ç";s:6:"Egrave";s:2:"È";s:6:"Eacute";s:2:"É";s:5:"Ecirc";s:2:"Ê";s:4:"Euml";s:2:"Ë";s:6:"Igrave";s:2:"Ì";s:6:"Iacute";s:2:"Í";s:5:"Icirc";s:2:"Î";s:4:"Iuml";s:2:"Ï";s:3:"ETH";s:2:"Ð";s:6:"Ntilde";s:2:"Ñ";s:6:"Ograve";s:2:"Ò";s:6:"Oacute";s:2:"Ó";s:5:"Ocirc";s:2:"Ô";s:6:"Otilde";s:2:"Õ";s:4:"Ouml";s:2:"Ö";s:5:"times";s:2:"×";s:6:"Oslash";s:2:"Ø";s:6:"Ugrave";s:2:"Ù";s:6:"Uacute";s:2:"Ú";s:5:"Ucirc";s:2:"Û";s:4:"Uuml";s:2:"Ü";s:6:"Yacute";s:2:"Ý";s:5:"THORN";s:2:"Þ";s:5:"szlig";s:2:"ß";s:6:"agrave";s:2:"à";s:6:"aacute";s:2:"á";s:5:"acirc";s:2:"â";s:6:"atilde";s:2:"ã";s:4:"auml";s:2:"ä";s:5:"aring";s:2:"å";s:5:"aelig";s:2:"æ";s:6:"ccedil";s:2:"ç";s:6:"egrave";s:2:"è";s:6:"eacute";s:2:"é";s:5:"ecirc";s:2:"ê";s:4:"euml";s:2:"ë";s:6:"igrave";s:2:"ì";s:6:"iacute";s:2:"í";s:5:"icirc";s:2:"î";s:4:"iuml";s:2:"ï";s:3:"eth";s:2:"ð";s:6:"ntilde";s:2:"ñ";s:6:"ograve";s:2:"ò";s:6:"oacute";s:2:"ó";s:5:"ocirc";s:2:"ô";s:6:"otilde";s:2:"õ";s:4:"ouml";s:2:"ö";s:6:"divide";s:2:"÷";s:6:"oslash";s:2:"ø";s:6:"ugrave";s:2:"ù";s:6:"uacute";s:2:"ú";s:5:"ucirc";s:2:"û";s:4:"uuml";s:2:"ü";s:6:"yacute";s:2:"ý";s:5:"thorn";s:2:"þ";s:4:"yuml";s:2:"ÿ";s:4:"quot";s:1:""";s:3:"amp";s:1:"&";s:2:"lt";s:1:"<";s:2:"gt";s:1:">";s:4:"apos";s:1:"'";s:5:"OElig";s:2:"Œ";s:5:"oelig";s:2:"œ";s:6:"Scaron";s:2:"Š";s:6:"scaron";s:2:"š";s:4:"Yuml";s:2:"Ÿ";s:4:"circ";s:2:"ˆ";s:5:"tilde";s:2:"˜";s:4:"ensp";s:3:" ";s:4:"emsp";s:3:" ";s:6:"thinsp";s:3:" ";s:4:"zwnj";s:3:"‌";s:3:"zwj";s:3:"‍";s:3:"lrm";s:3:"‎";s:3:"rlm";s:3:"‏";s:5:"ndash";s:3:"–";s:5:"mdash";s:3:"—";s:5:"lsquo";s:3:"‘";s:5:"rsquo";s:3:"’";s:5:"sbquo";s:3:"‚";s:5:"ldquo";s:3:"“";s:5:"rdquo";s:3:"”";s:5:"bdquo";s:3:"„";s:6:"dagger";s:3:"†";s:6:"Dagger";s:3:"‡";s:6:"permil";s:3:"‰";s:6:"lsaquo";s:3:"‹";s:6:"rsaquo";s:3:"›";s:4:"euro";s:3:"€";s:4:"fnof";s:2:"ƒ";s:5:"Alpha";s:2:"Α";s:4:"Beta";s:2:"Β";s:5:"Gamma";s:2:"Γ";s:5:"Delta";s:2:"Δ";s:7:"Epsilon";s:2:"Ε";s:4:"Zeta";s:2:"Ζ";s:3:"Eta";s:2:"Η";s:5:"Theta";s:2:"Θ";s:4:"Iota";s:2:"Ι";s:5:"Kappa";s:2:"Κ";s:6:"Lambda";s:2:"Λ";s:2:"Mu";s:2:"Μ";s:2:"Nu";s:2:"Ν";s:2:"Xi";s:2:"Ξ";s:7:"Omicron";s:2:"Ο";s:2:"Pi";s:2:"Π";s:3:"Rho";s:2:"Ρ";s:5:"Sigma";s:2:"Σ";s:3:"Tau";s:2:"Τ";s:7:"Upsilon";s:2:"Υ";s:3:"Phi";s:2:"Φ";s:3:"Chi";s:2:"Χ";s:3:"Psi";s:2:"Ψ";s:5:"Omega";s:2:"Ω";s:5:"alpha";s:2:"α";s:4:"beta";s:2:"β";s:5:"gamma";s:2:"γ";s:5:"delta";s:2:"δ";s:7:"epsilon";s:2:"ε";s:4:"zeta";s:2:"ζ";s:3:"eta";s:2:"η";s:5:"theta";s:2:"θ";s:4:"iota";s:2:"ι";s:5:"kappa";s:2:"κ";s:6:"lambda";s:2:"λ";s:2:"mu";s:2:"μ";s:2:"nu";s:2:"ν";s:2:"xi";s:2:"ξ";s:7:"omicron";s:2:"ο";s:2:"pi";s:2:"π";s:3:"rho";s:2:"ρ";s:6:"sigmaf";s:2:"ς";s:5:"sigma";s:2:"σ";s:3:"tau";s:2:"τ";s:7:"upsilon";s:2:"υ";s:3:"phi";s:2:"φ";s:3:"chi";s:2:"χ";s:3:"psi";s:2:"ψ";s:5:"omega";s:2:"ω";s:8:"thetasym";s:2:"ϑ";s:5:"upsih";s:2:"ϒ";s:3:"piv";s:2:"ϖ";s:4:"bull";s:3:"•";s:6:"hellip";s:3:"…";s:5:"prime";s:3:"′";s:5:"Prime";s:3:"″";s:5:"oline";s:3:"‾";s:5:"frasl";s:3:"⁄";s:6:"weierp";s:3:"℘";s:5:"image";s:3:"ℑ";s:4:"real";s:3:"ℜ";s:5:"trade";s:3:"™";s:7:"alefsym";s:3:"ℵ";s:4:"larr";s:3:"←";s:4:"uarr";s:3:"↑";s:4:"rarr";s:3:"→";s:4:"darr";s:3:"↓";s:4:"harr";s:3:"↔";s:5:"crarr";s:3:"↵";s:4:"lArr";s:3:"⇐";s:4:"uArr";s:3:"⇑";s:4:"rArr";s:3:"⇒";s:4:"dArr";s:3:"⇓";s:4:"hArr";s:3:"⇔";s:6:"forall";s:3:"∀";s:4:"part";s:3:"∂";s:5:"exist";s:3:"∃";s:5:"empty";s:3:"∅";s:5:"nabla";s:3:"∇";s:4:"isin";s:3:"∈";s:5:"notin";s:3:"∉";s:2:"ni";s:3:"∋";s:4:"prod";s:3:"∏";s:3:"sum";s:3:"∑";s:5:"minus";s:3:"−";s:6:"lowast";s:3:"∗";s:5:"radic";s:3:"√";s:4:"prop";s:3:"∝";s:5:"infin";s:3:"∞";s:3:"ang";s:3:"∠";s:3:"and";s:3:"∧";s:2:"or";s:3:"∨";s:3:"cap";s:3:"∩";s:3:"cup";s:3:"∪";s:3:"int";s:3:"∫";s:3:"sim";s:3:"∼";s:4:"cong";s:3:"≅";s:5:"asymp";s:3:"≈";s:2:"ne";s:3:"≠";s:5:"equiv";s:3:"≡";s:2:"le";s:3:"≤";s:2:"ge";s:3:"≥";s:3:"sub";s:3:"⊂";s:3:"sup";s:3:"⊃";s:4:"nsub";s:3:"⊄";s:4:"sube";s:3:"⊆";s:4:"supe";s:3:"⊇";s:5:"oplus";s:3:"⊕";s:6:"otimes";s:3:"⊗";s:4:"perp";s:3:"⊥";s:4:"sdot";s:3:"⋅";s:5:"lceil";s:3:"⌈";s:5:"rceil";s:3:"⌉";s:6:"lfloor";s:3:"⌊";s:6:"rfloor";s:3:"⌋";s:4:"lang";s:3:"〈";s:4:"rang";s:3:"〉";s:3:"loz";s:3:"◊";s:6:"spades";s:3:"♠";s:5:"clubs";s:3:"♣";s:6:"hearts";s:3:"♥";s:5:"diams";s:3:"♦";}
\ No newline at end of file
diff --git a/lib/php/HTMLPurifier/EntityParser.php b/lib/php/HTMLPurifier/EntityParser.php
deleted file mode 100644
index 8c38447..0000000
--- a/lib/php/HTMLPurifier/EntityParser.php
+++ /dev/null
@@ -1,144 +0,0 @@
-<?php
-
-// if want to implement error collecting here, we'll need to use some sort
-// of global data (probably trigger_error) because it's impossible to pass
-// $config or $context to the callback functions.
-
-/**
- * Handles referencing and derefencing character entities
- */
-class HTMLPurifier_EntityParser
-{
-
-    /**
-     * Reference to entity lookup table.
-     */
-    protected $_entity_lookup;
-
-    /**
-     * Callback regex string for parsing entities.
-     */
-    protected $_substituteEntitiesRegex =
-'/&(?:[#]x([a-fA-F0-9]+)|[#]0*(\d+)|([A-Za-z_:][A-Za-z0-9.\-_:]*));?/';
-//     1. hex             2. dec      3. string (XML style)
-
-
-    /**
-     * Decimal to parsed string conversion table for special entities.
-     */
-    protected $_special_dec2str =
-            array(
-                    34 => '"',
-                    38 => '&',
-                    39 => "'",
-                    60 => '<',
-                    62 => '>'
-            );
-
-    /**
-     * Stripped entity names to decimal conversion table for special entities.
-     */
-    protected $_special_ent2dec =
-            array(
-                    'quot' => 34,
-                    'amp'  => 38,
-                    'lt'   => 60,
-                    'gt'   => 62
-            );
-
-    /**
-     * Substitutes non-special entities with their parsed equivalents. Since
-     * running this whenever you have parsed character is t3h 5uck, we run
-     * it before everything else.
-     *
-     * @param $string String to have non-special entities parsed.
-     * @returns Parsed string.
-     */
-    public function substituteNonSpecialEntities($string) {
-        // it will try to detect missing semicolons, but don't rely on it
-        return preg_replace_callback(
-            $this->_substituteEntitiesRegex,
-            array($this, 'nonSpecialEntityCallback'),
-            $string
-            );
-    }
-
-    /**
-     * Callback function for substituteNonSpecialEntities() that does the work.
-     *
-     * @param $matches  PCRE matches array, with 0 the entire match, and
-     *                  either index 1, 2 or 3 set with a hex value, dec value,
-     *                  or string (respectively).
-     * @returns Replacement string.
-     */
-
-    protected function nonSpecialEntityCallback($matches) {
-        // replaces all but big five
-        $entity = $matches[0];
-        $is_num = (@$matches[0][1] === '#');
-        if ($is_num) {
-            $is_hex = (@$entity[2] === 'x');
-            $code = $is_hex ? hexdec($matches[1]) : (int) $matches[2];
-
-            // abort for special characters
-            if (isset($this->_special_dec2str[$code]))  return $entity;
-
-            return HTMLPurifier_Encoder::unichr($code);
-        } else {
-            if (isset($this->_special_ent2dec[$matches[3]])) return $entity;
-            if (!$this->_entity_lookup) {
-                $this->_entity_lookup = HTMLPurifier_EntityLookup::instance();
-            }
-            if (isset($this->_entity_lookup->table[$matches[3]])) {
-                return $this->_entity_lookup->table[$matches[3]];
-            } else {
-                return $entity;
-            }
-        }
-    }
-
-    /**
-     * Substitutes only special entities with their parsed equivalents.
-     *
-     * @notice We try to avoid calling this function because otherwise, it
-     * would have to be called a lot (for every parsed section).
-     *
-     * @param $string String to have non-special entities parsed.
-     * @returns Parsed string.
-     */
-    public function substituteSpecialEntities($string) {
-        return preg_replace_callback(
-            $this->_substituteEntitiesRegex,
-            array($this, 'specialEntityCallback'),
-            $string);
-    }
-
-    /**
-     * Callback function for substituteSpecialEntities() that does the work.
-     *
-     * This callback has same syntax as nonSpecialEntityCallback().
-     *
-     * @param $matches  PCRE-style matches array, with 0 the entire match, and
-     *                  either index 1, 2 or 3 set with a hex value, dec value,
-     *                  or string (respectively).
-     * @returns Replacement string.
-     */
-    protected function specialEntityCallback($matches) {
-        $entity = $matches[0];
-        $is_num = (@$matches[0][1] === '#');
-        if ($is_num) {
-            $is_hex = (@$entity[2] === 'x');
-            $int = $is_hex ? hexdec($matches[1]) : (int) $matches[2];
-            return isset($this->_special_dec2str[$int]) ?
-                $this->_special_dec2str[$int] :
-                $entity;
-        } else {
-            return isset($this->_special_ent2dec[$matches[3]]) ?
-                $this->_special_ent2dec[$matches[3]] :
-                $entity;
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ErrorCollector.php b/lib/php/HTMLPurifier/ErrorCollector.php
deleted file mode 100644
index 6713eaf..0000000
--- a/lib/php/HTMLPurifier/ErrorCollector.php
+++ /dev/null
@@ -1,209 +0,0 @@
-<?php
-
-/**
- * Error collection class that enables HTML Purifier to report HTML
- * problems back to the user
- */
-class HTMLPurifier_ErrorCollector
-{
-
-    /**
-     * Identifiers for the returned error array. These are purposely numeric
-     * so list() can be used.
-     */
-    const LINENO   = 0;
-    const SEVERITY = 1;
-    const MESSAGE  = 2;
-    const CHILDREN = 3;
-
-    protected $errors;
-    protected $_current;
-    protected $_stacks = array(array());
-    protected $locale;
-    protected $generator;
-    protected $context;
-
-    protected $lines = array();
-
-    public function __construct($context) {
-        $this->locale    =& $context->get('Locale');
-        $this->context   = $context;
-        $this->_current  =& $this->_stacks[0];
-        $this->errors    =& $this->_stacks[0];
-    }
-
-    /**
-     * Sends an error message to the collector for later use
-     * @param $severity int Error severity, PHP error style (don't use E_USER_)
-     * @param $msg string Error message text
-     * @param $subst1 string First substitution for $msg
-     * @param $subst2 string ...
-     */
-    public function send($severity, $msg) {
-
-        $args = array();
-        if (func_num_args() > 2) {
-            $args = func_get_args();
-            array_shift($args);
-            unset($args[0]);
-        }
-
-        $token = $this->context->get('CurrentToken', true);
-        $line  = $token ? $token->line : $this->context->get('CurrentLine', true);
-        $col   = $token ? $token->col  : $this->context->get('CurrentCol',  true);
-        $attr  = $this->context->get('CurrentAttr', true);
-
-        // perform special substitutions, also add custom parameters
-        $subst = array();
-        if (!is_null($token)) {
-            $args['CurrentToken'] = $token;
-        }
-        if (!is_null($attr)) {
-            $subst['$CurrentAttr.Name'] = $attr;
-            if (isset($token->attr[$attr])) $subst['$CurrentAttr.Value'] = $token->attr[$attr];
-        }
-
-        if (empty($args)) {
-            $msg = $this->locale->getMessage($msg);
-        } else {
-            $msg = $this->locale->formatMessage($msg, $args);
-        }
-
-        if (!empty($subst)) $msg = strtr($msg, $subst);
-
-        // (numerically indexed)
-        $error = array(
-            self::LINENO   => $line,
-            self::SEVERITY => $severity,
-            self::MESSAGE  => $msg,
-            self::CHILDREN => array()
-        );
-        $this->_current[] = $error;
-
-
-        // NEW CODE BELOW ...
-
-        $struct = null;
-        // Top-level errors are either:
-        //  TOKEN type, if $value is set appropriately, or
-        //  "syntax" type, if $value is null
-        $new_struct = new HTMLPurifier_ErrorStruct();
-        $new_struct->type = HTMLPurifier_ErrorStruct::TOKEN;
-        if ($token) $new_struct->value = clone $token;
-        if (is_int($line) && is_int($col)) {
-            if (isset($this->lines[$line][$col])) {
-                $struct = $this->lines[$line][$col];
-            } else {
-                $struct = $this->lines[$line][$col] = $new_struct;
-            }
-            // These ksorts may present a performance problem
-            ksort($this->lines[$line], SORT_NUMERIC);
-        } else {
-            if (isset($this->lines[-1])) {
-                $struct = $this->lines[-1];
-            } else {
-                $struct = $this->lines[-1] = $new_struct;
-            }
-        }
-        ksort($this->lines, SORT_NUMERIC);
-
-        // Now, check if we need to operate on a lower structure
-        if (!empty($attr)) {
-            $struct = $struct->getChild(HTMLPurifier_ErrorStruct::ATTR, $attr);
-            if (!$struct->value) {
-                $struct->value = array($attr, 'PUT VALUE HERE');
-            }
-        }
-        if (!empty($cssprop)) {
-            $struct = $struct->getChild(HTMLPurifier_ErrorStruct::CSSPROP, $cssprop);
-            if (!$struct->value) {
-                // if we tokenize CSS this might be a little more difficult to do
-                $struct->value = array($cssprop, 'PUT VALUE HERE');
-            }
-        }
-
-        // Ok, structs are all setup, now time to register the error
-        $struct->addError($severity, $msg);
-    }
-
-    /**
-     * Retrieves raw error data for custom formatter to use
-     * @param List of arrays in format of array(line of error,
-     *        error severity, error message,
-     *        recursive sub-errors array)
-     */
-    public function getRaw() {
-        return $this->errors;
-    }
-
-    /**
-     * Default HTML formatting implementation for error messages
-     * @param $config Configuration array, vital for HTML output nature
-     * @param $errors Errors array to display; used for recursion.
-     */
-    public function getHTMLFormatted($config, $errors = null) {
-        $ret = array();
-
-        $this->generator = new HTMLPurifier_Generator($config, $this->context);
-        if ($errors === null) $errors = $this->errors;
-
-        // 'At line' message needs to be removed
-
-        // generation code for new structure goes here. It needs to be recursive.
-        foreach ($this->lines as $line => $col_array) {
-            if ($line == -1) continue;
-            foreach ($col_array as $col => $struct) {
-                $this->_renderStruct($ret, $struct, $line, $col);
-            }
-        }
-        if (isset($this->lines[-1])) {
-            $this->_renderStruct($ret, $this->lines[-1]);
-        }
-
-        if (empty($errors)) {
-            return '<p>' . $this->locale->getMessage('ErrorCollector: No errors') . '</p>';
-        } else {
-            return '<ul><li>' . implode('</li><li>', $ret) . '</li></ul>';
-        }
-
-    }
-
-    private function _renderStruct(&$ret, $struct, $line = null, $col = null) {
-        $stack = array($struct);
-        $context_stack = array(array());
-        while ($current = array_pop($stack)) {
-            $context = array_pop($context_stack);
-            foreach ($current->errors as $error) {
-                list($severity, $msg) = $error;
-                $string = '';
-                $string .= '<div>';
-                // W3C uses an icon to indicate the severity of the error.
-                $error = $this->locale->getErrorName($severity);
-                $string .= "<span class=\"error e$severity\"><strong>$error</strong></span> ";
-                if (!is_null($line) && !is_null($col)) {
-                    $string .= "<em class=\"location\">Line $line, Column $col: </em> ";
-                } else {
-                    $string .= '<em class="location">End of Document: </em> ';
-                }
-                $string .= '<strong class="description">' . $this->generator->escape($msg) . '</strong> ';
-                $string .= '</div>';
-                // Here, have a marker for the character on the column appropriate.
-                // Be sure to clip extremely long lines.
-                //$string .= '<pre>';
-                //$string .= '';
-                //$string .= '</pre>';
-                $ret[] = $string;
-            }
-            foreach ($current->children as $type => $array) {
-                $context[] = $current;
-                $stack = array_merge($stack, array_reverse($array, true));
-                for ($i = count($array); $i > 0; $i--) {
-                    $context_stack[] = $context;
-                }
-            }
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/ErrorStruct.php b/lib/php/HTMLPurifier/ErrorStruct.php
deleted file mode 100644
index 9bc8996..0000000
--- a/lib/php/HTMLPurifier/ErrorStruct.php
+++ /dev/null
@@ -1,60 +0,0 @@
-<?php
-
-/**
- * Records errors for particular segments of an HTML document such as tokens,
- * attributes or CSS properties. They can contain error structs (which apply
- * to components of what they represent), but their main purpose is to hold
- * errors applying to whatever struct is being used.
- */
-class HTMLPurifier_ErrorStruct
-{
-
-    /**
-     * Possible values for $children first-key. Note that top-level structures
-     * are automatically token-level.
-     */
-    const TOKEN     = 0;
-    const ATTR      = 1;
-    const CSSPROP   = 2;
-
-    /**
-     * Type of this struct.
-     */
-    public $type;
-
-    /**
-     * Value of the struct we are recording errors for. There are various
-     * values for this:
-     *  - TOKEN: Instance of HTMLPurifier_Token
-     *  - ATTR: array('attr-name', 'value')
-     *  - CSSPROP: array('prop-name', 'value')
-     */
-    public $value;
-
-    /**
-     * Errors registered for this structure.
-     */
-    public $errors = array();
-
-    /**
-     * Child ErrorStructs that are from this structure. For example, a TOKEN
-     * ErrorStruct would contain ATTR ErrorStructs. This is a multi-dimensional
-     * array in structure: [TYPE]['identifier']
-     */
-    public $children = array();
-
-    public function getChild($type, $id) {
-        if (!isset($this->children[$type][$id])) {
-            $this->children[$type][$id] = new HTMLPurifier_ErrorStruct();
-            $this->children[$type][$id]->type = $type;
-        }
-        return $this->children[$type][$id];
-    }
-
-    public function addError($severity, $message) {
-        $this->errors[] = array($severity, $message);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Exception.php b/lib/php/HTMLPurifier/Exception.php
deleted file mode 100644
index be85b4c..0000000
--- a/lib/php/HTMLPurifier/Exception.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * Global exception class for HTML Purifier; any exceptions we throw
- * are from here.
- */
-class HTMLPurifier_Exception extends Exception
-{
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Filter.php b/lib/php/HTMLPurifier/Filter.php
deleted file mode 100644
index 9a0e7b0..0000000
--- a/lib/php/HTMLPurifier/Filter.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-
-/**
- * Represents a pre or post processing filter on HTML Purifier's output
- *
- * Sometimes, a little ad-hoc fixing of HTML has to be done before
- * it gets sent through HTML Purifier: you can use filters to acheive
- * this effect. For instance, YouTube videos can be preserved using
- * this manner. You could have used a decorator for this task, but
- * PHP's support for them is not terribly robust, so we're going
- * to just loop through the filters.
- *
- * Filters should be exited first in, last out. If there are three filters,
- * named 1, 2 and 3, the order of execution should go 1->preFilter,
- * 2->preFilter, 3->preFilter, purify, 3->postFilter, 2->postFilter,
- * 1->postFilter.
- *
- * @note Methods are not declared abstract as it is perfectly legitimate
- *       for an implementation not to want anything to happen on a step
- */
-
-class HTMLPurifier_Filter
-{
-
-    /**
-     * Name of the filter for identification purposes
-     */
-    public $name;
-
-    /**
-     * Pre-processor function, handles HTML before HTML Purifier
-     */
-    public function preFilter($html, $config, $context) {
-        return $html;
-    }
-
-    /**
-     * Post-processor function, handles HTML after HTML Purifier
-     */
-    public function postFilter($html, $config, $context) {
-        return $html;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Filter/ExtractStyleBlocks.php b/lib/php/HTMLPurifier/Filter/ExtractStyleBlocks.php
deleted file mode 100644
index bbf78a6..0000000
--- a/lib/php/HTMLPurifier/Filter/ExtractStyleBlocks.php
+++ /dev/null
@@ -1,135 +0,0 @@
-<?php
-
-/**
- * This filter extracts <style> blocks from input HTML, cleans them up
- * using CSSTidy, and then places them in $purifier->context->get('StyleBlocks')
- * so they can be used elsewhere in the document.
- *
- * @note
- *      See tests/HTMLPurifier/Filter/ExtractStyleBlocksTest.php for
- *      sample usage.
- *
- * @note
- *      This filter can also be used on stylesheets not included in the
- *      document--something purists would probably prefer. Just directly
- *      call HTMLPurifier_Filter_ExtractStyleBlocks->cleanCSS()
- */
-class HTMLPurifier_Filter_ExtractStyleBlocks extends HTMLPurifier_Filter
-{
-
-    public $name = 'ExtractStyleBlocks';
-    private $_styleMatches = array();
-    private $_tidy;
-
-    public function __construct() {
-        $this->_tidy = new csstidy();
-    }
-
-    /**
-     * Save the contents of CSS blocks to style matches
-     * @param $matches preg_replace style $matches array
-     */
-    protected function styleCallback($matches) {
-        $this->_styleMatches[] = $matches[1];
-    }
-
-    /**
-     * Removes inline <style> tags from HTML, saves them for later use
-     * @todo Extend to indicate non-text/css style blocks
-     */
-    public function preFilter($html, $config, $context) {
-        $tidy = $config->get('Filter.ExtractStyleBlocks.TidyImpl');
-        if ($tidy !== null) $this->_tidy = $tidy;
-        $html = preg_replace_callback('#<style(?:\s.*)?>(.+)</style>#isU', array($this, 'styleCallback'), $html);
-        $style_blocks = $this->_styleMatches;
-        $this->_styleMatches = array(); // reset
-        $context->register('StyleBlocks', $style_blocks); // $context must not be reused
-        if ($this->_tidy) {
-            foreach ($style_blocks as &$style) {
-                $style = $this->cleanCSS($style, $config, $context);
-            }
-        }
-        return $html;
-    }
-
-    /**
-     * Takes CSS (the stuff found in <style>) and cleans it.
-     * @warning Requires CSSTidy <http://csstidy.sourceforge.net/>
-     * @param $css     CSS styling to clean
-     * @param $config  Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     * @return Cleaned CSS
-     */
-    public function cleanCSS($css, $config, $context) {
-        // prepare scope
-        $scope = $config->get('Filter.ExtractStyleBlocks.Scope');
-        if ($scope !== null) {
-            $scopes = array_map('trim', explode(',', $scope));
-        } else {
-            $scopes = array();
-        }
-        // remove comments from CSS
-        $css = trim($css);
-        if (strncmp('<!--', $css, 4) === 0) {
-            $css = substr($css, 4);
-        }
-        if (strlen($css) > 3 && substr($css, -3) == '-->') {
-            $css = substr($css, 0, -3);
-        }
-        $css = trim($css);
-        $this->_tidy->parse($css);
-        $css_definition = $config->getDefinition('CSS');
-        foreach ($this->_tidy->css as $k => $decls) {
-            // $decls are all CSS declarations inside an @ selector
-            $new_decls = array();
-            foreach ($decls as $selector => $style) {
-                $selector = trim($selector);
-                if ($selector === '') continue; // should not happen
-                if ($selector[0] === '+') {
-                    if ($selector !== '' && $selector[0] === '+') continue;
-                }
-                if (!empty($scopes)) {
-                    $new_selector = array(); // because multiple ones are possible
-                    $selectors = array_map('trim', explode(',', $selector));
-                    foreach ($scopes as $s1) {
-                        foreach ($selectors as $s2) {
-                            $new_selector[] = "$s1 $s2";
-                        }
-                    }
-                    $selector = implode(', ', $new_selector); // now it's a string
-                }
-                foreach ($style as $name => $value) {
-                    if (!isset($css_definition->info[$name])) {
-                        unset($style[$name]);
-                        continue;
-                    }
-                    $def = $css_definition->info[$name];
-                    $ret = $def->validate($value, $config, $context);
-                    if ($ret === false) unset($style[$name]);
-                    else $style[$name] = $ret;
-                }
-                $new_decls[$selector] = $style;
-            }
-            $this->_tidy->css[$k] = $new_decls;
-        }
-        // remove stuff that shouldn't be used, could be reenabled
-        // after security risks are analyzed
-        $this->_tidy->import = array();
-        $this->_tidy->charset = null;
-        $this->_tidy->namespace = null;
-        $css = $this->_tidy->print->plain();
-        // we are going to escape any special characters <>& to ensure
-        // that no funny business occurs (i.e. </style> in a font-family prop).
-        if ($config->get('Filter.ExtractStyleBlocks.Escaping')) {
-            $css = str_replace(
-                array('<',    '>',    '&'),
-                array('\3C ', '\3E ', '\26 '),
-                $css
-            );
-        }
-        return $css;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Filter/YouTube.php b/lib/php/HTMLPurifier/Filter/YouTube.php
deleted file mode 100644
index aca972f..0000000
--- a/lib/php/HTMLPurifier/Filter/YouTube.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-
-class HTMLPurifier_Filter_YouTube extends HTMLPurifier_Filter
-{
-
-    public $name = 'YouTube';
-
-    public function preFilter($html, $config, $context) {
-        $pre_regex = '#<object[^>]+>.+?'.
-            'http://www.youtube.com/v/([A-Za-z0-9\-_]+).+?</object>#s';
-        $pre_replace = '<span class="youtube-embed">\1</span>';
-        return preg_replace($pre_regex, $pre_replace, $html);
-    }
-
-    public function postFilter($html, $config, $context) {
-        $post_regex = '#<span class="youtube-embed">([A-Za-z0-9\-_]+)</span>#';
-        return preg_replace_callback($post_regex, array($this, 'postFilterCallback'), $html);
-    }
-
-    protected function armorUrl($url) {
-        return str_replace('--', '-&#45;', $url);
-    }
-
-    protected function postFilterCallback($matches) {
-        $url = $this->armorUrl($matches[1]);
-        return '<object width="425" height="350" type="application/x-shockwave-flash" '.
-            'data="http://www.youtube.com/v/'.$url.'">'.
-            '<param name="movie" value="http://www.youtube.com/v/'.$url.'"></param>'.
-            '<!--[if IE]>'.
-            '<embed src="http://www.youtube.com/v/'.$url.'"'.
-            'type="application/x-shockwave-flash"'.
-            'wmode="transparent" width="425" height="350" />'.
-            '<![endif]-->'.
-            '</object>';
-
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Generator.php b/lib/php/HTMLPurifier/Generator.php
deleted file mode 100644
index 24bd8a5..0000000
--- a/lib/php/HTMLPurifier/Generator.php
+++ /dev/null
@@ -1,183 +0,0 @@
-<?php
-
-/**
- * Generates HTML from tokens.
- * @todo Refactor interface so that configuration/context is determined
- *       upon instantiation, no need for messy generateFromTokens() calls
- * @todo Make some of the more internal functions protected, and have
- *       unit tests work around that
- */
-class HTMLPurifier_Generator
-{
-
-    /**
-     * Whether or not generator should produce XML output
-     */
-    private $_xhtml = true;
-
-    /**
-     * :HACK: Whether or not generator should comment the insides of <script> tags
-     */
-    private $_scriptFix = false;
-
-    /**
-     * Cache of HTMLDefinition during HTML output to determine whether or
-     * not attributes should be minimized.
-     */
-    private $_def;
-
-    /**
-     * Cache of %Output.SortAttr
-     */
-    private $_sortAttr;
-
-    /**
-     * Configuration for the generator
-     */
-    protected $config;
-
-    /**
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     */
-    public function __construct($config, $context) {
-        $this->config = $config;
-        $this->_scriptFix = $config->get('Output.CommentScriptContents');
-        $this->_sortAttr = $config->get('Output.SortAttr');
-        $this->_def = $config->getHTMLDefinition();
-        $this->_xhtml = $this->_def->doctype->xml;
-    }
-
-    /**
-     * Generates HTML from an array of tokens.
-     * @param $tokens Array of HTMLPurifier_Token
-     * @param $config HTMLPurifier_Config object
-     * @return Generated HTML
-     */
-    public function generateFromTokens($tokens) {
-        if (!$tokens) return '';
-
-        // Basic algorithm
-        $html = '';
-        for ($i = 0, $size = count($tokens); $i < $size; $i++) {
-            if ($this->_scriptFix && $tokens[$i]->name === 'script'
-                && $i + 2 < $size && $tokens[$i+2] instanceof HTMLPurifier_Token_End) {
-                // script special case
-                // the contents of the script block must be ONE token
-                // for this to work.
-                $html .= $this->generateFromToken($tokens[$i++]);
-                $html .= $this->generateScriptFromToken($tokens[$i++]);
-            }
-            $html .= $this->generateFromToken($tokens[$i]);
-        }
-
-        // Tidy cleanup
-        if (extension_loaded('tidy') && $this->config->get('Output.TidyFormat')) {
-            $tidy = new Tidy;
-            $tidy->parseString($html, array(
-               'indent'=> true,
-               'output-xhtml' => $this->_xhtml,
-               'show-body-only' => true,
-               'indent-spaces' => 2,
-               'wrap' => 68,
-            ), 'utf8');
-            $tidy->cleanRepair();
-            $html = (string) $tidy; // explicit cast necessary
-        }
-
-        // Normalize newlines to system defined value
-        $nl = $this->config->get('Output.Newline');
-        if ($nl === null) $nl = PHP_EOL;
-        if ($nl !== "\n") $html = str_replace("\n", $nl, $html);
-        return $html;
-    }
-
-    /**
-     * Generates HTML from a single token.
-     * @param $token HTMLPurifier_Token object.
-     * @return Generated HTML
-     */
-    public function generateFromToken($token) {
-        if (!$token instanceof HTMLPurifier_Token) {
-            trigger_error('Cannot generate HTML from non-HTMLPurifier_Token object', E_USER_WARNING);
-            return '';
-
-        } elseif ($token instanceof HTMLPurifier_Token_Start) {
-            $attr = $this->generateAttributes($token->attr, $token->name);
-            return '<' . $token->name . ($attr ? ' ' : '') . $attr . '>';
-
-        } elseif ($token instanceof HTMLPurifier_Token_End) {
-            return '</' . $token->name . '>';
-
-        } elseif ($token instanceof HTMLPurifier_Token_Empty) {
-            $attr = $this->generateAttributes($token->attr, $token->name);
-             return '<' . $token->name . ($attr ? ' ' : '') . $attr .
-                ( $this->_xhtml ? ' /': '' ) // <br /> v. <br>
-                . '>';
-
-        } elseif ($token instanceof HTMLPurifier_Token_Text) {
-            return $this->escape($token->data, ENT_NOQUOTES);
-
-        } elseif ($token instanceof HTMLPurifier_Token_Comment) {
-            return '<!--' . $token->data . '-->';
-        } else {
-            return '';
-
-        }
-    }
-
-    /**
-     * Special case processor for the contents of script tags
-     * @warning This runs into problems if there's already a literal
-     *          --> somewhere inside the script contents.
-     */
-    public function generateScriptFromToken($token) {
-        if (!$token instanceof HTMLPurifier_Token_Text) return $this->generateFromToken($token);
-        // Thanks <http://lachy.id.au/log/2005/05/script-comments>
-        $data = preg_replace('#//\s*$#', '', $token->data);
-        return '<!--//--><![CDATA[//><!--' . "\n" . trim($data) . "\n" . '//--><!]]>';
-    }
-
-    /**
-     * Generates attribute declarations from attribute array.
-     * @note This does not include the leading or trailing space.
-     * @param $assoc_array_of_attributes Attribute array
-     * @param $element Name of element attributes are for, used to check
-     *        attribute minimization.
-     * @return Generate HTML fragment for insertion.
-     */
-    public function generateAttributes($assoc_array_of_attributes, $element = false) {
-        $html = '';
-        if ($this->_sortAttr) ksort($assoc_array_of_attributes);
-        foreach ($assoc_array_of_attributes as $key => $value) {
-            if (!$this->_xhtml) {
-                // Remove namespaced attributes
-                if (strpos($key, ':') !== false) continue;
-                // Check if we should minimize the attribute: val="val" -> val
-                if ($element && !empty($this->_def->info[$element]->attr[$key]->minimized)) {
-                    $html .= $key . ' ';
-                    continue;
-                }
-            }
-            $html .= $key.'="'.$this->escape($value).'" ';
-        }
-        return rtrim($html);
-    }
-
-    /**
-     * Escapes raw text data.
-     * @todo This really ought to be protected, but until we have a facility
-     *       for properly generating HTML here w/o using tokens, it stays
-     *       public.
-     * @param $string String data to escape for HTML.
-     * @param $quote Quoting style, like htmlspecialchars. ENT_NOQUOTES is
-     *               permissible for non-attribute output.
-     * @return String escaped data.
-     */
-    public function escape($string, $quote = ENT_COMPAT) {
-        return htmlspecialchars($string, $quote, 'UTF-8');
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLDefinition.php b/lib/php/HTMLPurifier/HTMLDefinition.php
deleted file mode 100644
index c99ac11..0000000
--- a/lib/php/HTMLPurifier/HTMLDefinition.php
+++ /dev/null
@@ -1,420 +0,0 @@
-<?php
-
-/**
- * Definition of the purified HTML that describes allowed children,
- * attributes, and many other things.
- *
- * Conventions:
- *
- * All member variables that are prefixed with info
- * (including the main $info array) are used by HTML Purifier internals
- * and should not be directly edited when customizing the HTMLDefinition.
- * They can usually be set via configuration directives or custom
- * modules.
- *
- * On the other hand, member variables without the info prefix are used
- * internally by the HTMLDefinition and MUST NOT be used by other HTML
- * Purifier internals. Many of them, however, are public, and may be
- * edited by userspace code to tweak the behavior of HTMLDefinition.
- *
- * @note This class is inspected by Printer_HTMLDefinition; please
- *       update that class if things here change.
- *
- * @warning Directives that change this object's structure must be in
- *          the HTML or Attr namespace!
- */
-class HTMLPurifier_HTMLDefinition extends HTMLPurifier_Definition
-{
-
-    // FULLY-PUBLIC VARIABLES ---------------------------------------------
-
-    /**
-     * Associative array of element names to HTMLPurifier_ElementDef
-     */
-    public $info = array();
-
-    /**
-     * Associative array of global attribute name to attribute definition.
-     */
-    public $info_global_attr = array();
-
-    /**
-     * String name of parent element HTML will be going into.
-     */
-    public $info_parent = 'div';
-
-    /**
-     * Definition for parent element, allows parent element to be a
-     * tag that's not allowed inside the HTML fragment.
-     */
-    public $info_parent_def;
-
-    /**
-     * String name of element used to wrap inline elements in block context
-     * @note This is rarely used except for BLOCKQUOTEs in strict mode
-     */
-    public $info_block_wrapper = 'p';
-
-    /**
-     * Associative array of deprecated tag name to HTMLPurifier_TagTransform
-     */
-    public $info_tag_transform = array();
-
-    /**
-     * Indexed list of HTMLPurifier_AttrTransform to be performed before validation.
-     */
-    public $info_attr_transform_pre = array();
-
-    /**
-     * Indexed list of HTMLPurifier_AttrTransform to be performed after validation.
-     */
-    public $info_attr_transform_post = array();
-
-    /**
-     * Nested lookup array of content set name (Block, Inline) to
-     * element name to whether or not it belongs in that content set.
-     */
-    public $info_content_sets = array();
-
-    /**
-     * Indexed list of HTMLPurifier_Injector to be used.
-     */
-    public $info_injector = array();
-
-    /**
-     * Doctype object
-     */
-    public $doctype;
-
-
-
-    // RAW CUSTOMIZATION STUFF --------------------------------------------
-
-    /**
-     * Adds a custom attribute to a pre-existing element
-     * @note This is strictly convenience, and does not have a corresponding
-     *       method in HTMLPurifier_HTMLModule
-     * @param $element_name String element name to add attribute to
-     * @param $attr_name String name of attribute
-     * @param $def Attribute definition, can be string or object, see
-     *             HTMLPurifier_AttrTypes for details
-     */
-    public function addAttribute($element_name, $attr_name, $def) {
-        $module = $this->getAnonymousModule();
-        if (!isset($module->info[$element_name])) {
-            $element = $module->addBlankElement($element_name);
-        } else {
-            $element = $module->info[$element_name];
-        }
-        $element->attr[$attr_name] = $def;
-    }
-
-    /**
-     * Adds a custom element to your HTML definition
-     * @note See HTMLPurifier_HTMLModule::addElement for detailed
-     *       parameter and return value descriptions.
-     */
-    public function addElement($element_name, $type, $contents, $attr_collections, $attributes = array()) {
-        $module = $this->getAnonymousModule();
-        // assume that if the user is calling this, the element
-        // is safe. This may not be a good idea
-        $element = $module->addElement($element_name, $type, $contents, $attr_collections, $attributes);
-        return $element;
-    }
-
-    /**
-     * Adds a blank element to your HTML definition, for overriding
-     * existing behavior
-     * @note See HTMLPurifier_HTMLModule::addBlankElement for detailed
-     *       parameter and return value descriptions.
-     */
-    public function addBlankElement($element_name) {
-        $module  = $this->getAnonymousModule();
-        $element = $module->addBlankElement($element_name);
-        return $element;
-    }
-
-    /**
-     * Retrieves a reference to the anonymous module, so you can
-     * bust out advanced features without having to make your own
-     * module.
-     */
-    public function getAnonymousModule() {
-        if (!$this->_anonModule) {
-            $this->_anonModule = new HTMLPurifier_HTMLModule();
-            $this->_anonModule->name = 'Anonymous';
-        }
-        return $this->_anonModule;
-    }
-
-    private $_anonModule;
-
-
-    // PUBLIC BUT INTERNAL VARIABLES --------------------------------------
-
-    public $type = 'HTML';
-    public $manager; /**< Instance of HTMLPurifier_HTMLModuleManager */
-
-    /**
-     * Performs low-cost, preliminary initialization.
-     */
-    public function __construct() {
-        $this->manager = new HTMLPurifier_HTMLModuleManager();
-    }
-
-    protected function doSetup($config) {
-        $this->processModules($config);
-        $this->setupConfigStuff($config);
-        unset($this->manager);
-
-        // cleanup some of the element definitions
-        foreach ($this->info as $k => $v) {
-            unset($this->info[$k]->content_model);
-            unset($this->info[$k]->content_model_type);
-        }
-    }
-
-    /**
-     * Extract out the information from the manager
-     */
-    protected function processModules($config) {
-
-        if ($this->_anonModule) {
-            // for user specific changes
-            // this is late-loaded so we don't have to deal with PHP4
-            // reference wonky-ness
-            $this->manager->addModule($this->_anonModule);
-            unset($this->_anonModule);
-        }
-
-        $this->manager->setup($config);
-        $this->doctype = $this->manager->doctype;
-
-        foreach ($this->manager->modules as $module) {
-            foreach($module->info_tag_transform as $k => $v) {
-                if ($v === false) unset($this->info_tag_transform[$k]);
-                else $this->info_tag_transform[$k] = $v;
-            }
-            foreach($module->info_attr_transform_pre as $k => $v) {
-                if ($v === false) unset($this->info_attr_transform_pre[$k]);
-                else $this->info_attr_transform_pre[$k] = $v;
-            }
-            foreach($module->info_attr_transform_post as $k => $v) {
-                if ($v === false) unset($this->info_attr_transform_post[$k]);
-                else $this->info_attr_transform_post[$k] = $v;
-            }
-            foreach ($module->info_injector as $k => $v) {
-                if ($v === false) unset($this->info_injector[$k]);
-                else $this->info_injector[$k] = $v;
-            }
-        }
-
-        $this->info = $this->manager->getElements();
-        $this->info_content_sets = $this->manager->contentSets->lookup;
-
-    }
-
-    /**
-     * Sets up stuff based on config. We need a better way of doing this.
-     */
-    protected function setupConfigStuff($config) {
-
-        $block_wrapper = $config->get('HTML.BlockWrapper');
-        if (isset($this->info_content_sets['Block'][$block_wrapper])) {
-            $this->info_block_wrapper = $block_wrapper;
-        } else {
-            trigger_error('Cannot use non-block element as block wrapper',
-                E_USER_ERROR);
-        }
-
-        $parent = $config->get('HTML.Parent');
-        $def = $this->manager->getElement($parent, true);
-        if ($def) {
-            $this->info_parent = $parent;
-            $this->info_parent_def = $def;
-        } else {
-            trigger_error('Cannot use unrecognized element as parent',
-                E_USER_ERROR);
-            $this->info_parent_def = $this->manager->getElement($this->info_parent, true);
-        }
-
-        // support template text
-        $support = "(for information on implementing this, see the ".
-                   "support forums) ";
-
-        // setup allowed elements -----------------------------------------
-
-        $allowed_elements = $config->get('HTML.AllowedElements');
-        $allowed_attributes = $config->get('HTML.AllowedAttributes'); // retrieve early
-
-        if (!is_array($allowed_elements) && !is_array($allowed_attributes)) {
-            $allowed = $config->get('HTML.Allowed');
-            if (is_string($allowed)) {
-                list($allowed_elements, $allowed_attributes) = $this->parseTinyMCEAllowedList($allowed);
-            }
-        }
-
-        if (is_array($allowed_elements)) {
-            foreach ($this->info as $name => $d) {
-                if(!isset($allowed_elements[$name])) unset($this->info[$name]);
-                unset($allowed_elements[$name]);
-            }
-            // emit errors
-            foreach ($allowed_elements as $element => $d) {
-                $element = htmlspecialchars($element); // PHP doesn't escape errors, be careful!
-                trigger_error("Element '$element' is not supported $support", E_USER_WARNING);
-            }
-        }
-
-        // setup allowed attributes ---------------------------------------
-
-        $allowed_attributes_mutable = $allowed_attributes; // by copy!
-        if (is_array($allowed_attributes)) {
-
-            // This actually doesn't do anything, since we went away from
-            // global attributes. It's possible that userland code uses
-            // it, but HTMLModuleManager doesn't!
-            foreach ($this->info_global_attr as $attr => $x) {
-                $keys = array($attr, "*@$attr", "*.$attr");
-                $delete = true;
-                foreach ($keys as $key) {
-                    if ($delete && isset($allowed_attributes[$key])) {
-                        $delete = false;
-                    }
-                    if (isset($allowed_attributes_mutable[$key])) {
-                        unset($allowed_attributes_mutable[$key]);
-                    }
-                }
-                if ($delete) unset($this->info_global_attr[$attr]);
-            }
-
-            foreach ($this->info as $tag => $info) {
-                foreach ($info->attr as $attr => $x) {
-                    $keys = array("$tag@$attr", $attr, "*@$attr", "$tag.$attr", "*.$attr");
-                    $delete = true;
-                    foreach ($keys as $key) {
-                        if ($delete && isset($allowed_attributes[$key])) {
-                            $delete = false;
-                        }
-                        if (isset($allowed_attributes_mutable[$key])) {
-                            unset($allowed_attributes_mutable[$key]);
-                        }
-                    }
-                    if ($delete) unset($this->info[$tag]->attr[$attr]);
-                }
-            }
-            // emit errors
-            foreach ($allowed_attributes_mutable as $elattr => $d) {
-                $bits = preg_split('/[.@]/', $elattr, 2);
-                $c = count($bits);
-                switch ($c) {
-                    case 2:
-                        if ($bits[0] !== '*') {
-                            $element = htmlspecialchars($bits[0]);
-                            $attribute = htmlspecialchars($bits[1]);
-                            if (!isset($this->info[$element])) {
-                                trigger_error("Cannot allow attribute '$attribute' if element '$element' is not allowed/supported $support");
-                            } else {
-                                trigger_error("Attribute '$attribute' in element '$element' not supported $support",
-                                    E_USER_WARNING);
-                            }
-                            break;
-                        }
-                        // otherwise fall through
-                    case 1:
-                        $attribute = htmlspecialchars($bits[0]);
-                        trigger_error("Global attribute '$attribute' is not ".
-                            "supported in any elements $support",
-                            E_USER_WARNING);
-                        break;
-                }
-            }
-
-        }
-
-        // setup forbidden elements ---------------------------------------
-
-        $forbidden_elements   = $config->get('HTML.ForbiddenElements');
-        $forbidden_attributes = $config->get('HTML.ForbiddenAttributes');
-
-        foreach ($this->info as $tag => $info) {
-            if (isset($forbidden_elements[$tag])) {
-                unset($this->info[$tag]);
-                continue;
-            }
-            foreach ($info->attr as $attr => $x) {
-                if (
-                    isset($forbidden_attributes["$tag@$attr"]) ||
-                    isset($forbidden_attributes["*@$attr"]) ||
-                    isset($forbidden_attributes[$attr])
-                ) {
-                    unset($this->info[$tag]->attr[$attr]);
-                    continue;
-                } // this segment might get removed eventually
-                elseif (isset($forbidden_attributes["$tag.$attr"])) {
-                    // $tag.$attr are not user supplied, so no worries!
-                    trigger_error("Error with $tag.$attr: tag.attr syntax not supported for HTML.ForbiddenAttributes; use tag@attr instead", E_USER_WARNING);
-                }
-            }
-        }
-        foreach ($forbidden_attributes as $key => $v) {
-            if (strlen($key) < 2) continue;
-            if ($key[0] != '*') continue;
-            if ($key[1] == '.') {
-                trigger_error("Error with $key: *.attr syntax not supported for HTML.ForbiddenAttributes; use attr instead", E_USER_WARNING);
-            }
-        }
-
-        // setup injectors -----------------------------------------------------
-        foreach ($this->info_injector as $i => $injector) {
-            if ($injector->checkNeeded($config) !== false) {
-                // remove injector that does not have it's required
-                // elements/attributes present, and is thus not needed.
-                unset($this->info_injector[$i]);
-            }
-        }
-    }
-
-    /**
-     * Parses a TinyMCE-flavored Allowed Elements and Attributes list into
-     * separate lists for processing. Format is element[attr1|attr2],element2...
-     * @warning Although it's largely drawn from TinyMCE's implementation,
-     *      it is different, and you'll probably have to modify your lists
-     * @param $list String list to parse
-     * @param array($allowed_elements, $allowed_attributes)
-     * @todo Give this its own class, probably static interface
-     */
-    public function parseTinyMCEAllowedList($list) {
-
-        $list = str_replace(array(' ', "\t"), '', $list);
-
-        $elements = array();
-        $attributes = array();
-
-        $chunks = preg_split('/(,|[\n\r]+)/', $list);
-        foreach ($chunks as $chunk) {
-            if (empty($chunk)) continue;
-            // remove TinyMCE element control characters
-            if (!strpos($chunk, '[')) {
-                $element = $chunk;
-                $attr = false;
-            } else {
-                list($element, $attr) = explode('[', $chunk);
-            }
-            if ($element !== '*') $elements[$element] = true;
-            if (!$attr) continue;
-            $attr = substr($attr, 0, strlen($attr) - 1); // remove trailing ]
-            $attr = explode('|', $attr);
-            foreach ($attr as $key) {
-                $attributes["$element.$key"] = true;
-            }
-        }
-
-        return array($elements, $attributes);
-
-    }
-
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule.php b/lib/php/HTMLPurifier/HTMLModule.php
deleted file mode 100644
index 072cf68..0000000
--- a/lib/php/HTMLPurifier/HTMLModule.php
+++ /dev/null
@@ -1,244 +0,0 @@
-<?php
-
-/**
- * Represents an XHTML 1.1 module, with information on elements, tags
- * and attributes.
- * @note Even though this is technically XHTML 1.1, it is also used for
- *       regular HTML parsing. We are using modulization as a convenient
- *       way to represent the internals of HTMLDefinition, and our
- *       implementation is by no means conforming and does not directly
- *       use the normative DTDs or XML schemas.
- * @note The public variables in a module should almost directly
- *       correspond to the variables in HTMLPurifier_HTMLDefinition.
- *       However, the prefix info carries no special meaning in these
- *       objects (include it anyway if that's the correspondence though).
- * @todo Consider making some member functions protected
- */
-
-class HTMLPurifier_HTMLModule
-{
-
-    // -- Overloadable ----------------------------------------------------
-
-    /**
-     * Short unique string identifier of the module
-     */
-    public $name;
-
-    /**
-     * Informally, a list of elements this module changes. Not used in
-     * any significant way.
-     */
-    public $elements = array();
-
-    /**
-     * Associative array of element names to element definitions.
-     * Some definitions may be incomplete, to be merged in later
-     * with the full definition.
-     */
-    public $info = array();
-
-    /**
-     * Associative array of content set names to content set additions.
-     * This is commonly used to, say, add an A element to the Inline
-     * content set. This corresponds to an internal variable $content_sets
-     * and NOT info_content_sets member variable of HTMLDefinition.
-     */
-    public $content_sets = array();
-
-    /**
-     * Associative array of attribute collection names to attribute
-     * collection additions. More rarely used for adding attributes to
-     * the global collections. Example is the StyleAttribute module adding
-     * the style attribute to the Core. Corresponds to HTMLDefinition's
-     * attr_collections->info, since the object's data is only info,
-     * with extra behavior associated with it.
-     */
-    public $attr_collections = array();
-
-    /**
-     * Associative array of deprecated tag name to HTMLPurifier_TagTransform
-     */
-    public $info_tag_transform = array();
-
-    /**
-     * List of HTMLPurifier_AttrTransform to be performed before validation.
-     */
-    public $info_attr_transform_pre = array();
-
-    /**
-     * List of HTMLPurifier_AttrTransform to be performed after validation.
-     */
-    public $info_attr_transform_post = array();
-
-    /**
-     * List of HTMLPurifier_Injector to be performed during well-formedness fixing.
-     * An injector will only be invoked if all of it's pre-requisites are met;
-     * if an injector fails setup, there will be no error; it will simply be
-     * silently disabled.
-     */
-    public $info_injector = array();
-
-    /**
-     * Boolean flag that indicates whether or not getChildDef is implemented.
-     * For optimization reasons: may save a call to a function. Be sure
-     * to set it if you do implement getChildDef(), otherwise it will have
-     * no effect!
-     */
-    public $defines_child_def = false;
-
-    /**
-     * Boolean flag whether or not this module is safe. If it is not safe, all
-     * of its members are unsafe. Modules are safe by default (this might be
-     * slightly dangerous, but it doesn't make much sense to force HTML Purifier,
-     * which is based off of safe HTML, to explicitly say, "This is safe," even
-     * though there are modules which are "unsafe")
-     *
-     * @note Previously, safety could be applied at an element level granularity.
-     *       We've removed this ability, so in order to add "unsafe" elements
-     *       or attributes, a dedicated module with this property set to false
-     *       must be used.
-     */
-    public $safe = true;
-
-    /**
-     * Retrieves a proper HTMLPurifier_ChildDef subclass based on
-     * content_model and content_model_type member variables of
-     * the HTMLPurifier_ElementDef class. There is a similar function
-     * in HTMLPurifier_HTMLDefinition.
-     * @param $def HTMLPurifier_ElementDef instance
-     * @return HTMLPurifier_ChildDef subclass
-     */
-    public function getChildDef($def) {return false;}
-
-    // -- Convenience -----------------------------------------------------
-
-    /**
-     * Convenience function that sets up a new element
-     * @param $element Name of element to add
-     * @param $type What content set should element be registered to?
-     *              Set as false to skip this step.
-     * @param $contents Allowed children in form of:
-     *              "$content_model_type: $content_model"
-     * @param $attr_includes What attribute collections to register to
-     *              element?
-     * @param $attr What unique attributes does the element define?
-     * @note See ElementDef for in-depth descriptions of these parameters.
-     * @return Created element definition object, so you
-     *         can set advanced parameters
-     */
-    public function addElement($element, $type, $contents, $attr_includes = array(), $attr = array()) {
-        $this->elements[] = $element;
-        // parse content_model
-        list($content_model_type, $content_model) = $this->parseContents($contents);
-        // merge in attribute inclusions
-        $this->mergeInAttrIncludes($attr, $attr_includes);
-        // add element to content sets
-        if ($type) $this->addElementToContentSet($element, $type);
-        // create element
-        $this->info[$element] = HTMLPurifier_ElementDef::create(
-            $content_model, $content_model_type, $attr
-        );
-        // literal object $contents means direct child manipulation
-        if (!is_string($contents)) $this->info[$element]->child = $contents;
-        return $this->info[$element];
-    }
-
-    /**
-     * Convenience function that creates a totally blank, non-standalone
-     * element.
-     * @param $element Name of element to create
-     * @return Created element
-     */
-    public function addBlankElement($element) {
-        if (!isset($this->info[$element])) {
-            $this->elements[] = $element;
-            $this->info[$element] = new HTMLPurifier_ElementDef();
-            $this->info[$element]->standalone = false;
-        } else {
-            trigger_error("Definition for $element already exists in module, cannot redefine");
-        }
-        return $this->info[$element];
-    }
-
-    /**
-     * Convenience function that registers an element to a content set
-     * @param Element to register
-     * @param Name content set (warning: case sensitive, usually upper-case
-     *        first letter)
-     */
-    public function addElementToContentSet($element, $type) {
-        if (!isset($this->content_sets[$type])) $this->content_sets[$type] = '';
-        else $this->content_sets[$type] .= ' | ';
-        $this->content_sets[$type] .= $element;
-    }
-
-    /**
-     * Convenience function that transforms single-string contents
-     * into separate content model and content model type
-     * @param $contents Allowed children in form of:
-     *                  "$content_model_type: $content_model"
-     * @note If contents is an object, an array of two nulls will be
-     *       returned, and the callee needs to take the original $contents
-     *       and use it directly.
-     */
-    public function parseContents($contents) {
-        if (!is_string($contents)) return array(null, null); // defer
-        switch ($contents) {
-            // check for shorthand content model forms
-            case 'Empty':
-                return array('empty', '');
-            case 'Inline':
-                return array('optional', 'Inline | #PCDATA');
-            case 'Flow':
-                return array('optional', 'Flow | #PCDATA');
-        }
-        list($content_model_type, $content_model) = explode(':', $contents);
-        $content_model_type = strtolower(trim($content_model_type));
-        $content_model = trim($content_model);
-        return array($content_model_type, $content_model);
-    }
-
-    /**
-     * Convenience function that merges a list of attribute includes into
-     * an attribute array.
-     * @param $attr Reference to attr array to modify
-     * @param $attr_includes Array of includes / string include to merge in
-     */
-    public function mergeInAttrIncludes(&$attr, $attr_includes) {
-        if (!is_array($attr_includes)) {
-            if (empty($attr_includes)) $attr_includes = array();
-            else $attr_includes = array($attr_includes);
-        }
-        $attr[0] = $attr_includes;
-    }
-
-    /**
-     * Convenience function that generates a lookup table with boolean
-     * true as value.
-     * @param $list List of values to turn into a lookup
-     * @note You can also pass an arbitrary number of arguments in
-     *       place of the regular argument
-     * @return Lookup array equivalent of list
-     */
-    public function makeLookup($list) {
-        if (is_string($list)) $list = func_get_args();
-        $ret = array();
-        foreach ($list as $value) {
-            if (is_null($value)) continue;
-            $ret[$value] = true;
-        }
-        return $ret;
-    }
-
-    /**
-     * Lazy load construction of the module after determining whether
-     * or not it's needed, and also when a finalized configuration object
-     * is available.
-     * @param $config Instance of HTMLPurifier_Config
-     */
-    public function setup($config) {}
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Bdo.php b/lib/php/HTMLPurifier/HTMLModule/Bdo.php
deleted file mode 100644
index 3d66f1b..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Bdo.php
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Bi-directional Text Module, defines elements that
- * declare directionality of content. Text Extension Module.
- */
-class HTMLPurifier_HTMLModule_Bdo extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Bdo';
-    public $attr_collections = array(
-        'I18N' => array('dir' => false)
-    );
-
-    public function setup($config) {
-        $bdo = $this->addElement(
-            'bdo', 'Inline', 'Inline', array('Core', 'Lang'),
-            array(
-                'dir' => 'Enum#ltr,rtl', // required
-                // The Abstract Module specification has the attribute
-                // inclusions wrong for bdo: bdo allows Lang
-            )
-        );
-        $bdo->attr_transform_post['required-dir'] = new HTMLPurifier_AttrTransform_BdoDir();
-
-        $this->attr_collections['I18N']['dir'] = 'Enum#ltr,rtl';
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/CommonAttributes.php b/lib/php/HTMLPurifier/HTMLModule/CommonAttributes.php
deleted file mode 100644
index 7c15da8..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/CommonAttributes.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModule_CommonAttributes extends HTMLPurifier_HTMLModule
-{
-    public $name = 'CommonAttributes';
-
-    public $attr_collections = array(
-        'Core' => array(
-            0 => array('Style'),
-            // 'xml:space' => false,
-            'class' => 'Class',
-            'id' => 'ID',
-            'title' => 'CDATA',
-        ),
-        'Lang' => array(),
-        'I18N' => array(
-            0 => array('Lang'), // proprietary, for xml:lang/lang
-        ),
-        'Common' => array(
-            0 => array('Core', 'I18N')
-        )
-    );
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Edit.php b/lib/php/HTMLPurifier/HTMLModule/Edit.php
deleted file mode 100644
index ff93690..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Edit.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Edit Module, defines editing-related elements. Text Extension
- * Module.
- */
-class HTMLPurifier_HTMLModule_Edit extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Edit';
-
-    public function setup($config) {
-        $contents = 'Chameleon: #PCDATA | Inline ! #PCDATA | Flow';
-        $attr = array(
-            'cite' => 'URI',
-            // 'datetime' => 'Datetime', // not implemented
-        );
-        $this->addElement('del', 'Inline', $contents, 'Common', $attr);
-        $this->addElement('ins', 'Inline', $contents, 'Common', $attr);
-    }
-
-    // HTML 4.01 specifies that ins/del must not contain block
-    // elements when used in an inline context, chameleon is
-    // a complicated workaround to acheive this effect
-
-    // Inline context ! Block context (exclamation mark is
-    // separator, see getChildDef for parsing)
-
-    public $defines_child_def = true;
-    public function getChildDef($def) {
-        if ($def->content_model_type != 'chameleon') return false;
-        $value = explode('!', $def->content_model);
-        return new HTMLPurifier_ChildDef_Chameleon($value[0], $value[1]);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Forms.php b/lib/php/HTMLPurifier/HTMLModule/Forms.php
deleted file mode 100644
index 44c22f6..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Forms.php
+++ /dev/null
@@ -1,118 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Forms module, defines all form-related elements found in HTML 4.
- */
-class HTMLPurifier_HTMLModule_Forms extends HTMLPurifier_HTMLModule
-{
-    public $name = 'Forms';
-    public $safe = false;
-
-    public $content_sets = array(
-        'Block' => 'Form',
-        'Inline' => 'Formctrl',
-    );
-
-    public function setup($config) {
-        $form = $this->addElement('form', 'Form',
-          'Required: Heading | List | Block | fieldset', 'Common', array(
-            'accept' => 'ContentTypes',
-            'accept-charset' => 'Charsets',
-            'action*' => 'URI',
-            'method' => 'Enum#get,post',
-            // really ContentType, but these two are the only ones used today
-            'enctype' => 'Enum#application/x-www-form-urlencoded,multipart/form-data',
-        ));
-        $form->excludes = array('form' => true);
-
-        $input = $this->addElement('input', 'Formctrl', 'Empty', 'Common', array(
-            'accept' => 'ContentTypes',
-            'accesskey' => 'Character',
-            'alt' => 'Text',
-            'checked' => 'Bool#checked',
-            'disabled' => 'Bool#disabled',
-            'maxlength' => 'Number',
-            'name' => 'CDATA',
-            'readonly' => 'Bool#readonly',
-            'size' => 'Number',
-            'src' => 'URI#embeds',
-            'tabindex' => 'Number',
-            'type' => 'Enum#text,password,checkbox,button,radio,submit,reset,file,hidden,image',
-            'value' => 'CDATA',
-        ));
-        $input->attr_transform_post[] = new HTMLPurifier_AttrTransform_Input();
-
-        $this->addElement('select', 'Formctrl', 'Required: optgroup | option', 'Common', array(
-            'disabled' => 'Bool#disabled',
-            'multiple' => 'Bool#multiple',
-            'name' => 'CDATA',
-            'size' => 'Number',
-            'tabindex' => 'Number',
-        ));
-
-        $this->addElement('option', false, 'Optional: #PCDATA', 'Common', array(
-            'disabled' => 'Bool#disabled',
-            'label' => 'Text',
-            'selected' => 'Bool#selected',
-            'value' => 'CDATA',
-        ));
-        // It's illegal for there to be more than one selected, but not
-        // be multiple. Also, no selected means undefined behavior. This might
-        // be difficult to implement; perhaps an injector, or a context variable.
-
-        $textarea = $this->addElement('textarea', 'Formctrl', 'Optional: #PCDATA', 'Common', array(
-            'accesskey' => 'Character',
-            'cols*' => 'Number',
-            'disabled' => 'Bool#disabled',
-            'name' => 'CDATA',
-            'readonly' => 'Bool#readonly',
-            'rows*' => 'Number',
-            'tabindex' => 'Number',
-        ));
-        $textarea->attr_transform_pre[] = new HTMLPurifier_AttrTransform_Textarea();
-
-        $button = $this->addElement('button', 'Formctrl', 'Optional: #PCDATA | Heading | List | Block | Inline', 'Common', array(
-            'accesskey' => 'Character',
-            'disabled' => 'Bool#disabled',
-            'name' => 'CDATA',
-            'tabindex' => 'Number',
-            'type' => 'Enum#button,submit,reset',
-            'value' => 'CDATA',
-        ));
-
-        // For exclusions, ideally we'd specify content sets, not literal elements
-        $button->excludes = $this->makeLookup(
-            'form', 'fieldset', // Form
-            'input', 'select', 'textarea', 'label', 'button', // Formctrl
-            'a' // as per HTML 4.01 spec, this is omitted by modularization
-        );
-
-        // Extra exclusion: img usemap="" is not permitted within this element.
-        // We'll omit this for now, since we don't have any good way of
-        // indicating it yet.
-
-        // This is HIGHLY user-unfriendly; we need a custom child-def for this
-        $this->addElement('fieldset', 'Form', 'Custom: (#WS?,legend,(Flow|#PCDATA)*)', 'Common');
-
-        $label = $this->addElement('label', 'Formctrl', 'Optional: #PCDATA | Inline', 'Common', array(
-            'accesskey' => 'Character',
-            // 'for' => 'IDREF', // IDREF not implemented, cannot allow
-        ));
-        $label->excludes = array('label' => true);
-
-        $this->addElement('legend', false, 'Optional: #PCDATA | Inline', 'Common', array(
-            'accesskey' => 'Character',
-        ));
-
-        $this->addElement('optgroup', false, 'Required: option', 'Common', array(
-            'disabled' => 'Bool#disabled',
-            'label*' => 'Text',
-        ));
-
-        // Don't forget an injector for <isindex>. This one's a little complex
-        // because it maps to multiple elements.
-
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Hypertext.php b/lib/php/HTMLPurifier/HTMLModule/Hypertext.php
deleted file mode 100644
index d7e9bdd..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Hypertext.php
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Hypertext Module, defines hypertext links. Core Module.
- */
-class HTMLPurifier_HTMLModule_Hypertext extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Hypertext';
-
-    public function setup($config) {
-        $a = $this->addElement(
-            'a', 'Inline', 'Inline', 'Common',
-            array(
-                // 'accesskey' => 'Character',
-                // 'charset' => 'Charset',
-                'href' => 'URI',
-                // 'hreflang' => 'LanguageCode',
-                'rel' => new HTMLPurifier_AttrDef_HTML_LinkTypes('rel'),
-                'rev' => new HTMLPurifier_AttrDef_HTML_LinkTypes('rev'),
-                // 'tabindex' => 'Number',
-                // 'type' => 'ContentType',
-            )
-        );
-        $a->formatting = true;
-        $a->excludes = array('a' => true);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Image.php b/lib/php/HTMLPurifier/HTMLModule/Image.php
deleted file mode 100644
index 948d435..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Image.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Image Module provides basic image embedding.
- * @note There is specialized code for removing empty images in
- *       HTMLPurifier_Strategy_RemoveForeignElements
- */
-class HTMLPurifier_HTMLModule_Image extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Image';
-
-    public function setup($config) {
-        $max = $config->get('HTML.MaxImgLength');
-        $img = $this->addElement(
-            'img', 'Inline', 'Empty', 'Common',
-            array(
-                'alt*' => 'Text',
-                // According to the spec, it's Length, but percents can
-                // be abused, so we allow only Pixels.
-                'height' => 'Pixels#' . $max,
-                'width'  => 'Pixels#' . $max,
-                'longdesc' => 'URI',
-                'src*' => new HTMLPurifier_AttrDef_URI(true), // embedded
-            )
-        );
-        if ($max === null || $config->get('HTML.Trusted')) {
-            $img->attr['height'] =
-            $img->attr['width'] = 'Length';
-        }
-
-        // kind of strange, but splitting things up would be inefficient
-        $img->attr_transform_pre[] =
-        $img->attr_transform_post[] =
-            new HTMLPurifier_AttrTransform_ImgRequired();
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Legacy.php b/lib/php/HTMLPurifier/HTMLModule/Legacy.php
deleted file mode 100644
index df33927..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Legacy.php
+++ /dev/null
@@ -1,143 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Legacy module defines elements that were previously
- * deprecated.
- *
- * @note Not all legacy elements have been implemented yet, which
- *       is a bit of a reverse problem as compared to browsers! In
- *       addition, this legacy module may implement a bit more than
- *       mandated by XHTML 1.1.
- *
- * This module can be used in combination with TransformToStrict in order
- * to transform as many deprecated elements as possible, but retain
- * questionably deprecated elements that do not have good alternatives
- * as well as transform elements that don't have an implementation.
- * See docs/ref-strictness.txt for more details.
- */
-
-class HTMLPurifier_HTMLModule_Legacy extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Legacy';
-
-    public function setup($config) {
-
-        $this->addElement('basefont', 'Inline', 'Empty', false, array(
-            'color' => 'Color',
-            'face' => 'Text', // extremely broad, we should
-            'size' => 'Text', // tighten it
-            'id' => 'ID'
-        ));
-        $this->addElement('center', 'Block', 'Flow', 'Common');
-        $this->addElement('dir', 'Block', 'Required: li', 'Common', array(
-            'compact' => 'Bool#compact'
-        ));
-        $this->addElement('font', 'Inline', 'Inline', array('Core', 'I18N'), array(
-            'color' => 'Color',
-            'face' => 'Text', // extremely broad, we should
-            'size' => 'Text', // tighten it
-        ));
-        $this->addElement('menu', 'Block', 'Required: li', 'Common', array(
-            'compact' => 'Bool#compact'
-        ));
-
-        $s = $this->addElement('s', 'Inline', 'Inline', 'Common');
-        $s->formatting = true;
-
-        $strike = $this->addElement('strike', 'Inline', 'Inline', 'Common');
-        $strike->formatting = true;
-
-        $u = $this->addElement('u', 'Inline', 'Inline', 'Common');
-        $u->formatting = true;
-
-        // setup modifications to old elements
-
-        $align = 'Enum#left,right,center,justify';
-
-        $address = $this->addBlankElement('address');
-        $address->content_model = 'Inline | #PCDATA | p';
-        $address->content_model_type = 'optional';
-        $address->child = false;
-
-        $blockquote = $this->addBlankElement('blockquote');
-        $blockquote->content_model = 'Flow | #PCDATA';
-        $blockquote->content_model_type = 'optional';
-        $blockquote->child = false;
-
-        $br = $this->addBlankElement('br');
-        $br->attr['clear'] = 'Enum#left,all,right,none';
-
-        $caption = $this->addBlankElement('caption');
-        $caption->attr['align'] = 'Enum#top,bottom,left,right';
-
-        $div = $this->addBlankElement('div');
-        $div->attr['align'] = $align;
-
-        $dl = $this->addBlankElement('dl');
-        $dl->attr['compact'] = 'Bool#compact';
-
-        for ($i = 1; $i <= 6; $i++) {
-            $h = $this->addBlankElement("h$i");
-            $h->attr['align'] = $align;
-        }
-
-        $hr = $this->addBlankElement('hr');
-        $hr->attr['align'] = $align;
-        $hr->attr['noshade'] = 'Bool#noshade';
-        $hr->attr['size'] = 'Pixels';
-        $hr->attr['width'] = 'Length';
-
-        $img = $this->addBlankElement('img');
-        $img->attr['align'] = 'Enum#top,middle,bottom,left,right';
-        $img->attr['border'] = 'Pixels';
-        $img->attr['hspace'] = 'Pixels';
-        $img->attr['vspace'] = 'Pixels';
-
-        // figure out this integer business
-
-        $li = $this->addBlankElement('li');
-        $li->attr['value'] = new HTMLPurifier_AttrDef_Integer();
-        $li->attr['type']  = 'Enum#s:1,i,I,a,A,disc,square,circle';
-
-        $ol = $this->addBlankElement('ol');
-        $ol->attr['compact'] = 'Bool#compact';
-        $ol->attr['start'] = new HTMLPurifier_AttrDef_Integer();
-        $ol->attr['type'] = 'Enum#s:1,i,I,a,A';
-
-        $p = $this->addBlankElement('p');
-        $p->attr['align'] = $align;
-
-        $pre = $this->addBlankElement('pre');
-        $pre->attr['width'] = 'Number';
-
-        // script omitted
-
-        $table = $this->addBlankElement('table');
-        $table->attr['align'] = 'Enum#left,center,right';
-        $table->attr['bgcolor'] = 'Color';
-
-        $tr = $this->addBlankElement('tr');
-        $tr->attr['bgcolor'] = 'Color';
-
-        $th = $this->addBlankElement('th');
-        $th->attr['bgcolor'] = 'Color';
-        $th->attr['height'] = 'Length';
-        $th->attr['nowrap'] = 'Bool#nowrap';
-        $th->attr['width'] = 'Length';
-
-        $td = $this->addBlankElement('td');
-        $td->attr['bgcolor'] = 'Color';
-        $td->attr['height'] = 'Length';
-        $td->attr['nowrap'] = 'Bool#nowrap';
-        $td->attr['width'] = 'Length';
-
-        $ul = $this->addBlankElement('ul');
-        $ul->attr['compact'] = 'Bool#compact';
-        $ul->attr['type'] = 'Enum#square,disc,circle';
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/List.php b/lib/php/HTMLPurifier/HTMLModule/List.php
deleted file mode 100644
index 1d15f27..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/List.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 List Module, defines list-oriented elements. Core Module.
- */
-class HTMLPurifier_HTMLModule_List extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'List';
-
-    // According to the abstract schema, the List content set is a fully formed
-    // one or more expr, but it invariably occurs in an optional declaration
-    // so we're not going to do that subtlety. It might cause trouble
-    // if a user defines "List" and expects that multiple lists are
-    // allowed to be specified, but then again, that's not very intuitive.
-    // Furthermore, the actual XML Schema may disagree. Regardless,
-    // we don't have support for such nested expressions without using
-    // the incredibly inefficient and draconic Custom ChildDef.
-
-    public $content_sets = array('Flow' => 'List');
-
-    public function setup($config) {
-        $this->addElement('ol', 'List', 'Required: li', 'Common');
-        $this->addElement('ul', 'List', 'Required: li', 'Common');
-        $this->addElement('dl', 'List', 'Required: dt | dd', 'Common');
-
-        $this->addElement('li', false, 'Flow', 'Common');
-
-        $this->addElement('dd', false, 'Flow', 'Common');
-        $this->addElement('dt', false, 'Inline', 'Common');
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Name.php b/lib/php/HTMLPurifier/HTMLModule/Name.php
deleted file mode 100644
index 05694b4..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Name.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModule_Name extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Name';
-
-    public function setup($config) {
-        $elements = array('a', 'applet', 'form', 'frame', 'iframe', 'img', 'map');
-        foreach ($elements as $name) {
-            $element = $this->addBlankElement($name);
-            $element->attr['name'] = 'CDATA';
-            if (!$config->get('HTML.Attr.Name.UseCDATA')) {
-                $element->attr_transform_post['NameSync'] = new HTMLPurifier_AttrTransform_NameSync();
-            }
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php b/lib/php/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php
deleted file mode 100644
index 5f1b14a..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModule_NonXMLCommonAttributes extends HTMLPurifier_HTMLModule
-{
-    public $name = 'NonXMLCommonAttributes';
-
-    public $attr_collections = array(
-        'Lang' => array(
-            'lang' => 'LanguageCode',
-        )
-    );
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Object.php b/lib/php/HTMLPurifier/HTMLModule/Object.php
deleted file mode 100644
index 193c101..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Object.php
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Object Module, defines elements for generic object inclusion
- * @warning Users will commonly use <embed> to cater to legacy browsers: this
- *      module does not allow this sort of behavior
- */
-class HTMLPurifier_HTMLModule_Object extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Object';
-    public $safe = false;
-
-    public function setup($config) {
-
-        $this->addElement('object', 'Inline', 'Optional: #PCDATA | Flow | param', 'Common',
-            array(
-                'archive' => 'URI',
-                'classid' => 'URI',
-                'codebase' => 'URI',
-                'codetype' => 'Text',
-                'data' => 'URI',
-                'declare' => 'Bool#declare',
-                'height' => 'Length',
-                'name' => 'CDATA',
-                'standby' => 'Text',
-                'tabindex' => 'Number',
-                'type' => 'ContentType',
-                'width' => 'Length'
-            )
-        );
-
-        $this->addElement('param', false, 'Empty', false,
-            array(
-                'id' => 'ID',
-                'name*' => 'Text',
-                'type' => 'Text',
-                'value' => 'Text',
-                'valuetype' => 'Enum#data,ref,object'
-           )
-        );
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Presentation.php b/lib/php/HTMLPurifier/HTMLModule/Presentation.php
deleted file mode 100644
index 8ff0b5e..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Presentation.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Presentation Module, defines simple presentation-related
- * markup. Text Extension Module.
- * @note The official XML Schema and DTD specs further divide this into
- *       two modules:
- *          - Block Presentation (hr)
- *          - Inline Presentation (b, big, i, small, sub, sup, tt)
- *       We have chosen not to heed this distinction, as content_sets
- *       provides satisfactory disambiguation.
- */
-class HTMLPurifier_HTMLModule_Presentation extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Presentation';
-
-    public function setup($config) {
-        $this->addElement('hr',     'Block',  'Empty',  'Common');
-        $this->addElement('sub',    'Inline', 'Inline', 'Common');
-        $this->addElement('sup',    'Inline', 'Inline', 'Common');
-        $b = $this->addElement('b',      'Inline', 'Inline', 'Common');
-        $b->formatting = true;
-        $big = $this->addElement('big',    'Inline', 'Inline', 'Common');
-        $big->formatting = true;
-        $i = $this->addElement('i',      'Inline', 'Inline', 'Common');
-        $i->formatting = true;
-        $small = $this->addElement('small',  'Inline', 'Inline', 'Common');
-        $small->formatting = true;
-        $tt = $this->addElement('tt',     'Inline', 'Inline', 'Common');
-        $tt->formatting = true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Proprietary.php b/lib/php/HTMLPurifier/HTMLModule/Proprietary.php
deleted file mode 100644
index dd36a3d..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Proprietary.php
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php
-
-/**
- * Module defines proprietary tags and attributes in HTML.
- * @warning If this module is enabled, standards-compliance is off!
- */
-class HTMLPurifier_HTMLModule_Proprietary extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Proprietary';
-
-    public function setup($config) {
-
-        $this->addElement('marquee', 'Inline', 'Flow', 'Common',
-            array(
-                'direction' => 'Enum#left,right,up,down',
-                'behavior' => 'Enum#alternate',
-                'width' => 'Length',
-                'height' => 'Length',
-                'scrolldelay' => 'Number',
-                'scrollamount' => 'Number',
-                'loop' => 'Number',
-                'bgcolor' => 'Color',
-                'hspace' => 'Pixels',
-                'vspace' => 'Pixels',
-            )
-        );
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Ruby.php b/lib/php/HTMLPurifier/HTMLModule/Ruby.php
deleted file mode 100644
index b26a0a3..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Ruby.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Ruby Annotation Module, defines elements that indicate
- * short runs of text alongside base text for annotation or pronounciation.
- */
-class HTMLPurifier_HTMLModule_Ruby extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Ruby';
-
-    public function setup($config) {
-        $this->addElement('ruby', 'Inline',
-            'Custom: ((rb, (rt | (rp, rt, rp))) | (rbc, rtc, rtc?))',
-            'Common');
-        $this->addElement('rbc', false, 'Required: rb', 'Common');
-        $this->addElement('rtc', false, 'Required: rt', 'Common');
-        $rb = $this->addElement('rb', false, 'Inline', 'Common');
-        $rb->excludes = array('ruby' => true);
-        $rt = $this->addElement('rt', false, 'Inline', 'Common', array('rbspan' => 'Number'));
-        $rt->excludes = array('ruby' => true);
-        $this->addElement('rp', false, 'Optional: #PCDATA', 'Common');
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/SafeEmbed.php b/lib/php/HTMLPurifier/HTMLModule/SafeEmbed.php
deleted file mode 100644
index 8fc03cb..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/SafeEmbed.php
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php
-
-/**
- * A "safe" embed module. See SafeObject. This is a proprietary element.
- */
-class HTMLPurifier_HTMLModule_SafeEmbed extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'SafeEmbed';
-
-    public function setup($config) {
-
-        $max = $config->get('HTML.MaxImgLength');
-        $embed = $this->addElement(
-            'embed', 'Inline', 'Empty', 'Common',
-            array(
-                'src*' => 'URI#embedded',
-                'type' => 'Enum#application/x-shockwave-flash',
-                'width' => 'Pixels#' . $max,
-                'height' => 'Pixels#' . $max,
-                'allowscriptaccess' => 'Enum#never',
-                'allownetworking' => 'Enum#internal',
-                'wmode' => 'Enum#window',
-                'name' => 'ID',
-            )
-        );
-        $embed->attr_transform_post[] = new HTMLPurifier_AttrTransform_SafeEmbed();
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/SafeObject.php b/lib/php/HTMLPurifier/HTMLModule/SafeObject.php
deleted file mode 100644
index 33bac00..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/SafeObject.php
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php
-
-/**
- * A "safe" object module. In theory, objects permitted by this module will
- * be safe, and untrusted users can be allowed to embed arbitrary flash objects
- * (maybe other types too, but only Flash is supported as of right now).
- * Highly experimental.
- */
-class HTMLPurifier_HTMLModule_SafeObject extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'SafeObject';
-
-    public function setup($config) {
-
-        // These definitions are not intrinsically safe: the attribute transforms
-        // are a vital part of ensuring safety.
-
-        $max = $config->get('HTML.MaxImgLength');
-        $object = $this->addElement(
-            'object',
-            'Inline',
-            'Optional: param | Flow | #PCDATA',
-            'Common',
-            array(
-                // While technically not required by the spec, we're forcing
-                // it to this value.
-                'type'   => 'Enum#application/x-shockwave-flash',
-                'width'  => 'Pixels#' . $max,
-                'height' => 'Pixels#' . $max,
-                'data'   => 'URI#embedded'
-            )
-        );
-        $object->attr_transform_post[] = new HTMLPurifier_AttrTransform_SafeObject();
-
-        $param = $this->addElement('param', false, 'Empty', false,
-            array(
-                'id' => 'ID',
-                'name*' => 'Text',
-                'value' => 'Text'
-            )
-        );
-        $param->attr_transform_post[] = new HTMLPurifier_AttrTransform_SafeParam();
-        $this->info_injector[] = 'SafeObject';
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Scripting.php b/lib/php/HTMLPurifier/HTMLModule/Scripting.php
deleted file mode 100644
index cecdea6..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Scripting.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
-
-/*
-
-WARNING: THIS MODULE IS EXTREMELY DANGEROUS AS IT ENABLES INLINE SCRIPTING
-INSIDE HTML PURIFIER DOCUMENTS. USE ONLY WITH TRUSTED USER INPUT!!!
-
-*/
-
-/**
- * XHTML 1.1 Scripting module, defines elements that are used to contain
- * information pertaining to executable scripts or the lack of support
- * for executable scripts.
- * @note This module does not contain inline scripting elements
- */
-class HTMLPurifier_HTMLModule_Scripting extends HTMLPurifier_HTMLModule
-{
-    public $name = 'Scripting';
-    public $elements = array('script', 'noscript');
-    public $content_sets = array('Block' => 'script | noscript', 'Inline' => 'script | noscript');
-    public $safe = false;
-
-    public function setup($config) {
-        // TODO: create custom child-definition for noscript that
-        // auto-wraps stray #PCDATA in a similar manner to
-        // blockquote's custom definition (we would use it but
-        // blockquote's contents are optional while noscript's contents
-        // are required)
-
-        // TODO: convert this to new syntax, main problem is getting
-        // both content sets working
-
-        // In theory, this could be safe, but I don't see any reason to
-        // allow it.
-        $this->info['noscript'] = new HTMLPurifier_ElementDef();
-        $this->info['noscript']->attr = array( 0 => array('Common') );
-        $this->info['noscript']->content_model = 'Heading | List | Block';
-        $this->info['noscript']->content_model_type = 'required';
-
-        $this->info['script'] = new HTMLPurifier_ElementDef();
-        $this->info['script']->attr = array(
-            'defer' => new HTMLPurifier_AttrDef_Enum(array('defer')),
-            'src'   => new HTMLPurifier_AttrDef_URI(true),
-            'type'  => new HTMLPurifier_AttrDef_Enum(array('text/javascript'))
-        );
-        $this->info['script']->content_model = '#PCDATA';
-        $this->info['script']->content_model_type = 'optional';
-        $this->info['script']->attr_transform_pre['type'] =
-        $this->info['script']->attr_transform_post['type'] =
-            new HTMLPurifier_AttrTransform_ScriptRequired();
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/StyleAttribute.php b/lib/php/HTMLPurifier/HTMLModule/StyleAttribute.php
deleted file mode 100644
index eb78464..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/StyleAttribute.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Edit Module, defines editing-related elements. Text Extension
- * Module.
- */
-class HTMLPurifier_HTMLModule_StyleAttribute extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'StyleAttribute';
-    public $attr_collections = array(
-        // The inclusion routine differs from the Abstract Modules but
-        // is in line with the DTD and XML Schemas.
-        'Style' => array('style' => false), // see constructor
-        'Core' => array(0 => array('Style'))
-    );
-
-    public function setup($config) {
-        $this->attr_collections['Style']['style'] = new HTMLPurifier_AttrDef_CSS();
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Tables.php b/lib/php/HTMLPurifier/HTMLModule/Tables.php
deleted file mode 100644
index f314ced..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Tables.php
+++ /dev/null
@@ -1,66 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Tables Module, fully defines accessible table elements.
- */
-class HTMLPurifier_HTMLModule_Tables extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Tables';
-
-    public function setup($config) {
-
-        $this->addElement('caption', false, 'Inline', 'Common');
-
-        $this->addElement('table', 'Block',
-            new HTMLPurifier_ChildDef_Table(),  'Common',
-            array(
-                'border' => 'Pixels',
-                'cellpadding' => 'Length',
-                'cellspacing' => 'Length',
-                'frame' => 'Enum#void,above,below,hsides,lhs,rhs,vsides,box,border',
-                'rules' => 'Enum#none,groups,rows,cols,all',
-                'summary' => 'Text',
-                'width' => 'Length'
-            )
-        );
-
-        // common attributes
-        $cell_align = array(
-            'align' => 'Enum#left,center,right,justify,char',
-            'charoff' => 'Length',
-            'valign' => 'Enum#top,middle,bottom,baseline',
-        );
-
-        $cell_t = array_merge(
-            array(
-                'abbr'    => 'Text',
-                'colspan' => 'Number',
-                'rowspan' => 'Number',
-            ),
-            $cell_align
-        );
-        $this->addElement('td', false, 'Flow', 'Common', $cell_t);
-        $this->addElement('th', false, 'Flow', 'Common', $cell_t);
-
-        $this->addElement('tr', false, 'Required: td | th', 'Common', $cell_align);
-
-        $cell_col = array_merge(
-            array(
-                'span'  => 'Number',
-                'width' => 'MultiLength',
-            ),
-            $cell_align
-        );
-        $this->addElement('col',      false, 'Empty',         'Common', $cell_col);
-        $this->addElement('colgroup', false, 'Optional: col', 'Common', $cell_col);
-
-        $this->addElement('tbody', false, 'Required: tr', 'Common', $cell_align);
-        $this->addElement('thead', false, 'Required: tr', 'Common', $cell_align);
-        $this->addElement('tfoot', false, 'Required: tr', 'Common', $cell_align);
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Target.php b/lib/php/HTMLPurifier/HTMLModule/Target.php
deleted file mode 100644
index 2b844ec..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Target.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Target Module, defines target attribute in link elements.
- */
-class HTMLPurifier_HTMLModule_Target extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Target';
-
-    public function setup($config) {
-        $elements = array('a');
-        foreach ($elements as $name) {
-            $e = $this->addBlankElement($name);
-            $e->attr = array(
-                'target' => new HTMLPurifier_AttrDef_HTML_FrameTarget()
-            );
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Text.php b/lib/php/HTMLPurifier/HTMLModule/Text.php
deleted file mode 100644
index ae77c71..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Text.php
+++ /dev/null
@@ -1,71 +0,0 @@
-<?php
-
-/**
- * XHTML 1.1 Text Module, defines basic text containers. Core Module.
- * @note In the normative XML Schema specification, this module
- *       is further abstracted into the following modules:
- *          - Block Phrasal (address, blockquote, pre, h1, h2, h3, h4, h5, h6)
- *          - Block Structural (div, p)
- *          - Inline Phrasal (abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var)
- *          - Inline Structural (br, span)
- *       This module, functionally, does not distinguish between these
- *       sub-modules, but the code is internally structured to reflect
- *       these distinctions.
- */
-class HTMLPurifier_HTMLModule_Text extends HTMLPurifier_HTMLModule
-{
-
-    public $name = 'Text';
-    public $content_sets = array(
-        'Flow' => 'Heading | Block | Inline'
-    );
-
-    public function setup($config) {
-
-        // Inline Phrasal -------------------------------------------------
-        $this->addElement('abbr',    'Inline', 'Inline', 'Common');
-        $this->addElement('acronym', 'Inline', 'Inline', 'Common');
-        $this->addElement('cite',    'Inline', 'Inline', 'Common');
-        $this->addElement('dfn',     'Inline', 'Inline', 'Common');
-        $this->addElement('kbd',     'Inline', 'Inline', 'Common');
-        $this->addElement('q',       'Inline', 'Inline', 'Common', array('cite' => 'URI'));
-        $this->addElement('samp',    'Inline', 'Inline', 'Common');
-        $this->addElement('var',     'Inline', 'Inline', 'Common');
-
-        $em = $this->addElement('em',      'Inline', 'Inline', 'Common');
-        $em->formatting = true;
-
-        $strong = $this->addElement('strong',  'Inline', 'Inline', 'Common');
-        $strong->formatting = true;
-
-        $code = $this->addElement('code',    'Inline', 'Inline', 'Common');
-        $code->formatting = true;
-
-        // Inline Structural ----------------------------------------------
-        $this->addElement('span', 'Inline', 'Inline', 'Common');
-        $this->addElement('br',   'Inline', 'Empty',  'Core');
-
-        // Block Phrasal --------------------------------------------------
-        $this->addElement('address',     'Block', 'Inline', 'Common');
-        $this->addElement('blockquote',  'Block', 'Optional: Heading | Block | List', 'Common', array('cite' => 'URI') );
-        $pre = $this->addElement('pre', 'Block', 'Inline', 'Common');
-        $pre->excludes = $this->makeLookup(
-            'img', 'big', 'small', 'object', 'applet', 'font', 'basefont' );
-        $this->addElement('h1', 'Heading', 'Inline', 'Common');
-        $this->addElement('h2', 'Heading', 'Inline', 'Common');
-        $this->addElement('h3', 'Heading', 'Inline', 'Common');
-        $this->addElement('h4', 'Heading', 'Inline', 'Common');
-        $this->addElement('h5', 'Heading', 'Inline', 'Common');
-        $this->addElement('h6', 'Heading', 'Inline', 'Common');
-
-        // Block Structural -----------------------------------------------
-        $p = $this->addElement('p', 'Block', 'Inline', 'Common');
-        $p->autoclose = array_flip(array("address", "blockquote", "center", "dir", "div", "dl", "fieldset", "ol", "p", "ul"));
-
-        $this->addElement('div', 'Block', 'Flow', 'Common');
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Tidy.php b/lib/php/HTMLPurifier/HTMLModule/Tidy.php
deleted file mode 100644
index 21783f1..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Tidy.php
+++ /dev/null
@@ -1,207 +0,0 @@
-<?php
-
-/**
- * Abstract class for a set of proprietary modules that clean up (tidy)
- * poorly written HTML.
- * @todo Figure out how to protect some of these methods/properties
- */
-class HTMLPurifier_HTMLModule_Tidy extends HTMLPurifier_HTMLModule
-{
-
-    /**
-     * List of supported levels. Index zero is a special case "no fixes"
-     * level.
-     */
-    public $levels = array(0 => 'none', 'light', 'medium', 'heavy');
-
-    /**
-     * Default level to place all fixes in. Disabled by default
-     */
-    public $defaultLevel = null;
-
-    /**
-     * Lists of fixes used by getFixesForLevel(). Format is:
-     *      HTMLModule_Tidy->fixesForLevel[$level] = array('fix-1', 'fix-2');
-     */
-    public $fixesForLevel = array(
-        'light'  => array(),
-        'medium' => array(),
-        'heavy'  => array()
-    );
-
-    /**
-     * Lazy load constructs the module by determining the necessary
-     * fixes to create and then delegating to the populate() function.
-     * @todo Wildcard matching and error reporting when an added or
-     *       subtracted fix has no effect.
-     */
-    public function setup($config) {
-
-        // create fixes, initialize fixesForLevel
-        $fixes = $this->makeFixes();
-        $this->makeFixesForLevel($fixes);
-
-        // figure out which fixes to use
-        $level = $config->get('HTML.TidyLevel');
-        $fixes_lookup = $this->getFixesForLevel($level);
-
-        // get custom fix declarations: these need namespace processing
-        $add_fixes    = $config->get('HTML.TidyAdd');
-        $remove_fixes = $config->get('HTML.TidyRemove');
-
-        foreach ($fixes as $name => $fix) {
-            // needs to be refactored a little to implement globbing
-            if (
-                isset($remove_fixes[$name]) ||
-                (!isset($add_fixes[$name]) && !isset($fixes_lookup[$name]))
-            ) {
-                unset($fixes[$name]);
-            }
-        }
-
-        // populate this module with necessary fixes
-        $this->populate($fixes);
-
-    }
-
-    /**
-     * Retrieves all fixes per a level, returning fixes for that specific
-     * level as well as all levels below it.
-     * @param $level String level identifier, see $levels for valid values
-     * @return Lookup up table of fixes
-     */
-    public function getFixesForLevel($level) {
-        if ($level == $this->levels[0]) {
-            return array();
-        }
-        $activated_levels = array();
-        for ($i = 1, $c = count($this->levels); $i < $c; $i++) {
-            $activated_levels[] = $this->levels[$i];
-            if ($this->levels[$i] == $level) break;
-        }
-        if ($i == $c) {
-            trigger_error(
-                'Tidy level ' . htmlspecialchars($level) . ' not recognized',
-                E_USER_WARNING
-            );
-            return array();
-        }
-        $ret = array();
-        foreach ($activated_levels as $level) {
-            foreach ($this->fixesForLevel[$level] as $fix) {
-                $ret[$fix] = true;
-            }
-        }
-        return $ret;
-    }
-
-    /**
-     * Dynamically populates the $fixesForLevel member variable using
-     * the fixes array. It may be custom overloaded, used in conjunction
-     * with $defaultLevel, or not used at all.
-     */
-    public function makeFixesForLevel($fixes) {
-        if (!isset($this->defaultLevel)) return;
-        if (!isset($this->fixesForLevel[$this->defaultLevel])) {
-            trigger_error(
-                'Default level ' . $this->defaultLevel . ' does not exist',
-                E_USER_ERROR
-            );
-            return;
-        }
-        $this->fixesForLevel[$this->defaultLevel] = array_keys($fixes);
-    }
-
-    /**
-     * Populates the module with transforms and other special-case code
-     * based on a list of fixes passed to it
-     * @param $lookup Lookup table of fixes to activate
-     */
-    public function populate($fixes) {
-        foreach ($fixes as $name => $fix) {
-            // determine what the fix is for
-            list($type, $params) = $this->getFixType($name);
-            switch ($type) {
-                case 'attr_transform_pre':
-                case 'attr_transform_post':
-                    $attr = $params['attr'];
-                    if (isset($params['element'])) {
-                        $element = $params['element'];
-                        if (empty($this->info[$element])) {
-                            $e = $this->addBlankElement($element);
-                        } else {
-                            $e = $this->info[$element];
-                        }
-                    } else {
-                        $type = "info_$type";
-                        $e = $this;
-                    }
-                    // PHP does some weird parsing when I do
-                    // $e->$type[$attr], so I have to assign a ref.
-                    $f =& $e->$type;
-                    $f[$attr] = $fix;
-                    break;
-                case 'tag_transform':
-                    $this->info_tag_transform[$params['element']] = $fix;
-                    break;
-                case 'child':
-                case 'content_model_type':
-                    $element = $params['element'];
-                    if (empty($this->info[$element])) {
-                        $e = $this->addBlankElement($element);
-                    } else {
-                        $e = $this->info[$element];
-                    }
-                    $e->$type = $fix;
-                    break;
-                default:
-                    trigger_error("Fix type $type not supported", E_USER_ERROR);
-                    break;
-            }
-        }
-    }
-
-    /**
-     * Parses a fix name and determines what kind of fix it is, as well
-     * as other information defined by the fix
-     * @param $name String name of fix
-     * @return array(string $fix_type, array $fix_parameters)
-     * @note $fix_parameters is type dependant, see populate() for usage
-     *       of these parameters
-     */
-    public function getFixType($name) {
-        // parse it
-        $property = $attr = null;
-        if (strpos($name, '#') !== false) list($name, $property) = explode('#', $name);
-        if (strpos($name, '@') !== false) list($name, $attr)     = explode('@', $name);
-
-        // figure out the parameters
-        $params = array();
-        if ($name !== '')    $params['element'] = $name;
-        if (!is_null($attr)) $params['attr'] = $attr;
-
-        // special case: attribute transform
-        if (!is_null($attr)) {
-            if (is_null($property)) $property = 'pre';
-            $type = 'attr_transform_' . $property;
-            return array($type, $params);
-        }
-
-        // special case: tag transform
-        if (is_null($property)) {
-            return array('tag_transform', $params);
-        }
-
-        return array($property, $params);
-
-    }
-
-    /**
-     * Defines all fixes the module will perform in a compact
-     * associative array of fix name to fix implementation.
-     */
-    public function makeFixes() {}
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Tidy/Name.php b/lib/php/HTMLPurifier/HTMLModule/Tidy/Name.php
deleted file mode 100644
index 61ff85c..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Tidy/Name.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-/**
- * Name is deprecated, but allowed in strict doctypes, so onl
- */
-class HTMLPurifier_HTMLModule_Tidy_Name extends HTMLPurifier_HTMLModule_Tidy
-{
-    public $name = 'Tidy_Name';
-    public $defaultLevel = 'heavy';
-    public function makeFixes() {
-
-        $r = array();
-
-        // @name for img, a -----------------------------------------------
-        // Technically, it's allowed even on strict, so we allow authors to use
-        // it. However, it's deprecated in future versions of XHTML.
-        $r['img@name'] =
-        $r['a@name'] = new HTMLPurifier_AttrTransform_Name();
-
-        return $r;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Tidy/Proprietary.php b/lib/php/HTMLPurifier/HTMLModule/Tidy/Proprietary.php
deleted file mode 100644
index 85fa90a..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Tidy/Proprietary.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModule_Tidy_Proprietary extends HTMLPurifier_HTMLModule_Tidy
-{
-
-    public $name = 'Tidy_Proprietary';
-    public $defaultLevel = 'light';
-
-    public function makeFixes() {
-        $r = array();
-        $r['table@background'] = new HTMLPurifier_AttrTransform_Background();
-        $r['td@background']    = new HTMLPurifier_AttrTransform_Background();
-        $r['th@background']    = new HTMLPurifier_AttrTransform_Background();
-        $r['tr@background']    = new HTMLPurifier_AttrTransform_Background();
-        $r['thead@background'] = new HTMLPurifier_AttrTransform_Background();
-        $r['tfoot@background'] = new HTMLPurifier_AttrTransform_Background();
-        $r['tbody@background'] = new HTMLPurifier_AttrTransform_Background();
-        return $r;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Tidy/Strict.php b/lib/php/HTMLPurifier/HTMLModule/Tidy/Strict.php
deleted file mode 100644
index c73dc3c..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Tidy/Strict.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModule_Tidy_Strict extends HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4
-{
-    public $name = 'Tidy_Strict';
-    public $defaultLevel = 'light';
-
-    public function makeFixes() {
-        $r = parent::makeFixes();
-        $r['blockquote#content_model_type'] = 'strictblockquote';
-        return $r;
-    }
-
-    public $defines_child_def = true;
-    public function getChildDef($def) {
-        if ($def->content_model_type != 'strictblockquote') return parent::getChildDef($def);
-        return new HTMLPurifier_ChildDef_StrictBlockquote($def->content_model);
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Tidy/Transitional.php b/lib/php/HTMLPurifier/HTMLModule/Tidy/Transitional.php
deleted file mode 100644
index 9960b1d..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Tidy/Transitional.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModule_Tidy_Transitional extends HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4
-{
-    public $name = 'Tidy_Transitional';
-    public $defaultLevel = 'heavy';
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Tidy/XHTML.php b/lib/php/HTMLPurifier/HTMLModule/Tidy/XHTML.php
deleted file mode 100644
index db5a378..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Tidy/XHTML.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModule_Tidy_XHTML extends HTMLPurifier_HTMLModule_Tidy
-{
-
-    public $name = 'Tidy_XHTML';
-    public $defaultLevel = 'medium';
-
-    public function makeFixes() {
-        $r = array();
-        $r['@lang'] = new HTMLPurifier_AttrTransform_Lang();
-        return $r;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php b/lib/php/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php
deleted file mode 100644
index 02e9438..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php
+++ /dev/null
@@ -1,161 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4 extends HTMLPurifier_HTMLModule_Tidy
-{
-
-    public function makeFixes() {
-
-        $r = array();
-
-        // == deprecated tag transforms ===================================
-
-        $r['font']   = new HTMLPurifier_TagTransform_Font();
-        $r['menu']   = new HTMLPurifier_TagTransform_Simple('ul');
-        $r['dir']    = new HTMLPurifier_TagTransform_Simple('ul');
-        $r['center'] = new HTMLPurifier_TagTransform_Simple('div',  'text-align:center;');
-        $r['u']      = new HTMLPurifier_TagTransform_Simple('span', 'text-decoration:underline;');
-        $r['s']      = new HTMLPurifier_TagTransform_Simple('span', 'text-decoration:line-through;');
-        $r['strike'] = new HTMLPurifier_TagTransform_Simple('span', 'text-decoration:line-through;');
-
-        // == deprecated attribute transforms =============================
-
-        $r['caption@align'] =
-            new HTMLPurifier_AttrTransform_EnumToCSS('align', array(
-                // we're following IE's behavior, not Firefox's, due
-                // to the fact that no one supports caption-side:right,
-                // W3C included (with CSS 2.1). This is a slightly
-                // unreasonable attribute!
-                'left'   => 'text-align:left;',
-                'right'  => 'text-align:right;',
-                'top'    => 'caption-side:top;',
-                'bottom' => 'caption-side:bottom;' // not supported by IE
-            ));
-
-        // @align for img -------------------------------------------------
-        $r['img@align'] =
-            new HTMLPurifier_AttrTransform_EnumToCSS('align', array(
-                'left'   => 'float:left;',
-                'right'  => 'float:right;',
-                'top'    => 'vertical-align:top;',
-                'middle' => 'vertical-align:middle;',
-                'bottom' => 'vertical-align:baseline;',
-            ));
-
-        // @align for table -----------------------------------------------
-        $r['table@align'] =
-            new HTMLPurifier_AttrTransform_EnumToCSS('align', array(
-                'left'   => 'float:left;',
-                'center' => 'margin-left:auto;margin-right:auto;',
-                'right'  => 'float:right;'
-            ));
-
-        // @align for hr -----------------------------------------------
-        $r['hr@align'] =
-            new HTMLPurifier_AttrTransform_EnumToCSS('align', array(
-                // we use both text-align and margin because these work
-                // for different browsers (IE and Firefox, respectively)
-                // and the melange makes for a pretty cross-compatible
-                // solution
-                'left'   => 'margin-left:0;margin-right:auto;text-align:left;',
-                'center' => 'margin-left:auto;margin-right:auto;text-align:center;',
-                'right'  => 'margin-left:auto;margin-right:0;text-align:right;'
-            ));
-
-        // @align for h1, h2, h3, h4, h5, h6, p, div ----------------------
-        // {{{
-            $align_lookup = array();
-            $align_values = array('left', 'right', 'center', 'justify');
-            foreach ($align_values as $v) $align_lookup[$v] = "text-align:$v;";
-        // }}}
-        $r['h1@align'] =
-        $r['h2@align'] =
-        $r['h3@align'] =
-        $r['h4@align'] =
-        $r['h5@align'] =
-        $r['h6@align'] =
-        $r['p@align']  =
-        $r['div@align'] =
-            new HTMLPurifier_AttrTransform_EnumToCSS('align', $align_lookup);
-
-        // @bgcolor for table, tr, td, th ---------------------------------
-        $r['table@bgcolor'] =
-        $r['td@bgcolor'] =
-        $r['th@bgcolor'] =
-            new HTMLPurifier_AttrTransform_BgColor();
-
-        // @border for img ------------------------------------------------
-        $r['img@border'] = new HTMLPurifier_AttrTransform_Border();
-
-        // @clear for br --------------------------------------------------
-        $r['br@clear'] =
-            new HTMLPurifier_AttrTransform_EnumToCSS('clear', array(
-                'left'  => 'clear:left;',
-                'right' => 'clear:right;',
-                'all'   => 'clear:both;',
-                'none'  => 'clear:none;',
-            ));
-
-        // @height for td, th ---------------------------------------------
-        $r['td@height'] =
-        $r['th@height'] =
-            new HTMLPurifier_AttrTransform_Length('height');
-
-        // @hspace for img ------------------------------------------------
-        $r['img@hspace'] = new HTMLPurifier_AttrTransform_ImgSpace('hspace');
-
-        // @noshade for hr ------------------------------------------------
-        // this transformation is not precise but often good enough.
-        // different browsers use different styles to designate noshade
-        $r['hr@noshade'] =
-            new HTMLPurifier_AttrTransform_BoolToCSS(
-                'noshade',
-                'color:#808080;background-color:#808080;border:0;'
-            );
-
-        // @nowrap for td, th ---------------------------------------------
-        $r['td@nowrap'] =
-        $r['th@nowrap'] =
-            new HTMLPurifier_AttrTransform_BoolToCSS(
-                'nowrap',
-                'white-space:nowrap;'
-            );
-
-        // @size for hr  --------------------------------------------------
-        $r['hr@size'] = new HTMLPurifier_AttrTransform_Length('size', 'height');
-
-        // @type for li, ol, ul -------------------------------------------
-        // {{{
-            $ul_types = array(
-                'disc'   => 'list-style-type:disc;',
-                'square' => 'list-style-type:square;',
-                'circle' => 'list-style-type:circle;'
-            );
-            $ol_types = array(
-                '1'   => 'list-style-type:decimal;',
-                'i'   => 'list-style-type:lower-roman;',
-                'I'   => 'list-style-type:upper-roman;',
-                'a'   => 'list-style-type:lower-alpha;',
-                'A'   => 'list-style-type:upper-alpha;'
-            );
-            $li_types = $ul_types + $ol_types;
-        // }}}
-
-        $r['ul@type'] = new HTMLPurifier_AttrTransform_EnumToCSS('type', $ul_types);
-        $r['ol@type'] = new HTMLPurifier_AttrTransform_EnumToCSS('type', $ol_types, true);
-        $r['li@type'] = new HTMLPurifier_AttrTransform_EnumToCSS('type', $li_types, true);
-
-        // @vspace for img ------------------------------------------------
-        $r['img@vspace'] = new HTMLPurifier_AttrTransform_ImgSpace('vspace');
-
-        // @width for hr, td, th ------------------------------------------
-        $r['td@width'] =
-        $r['th@width'] =
-        $r['hr@width'] = new HTMLPurifier_AttrTransform_Length('width');
-
-        return $r;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModule/XMLCommonAttributes.php b/lib/php/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
deleted file mode 100644
index 9c0e031..0000000
--- a/lib/php/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModule
-{
-    public $name = 'XMLCommonAttributes';
-
-    public $attr_collections = array(
-        'Lang' => array(
-            'xml:lang' => 'LanguageCode',
-        )
-    );
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/HTMLModuleManager.php b/lib/php/HTMLPurifier/HTMLModuleManager.php
deleted file mode 100644
index f5c4a1d..0000000
--- a/lib/php/HTMLPurifier/HTMLModuleManager.php
+++ /dev/null
@@ -1,403 +0,0 @@
-<?php
-
-class HTMLPurifier_HTMLModuleManager
-{
-
-    /**
-     * Instance of HTMLPurifier_DoctypeRegistry
-     */
-    public $doctypes;
-
-    /**
-     * Instance of current doctype
-     */
-    public $doctype;
-
-    /**
-     * Instance of HTMLPurifier_AttrTypes
-     */
-    public $attrTypes;
-
-    /**
-     * Active instances of modules for the specified doctype are
-     * indexed, by name, in this array.
-     */
-    public $modules = array();
-
-    /**
-     * Array of recognized HTMLPurifier_Module instances, indexed by
-     * module's class name. This array is usually lazy loaded, but a
-     * user can overload a module by pre-emptively registering it.
-     */
-    public $registeredModules = array();
-
-    /**
-     * List of extra modules that were added by the user using addModule().
-     * These get unconditionally merged into the current doctype, whatever
-     * it may be.
-     */
-    public $userModules = array();
-
-    /**
-     * Associative array of element name to list of modules that have
-     * definitions for the element; this array is dynamically filled.
-     */
-    public $elementLookup = array();
-
-    /** List of prefixes we should use for registering small names */
-    public $prefixes = array('HTMLPurifier_HTMLModule_');
-
-    public $contentSets;     /**< Instance of HTMLPurifier_ContentSets */
-    public $attrCollections; /**< Instance of HTMLPurifier_AttrCollections */
-
-    /** If set to true, unsafe elements and attributes will be allowed */
-    public $trusted = false;
-
-    public function __construct() {
-
-        // editable internal objects
-        $this->attrTypes = new HTMLPurifier_AttrTypes();
-        $this->doctypes  = new HTMLPurifier_DoctypeRegistry();
-
-        // setup basic modules
-        $common = array(
-            'CommonAttributes', 'Text', 'Hypertext', 'List',
-            'Presentation', 'Edit', 'Bdo', 'Tables', 'Image',
-            'StyleAttribute',
-            // Unsafe:
-            'Scripting', 'Object',  'Forms',
-            // Sorta legacy, but present in strict:
-            'Name',
-        );
-        $transitional = array('Legacy', 'Target');
-        $xml = array('XMLCommonAttributes');
-        $non_xml = array('NonXMLCommonAttributes');
-
-        // setup basic doctypes
-        $this->doctypes->register(
-            'HTML 4.01 Transitional', false,
-            array_merge($common, $transitional, $non_xml),
-            array('Tidy_Transitional', 'Tidy_Proprietary'),
-            array(),
-            '-//W3C//DTD HTML 4.01 Transitional//EN',
-            'http://www.w3.org/TR/html4/loose.dtd'
-        );
-
-        $this->doctypes->register(
-            'HTML 4.01 Strict', false,
-            array_merge($common, $non_xml),
-            array('Tidy_Strict', 'Tidy_Proprietary', 'Tidy_Name'),
-            array(),
-            '-//W3C//DTD HTML 4.01//EN',
-            'http://www.w3.org/TR/html4/strict.dtd'
-        );
-
-        $this->doctypes->register(
-            'XHTML 1.0 Transitional', true,
-            array_merge($common, $transitional, $xml, $non_xml),
-            array('Tidy_Transitional', 'Tidy_XHTML', 'Tidy_Proprietary', 'Tidy_Name'),
-            array(),
-            '-//W3C//DTD XHTML 1.0 Transitional//EN',
-            'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'
-        );
-
-        $this->doctypes->register(
-            'XHTML 1.0 Strict', true,
-            array_merge($common, $xml, $non_xml),
-            array('Tidy_Strict', 'Tidy_XHTML', 'Tidy_Strict', 'Tidy_Proprietary', 'Tidy_Name'),
-            array(),
-            '-//W3C//DTD XHTML 1.0 Strict//EN',
-            'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'
-        );
-
-        $this->doctypes->register(
-            'XHTML 1.1', true,
-            array_merge($common, $xml, array('Ruby')),
-            array('Tidy_Strict', 'Tidy_XHTML', 'Tidy_Proprietary', 'Tidy_Strict', 'Tidy_Name'), // Tidy_XHTML1_1
-            array(),
-            '-//W3C//DTD XHTML 1.1//EN',
-            'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'
-        );
-
-    }
-
-    /**
-     * Registers a module to the recognized module list, useful for
-     * overloading pre-existing modules.
-     * @param $module Mixed: string module name, with or without
-     *                HTMLPurifier_HTMLModule prefix, or instance of
-     *                subclass of HTMLPurifier_HTMLModule.
-     * @param $overload Boolean whether or not to overload previous modules.
-     *                  If this is not set, and you do overload a module,
-     *                  HTML Purifier will complain with a warning.
-     * @note This function will not call autoload, you must instantiate
-     *       (and thus invoke) autoload outside the method.
-     * @note If a string is passed as a module name, different variants
-     *       will be tested in this order:
-     *          - Check for HTMLPurifier_HTMLModule_$name
-     *          - Check all prefixes with $name in order they were added
-     *          - Check for literal object name
-     *          - Throw fatal error
-     *       If your object name collides with an internal class, specify
-     *       your module manually. All modules must have been included
-     *       externally: registerModule will not perform inclusions for you!
-     */
-    public function registerModule($module, $overload = false) {
-        if (is_string($module)) {
-            // attempt to load the module
-            $original_module = $module;
-            $ok = false;
-            foreach ($this->prefixes as $prefix) {
-                $module = $prefix . $original_module;
-                if (class_exists($module)) {
-                    $ok = true;
-                    break;
-                }
-            }
-            if (!$ok) {
-                $module = $original_module;
-                if (!class_exists($module)) {
-                    trigger_error($original_module . ' module does not exist',
-                        E_USER_ERROR);
-                    return;
-                }
-            }
-            $module = new $module();
-        }
-        if (empty($module->name)) {
-            trigger_error('Module instance of ' . get_class($module) . ' must have name');
-            return;
-        }
-        if (!$overload && isset($this->registeredModules[$module->name])) {
-            trigger_error('Overloading ' . $module->name . ' without explicit overload parameter', E_USER_WARNING);
-        }
-        $this->registeredModules[$module->name] = $module;
-    }
-
-    /**
-     * Adds a module to the current doctype by first registering it,
-     * and then tacking it on to the active doctype
-     */
-    public function addModule($module) {
-        $this->registerModule($module);
-        if (is_object($module)) $module = $module->name;
-        $this->userModules[] = $module;
-    }
-
-    /**
-     * Adds a class prefix that registerModule() will use to resolve a
-     * string name to a concrete class
-     */
-    public function addPrefix($prefix) {
-        $this->prefixes[] = $prefix;
-    }
-
-    /**
-     * Performs processing on modules, after being called you may
-     * use getElement() and getElements()
-     * @param $config Instance of HTMLPurifier_Config
-     */
-    public function setup($config) {
-
-        $this->trusted = $config->get('HTML.Trusted');
-
-        // generate
-        $this->doctype = $this->doctypes->make($config);
-        $modules = $this->doctype->modules;
-
-        // take out the default modules that aren't allowed
-        $lookup = $config->get('HTML.AllowedModules');
-        $special_cases = $config->get('HTML.CoreModules');
-
-        if (is_array($lookup)) {
-            foreach ($modules as $k => $m) {
-                if (isset($special_cases[$m])) continue;
-                if (!isset($lookup[$m])) unset($modules[$k]);
-            }
-        }
-
-        // add proprietary module (this gets special treatment because
-        // it is completely removed from doctypes, etc.)
-        if ($config->get('HTML.Proprietary')) {
-            $modules[] = 'Proprietary';
-        }
-
-        // add SafeObject/Safeembed modules
-        if ($config->get('HTML.SafeObject')) {
-            $modules[] = 'SafeObject';
-        }
-        if ($config->get('HTML.SafeEmbed')) {
-            $modules[] = 'SafeEmbed';
-        }
-
-        // merge in custom modules
-        $modules = array_merge($modules, $this->userModules);
-
-        foreach ($modules as $module) {
-            $this->processModule($module);
-            $this->modules[$module]->setup($config);
-        }
-
-        foreach ($this->doctype->tidyModules as $module) {
-            $this->processModule($module);
-            $this->modules[$module]->setup($config);
-        }
-
-        // prepare any injectors
-        foreach ($this->modules as $module) {
-            $n = array();
-            foreach ($module->info_injector as $i => $injector) {
-                if (!is_object($injector)) {
-                    $class = "HTMLPurifier_Injector_$injector";
-                    $injector = new $class;
-                }
-                $n[$injector->name] = $injector;
-            }
-            $module->info_injector = $n;
-        }
-
-        // setup lookup table based on all valid modules
-        foreach ($this->modules as $module) {
-            foreach ($module->info as $name => $def) {
-                if (!isset($this->elementLookup[$name])) {
-                    $this->elementLookup[$name] = array();
-                }
-                $this->elementLookup[$name][] = $module->name;
-            }
-        }
-
-        // note the different choice
-        $this->contentSets = new HTMLPurifier_ContentSets(
-            // content set assembly deals with all possible modules,
-            // not just ones deemed to be "safe"
-            $this->modules
-        );
-        $this->attrCollections = new HTMLPurifier_AttrCollections(
-            $this->attrTypes,
-            // there is no way to directly disable a global attribute,
-            // but using AllowedAttributes or simply not including
-            // the module in your custom doctype should be sufficient
-            $this->modules
-        );
-    }
-
-    /**
-     * Takes a module and adds it to the active module collection,
-     * registering it if necessary.
-     */
-    public function processModule($module) {
-        if (!isset($this->registeredModules[$module]) || is_object($module)) {
-            $this->registerModule($module);
-        }
-        $this->modules[$module] = $this->registeredModules[$module];
-    }
-
-    /**
-     * Retrieves merged element definitions.
-     * @return Array of HTMLPurifier_ElementDef
-     */
-    public function getElements() {
-
-        $elements = array();
-        foreach ($this->modules as $module) {
-            if (!$this->trusted && !$module->safe) continue;
-            foreach ($module->info as $name => $v) {
-                if (isset($elements[$name])) continue;
-                $elements[$name] = $this->getElement($name);
-            }
-        }
-
-        // remove dud elements, this happens when an element that
-        // appeared to be safe actually wasn't
-        foreach ($elements as $n => $v) {
-            if ($v === false) unset($elements[$n]);
-        }
-
-        return $elements;
-
-    }
-
-    /**
-     * Retrieves a single merged element definition
-     * @param $name Name of element
-     * @param $trusted Boolean trusted overriding parameter: set to true
-     *                 if you want the full version of an element
-     * @return Merged HTMLPurifier_ElementDef
-     * @note You may notice that modules are getting iterated over twice (once
-     *       in getElements() and once here). This
-     *       is because
-     */
-    public function getElement($name, $trusted = null) {
-
-        if (!isset($this->elementLookup[$name])) {
-            return false;
-        }
-
-        // setup global state variables
-        $def = false;
-        if ($trusted === null) $trusted = $this->trusted;
-
-        // iterate through each module that has registered itself to this
-        // element
-        foreach($this->elementLookup[$name] as $module_name) {
-
-            $module = $this->modules[$module_name];
-
-            // refuse to create/merge from a module that is deemed unsafe--
-            // pretend the module doesn't exist--when trusted mode is not on.
-            if (!$trusted && !$module->safe) {
-                continue;
-            }
-
-            // clone is used because, ideally speaking, the original
-            // definition should not be modified. Usually, this will
-            // make no difference, but for consistency's sake
-            $new_def = clone $module->info[$name];
-
-            if (!$def && $new_def->standalone) {
-                $def = $new_def;
-            } elseif ($def) {
-                // This will occur even if $new_def is standalone. In practice,
-                // this will usually result in a full replacement.
-                $def->mergeIn($new_def);
-            } else {
-                // :TODO:
-                // non-standalone definitions that don't have a standalone
-                // to merge into could be deferred to the end
-                continue;
-            }
-
-            // attribute value expansions
-            $this->attrCollections->performInclusions($def->attr);
-            $this->attrCollections->expandIdentifiers($def->attr, $this->attrTypes);
-
-            // descendants_are_inline, for ChildDef_Chameleon
-            if (is_string($def->content_model) &&
-                strpos($def->content_model, 'Inline') !== false) {
-                if ($name != 'del' && $name != 'ins') {
-                    // this is for you, ins/del
-                    $def->descendants_are_inline = true;
-                }
-            }
-
-            $this->contentSets->generateChildDef($def, $module);
-        }
-
-        // This can occur if there is a blank definition, but no base to
-        // mix it in with
-        if (!$def) return false;
-
-        // add information on required attributes
-        foreach ($def->attr as $attr_name => $attr_def) {
-            if ($attr_def->required) {
-                $def->required_attr[] = $attr_name;
-            }
-        }
-
-        return $def;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/IDAccumulator.php b/lib/php/HTMLPurifier/IDAccumulator.php
deleted file mode 100644
index 7321529..0000000
--- a/lib/php/HTMLPurifier/IDAccumulator.php
+++ /dev/null
@@ -1,53 +0,0 @@
-<?php
-
-/**
- * Component of HTMLPurifier_AttrContext that accumulates IDs to prevent dupes
- * @note In Slashdot-speak, dupe means duplicate.
- * @note The default constructor does not accept $config or $context objects:
- *       use must use the static build() factory method to perform initialization.
- */
-class HTMLPurifier_IDAccumulator
-{
-
-    /**
-     * Lookup table of IDs we've accumulated.
-     * @public
-     */
-    public $ids = array();
-
-    /**
-     * Builds an IDAccumulator, also initializing the default blacklist
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     * @return Fully initialized HTMLPurifier_IDAccumulator
-     */
-    public static function build($config, $context) {
-        $id_accumulator = new HTMLPurifier_IDAccumulator();
-        $id_accumulator->load($config->get('Attr.IDBlacklist'));
-        return $id_accumulator;
-    }
-
-    /**
-     * Add an ID to the lookup table.
-     * @param $id ID to be added.
-     * @return Bool status, true if success, false if there's a dupe
-     */
-    public function add($id) {
-        if (isset($this->ids[$id])) return false;
-        return $this->ids[$id] = true;
-    }
-
-    /**
-     * Load a list of IDs into the lookup table
-     * @param $array_of_ids Array of IDs to load
-     * @note This function doesn't care about duplicates
-     */
-    public function load($array_of_ids) {
-        foreach ($array_of_ids as $id) {
-            $this->ids[$id] = true;
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Injector.php b/lib/php/HTMLPurifier/Injector.php
deleted file mode 100644
index 5922f81..0000000
--- a/lib/php/HTMLPurifier/Injector.php
+++ /dev/null
@@ -1,239 +0,0 @@
-<?php
-
-/**
- * Injects tokens into the document while parsing for well-formedness.
- * This enables "formatter-like" functionality such as auto-paragraphing,
- * smiley-ification and linkification to take place.
- *
- * A note on how handlers create changes; this is done by assigning a new
- * value to the $token reference. These values can take a variety of forms and
- * are best described HTMLPurifier_Strategy_MakeWellFormed->processToken()
- * documentation.
- *
- * @todo Allow injectors to request a re-run on their output. This
- *       would help if an operation is recursive.
- */
-abstract class HTMLPurifier_Injector
-{
-
-    /**
-     * Advisory name of injector, this is for friendly error messages
-     */
-    public $name;
-
-    /**
-     * Instance of HTMLPurifier_HTMLDefinition
-     */
-    protected $htmlDefinition;
-
-    /**
-     * Reference to CurrentNesting variable in Context. This is an array
-     * list of tokens that we are currently "inside"
-     */
-    protected $currentNesting;
-
-    /**
-     * Reference to InputTokens variable in Context. This is an array
-     * list of the input tokens that are being processed.
-     */
-    protected $inputTokens;
-
-    /**
-     * Reference to InputIndex variable in Context. This is an integer
-     * array index for $this->inputTokens that indicates what token
-     * is currently being processed.
-     */
-    protected $inputIndex;
-
-    /**
-     * Array of elements and attributes this injector creates and therefore
-     * need to be allowed by the definition. Takes form of
-     * array('element' => array('attr', 'attr2'), 'element2')
-     */
-    public $needed = array();
-
-    /**
-     * Index of inputTokens to rewind to.
-     */
-    protected $rewind = false;
-
-    /**
-     * Rewind to a spot to re-perform processing. This is useful if you
-     * deleted a node, and now need to see if this change affected any
-     * earlier nodes. Rewinding does not affect other injectors, and can
-     * result in infinite loops if not used carefully.
-     * @warning HTML Purifier will prevent you from fast-forwarding with this
-     *          function.
-     */
-    public function rewind($index) {
-        $this->rewind = $index;
-    }
-
-    /**
-     * Retrieves rewind, and then unsets it.
-     */
-    public function getRewind() {
-        $r = $this->rewind;
-        $this->rewind = false;
-        return $r;
-    }
-
-    /**
-     * Prepares the injector by giving it the config and context objects:
-     * this allows references to important variables to be made within
-     * the injector. This function also checks if the HTML environment
-     * will work with the Injector (see checkNeeded()).
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     * @return Boolean false if success, string of missing needed element/attribute if failure
-     */
-    public function prepare($config, $context) {
-        $this->htmlDefinition = $config->getHTMLDefinition();
-        // Even though this might fail, some unit tests ignore this and
-        // still test checkNeeded, so be careful. Maybe get rid of that
-        // dependency.
-        $result = $this->checkNeeded($config);
-        if ($result !== false) return $result;
-        $this->currentNesting =& $context->get('CurrentNesting');
-        $this->inputTokens    =& $context->get('InputTokens');
-        $this->inputIndex     =& $context->get('InputIndex');
-        return false;
-    }
-
-    /**
-     * This function checks if the HTML environment
-     * will work with the Injector: if p tags are not allowed, the
-     * Auto-Paragraphing injector should not be enabled.
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     * @return Boolean false if success, string of missing needed element/attribute if failure
-     */
-    public function checkNeeded($config) {
-        $def = $config->getHTMLDefinition();
-        foreach ($this->needed as $element => $attributes) {
-            if (is_int($element)) $element = $attributes;
-            if (!isset($def->info[$element])) return $element;
-            if (!is_array($attributes)) continue;
-            foreach ($attributes as $name) {
-                if (!isset($def->info[$element]->attr[$name])) return "$element.$name";
-            }
-        }
-        return false;
-    }
-
-    /**
-     * Tests if the context node allows a certain element
-     * @param $name Name of element to test for
-     * @return True if element is allowed, false if it is not
-     */
-    public function allowsElement($name) {
-        if (!empty($this->currentNesting)) {
-            $parent_token = array_pop($this->currentNesting);
-            $this->currentNesting[] = $parent_token;
-            $parent = $this->htmlDefinition->info[$parent_token->name];
-        } else {
-            $parent = $this->htmlDefinition->info_parent_def;
-        }
-        if (!isset($parent->child->elements[$name]) || isset($parent->excludes[$name])) {
-            return false;
-        }
-        // check for exclusion
-        for ($i = count($this->currentNesting) - 2; $i >= 0; $i--) {
-            $node = $this->currentNesting[$i];
-            $def  = $this->htmlDefinition->info[$node->name];
-            if (isset($def->excludes[$name])) return false;
-        }
-        return true;
-    }
-
-    /**
-     * Iterator function, which starts with the next token and continues until
-     * you reach the end of the input tokens.
-     * @warning Please prevent previous references from interfering with this
-     *          functions by setting $i = null beforehand!
-     * @param &$i Current integer index variable for inputTokens
-     * @param &$current Current token variable. Do NOT use $token, as that variable is also a reference
-     */
-    protected function forward(&$i, &$current) {
-        if ($i === null) $i = $this->inputIndex + 1;
-        else $i++;
-        if (!isset($this->inputTokens[$i])) return false;
-        $current = $this->inputTokens[$i];
-        return true;
-    }
-
-    /**
-     * Similar to _forward, but accepts a third parameter $nesting (which
-     * should be initialized at 0) and stops when we hit the end tag
-     * for the node $this->inputIndex starts in.
-     */
-    protected function forwardUntilEndToken(&$i, &$current, &$nesting) {
-        $result = $this->forward($i, $current);
-        if (!$result) return false;
-        if ($nesting === null) $nesting = 0;
-        if     ($current instanceof HTMLPurifier_Token_Start) $nesting++;
-        elseif ($current instanceof HTMLPurifier_Token_End) {
-            if ($nesting <= 0) return false;
-            $nesting--;
-        }
-        return true;
-    }
-
-    /**
-     * Iterator function, starts with the previous token and continues until
-     * you reach the beginning of input tokens.
-     * @warning Please prevent previous references from interfering with this
-     *          functions by setting $i = null beforehand!
-     * @param &$i Current integer index variable for inputTokens
-     * @param &$current Current token variable. Do NOT use $token, as that variable is also a reference
-     */
-    protected function backward(&$i, &$current) {
-        if ($i === null) $i = $this->inputIndex - 1;
-        else $i--;
-        if ($i < 0) return false;
-        $current = $this->inputTokens[$i];
-        return true;
-    }
-
-    /**
-     * Initializes the iterator at the current position. Use in a do {} while;
-     * loop to force the _forward and _backward functions to start at the
-     * current location.
-     * @warning Please prevent previous references from interfering with this
-     *          functions by setting $i = null beforehand!
-     * @param &$i Current integer index variable for inputTokens
-     * @param &$current Current token variable. Do NOT use $token, as that variable is also a reference
-     */
-    protected function current(&$i, &$current) {
-        if ($i === null) $i = $this->inputIndex;
-        $current = $this->inputTokens[$i];
-    }
-
-    /**
-     * Handler that is called when a text token is processed
-     */
-    public function handleText(&$token) {}
-
-    /**
-     * Handler that is called when a start or empty token is processed
-     */
-    public function handleElement(&$token) {}
-
-    /**
-     * Handler that is called when an end token is processed
-     */
-    public function handleEnd(&$token) {
-        $this->notifyEnd($token);
-    }
-
-    /**
-     * Notifier that is called when an end token is processed
-     * @note This differs from handlers in that the token is read-only
-     * @deprecated
-     */
-    public function notifyEnd($token) {}
-
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Injector/AutoParagraph.php b/lib/php/HTMLPurifier/Injector/AutoParagraph.php
deleted file mode 100644
index 8cc9525..0000000
--- a/lib/php/HTMLPurifier/Injector/AutoParagraph.php
+++ /dev/null
@@ -1,340 +0,0 @@
-<?php
-
-/**
- * Injector that auto paragraphs text in the root node based on
- * double-spacing.
- * @todo Ensure all states are unit tested, including variations as well.
- * @todo Make a graph of the flow control for this Injector.
- */
-class HTMLPurifier_Injector_AutoParagraph extends HTMLPurifier_Injector
-{
-
-    public $name = 'AutoParagraph';
-    public $needed = array('p');
-
-    private function _pStart() {
-        $par = new HTMLPurifier_Token_Start('p');
-        $par->armor['MakeWellFormed_TagClosedError'] = true;
-        return $par;
-    }
-
-    public function handleText(&$token) {
-        $text = $token->data;
-        // Does the current parent allow <p> tags?
-        if ($this->allowsElement('p')) {
-            if (empty($this->currentNesting) || strpos($text, "\n\n") !== false) {
-                // Note that we have differing behavior when dealing with text
-                // in the anonymous root node, or a node inside the document.
-                // If the text as a double-newline, the treatment is the same;
-                // if it doesn't, see the next if-block if you're in the document.
-
-                $i = $nesting = null;
-                if (!$this->forwardUntilEndToken($i, $current, $nesting) && $token->is_whitespace) {
-                    // State 1.1: ...    ^ (whitespace, then document end)
-                    //               ----
-                    // This is a degenerate case
-                } else {
-                    // State 1.2: PAR1
-                    //            ----
-
-                    // State 1.3: PAR1\n\nPAR2
-                    //            ------------
-
-                    // State 1.4: <div>PAR1\n\nPAR2 (see State 2)
-                    //                 ------------
-                    $token = array($this->_pStart());
-                    $this->_splitText($text, $token);
-                }
-            } else {
-                // State 2:   <div>PAR1... (similar to 1.4)
-                //                 ----
-
-                // We're in an element that allows paragraph tags, but we're not
-                // sure if we're going to need them.
-                if ($this->_pLookAhead()) {
-                    // State 2.1: <div>PAR1<b>PAR1\n\nPAR2
-                    //                 ----
-                    // Note: This will always be the first child, since any
-                    // previous inline element would have triggered this very
-                    // same routine, and found the double newline. One possible
-                    // exception would be a comment.
-                    $token = array($this->_pStart(), $token);
-                } else {
-                    // State 2.2.1: <div>PAR1<div>
-                    //                   ----
-
-                    // State 2.2.2: <div>PAR1<b>PAR1</b></div>
-                    //                   ----
-                }
-            }
-        // Is the current parent a <p> tag?
-        } elseif (
-            !empty($this->currentNesting) &&
-            $this->currentNesting[count($this->currentNesting)-1]->name == 'p'
-        ) {
-            // State 3.1: ...<p>PAR1
-            //                  ----
-
-            // State 3.2: ...<p>PAR1\n\nPAR2
-            //                  ------------
-            $token = array();
-            $this->_splitText($text, $token);
-        // Abort!
-        } else {
-            // State 4.1: ...<b>PAR1
-            //                  ----
-
-            // State 4.2: ...<b>PAR1\n\nPAR2
-            //                  ------------
-        }
-    }
-
-    public function handleElement(&$token) {
-        // We don't have to check if we're already in a <p> tag for block
-        // tokens, because the tag would have been autoclosed by MakeWellFormed.
-        if ($this->allowsElement('p')) {
-            if (!empty($this->currentNesting)) {
-                if ($this->_isInline($token)) {
-                    // State 1: <div>...<b>
-                    //                  ---
-
-                    // Check if this token is adjacent to the parent token
-                    // (seek backwards until token isn't whitespace)
-                    $i = null;
-                    $this->backward($i, $prev);
-
-                    if (!$prev instanceof HTMLPurifier_Token_Start) {
-                        // Token wasn't adjacent
-
-                        if (
-                            $prev instanceof HTMLPurifier_Token_Text &&
-                            substr($prev->data, -2) === "\n\n"
-                        ) {
-                            // State 1.1.4: <div><p>PAR1</p>\n\n<b>
-                            //                                  ---
-
-                            // Quite frankly, this should be handled by splitText
-                            $token = array($this->_pStart(), $token);
-                        } else {
-                            // State 1.1.1: <div><p>PAR1</p><b>
-                            //                              ---
-
-                            // State 1.1.2: <div><br /><b>
-                            //                         ---
-
-                            // State 1.1.3: <div>PAR<b>
-                            //                      ---
-                        }
-
-                    } else {
-                        // State 1.2.1: <div><b>
-                        //                   ---
-
-                        // Lookahead to see if <p> is needed.
-                        if ($this->_pLookAhead()) {
-                            // State 1.3.1: <div><b>PAR1\n\nPAR2
-                            //                   ---
-                            $token = array($this->_pStart(), $token);
-                        } else {
-                            // State 1.3.2: <div><b>PAR1</b></div>
-                            //                   ---
-
-                            // State 1.3.3: <div><b>PAR1</b><div></div>\n\n</div>
-                            //                   ---
-                        }
-                    }
-                } else {
-                    // State 2.3: ...<div>
-                    //               -----
-                }
-            } else {
-                if ($this->_isInline($token)) {
-                    // State 3.1: <b>
-                    //            ---
-                    // This is where the {p} tag is inserted, not reflected in
-                    // inputTokens yet, however.
-                    $token = array($this->_pStart(), $token);
-                } else {
-                    // State 3.2: <div>
-                    //            -----
-                }
-
-                $i = null;
-                if ($this->backward($i, $prev)) {
-                    if (
-                        !$prev instanceof HTMLPurifier_Token_Text
-                    ) {
-                        // State 3.1.1: ...</p>{p}<b>
-                        //                        ---
-
-                        // State 3.2.1: ...</p><div>
-                        //                     -----
-
-                        if (!is_array($token)) $token = array($token);
-                        array_unshift($token, new HTMLPurifier_Token_Text("\n\n"));
-                    } else {
-                        // State 3.1.2: ...</p>\n\n{p}<b>
-                        //                            ---
-
-                        // State 3.2.2: ...</p>\n\n<div>
-                        //                         -----
-
-                        // Note: PAR<ELEM> cannot occur because PAR would have been
-                        // wrapped in <p> tags.
-                    }
-                }
-            }
-        } else {
-            // State 2.2: <ul><li>
-            //                ----
-
-            // State 2.4: <p><b>
-            //               ---
-        }
-    }
-
-    /**
-     * Splits up a text in paragraph tokens and appends them
-     * to the result stream that will replace the original
-     * @param $data String text data that will be processed
-     *    into paragraphs
-     * @param $result Reference to array of tokens that the
-     *    tags will be appended onto
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     */
-    private function _splitText($data, &$result) {
-        $raw_paragraphs = explode("\n\n", $data);
-        $paragraphs  = array(); // without empty paragraphs
-        $needs_start = false;
-        $needs_end   = false;
-
-        $c = count($raw_paragraphs);
-        if ($c == 1) {
-            // There were no double-newlines, abort quickly. In theory this
-            // should never happen.
-            $result[] = new HTMLPurifier_Token_Text($data);
-            return;
-        }
-        for ($i = 0; $i < $c; $i++) {
-            $par = $raw_paragraphs[$i];
-            if (trim($par) !== '') {
-                $paragraphs[] = $par;
-            } else {
-                if ($i == 0) {
-                    // Double newline at the front
-                    if (empty($result)) {
-                        // The empty result indicates that the AutoParagraph
-                        // injector did not add any start paragraph tokens.
-                        // This means that we have been in a paragraph for
-                        // a while, and the newline means we should start a new one.
-                        $result[] = new HTMLPurifier_Token_End('p');
-                        $result[] = new HTMLPurifier_Token_Text("\n\n");
-                        // However, the start token should only be added if
-                        // there is more processing to be done (i.e. there are
-                        // real paragraphs in here). If there are none, the
-                        // next start paragraph tag will be handled by the
-                        // next call to the injector
-                        $needs_start = true;
-                    } else {
-                        // We just started a new paragraph!
-                        // Reinstate a double-newline for presentation's sake, since
-                        // it was in the source code.
-                        array_unshift($result, new HTMLPurifier_Token_Text("\n\n"));
-                    }
-                } elseif ($i + 1 == $c) {
-                    // Double newline at the end
-                    // There should be a trailing </p> when we're finally done.
-                    $needs_end = true;
-                }
-            }
-        }
-
-        // Check if this was just a giant blob of whitespace. Move this earlier,
-        // perhaps?
-        if (empty($paragraphs)) {
-            return;
-        }
-
-        // Add the start tag indicated by \n\n at the beginning of $data
-        if ($needs_start) {
-            $result[] = $this->_pStart();
-        }
-
-        // Append the paragraphs onto the result
-        foreach ($paragraphs as $par) {
-            $result[] = new HTMLPurifier_Token_Text($par);
-            $result[] = new HTMLPurifier_Token_End('p');
-            $result[] = new HTMLPurifier_Token_Text("\n\n");
-            $result[] = $this->_pStart();
-        }
-
-        // Remove trailing start token; Injector will handle this later if
-        // it was indeed needed. This prevents from needing to do a lookahead,
-        // at the cost of a lookbehind later.
-        array_pop($result);
-
-        // If there is no need for an end tag, remove all of it and let
-        // MakeWellFormed close it later.
-        if (!$needs_end) {
-            array_pop($result); // removes \n\n
-            array_pop($result); // removes </p>
-        }
-
-    }
-
-    /**
-     * Returns true if passed token is inline (and, ergo, allowed in
-     * paragraph tags)
-     */
-    private function _isInline($token) {
-        return isset($this->htmlDefinition->info['p']->child->elements[$token->name]);
-    }
-
-    /**
-     * Looks ahead in the token list and determines whether or not we need
-     * to insert a <p> tag.
-     */
-    private function _pLookAhead() {
-        $this->current($i, $current);
-        if ($current instanceof HTMLPurifier_Token_Start) $nesting = 1;
-        else $nesting = 0;
-        $ok = false;
-        while ($this->forwardUntilEndToken($i, $current, $nesting)) {
-            $result = $this->_checkNeedsP($current);
-            if ($result !== null) {
-                $ok = $result;
-                break;
-            }
-        }
-        return $ok;
-    }
-
-    /**
-     * Determines if a particular token requires an earlier inline token
-     * to get a paragraph. This should be used with _forwardUntilEndToken
-     */
-    private function _checkNeedsP($current) {
-        if ($current instanceof HTMLPurifier_Token_Start){
-            if (!$this->_isInline($current)) {
-                // <div>PAR1<div>
-                //      ----
-                // Terminate early, since we hit a block element
-                return false;
-            }
-        } elseif ($current instanceof HTMLPurifier_Token_Text) {
-            if (strpos($current->data, "\n\n") !== false) {
-                // <div>PAR1<b>PAR1\n\nPAR2
-                //      ----
-                return true;
-            } else {
-                // <div>PAR1<b>PAR1...
-                //      ----
-            }
-        }
-        return null;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Injector/DisplayLinkURI.php b/lib/php/HTMLPurifier/Injector/DisplayLinkURI.php
deleted file mode 100644
index 9dce9bd..0000000
--- a/lib/php/HTMLPurifier/Injector/DisplayLinkURI.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-/**
- * Injector that displays the URL of an anchor instead of linking to it, in addition to showing the text of the link.
- */
-class HTMLPurifier_Injector_DisplayLinkURI extends HTMLPurifier_Injector
-{
-
-    public $name = 'DisplayLinkURI';
-    public $needed = array('a');
-
-    public function handleElement(&$token) {
-    }
-
-    public function handleEnd(&$token) {
-        if (isset($token->start->attr['href'])){
-            $url = $token->start->attr['href'];
-            unset($token->start->attr['href']);
-            $token = array($token, new HTMLPurifier_Token_Text(" ($url)"));
-        } else {
-            // nothing to display
-        }
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Injector/Linkify.php b/lib/php/HTMLPurifier/Injector/Linkify.php
deleted file mode 100644
index 296dac2..0000000
--- a/lib/php/HTMLPurifier/Injector/Linkify.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-
-/**
- * Injector that converts http, https and ftp text URLs to actual links.
- */
-class HTMLPurifier_Injector_Linkify extends HTMLPurifier_Injector
-{
-
-    public $name = 'Linkify';
-    public $needed = array('a' => array('href'));
-
-    public function handleText(&$token) {
-        if (!$this->allowsElement('a')) return;
-
-        if (strpos($token->data, '://') === false) {
-            // our really quick heuristic failed, abort
-            // this may not work so well if we want to match things like
-            // "google.com", but then again, most people don't
-            return;
-        }
-
-        // there is/are URL(s). Let's split the string:
-        // Note: this regex is extremely permissive
-        $bits = preg_split('#((?:https?|ftp)://[^\s\'"<>()]+)#S', $token->data, -1, PREG_SPLIT_DELIM_CAPTURE);
-
-        $token = array();
-
-        // $i = index
-        // $c = count
-        // $l = is link
-        for ($i = 0, $c = count($bits), $l = false; $i < $c; $i++, $l = !$l) {
-            if (!$l) {
-                if ($bits[$i] === '') continue;
-                $token[] = new HTMLPurifier_Token_Text($bits[$i]);
-            } else {
-                $token[] = new HTMLPurifier_Token_Start('a', array('href' => $bits[$i]));
-                $token[] = new HTMLPurifier_Token_Text($bits[$i]);
-                $token[] = new HTMLPurifier_Token_End('a');
-            }
-        }
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Injector/PurifierLinkify.php b/lib/php/HTMLPurifier/Injector/PurifierLinkify.php
deleted file mode 100644
index ad2455a..0000000
--- a/lib/php/HTMLPurifier/Injector/PurifierLinkify.php
+++ /dev/null
@@ -1,45 +0,0 @@
-<?php
-
-/**
- * Injector that converts configuration directive syntax %Namespace.Directive
- * to links
- */
-class HTMLPurifier_Injector_PurifierLinkify extends HTMLPurifier_Injector
-{
-
-    public $name = 'PurifierLinkify';
-    public $docURL;
-    public $needed = array('a' => array('href'));
-
-    public function prepare($config, $context) {
-        $this->docURL = $config->get('AutoFormat.PurifierLinkify.DocURL');
-        return parent::prepare($config, $context);
-    }
-
-    public function handleText(&$token) {
-        if (!$this->allowsElement('a')) return;
-        if (strpos($token->data, '%') === false) return;
-
-        $bits = preg_split('#%([a-z0-9]+\.[a-z0-9]+)#Si', $token->data, -1, PREG_SPLIT_DELIM_CAPTURE);
-        $token = array();
-
-        // $i = index
-        // $c = count
-        // $l = is link
-        for ($i = 0, $c = count($bits), $l = false; $i < $c; $i++, $l = !$l) {
-            if (!$l) {
-                if ($bits[$i] === '') continue;
-                $token[] = new HTMLPurifier_Token_Text($bits[$i]);
-            } else {
-                $token[] = new HTMLPurifier_Token_Start('a',
-                    array('href' => str_replace('%s', $bits[$i], $this->docURL)));
-                $token[] = new HTMLPurifier_Token_Text('%' . $bits[$i]);
-                $token[] = new HTMLPurifier_Token_End('a');
-            }
-        }
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Injector/RemoveEmpty.php b/lib/php/HTMLPurifier/Injector/RemoveEmpty.php
deleted file mode 100644
index 638bfca..0000000
--- a/lib/php/HTMLPurifier/Injector/RemoveEmpty.php
+++ /dev/null
@@ -1,51 +0,0 @@
-<?php
-
-class HTMLPurifier_Injector_RemoveEmpty extends HTMLPurifier_Injector
-{
-
-    private $context, $config, $attrValidator, $removeNbsp, $removeNbspExceptions;
-
-    public function prepare($config, $context) {
-        parent::prepare($config, $context);
-        $this->config = $config;
-        $this->context = $context;
-        $this->removeNbsp = $config->get('AutoFormat.RemoveEmpty.RemoveNbsp');
-        $this->removeNbspExceptions = $config->get('AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions');
-        $this->attrValidator = new HTMLPurifier_AttrValidator();
-    }
-
-    public function handleElement(&$token) {
-        if (!$token instanceof HTMLPurifier_Token_Start) return;
-        $next = false;
-        for ($i = $this->inputIndex + 1, $c = count($this->inputTokens); $i < $c; $i++) {
-            $next = $this->inputTokens[$i];
-            if ($next instanceof HTMLPurifier_Token_Text) {
-                if ($next->is_whitespace) continue;
-                if ($this->removeNbsp && !isset($this->removeNbspExceptions[$token->name])) {
-                    $plain = str_replace("\xC2\xA0", "", $next->data);
-                    $isWsOrNbsp = $plain === '' || ctype_space($plain);
-                    if ($isWsOrNbsp) continue;
-                }
-            }
-            break;
-        }
-        if (!$next || ($next instanceof HTMLPurifier_Token_End && $next->name == $token->name)) {
-            if ($token->name == 'colgroup') return;
-            $this->attrValidator->validateToken($token, $this->config, $this->context);
-            $token->armor['ValidateAttributes'] = true;
-            if (isset($token->attr['id']) || isset($token->attr['name'])) return;
-            $token = $i - $this->inputIndex + 1;
-            for ($b = $this->inputIndex - 1; $b > 0; $b--) {
-                $prev = $this->inputTokens[$b];
-                if ($prev instanceof HTMLPurifier_Token_Text && $prev->is_whitespace) continue;
-                break;
-            }
-            // This is safe because we removed the token that triggered this.
-            $this->rewind($b - 1);
-            return;
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Injector/SafeObject.php b/lib/php/HTMLPurifier/Injector/SafeObject.php
deleted file mode 100644
index 3415828..0000000
--- a/lib/php/HTMLPurifier/Injector/SafeObject.php
+++ /dev/null
@@ -1,87 +0,0 @@
-<?php
-
-/**
- * Adds important param elements to inside of object in order to make
- * things safe.
- */
-class HTMLPurifier_Injector_SafeObject extends HTMLPurifier_Injector
-{
-    public $name = 'SafeObject';
-    public $needed = array('object', 'param');
-
-    protected $objectStack = array();
-    protected $paramStack  = array();
-
-    // Keep this synchronized with AttrTransform/SafeParam.php
-    protected $addParam = array(
-        'allowScriptAccess' => 'never',
-        'allowNetworking' => 'internal',
-    );
-    protected $allowedParam = array(
-        'wmode' => true,
-        'movie' => true,
-    );
-
-    public function prepare($config, $context) {
-        parent::prepare($config, $context);
-    }
-
-    public function handleElement(&$token) {
-        if ($token->name == 'object') {
-            $this->objectStack[] = $token;
-            $this->paramStack[] = array();
-            $new = array($token);
-            foreach ($this->addParam as $name => $value) {
-                $new[] = new HTMLPurifier_Token_Empty('param', array('name' => $name, 'value' => $value));
-            }
-            $token = $new;
-        } elseif ($token->name == 'param') {
-            $nest = count($this->currentNesting) - 1;
-            if ($nest >= 0 && $this->currentNesting[$nest]->name === 'object') {
-                $i = count($this->objectStack) - 1;
-                if (!isset($token->attr['name'])) {
-                    $token = false;
-                    return;
-                }
-                $n = $token->attr['name'];
-                // We need this fix because YouTube doesn't supply a data
-                // attribute, which we need if a type is specified. This is
-                // *very* Flash specific.
-                if (!isset($this->objectStack[$i]->attr['data']) && $token->attr['name'] == 'movie') {
-                    $this->objectStack[$i]->attr['data'] = $token->attr['value'];
-                }
-                // Check if the parameter is the correct value but has not
-                // already been added
-                if (
-                    !isset($this->paramStack[$i][$n]) &&
-                    isset($this->addParam[$n]) &&
-                    $token->attr['name'] === $this->addParam[$n]
-                ) {
-                    // keep token, and add to param stack
-                    $this->paramStack[$i][$n] = true;
-                } elseif (isset($this->allowedParam[$n])) {
-                    // keep token, don't do anything to it
-                    // (could possibly check for duplicates here)
-                } else {
-                    $token = false;
-                }
-            } else {
-                // not directly inside an object, DENY!
-                $token = false;
-            }
-        }
-    }
-
-    public function handleEnd(&$token) {
-        // This is the WRONG way of handling the object and param stacks;
-        // we should be inserting them directly on the relevant object tokens
-        // so that the global stack handling handles it.
-        if ($token->name == 'object') {
-            array_pop($this->objectStack);
-            array_pop($this->paramStack);
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Language.php b/lib/php/HTMLPurifier/Language.php
deleted file mode 100644
index 3e2be03..0000000
--- a/lib/php/HTMLPurifier/Language.php
+++ /dev/null
@@ -1,163 +0,0 @@
-<?php
-
-/**
- * Represents a language and defines localizable string formatting and
- * other functions, as well as the localized messages for HTML Purifier.
- */
-class HTMLPurifier_Language
-{
-
-    /**
-     * ISO 639 language code of language. Prefers shortest possible version
-     */
-    public $code = 'en';
-
-    /**
-     * Fallback language code
-     */
-    public $fallback = false;
-
-    /**
-     * Array of localizable messages
-     */
-    public $messages = array();
-
-    /**
-     * Array of localizable error codes
-     */
-    public $errorNames = array();
-
-    /**
-     * True if no message file was found for this language, so English
-     * is being used instead. Check this if you'd like to notify the
-     * user that they've used a non-supported language.
-     */
-    public $error = false;
-
-    /**
-     * Has the language object been loaded yet?
-     * @todo Make it private, fix usage in HTMLPurifier_LanguageTest
-     */
-    public $_loaded = false;
-
-    /**
-     * Instances of HTMLPurifier_Config and HTMLPurifier_Context
-     */
-    protected $config, $context;
-
-    public function __construct($config, $context) {
-        $this->config  = $config;
-        $this->context = $context;
-    }
-
-    /**
-     * Loads language object with necessary info from factory cache
-     * @note This is a lazy loader
-     */
-    public function load() {
-        if ($this->_loaded) return;
-        $factory = HTMLPurifier_LanguageFactory::instance();
-        $factory->loadLanguage($this->code);
-        foreach ($factory->keys as $key) {
-            $this->$key = $factory->cache[$this->code][$key];
-        }
-        $this->_loaded = true;
-    }
-
-    /**
-     * Retrieves a localised message.
-     * @param $key string identifier of message
-     * @return string localised message
-     */
-    public function getMessage($key) {
-        if (!$this->_loaded) $this->load();
-        if (!isset($this->messages[$key])) return "[$key]";
-        return $this->messages[$key];
-    }
-
-    /**
-     * Retrieves a localised error name.
-     * @param $int integer error number, corresponding to PHP's error
-     *             reporting
-     * @return string localised message
-     */
-    public function getErrorName($int) {
-        if (!$this->_loaded) $this->load();
-        if (!isset($this->errorNames[$int])) return "[Error: $int]";
-        return $this->errorNames[$int];
-    }
-
-    /**
-     * Converts an array list into a string readable representation
-     */
-    public function listify($array) {
-        $sep      = $this->getMessage('Item separator');
-        $sep_last = $this->getMessage('Item separator last');
-        $ret = '';
-        for ($i = 0, $c = count($array); $i < $c; $i++) {
-            if ($i == 0) {
-            } elseif ($i + 1 < $c) {
-                $ret .= $sep;
-            } else {
-                $ret .= $sep_last;
-            }
-            $ret .= $array[$i];
-        }
-        return $ret;
-    }
-
-    /**
-     * Formats a localised message with passed parameters
-     * @param $key string identifier of message
-     * @param $args Parameters to substitute in
-     * @return string localised message
-     * @todo Implement conditionals? Right now, some messages make
-     *     reference to line numbers, but those aren't always available
-     */
-    public function formatMessage($key, $args = array()) {
-        if (!$this->_loaded) $this->load();
-        if (!isset($this->messages[$key])) return "[$key]";
-        $raw = $this->messages[$key];
-        $subst = array();
-        $generator = false;
-        foreach ($args as $i => $value) {
-            if (is_object($value)) {
-                if ($value instanceof HTMLPurifier_Token) {
-                    // factor this out some time
-                    if (!$generator) $generator = $this->context->get('Generator');
-                    if (isset($value->name)) $subst['$'.$i.'.Name'] = $value->name;
-                    if (isset($value->data)) $subst['$'.$i.'.Data'] = $value->data;
-                    $subst['$'.$i.'.Compact'] =
-                    $subst['$'.$i.'.Serialized'] = $generator->generateFromToken($value);
-                    // a more complex algorithm for compact representation
-                    // could be introduced for all types of tokens. This
-                    // may need to be factored out into a dedicated class
-                    if (!empty($value->attr)) {
-                        $stripped_token = clone $value;
-                        $stripped_token->attr = array();
-                        $subst['$'.$i.'.Compact'] = $generator->generateFromToken($stripped_token);
-                    }
-                    $subst['$'.$i.'.Line'] = $value->line ? $value->line : 'unknown';
-                }
-                continue;
-            } elseif (is_array($value)) {
-                $keys = array_keys($value);
-                if (array_keys($keys) === $keys) {
-                    // list
-                    $subst['$'.$i] = $this->listify($value);
-                } else {
-                    // associative array
-                    // no $i implementation yet, sorry
-                    $subst['$'.$i.'.Keys'] = $this->listify($keys);
-                    $subst['$'.$i.'.Values'] = $this->listify(array_values($value));
-                }
-                continue;
-            }
-            $subst['$' . $i] = $value;
-        }
-        return strtr($raw, $subst);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Language/classes/en-x-test.php b/lib/php/HTMLPurifier/Language/classes/en-x-test.php
deleted file mode 100644
index d52fcb7..0000000
--- a/lib/php/HTMLPurifier/Language/classes/en-x-test.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-// private class for unit testing
-
-class HTMLPurifier_Language_en_x_test extends HTMLPurifier_Language
-{
-
-
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Language/messages/en-x-test.php b/lib/php/HTMLPurifier/Language/messages/en-x-test.php
deleted file mode 100644
index 1c046f3..0000000
--- a/lib/php/HTMLPurifier/Language/messages/en-x-test.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-// private language message file for unit testing purposes
-
-$fallback = 'en';
-
-$messages = array(
-    'HTMLPurifier' => 'HTML Purifier X'
-);
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Language/messages/en-x-testmini.php b/lib/php/HTMLPurifier/Language/messages/en-x-testmini.php
deleted file mode 100644
index 806c83f..0000000
--- a/lib/php/HTMLPurifier/Language/messages/en-x-testmini.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-// private language message file for unit testing purposes
-// this language file has no class associated with it
-
-$fallback = 'en';
-
-$messages = array(
-    'HTMLPurifier' => 'HTML Purifier XNone'
-);
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Language/messages/en.php b/lib/php/HTMLPurifier/Language/messages/en.php
deleted file mode 100644
index aab2e52..0000000
--- a/lib/php/HTMLPurifier/Language/messages/en.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<?php
-
-$fallback = false;
-
-$messages = array(
-
-'HTMLPurifier' => 'HTML Purifier',
-
-// for unit testing purposes
-'LanguageFactoryTest: Pizza' => 'Pizza',
-'LanguageTest: List' => '$1',
-'LanguageTest: Hash' => '$1.Keys; $1.Values',
-
-'Item separator' => ', ',
-'Item separator last' => ' and ', // non-Harvard style
-
-'ErrorCollector: No errors' => 'No errors detected. However, because error reporting is still incomplete, there may have been errors that the error collector was not notified of; please inspect the output HTML carefully.',
-'ErrorCollector: At line'   => ' at line $line',
-'ErrorCollector: Incidental errors'  => 'Incidental errors',
-
-'Lexer: Unclosed comment'      => 'Unclosed comment',
-'Lexer: Unescaped lt'          => 'Unescaped less-than sign (<) should be &lt;',
-'Lexer: Missing gt'            => 'Missing greater-than sign (>), previous less-than sign (<) should be escaped',
-'Lexer: Missing attribute key' => 'Attribute declaration has no key',
-'Lexer: Missing end quote'     => 'Attribute declaration has no end quote',
-
-'Strategy_RemoveForeignElements: Tag transform'              => '<$1> element transformed into $CurrentToken.Serialized',
-'Strategy_RemoveForeignElements: Missing required attribute' => '$CurrentToken.Compact element missing required attribute $1',
-'Strategy_RemoveForeignElements: Foreign element to text'    => 'Unrecognized $CurrentToken.Serialized tag converted to text',
-'Strategy_RemoveForeignElements: Foreign element removed'    => 'Unrecognized $CurrentToken.Serialized tag removed',
-'Strategy_RemoveForeignElements: Comment removed'            => 'Comment containing "$CurrentToken.Data" removed',
-'Strategy_RemoveForeignElements: Foreign meta element removed' => 'Unrecognized $CurrentToken.Serialized meta tag and all descendants removed',
-'Strategy_RemoveForeignElements: Token removed to end'       => 'Tags and text starting from $1 element where removed to end',
-'Strategy_RemoveForeignElements: Trailing hyphen in comment removed' => 'Trailing hyphen(s) in comment removed',
-'Strategy_RemoveForeignElements: Hyphens in comment collapsed' => 'Double hyphens in comments are not allowed, and were collapsed into single hyphens',
-
-'Strategy_MakeWellFormed: Unnecessary end tag removed' => 'Unnecessary $CurrentToken.Serialized tag removed',
-'Strategy_MakeWellFormed: Unnecessary end tag to text' => 'Unnecessary $CurrentToken.Serialized tag converted to text',
-'Strategy_MakeWellFormed: Tag auto closed'             => '$1.Compact started on line $1.Line auto-closed by $CurrentToken.Compact',
-'Strategy_MakeWellFormed: Tag carryover'               => '$1.Compact started on line $1.Line auto-continued into $CurrentToken.Compact',
-'Strategy_MakeWellFormed: Stray end tag removed'       => 'Stray $CurrentToken.Serialized tag removed',
-'Strategy_MakeWellFormed: Stray end tag to text'       => 'Stray $CurrentToken.Serialized tag converted to text',
-'Strategy_MakeWellFormed: Tag closed by element end'   => '$1.Compact tag started on line $1.Line closed by end of $CurrentToken.Serialized',
-'Strategy_MakeWellFormed: Tag closed by document end'  => '$1.Compact tag started on line $1.Line closed by end of document',
-
-'Strategy_FixNesting: Node removed'          => '$CurrentToken.Compact node removed',
-'Strategy_FixNesting: Node excluded'         => '$CurrentToken.Compact node removed due to descendant exclusion by ancestor element',
-'Strategy_FixNesting: Node reorganized'      => 'Contents of $CurrentToken.Compact node reorganized to enforce its content model',
-'Strategy_FixNesting: Node contents removed' => 'Contents of $CurrentToken.Compact node removed',
-
-'AttrValidator: Attributes transformed' => 'Attributes on $CurrentToken.Compact transformed from $1.Keys to $2.Keys',
-'AttrValidator: Attribute removed' => '$CurrentAttr.Name attribute on $CurrentToken.Compact removed',
-
-);
-
-$errorNames = array(
-    E_ERROR   => 'Error',
-    E_WARNING => 'Warning',
-    E_NOTICE  => 'Notice'
-);
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/LanguageFactory.php b/lib/php/HTMLPurifier/LanguageFactory.php
deleted file mode 100644
index 134ef8c..0000000
--- a/lib/php/HTMLPurifier/LanguageFactory.php
+++ /dev/null
@@ -1,198 +0,0 @@
-<?php
-
-/**
- * Class responsible for generating HTMLPurifier_Language objects, managing
- * caching and fallbacks.
- * @note Thanks to MediaWiki for the general logic, although this version
- *       has been entirely rewritten
- * @todo Serialized cache for languages
- */
-class HTMLPurifier_LanguageFactory
-{
-
-    /**
-     * Cache of language code information used to load HTMLPurifier_Language objects
-     * Structure is: $factory->cache[$language_code][$key] = $value
-     * @value array map
-     */
-    public $cache;
-
-    /**
-     * Valid keys in the HTMLPurifier_Language object. Designates which
-     * variables to slurp out of a message file.
-     * @value array list
-     */
-    public $keys = array('fallback', 'messages', 'errorNames');
-
-    /**
-     * Instance of HTMLPurifier_AttrDef_Lang to validate language codes
-     * @value object HTMLPurifier_AttrDef_Lang
-     */
-    protected $validator;
-
-    /**
-     * Cached copy of dirname(__FILE__), directory of current file without
-     * trailing slash
-     * @value string filename
-     */
-    protected $dir;
-
-    /**
-     * Keys whose contents are a hash map and can be merged
-     * @value array lookup
-     */
-    protected $mergeable_keys_map = array('messages' => true, 'errorNames' => true);
-
-    /**
-     * Keys whose contents are a list and can be merged
-     * @value array lookup
-     */
-    protected $mergeable_keys_list = array();
-
-    /**
-     * Retrieve sole instance of the factory.
-     * @param $prototype Optional prototype to overload sole instance with,
-     *                   or bool true to reset to default factory.
-     */
-    public static function instance($prototype = null) {
-        static $instance = null;
-        if ($prototype !== null) {
-            $instance = $prototype;
-        } elseif ($instance === null || $prototype == true) {
-            $instance = new HTMLPurifier_LanguageFactory();
-            $instance->setup();
-        }
-        return $instance;
-    }
-
-    /**
-     * Sets up the singleton, much like a constructor
-     * @note Prevents people from getting this outside of the singleton
-     */
-    public function setup() {
-        $this->validator = new HTMLPurifier_AttrDef_Lang();
-        $this->dir = HTMLPURIFIER_PREFIX . '/HTMLPurifier';
-    }
-
-    /**
-     * Creates a language object, handles class fallbacks
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     * @param $code Code to override configuration with. Private parameter.
-     */
-    public function create($config, $context, $code = false) {
-
-        // validate language code
-        if ($code === false) {
-            $code = $this->validator->validate(
-              $config->get('Core.Language'), $config, $context
-            );
-        } else {
-            $code = $this->validator->validate($code, $config, $context);
-        }
-        if ($code === false) $code = 'en'; // malformed code becomes English
-
-        $pcode = str_replace('-', '_', $code); // make valid PHP classname
-        static $depth = 0; // recursion protection
-
-        if ($code == 'en') {
-            $lang = new HTMLPurifier_Language($config, $context);
-        } else {
-            $class = 'HTMLPurifier_Language_' . $pcode;
-            $file  = $this->dir . '/Language/classes/' . $code . '.php';
-            if (file_exists($file) || class_exists($class, false)) {
-                $lang = new $class($config, $context);
-            } else {
-                // Go fallback
-                $raw_fallback = $this->getFallbackFor($code);
-                $fallback = $raw_fallback ? $raw_fallback : 'en';
-                $depth++;
-                $lang = $this->create($config, $context, $fallback);
-                if (!$raw_fallback) {
-                    $lang->error = true;
-                }
-                $depth--;
-            }
-        }
-
-        $lang->code = $code;
-
-        return $lang;
-
-    }
-
-    /**
-     * Returns the fallback language for language
-     * @note Loads the original language into cache
-     * @param $code string language code
-     */
-    public function getFallbackFor($code) {
-        $this->loadLanguage($code);
-        return $this->cache[$code]['fallback'];
-    }
-
-    /**
-     * Loads language into the cache, handles message file and fallbacks
-     * @param $code string language code
-     */
-    public function loadLanguage($code) {
-        static $languages_seen = array(); // recursion guard
-
-        // abort if we've already loaded it
-        if (isset($this->cache[$code])) return;
-
-        // generate filename
-        $filename = $this->dir . '/Language/messages/' . $code . '.php';
-
-        // default fallback : may be overwritten by the ensuing include
-        $fallback = ($code != 'en') ? 'en' : false;
-
-        // load primary localisation
-        if (!file_exists($filename)) {
-            // skip the include: will rely solely on fallback
-            $filename = $this->dir . '/Language/messages/en.php';
-            $cache = array();
-        } else {
-            include $filename;
-            $cache = compact($this->keys);
-        }
-
-        // load fallback localisation
-        if (!empty($fallback)) {
-
-            // infinite recursion guard
-            if (isset($languages_seen[$code])) {
-                trigger_error('Circular fallback reference in language ' .
-                    $code, E_USER_ERROR);
-                $fallback = 'en';
-            }
-            $language_seen[$code] = true;
-
-            // load the fallback recursively
-            $this->loadLanguage($fallback);
-            $fallback_cache = $this->cache[$fallback];
-
-            // merge fallback with current language
-            foreach ( $this->keys as $key ) {
-                if (isset($cache[$key]) && isset($fallback_cache[$key])) {
-                    if (isset($this->mergeable_keys_map[$key])) {
-                        $cache[$key] = $cache[$key] + $fallback_cache[$key];
-                    } elseif (isset($this->mergeable_keys_list[$key])) {
-                        $cache[$key] = array_merge( $fallback_cache[$key], $cache[$key] );
-                    }
-                } else {
-                    $cache[$key] = $fallback_cache[$key];
-                }
-            }
-
-        }
-
-        // save to cache for later retrieval
-        $this->cache[$code] = $cache;
-
-        return;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Length.php b/lib/php/HTMLPurifier/Length.php
deleted file mode 100644
index 8d2a46b..0000000
--- a/lib/php/HTMLPurifier/Length.php
+++ /dev/null
@@ -1,115 +0,0 @@
-<?php
-
-/**
- * Represents a measurable length, with a string numeric magnitude
- * and a unit. This object is immutable.
- */
-class HTMLPurifier_Length
-{
-
-    /**
-     * String numeric magnitude.
-     */
-    protected $n;
-
-    /**
-     * String unit. False is permitted if $n = 0.
-     */
-    protected $unit;
-
-    /**
-     * Whether or not this length is valid. Null if not calculated yet.
-     */
-    protected $isValid;
-
-    /**
-     * Lookup array of units recognized by CSS 2.1
-     */
-    protected static $allowedUnits = array(
-        'em' => true, 'ex' => true, 'px' => true, 'in' => true,
-        'cm' => true, 'mm' => true, 'pt' => true, 'pc' => true
-    );
-
-    /**
-     * @param number $n Magnitude
-     * @param string $u Unit
-     */
-    public function __construct($n = '0', $u = false) {
-        $this->n = (string) $n;
-        $this->unit = $u !== false ? (string) $u : false;
-    }
-
-    /**
-     * @param string $s Unit string, like '2em' or '3.4in'
-     * @warning Does not perform validation.
-     */
-    static public function make($s) {
-        if ($s instanceof HTMLPurifier_Length) return $s;
-        $n_length = strspn($s, '1234567890.+-');
-        $n = substr($s, 0, $n_length);
-        $unit = substr($s, $n_length);
-        if ($unit === '') $unit = false;
-        return new HTMLPurifier_Length($n, $unit);
-    }
-
-    /**
-     * Validates the number and unit.
-     */
-    protected function validate() {
-        // Special case:
-        if ($this->n === '+0' || $this->n === '-0') $this->n = '0';
-        if ($this->n === '0' && $this->unit === false) return true;
-        if (!ctype_lower($this->unit)) $this->unit = strtolower($this->unit);
-        if (!isset(HTMLPurifier_Length::$allowedUnits[$this->unit])) return false;
-        // Hack:
-        $def = new HTMLPurifier_AttrDef_CSS_Number();
-        $result = $def->validate($this->n, false, false);
-        if ($result === false) return false;
-        $this->n = $result;
-        return true;
-    }
-
-    /**
-     * Returns string representation of number.
-     */
-    public function toString() {
-        if (!$this->isValid()) return false;
-        return $this->n . $this->unit;
-    }
-
-    /**
-     * Retrieves string numeric magnitude.
-     */
-    public function getN() {return $this->n;}
-
-    /**
-     * Retrieves string unit.
-     */
-    public function getUnit() {return $this->unit;}
-
-    /**
-     * Returns true if this length unit is valid.
-     */
-    public function isValid() {
-        if ($this->isValid === null) $this->isValid = $this->validate();
-        return $this->isValid;
-    }
-
-    /**
-     * Compares two lengths, and returns 1 if greater, -1 if less and 0 if equal.
-     * @warning If both values are too large or small, this calculation will
-     *          not work properly
-     */
-    public function compareTo($l) {
-        if ($l === false) return false;
-        if ($l->unit !== $this->unit) {
-            $converter = new HTMLPurifier_UnitConverter();
-            $l = $converter->convert($l, $this->unit);
-            if ($l === false) return false;
-        }
-        return $this->n - $l->n;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Lexer.php b/lib/php/HTMLPurifier/Lexer.php
deleted file mode 100644
index 8cce008..0000000
--- a/lib/php/HTMLPurifier/Lexer.php
+++ /dev/null
@@ -1,298 +0,0 @@
-<?php
-
-/**
- * Forgivingly lexes HTML (SGML-style) markup into tokens.
- *
- * A lexer parses a string of SGML-style markup and converts them into
- * corresponding tokens.  It doesn't check for well-formedness, although its
- * internal mechanism may make this automatic (such as the case of
- * HTMLPurifier_Lexer_DOMLex).  There are several implementations to choose
- * from.
- *
- * A lexer is HTML-oriented: it might work with XML, but it's not
- * recommended, as we adhere to a subset of the specification for optimization
- * reasons. This might change in the future. Also, most tokenizers are not
- * expected to handle DTDs or PIs.
- *
- * This class should not be directly instantiated, but you may use create() to
- * retrieve a default copy of the lexer.  Being a supertype, this class
- * does not actually define any implementation, but offers commonly used
- * convenience functions for subclasses.
- *
- * @note The unit tests will instantiate this class for testing purposes, as
- *       many of the utility functions require a class to be instantiated.
- *       This means that, even though this class is not runnable, it will
- *       not be declared abstract.
- *
- * @par
- *
- * @note
- * We use tokens rather than create a DOM representation because DOM would:
- *
- * @par
- *  -# Require more processing and memory to create,
- *  -# Is not streamable, and
- *  -# Has the entire document structure (html and body not needed).
- *
- * @par
- * However, DOM is helpful in that it makes it easy to move around nodes
- * without a lot of lookaheads to see when a tag is closed. This is a
- * limitation of the token system and some workarounds would be nice.
- */
-class HTMLPurifier_Lexer
-{
-
-    /**
-     * Whether or not this lexer implements line-number/column-number tracking.
-     * If it does, set to true.
-     */
-    public $tracksLineNumbers = false;
-
-    // -- STATIC ----------------------------------------------------------
-
-    /**
-     * Retrieves or sets the default Lexer as a Prototype Factory.
-     *
-     * By default HTMLPurifier_Lexer_DOMLex will be returned. There are
-     * a few exceptions involving special features that only DirectLex
-     * implements.
-     *
-     * @note The behavior of this class has changed, rather than accepting
-     *       a prototype object, it now accepts a configuration object.
-     *       To specify your own prototype, set %Core.LexerImpl to it.
-     *       This change in behavior de-singletonizes the lexer object.
-     *
-     * @param $config Instance of HTMLPurifier_Config
-     * @return Concrete lexer.
-     */
-    public static function create($config) {
-
-        if (!($config instanceof HTMLPurifier_Config)) {
-            $lexer = $config;
-            trigger_error("Passing a prototype to
-              HTMLPurifier_Lexer::create() is deprecated, please instead
-              use %Core.LexerImpl", E_USER_WARNING);
-        } else {
-            $lexer = $config->get('Core.LexerImpl');
-        }
-
-        $needs_tracking =
-            $config->get('Core.MaintainLineNumbers') ||
-            $config->get('Core.CollectErrors');
-
-        $inst = null;
-        if (is_object($lexer)) {
-            $inst = $lexer;
-        } else {
-
-            if (is_null($lexer)) { do {
-                // auto-detection algorithm
-
-                if ($needs_tracking) {
-                    $lexer = 'DirectLex';
-                    break;
-                }
-
-                if (
-                    class_exists('DOMDocument') &&
-                    method_exists('DOMDocument', 'loadHTML') &&
-                    !extension_loaded('domxml')
-                ) {
-                    // check for DOM support, because while it's part of the
-                    // core, it can be disabled compile time. Also, the PECL
-                    // domxml extension overrides the default DOM, and is evil
-                    // and nasty and we shan't bother to support it
-                    $lexer = 'DOMLex';
-                } else {
-                    $lexer = 'DirectLex';
-                }
-
-            } while(0); } // do..while so we can break
-
-            // instantiate recognized string names
-            switch ($lexer) {
-                case 'DOMLex':
-                    $inst = new HTMLPurifier_Lexer_DOMLex();
-                    break;
-                case 'DirectLex':
-                    $inst = new HTMLPurifier_Lexer_DirectLex();
-                    break;
-                case 'PH5P':
-                    $inst = new HTMLPurifier_Lexer_PH5P();
-                    break;
-                default:
-                    throw new HTMLPurifier_Exception("Cannot instantiate unrecognized Lexer type " . htmlspecialchars($lexer));
-            }
-        }
-
-        if (!$inst) throw new HTMLPurifier_Exception('No lexer was instantiated');
-
-        // once PHP DOM implements native line numbers, or we
-        // hack out something using XSLT, remove this stipulation
-        if ($needs_tracking && !$inst->tracksLineNumbers) {
-            throw new HTMLPurifier_Exception('Cannot use lexer that does not support line numbers with Core.MaintainLineNumbers or Core.CollectErrors (use DirectLex instead)');
-        }
-
-        return $inst;
-
-    }
-
-    // -- CONVENIENCE MEMBERS ---------------------------------------------
-
-    public function __construct() {
-        $this->_entity_parser = new HTMLPurifier_EntityParser();
-    }
-
-    /**
-     * Most common entity to raw value conversion table for special entities.
-     */
-    protected $_special_entity2str =
-            array(
-                    '&quot;' => '"',
-                    '&amp;'  => '&',
-                    '&lt;'   => '<',
-                    '&gt;'   => '>',
-                    '&#39;'  => "'",
-                    '&#039;' => "'",
-                    '&#x27;' => "'"
-            );
-
-    /**
-     * Parses special entities into the proper characters.
-     *
-     * This string will translate escaped versions of the special characters
-     * into the correct ones.
-     *
-     * @warning
-     * You should be able to treat the output of this function as
-     * completely parsed, but that's only because all other entities should
-     * have been handled previously in substituteNonSpecialEntities()
-     *
-     * @param $string String character data to be parsed.
-     * @returns Parsed character data.
-     */
-    public function parseData($string) {
-
-        // following functions require at least one character
-        if ($string === '') return '';
-
-        // subtracts amps that cannot possibly be escaped
-        $num_amp = substr_count($string, '&') - substr_count($string, '& ') -
-            ($string[strlen($string)-1] === '&' ? 1 : 0);
-
-        if (!$num_amp) return $string; // abort if no entities
-        $num_esc_amp = substr_count($string, '&amp;');
-        $string = strtr($string, $this->_special_entity2str);
-
-        // code duplication for sake of optimization, see above
-        $num_amp_2 = substr_count($string, '&') - substr_count($string, '& ') -
-            ($string[strlen($string)-1] === '&' ? 1 : 0);
-
-        if ($num_amp_2 <= $num_esc_amp) return $string;
-
-        // hmm... now we have some uncommon entities. Use the callback.
-        $string = $this->_entity_parser->substituteSpecialEntities($string);
-        return $string;
-    }
-
-    /**
-     * Lexes an HTML string into tokens.
-     *
-     * @param $string String HTML.
-     * @return HTMLPurifier_Token array representation of HTML.
-     */
-    public function tokenizeHTML($string, $config, $context) {
-        trigger_error('Call to abstract class', E_USER_ERROR);
-    }
-
-    /**
-     * Translates CDATA sections into regular sections (through escaping).
-     *
-     * @param $string HTML string to process.
-     * @returns HTML with CDATA sections escaped.
-     */
-    protected static function escapeCDATA($string) {
-        return preg_replace_callback(
-            '/<!\[CDATA\[(.+?)\]\]>/s',
-            array('HTMLPurifier_Lexer', 'CDATACallback'),
-            $string
-        );
-    }
-
-    /**
-     * Special CDATA case that is especially convoluted for <script>
-     */
-    protected static function escapeCommentedCDATA($string) {
-        return preg_replace_callback(
-            '#<!--//--><!\[CDATA\[//><!--(.+?)//--><!\]\]>#s',
-            array('HTMLPurifier_Lexer', 'CDATACallback'),
-            $string
-        );
-    }
-
-    /**
-     * Callback function for escapeCDATA() that does the work.
-     *
-     * @warning Though this is public in order to let the callback happen,
-     *          calling it directly is not recommended.
-     * @params $matches PCRE matches array, with index 0 the entire match
-     *                  and 1 the inside of the CDATA section.
-     * @returns Escaped internals of the CDATA section.
-     */
-    protected static function CDATACallback($matches) {
-        // not exactly sure why the character set is needed, but whatever
-        return htmlspecialchars($matches[1], ENT_COMPAT, 'UTF-8');
-    }
-
-    /**
-     * Takes a piece of HTML and normalizes it by converting entities, fixing
-     * encoding, extracting bits, and other good stuff.
-     * @todo Consider making protected
-     */
-    public function normalize($html, $config, $context) {
-
-        // normalize newlines to \n
-        $html = str_replace("\r\n", "\n", $html);
-        $html = str_replace("\r", "\n", $html);
-
-        if ($config->get('HTML.Trusted')) {
-            // escape convoluted CDATA
-            $html = $this->escapeCommentedCDATA($html);
-        }
-
-        // escape CDATA
-        $html = $this->escapeCDATA($html);
-
-        // extract body from document if applicable
-        if ($config->get('Core.ConvertDocumentToFragment')) {
-            $html = $this->extractBody($html);
-        }
-
-        // expand entities that aren't the big five
-        $html = $this->_entity_parser->substituteNonSpecialEntities($html);
-
-        // clean into wellformed UTF-8 string for an SGML context: this has
-        // to be done after entity expansion because the entities sometimes
-        // represent non-SGML characters (horror, horror!)
-        $html = HTMLPurifier_Encoder::cleanUTF8($html);
-
-        return $html;
-    }
-
-    /**
-     * Takes a string of HTML (fragment or document) and returns the content
-     * @todo Consider making protected
-     */
-    public function extractBody($html) {
-        $matches = array();
-        $result = preg_match('!<body[^>]*>(.*)</body>!is', $html, $matches);
-        if ($result) {
-            return $matches[1];
-        } else {
-            return $html;
-        }
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Lexer/DOMLex.php b/lib/php/HTMLPurifier/Lexer/DOMLex.php
deleted file mode 100644
index 20dc2ed..0000000
--- a/lib/php/HTMLPurifier/Lexer/DOMLex.php
+++ /dev/null
@@ -1,213 +0,0 @@
-<?php
-
-/**
- * Parser that uses PHP 5's DOM extension (part of the core).
- *
- * In PHP 5, the DOM XML extension was revamped into DOM and added to the core.
- * It gives us a forgiving HTML parser, which we use to transform the HTML
- * into a DOM, and then into the tokens.  It is blazingly fast (for large
- * documents, it performs twenty times faster than
- * HTMLPurifier_Lexer_DirectLex,and is the default choice for PHP 5.
- *
- * @note Any empty elements will have empty tokens associated with them, even if
- * this is prohibited by the spec. This is cannot be fixed until the spec
- * comes into play.
- *
- * @note PHP's DOM extension does not actually parse any entities, we use
- *       our own function to do that.
- *
- * @warning DOM tends to drop whitespace, which may wreak havoc on indenting.
- *          If this is a huge problem, due to the fact that HTML is hand
- *          edited and you are unable to get a parser cache that caches the
- *          the output of HTML Purifier while keeping the original HTML lying
- *          around, you may want to run Tidy on the resulting output or use
- *          HTMLPurifier_DirectLex
- */
-
-class HTMLPurifier_Lexer_DOMLex extends HTMLPurifier_Lexer
-{
-
-    private $factory;
-
-    public function __construct() {
-        // setup the factory
-        parent::__construct();
-        $this->factory = new HTMLPurifier_TokenFactory();
-    }
-
-    public function tokenizeHTML($html, $config, $context) {
-
-        $html = $this->normalize($html, $config, $context);
-
-        // attempt to armor stray angled brackets that cannot possibly
-        // form tags and thus are probably being used as emoticons
-        if ($config->get('Core.AggressivelyFixLt')) {
-            $char = '[^a-z!\/]';
-            $comment = "/<!--(.*?)(-->|\z)/is";
-            $html = preg_replace_callback($comment, array($this, 'callbackArmorCommentEntities'), $html);
-            do {
-                $old = $html;
-                $html = preg_replace("/<($char)/i", '&lt;\\1', $html);
-            } while ($html !== $old);
-            $html = preg_replace_callback($comment, array($this, 'callbackUndoCommentSubst'), $html); // fix comments
-        }
-
-        // preprocess html, essential for UTF-8
-        $html = $this->wrapHTML($html, $config, $context);
-
-        $doc = new DOMDocument();
-        $doc->encoding = 'UTF-8'; // theoretically, the above has this covered
-
-        set_error_handler(array($this, 'muteErrorHandler'));
-        $doc->loadHTML($html);
-        restore_error_handler();
-
-        $tokens = array();
-        $this->tokenizeDOM(
-            $doc->getElementsByTagName('html')->item(0)-> // <html>
-                  getElementsByTagName('body')->item(0)-> //   <body>
-                  getElementsByTagName('div')->item(0)    //     <div>
-            , $tokens);
-        return $tokens;
-    }
-
-    /**
-     * Recursive function that tokenizes a node, putting it into an accumulator.
-     *
-     * @param $node     DOMNode to be tokenized.
-     * @param $tokens   Array-list of already tokenized tokens.
-     * @param $collect  Says whether or start and close are collected, set to
-     *                  false at first recursion because it's the implicit DIV
-     *                  tag you're dealing with.
-     * @returns Tokens of node appended to previously passed tokens.
-     */
-    protected function tokenizeDOM($node, &$tokens, $collect = false) {
-
-        // intercept non element nodes. WE MUST catch all of them,
-        // but we're not getting the character reference nodes because
-        // those should have been preprocessed
-        if ($node->nodeType === XML_TEXT_NODE) {
-            $tokens[] = $this->factory->createText($node->data);
-            return;
-        } elseif ($node->nodeType === XML_CDATA_SECTION_NODE) {
-            // undo libxml's special treatment of <script> and <style> tags
-            $last = end($tokens);
-            $data = $node->data;
-            // (note $node->tagname is already normalized)
-            if ($last instanceof HTMLPurifier_Token_Start && ($last->name == 'script' || $last->name == 'style')) {
-                $new_data = trim($data);
-                if (substr($new_data, 0, 4) === '<!--') {
-                    $data = substr($new_data, 4);
-                    if (substr($data, -3) === '-->') {
-                        $data = substr($data, 0, -3);
-                    } else {
-                        // Highly suspicious! Not sure what to do...
-                    }
-                }
-            }
-            $tokens[] = $this->factory->createText($this->parseData($data));
-            return;
-        } elseif ($node->nodeType === XML_COMMENT_NODE) {
-            // this is code is only invoked for comments in script/style in versions
-            // of libxml pre-2.6.28 (regular comments, of course, are still
-            // handled regularly)
-            $tokens[] = $this->factory->createComment($node->data);
-            return;
-        } elseif (
-            // not-well tested: there may be other nodes we have to grab
-            $node->nodeType !== XML_ELEMENT_NODE
-        ) {
-            return;
-        }
-
-        $attr = $node->hasAttributes() ?
-            $this->transformAttrToAssoc($node->attributes) :
-            array();
-
-        // We still have to make sure that the element actually IS empty
-        if (!$node->childNodes->length) {
-            if ($collect) {
-                $tokens[] = $this->factory->createEmpty($node->tagName, $attr);
-            }
-        } else {
-            if ($collect) { // don't wrap on first iteration
-                $tokens[] = $this->factory->createStart(
-                    $tag_name = $node->tagName, // somehow, it get's dropped
-                    $attr
-                );
-            }
-            foreach ($node->childNodes as $node) {
-                // remember, it's an accumulator. Otherwise, we'd have
-                // to use array_merge
-                $this->tokenizeDOM($node, $tokens, true);
-            }
-            if ($collect) {
-                $tokens[] = $this->factory->createEnd($tag_name);
-            }
-        }
-
-    }
-
-    /**
-     * Converts a DOMNamedNodeMap of DOMAttr objects into an assoc array.
-     *
-     * @param $attribute_list DOMNamedNodeMap of DOMAttr objects.
-     * @returns Associative array of attributes.
-     */
-    protected function transformAttrToAssoc($node_map) {
-        // NamedNodeMap is documented very well, so we're using undocumented
-        // features, namely, the fact that it implements Iterator and
-        // has a ->length attribute
-        if ($node_map->length === 0) return array();
-        $array = array();
-        foreach ($node_map as $attr) {
-            $array[$attr->name] = $attr->value;
-        }
-        return $array;
-    }
-
-    /**
-     * An error handler that mutes all errors
-     */
-    public function muteErrorHandler($errno, $errstr) {}
-
-    /**
-     * Callback function for undoing escaping of stray angled brackets
-     * in comments
-     */
-    public function callbackUndoCommentSubst($matches) {
-        return '<!--' . strtr($matches[1], array('&amp;'=>'&','&lt;'=>'<')) . $matches[2];
-    }
-
-    /**
-     * Callback function that entity-izes ampersands in comments so that
-     * callbackUndoCommentSubst doesn't clobber them
-     */
-    public function callbackArmorCommentEntities($matches) {
-        return '<!--' . str_replace('&', '&amp;', $matches[1]) . $matches[2];
-    }
-
-    /**
-     * Wraps an HTML fragment in the necessary HTML
-     */
-    protected function wrapHTML($html, $config, $context) {
-        $def = $config->getDefinition('HTML');
-        $ret = '';
-
-        if (!empty($def->doctype->dtdPublic) || !empty($def->doctype->dtdSystem)) {
-            $ret .= '<!DOCTYPE html ';
-            if (!empty($def->doctype->dtdPublic)) $ret .= 'PUBLIC "' . $def->doctype->dtdPublic . '" ';
-            if (!empty($def->doctype->dtdSystem)) $ret .= '"' . $def->doctype->dtdSystem . '" ';
-            $ret .= '>';
-        }
-
-        $ret .= '<html><head>';
-        $ret .= '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
-        // No protection if $html contains a stray </div>!
-        $ret .= '</head><body><div>'.$html.'</div></body></html>';
-        return $ret;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Lexer/DirectLex.php b/lib/php/HTMLPurifier/Lexer/DirectLex.php
deleted file mode 100644
index 439409d..0000000
--- a/lib/php/HTMLPurifier/Lexer/DirectLex.php
+++ /dev/null
@@ -1,490 +0,0 @@
-<?php
-
-/**
- * Our in-house implementation of a parser.
- *
- * A pure PHP parser, DirectLex has absolutely no dependencies, making
- * it a reasonably good default for PHP4.  Written with efficiency in mind,
- * it can be four times faster than HTMLPurifier_Lexer_PEARSax3, although it
- * pales in comparison to HTMLPurifier_Lexer_DOMLex.
- *
- * @todo Reread XML spec and document differences.
- */
-class HTMLPurifier_Lexer_DirectLex extends HTMLPurifier_Lexer
-{
-
-    public $tracksLineNumbers = true;
-
-    /**
-     * Whitespace characters for str(c)spn.
-     */
-    protected $_whitespace = "\x20\x09\x0D\x0A";
-
-    /**
-     * Callback function for script CDATA fudge
-     * @param $matches, in form of array(opening tag, contents, closing tag)
-     */
-    protected function scriptCallback($matches) {
-        return $matches[1] . htmlspecialchars($matches[2], ENT_COMPAT, 'UTF-8') . $matches[3];
-    }
-
-    public function tokenizeHTML($html, $config, $context) {
-
-        // special normalization for script tags without any armor
-        // our "armor" heurstic is a < sign any number of whitespaces after
-        // the first script tag
-        if ($config->get('HTML.Trusted')) {
-            $html = preg_replace_callback('#(<script[^>]*>)(\s*[^<].+?)(</script>)#si',
-                array($this, 'scriptCallback'), $html);
-        }
-
-        $html = $this->normalize($html, $config, $context);
-
-        $cursor = 0; // our location in the text
-        $inside_tag = false; // whether or not we're parsing the inside of a tag
-        $array = array(); // result array
-
-        // This is also treated to mean maintain *column* numbers too
-        $maintain_line_numbers = $config->get('Core.MaintainLineNumbers');
-
-        if ($maintain_line_numbers === null) {
-            // automatically determine line numbering by checking
-            // if error collection is on
-            $maintain_line_numbers = $config->get('Core.CollectErrors');
-        }
-
-        if ($maintain_line_numbers) {
-            $current_line = 1;
-            $current_col  = 0;
-            $length = strlen($html);
-        } else {
-            $current_line = false;
-            $current_col  = false;
-            $length = false;
-        }
-        $context->register('CurrentLine', $current_line);
-        $context->register('CurrentCol',  $current_col);
-        $nl = "\n";
-        // how often to manually recalculate. This will ALWAYS be right,
-        // but it's pretty wasteful. Set to 0 to turn off
-        $synchronize_interval = $config->get('Core.DirectLexLineNumberSyncInterval');
-
-        $e = false;
-        if ($config->get('Core.CollectErrors')) {
-            $e =& $context->get('ErrorCollector');
-        }
-
-        // for testing synchronization
-        $loops = 0;
-
-        while(++$loops) {
-
-            // $cursor is either at the start of a token, or inside of
-            // a tag (i.e. there was a < immediately before it), as indicated
-            // by $inside_tag
-
-            if ($maintain_line_numbers) {
-
-                // $rcursor, however, is always at the start of a token.
-                $rcursor = $cursor - (int) $inside_tag;
-
-                // Column number is cheap, so we calculate it every round.
-                // We're interested at the *end* of the newline string, so
-                // we need to add strlen($nl) == 1 to $nl_pos before subtracting it
-                // from our "rcursor" position.
-                $nl_pos = strrpos($html, $nl, $rcursor - $length);
-                $current_col = $rcursor - (is_bool($nl_pos) ? 0 : $nl_pos + 1);
-
-                // recalculate lines
-                if (
-                    $synchronize_interval &&  // synchronization is on
-                    $cursor > 0 &&            // cursor is further than zero
-                    $loops % $synchronize_interval === 0 // time to synchronize!
-                ) {
-                    $current_line = 1 + $this->substrCount($html, $nl, 0, $cursor);
-                }
-
-            }
-
-            $position_next_lt = strpos($html, '<', $cursor);
-            $position_next_gt = strpos($html, '>', $cursor);
-
-            // triggers on "<b>asdf</b>" but not "asdf <b></b>"
-            // special case to set up context
-            if ($position_next_lt === $cursor) {
-                $inside_tag = true;
-                $cursor++;
-            }
-
-            if (!$inside_tag && $position_next_lt !== false) {
-                // We are not inside tag and there still is another tag to parse
-                $token = new
-                    HTMLPurifier_Token_Text(
-                        $this->parseData(
-                            substr(
-                                $html, $cursor, $position_next_lt - $cursor
-                            )
-                        )
-                    );
-                if ($maintain_line_numbers) {
-                    $token->rawPosition($current_line, $current_col);
-                    $current_line += $this->substrCount($html, $nl, $cursor, $position_next_lt - $cursor);
-                }
-                $array[] = $token;
-                $cursor  = $position_next_lt + 1;
-                $inside_tag = true;
-                continue;
-            } elseif (!$inside_tag) {
-                // We are not inside tag but there are no more tags
-                // If we're already at the end, break
-                if ($cursor === strlen($html)) break;
-                // Create Text of rest of string
-                $token = new
-                    HTMLPurifier_Token_Text(
-                        $this->parseData(
-                            substr(
-                                $html, $cursor
-                            )
-                        )
-                    );
-                if ($maintain_line_numbers) $token->rawPosition($current_line, $current_col);
-                $array[] = $token;
-                break;
-            } elseif ($inside_tag && $position_next_gt !== false) {
-                // We are in tag and it is well formed
-                // Grab the internals of the tag
-                $strlen_segment = $position_next_gt - $cursor;
-
-                if ($strlen_segment < 1) {
-                    // there's nothing to process!
-                    $token = new HTMLPurifier_Token_Text('<');
-                    $cursor++;
-                    continue;
-                }
-
-                $segment = substr($html, $cursor, $strlen_segment);
-
-                if ($segment === false) {
-                    // somehow, we attempted to access beyond the end of
-                    // the string, defense-in-depth, reported by Nate Abele
-                    break;
-                }
-
-                // Check if it's a comment
-                if (
-                    substr($segment, 0, 3) === '!--'
-                ) {
-                    // re-determine segment length, looking for -->
-                    $position_comment_end = strpos($html, '-->', $cursor);
-                    if ($position_comment_end === false) {
-                        // uh oh, we have a comment that extends to
-                        // infinity. Can't be helped: set comment
-                        // end position to end of string
-                        if ($e) $e->send(E_WARNING, 'Lexer: Unclosed comment');
-                        $position_comment_end = strlen($html);
-                        $end = true;
-                    } else {
-                        $end = false;
-                    }
-                    $strlen_segment = $position_comment_end - $cursor;
-                    $segment = substr($html, $cursor, $strlen_segment);
-                    $token = new
-                        HTMLPurifier_Token_Comment(
-                            substr(
-                                $segment, 3, $strlen_segment - 3
-                            )
-                        );
-                    if ($maintain_line_numbers) {
-                        $token->rawPosition($current_line, $current_col);
-                        $current_line += $this->substrCount($html, $nl, $cursor, $strlen_segment);
-                    }
-                    $array[] = $token;
-                    $cursor = $end ? $position_comment_end : $position_comment_end + 3;
-                    $inside_tag = false;
-                    continue;
-                }
-
-                // Check if it's an end tag
-                $is_end_tag = (strpos($segment,'/') === 0);
-                if ($is_end_tag) {
-                    $type = substr($segment, 1);
-                    $token = new HTMLPurifier_Token_End($type);
-                    if ($maintain_line_numbers) {
-                        $token->rawPosition($current_line, $current_col);
-                        $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
-                    }
-                    $array[] = $token;
-                    $inside_tag = false;
-                    $cursor = $position_next_gt + 1;
-                    continue;
-                }
-
-                // Check leading character is alnum, if not, we may
-                // have accidently grabbed an emoticon. Translate into
-                // text and go our merry way
-                if (!ctype_alpha($segment[0])) {
-                    // XML:  $segment[0] !== '_' && $segment[0] !== ':'
-                    if ($e) $e->send(E_NOTICE, 'Lexer: Unescaped lt');
-                    $token = new HTMLPurifier_Token_Text('<');
-                    if ($maintain_line_numbers) {
-                        $token->rawPosition($current_line, $current_col);
-                        $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
-                    }
-                    $array[] = $token;
-                    $inside_tag = false;
-                    continue;
-                }
-
-                // Check if it is explicitly self closing, if so, remove
-                // trailing slash. Remember, we could have a tag like <br>, so
-                // any later token processing scripts must convert improperly
-                // classified EmptyTags from StartTags.
-                $is_self_closing = (strrpos($segment,'/') === $strlen_segment-1);
-                if ($is_self_closing) {
-                    $strlen_segment--;
-                    $segment = substr($segment, 0, $strlen_segment);
-                }
-
-                // Check if there are any attributes
-                $position_first_space = strcspn($segment, $this->_whitespace);
-
-                if ($position_first_space >= $strlen_segment) {
-                    if ($is_self_closing) {
-                        $token = new HTMLPurifier_Token_Empty($segment);
-                    } else {
-                        $token = new HTMLPurifier_Token_Start($segment);
-                    }
-                    if ($maintain_line_numbers) {
-                        $token->rawPosition($current_line, $current_col);
-                        $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
-                    }
-                    $array[] = $token;
-                    $inside_tag = false;
-                    $cursor = $position_next_gt + 1;
-                    continue;
-                }
-
-                // Grab out all the data
-                $type = substr($segment, 0, $position_first_space);
-                $attribute_string =
-                    trim(
-                        substr(
-                            $segment, $position_first_space
-                        )
-                    );
-                if ($attribute_string) {
-                    $attr = $this->parseAttributeString(
-                                    $attribute_string
-                                  , $config, $context
-                              );
-                } else {
-                    $attr = array();
-                }
-
-                if ($is_self_closing) {
-                    $token = new HTMLPurifier_Token_Empty($type, $attr);
-                } else {
-                    $token = new HTMLPurifier_Token_Start($type, $attr);
-                }
-                if ($maintain_line_numbers) {
-                    $token->rawPosition($current_line, $current_col);
-                    $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
-                }
-                $array[] = $token;
-                $cursor = $position_next_gt + 1;
-                $inside_tag = false;
-                continue;
-            } else {
-                // inside tag, but there's no ending > sign
-                if ($e) $e->send(E_WARNING, 'Lexer: Missing gt');
-                $token = new
-                    HTMLPurifier_Token_Text(
-                        '<' .
-                        $this->parseData(
-                            substr($html, $cursor)
-                        )
-                    );
-                if ($maintain_line_numbers) $token->rawPosition($current_line, $current_col);
-                // no cursor scroll? Hmm...
-                $array[] = $token;
-                break;
-            }
-            break;
-        }
-
-        $context->destroy('CurrentLine');
-        $context->destroy('CurrentCol');
-        return $array;
-    }
-
-    /**
-     * PHP 5.0.x compatible substr_count that implements offset and length
-     */
-    protected function substrCount($haystack, $needle, $offset, $length) {
-        static $oldVersion;
-        if ($oldVersion === null) {
-            $oldVersion = version_compare(PHP_VERSION, '5.1', '<');
-        }
-        if ($oldVersion) {
-            $haystack = substr($haystack, $offset, $length);
-            return substr_count($haystack, $needle);
-        } else {
-            return substr_count($haystack, $needle, $offset, $length);
-        }
-    }
-
-    /**
-     * Takes the inside of an HTML tag and makes an assoc array of attributes.
-     *
-     * @param $string Inside of tag excluding name.
-     * @returns Assoc array of attributes.
-     */
-    public function parseAttributeString($string, $config, $context) {
-        $string = (string) $string; // quick typecast
-
-        if ($string == '') return array(); // no attributes
-
-        $e = false;
-        if ($config->get('Core.CollectErrors')) {
-            $e =& $context->get('ErrorCollector');
-        }
-
-        // let's see if we can abort as quickly as possible
-        // one equal sign, no spaces => one attribute
-        $num_equal = substr_count($string, '=');
-        $has_space = strpos($string, ' ');
-        if ($num_equal === 0 && !$has_space) {
-            // bool attribute
-            return array($string => $string);
-        } elseif ($num_equal === 1 && !$has_space) {
-            // only one attribute
-            list($key, $quoted_value) = explode('=', $string);
-            $quoted_value = trim($quoted_value);
-            if (!$key) {
-                if ($e) $e->send(E_ERROR, 'Lexer: Missing attribute key');
-                return array();
-            }
-            if (!$quoted_value) return array($key => '');
-            $first_char = @$quoted_value[0];
-            $last_char  = @$quoted_value[strlen($quoted_value)-1];
-
-            $same_quote = ($first_char == $last_char);
-            $open_quote = ($first_char == '"' || $first_char == "'");
-
-            if ( $same_quote && $open_quote) {
-                // well behaved
-                $value = substr($quoted_value, 1, strlen($quoted_value) - 2);
-            } else {
-                // not well behaved
-                if ($open_quote) {
-                    if ($e) $e->send(E_ERROR, 'Lexer: Missing end quote');
-                    $value = substr($quoted_value, 1);
-                } else {
-                    $value = $quoted_value;
-                }
-            }
-            if ($value === false) $value = '';
-            return array($key => $value);
-        }
-
-        // setup loop environment
-        $array  = array(); // return assoc array of attributes
-        $cursor = 0; // current position in string (moves forward)
-        $size   = strlen($string); // size of the string (stays the same)
-
-        // if we have unquoted attributes, the parser expects a terminating
-        // space, so let's guarantee that there's always a terminating space.
-        $string .= ' ';
-
-        while(true) {
-
-            if ($cursor >= $size) {
-                break;
-            }
-
-            $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
-            // grab the key
-
-            $key_begin = $cursor; //we're currently at the start of the key
-
-            // scroll past all characters that are the key (not whitespace or =)
-            $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
-
-            $key_end = $cursor; // now at the end of the key
-
-            $key = substr($string, $key_begin, $key_end - $key_begin);
-
-            if (!$key) {
-                if ($e) $e->send(E_ERROR, 'Lexer: Missing attribute key');
-                $cursor += strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
-                continue; // empty key
-            }
-
-            // scroll past all whitespace
-            $cursor += strspn($string, $this->_whitespace, $cursor);
-
-            if ($cursor >= $size) {
-                $array[$key] = $key;
-                break;
-            }
-
-            // if the next character is an equal sign, we've got a regular
-            // pair, otherwise, it's a bool attribute
-            $first_char = @$string[$cursor];
-
-            if ($first_char == '=') {
-                // key="value"
-
-                $cursor++;
-                $cursor += strspn($string, $this->_whitespace, $cursor);
-
-                if ($cursor === false) {
-                    $array[$key] = '';
-                    break;
-                }
-
-                // we might be in front of a quote right now
-
-                $char = @$string[$cursor];
-
-                if ($char == '"' || $char == "'") {
-                    // it's quoted, end bound is $char
-                    $cursor++;
-                    $value_begin = $cursor;
-                    $cursor = strpos($string, $char, $cursor);
-                    $value_end = $cursor;
-                } else {
-                    // it's not quoted, end bound is whitespace
-                    $value_begin = $cursor;
-                    $cursor += strcspn($string, $this->_whitespace, $cursor);
-                    $value_end = $cursor;
-                }
-
-                // we reached a premature end
-                if ($cursor === false) {
-                    $cursor = $size;
-                    $value_end = $cursor;
-                }
-
-                $value = substr($string, $value_begin, $value_end - $value_begin);
-                if ($value === false) $value = '';
-                $array[$key] = $this->parseData($value);
-                $cursor++;
-
-            } else {
-                // boolattr
-                if ($key !== '') {
-                    $array[$key] = $key;
-                } else {
-                    // purely theoretical
-                    if ($e) $e->send(E_ERROR, 'Lexer: Missing attribute key');
-                }
-
-            }
-        }
-        return $array;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Lexer/PEARSax3.php b/lib/php/HTMLPurifier/Lexer/PEARSax3.php
deleted file mode 100644
index 57cffa8..0000000
--- a/lib/php/HTMLPurifier/Lexer/PEARSax3.php
+++ /dev/null
@@ -1,106 +0,0 @@
-<?php
-
-/**
- * Proof-of-concept lexer that uses the PEAR package XML_HTMLSax3 to parse HTML.
- *
- * PEAR, not suprisingly, also has a SAX parser for HTML.  I don't know
- * very much about implementation, but it's fairly well written.  However, that
- * abstraction comes at a price: performance. You need to have it installed,
- * and if the API changes, it might break our adapter. Not sure whether or not
- * it's UTF-8 aware, but it has some entity parsing trouble (in all areas,
- * text and attributes).
- *
- * Quite personally, I don't recommend using the PEAR class, and the defaults
- * don't use it. The unit tests do perform the tests on the SAX parser too, but
- * whatever it does for poorly formed HTML is up to it.
- *
- * @todo Generalize so that XML_HTMLSax is also supported.
- *
- * @warning Entity-resolution inside attributes is broken.
- */
-
-class HTMLPurifier_Lexer_PEARSax3 extends HTMLPurifier_Lexer
-{
-
-    /**
-     * Internal accumulator array for SAX parsers.
-     */
-    protected $tokens = array();
-
-    public function tokenizeHTML($string, $config, $context) {
-
-        $this->tokens = array();
-
-        $string = $this->normalize($string, $config, $context);
-
-        $parser = new XML_HTMLSax3();
-        $parser->set_object($this);
-        $parser->set_element_handler('openHandler','closeHandler');
-        $parser->set_data_handler('dataHandler');
-        $parser->set_escape_handler('escapeHandler');
-
-        // doesn't seem to work correctly for attributes
-        $parser->set_option('XML_OPTION_ENTITIES_PARSED', 1);
-
-        $parser->parse($string);
-
-        return $this->tokens;
-
-    }
-
-    /**
-     * Open tag event handler, interface is defined by PEAR package.
-     */
-    public function openHandler(&$parser, $name, $attrs, $closed) {
-        // entities are not resolved in attrs
-        foreach ($attrs as $key => $attr) {
-            $attrs[$key] = $this->parseData($attr);
-        }
-        if ($closed) {
-            $this->tokens[] = new HTMLPurifier_Token_Empty($name, $attrs);
-        } else {
-            $this->tokens[] = new HTMLPurifier_Token_Start($name, $attrs);
-        }
-        return true;
-    }
-
-    /**
-     * Close tag event handler, interface is defined by PEAR package.
-     */
-    public function closeHandler(&$parser, $name) {
-        // HTMLSax3 seems to always send empty tags an extra close tag
-        // check and ignore if you see it:
-        // [TESTME] to make sure it doesn't overreach
-        if ($this->tokens[count($this->tokens)-1] instanceof HTMLPurifier_Token_Empty) {
-            return true;
-        }
-        $this->tokens[] = new HTMLPurifier_Token_End($name);
-        return true;
-    }
-
-    /**
-     * Data event handler, interface is defined by PEAR package.
-     */
-    public function dataHandler(&$parser, $data) {
-        $this->tokens[] = new HTMLPurifier_Token_Text($data);
-        return true;
-    }
-
-    /**
-     * Escaped text handler, interface is defined by PEAR package.
-     */
-    public function escapeHandler(&$parser, $data) {
-        if (strpos($data, '--') === 0) {
-            $this->tokens[] = new HTMLPurifier_Token_Comment($data);
-        }
-        // CDATA is handled elsewhere, but if it was handled here:
-        //if (strpos($data, '[CDATA[') === 0) {
-        //    $this->tokens[] = new HTMLPurifier_Token_Text(
-        //        substr($data, 7, strlen($data) - 9) );
-        //}
-        return true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Lexer/PH5P.php b/lib/php/HTMLPurifier/Lexer/PH5P.php
deleted file mode 100644
index fa1bf97..0000000
--- a/lib/php/HTMLPurifier/Lexer/PH5P.php
+++ /dev/null
@@ -1,3906 +0,0 @@
-<?php
-
-/**
- * Experimental HTML5-based parser using Jeroen van der Meer's PH5P library.
- * Occupies space in the HTML5 pseudo-namespace, which may cause conflicts.
- * 
- * @note
- *    Recent changes to PHP's DOM extension have resulted in some fatal
- *    error conditions with the original version of PH5P. Pending changes,
- *    this lexer will punt to DirectLex if DOM throughs an exception.
- */
-
-class HTMLPurifier_Lexer_PH5P extends HTMLPurifier_Lexer_DOMLex {
-    
-    public function tokenizeHTML($html, $config, $context) {
-        $new_html = $this->normalize($html, $config, $context);
-        $new_html = $this->wrapHTML($new_html, $config, $context);
-        try {
-            $parser = new HTML5($new_html);
-            $doc = $parser->save();
-        } catch (DOMException $e) {
-            // Uh oh, it failed. Punt to DirectLex.
-            $lexer = new HTMLPurifier_Lexer_DirectLex();
-            $context->register('PH5PError', $e); // save the error, so we can detect it
-            return $lexer->tokenizeHTML($html, $config, $context); // use original HTML
-        }
-        $tokens = array();
-        $this->tokenizeDOM(
-            $doc->getElementsByTagName('html')->item(0)-> // <html>
-                  getElementsByTagName('body')->item(0)-> //   <body>
-                  getElementsByTagName('div')->item(0)    //     <div>
-            , $tokens);
-        return $tokens;
-    }
-    
-}
-
-/*
-
-Copyright 2007 Jeroen van der Meer <http://jero.net/> 
-
-Permission is hereby granted, free of charge, to any person obtaining a 
-copy of this software and associated documentation files (the 
-"Software"), to deal in the Software without restriction, including 
-without limitation the rights to use, copy, modify, merge, publish, 
-distribute, sublicense, and/or sell copies of the Software, and to 
-permit persons to whom the Software is furnished to do so, subject to 
-the following conditions: 
-
-The above copyright notice and this permission notice shall be included 
-in all copies or substantial portions of the Software. 
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
-
-*/
-
-class HTML5 {
-    private $data;
-    private $char;
-    private $EOF;
-    private $state;
-    private $tree;
-    private $token;
-    private $content_model;
-    private $escape = false;
-    private $entities = array('AElig;','AElig','AMP;','AMP','Aacute;','Aacute',
-    'Acirc;','Acirc','Agrave;','Agrave','Alpha;','Aring;','Aring','Atilde;',
-    'Atilde','Auml;','Auml','Beta;','COPY;','COPY','Ccedil;','Ccedil','Chi;',
-    'Dagger;','Delta;','ETH;','ETH','Eacute;','Eacute','Ecirc;','Ecirc','Egrave;',
-    'Egrave','Epsilon;','Eta;','Euml;','Euml','GT;','GT','Gamma;','Iacute;',
-    'Iacute','Icirc;','Icirc','Igrave;','Igrave','Iota;','Iuml;','Iuml','Kappa;',
-    'LT;','LT','Lambda;','Mu;','Ntilde;','Ntilde','Nu;','OElig;','Oacute;',
-    'Oacute','Ocirc;','Ocirc','Ograve;','Ograve','Omega;','Omicron;','Oslash;',
-    'Oslash','Otilde;','Otilde','Ouml;','Ouml','Phi;','Pi;','Prime;','Psi;',
-    'QUOT;','QUOT','REG;','REG','Rho;','Scaron;','Sigma;','THORN;','THORN',
-    'TRADE;','Tau;','Theta;','Uacute;','Uacute','Ucirc;','Ucirc','Ugrave;',
-    'Ugrave','Upsilon;','Uuml;','Uuml','Xi;','Yacute;','Yacute','Yuml;','Zeta;',
-    'aacute;','aacute','acirc;','acirc','acute;','acute','aelig;','aelig',
-    'agrave;','agrave','alefsym;','alpha;','amp;','amp','and;','ang;','apos;',
-    'aring;','aring','asymp;','atilde;','atilde','auml;','auml','bdquo;','beta;',
-    'brvbar;','brvbar','bull;','cap;','ccedil;','ccedil','cedil;','cedil',
-    'cent;','cent','chi;','circ;','clubs;','cong;','copy;','copy','crarr;',
-    'cup;','curren;','curren','dArr;','dagger;','darr;','deg;','deg','delta;',
-    'diams;','divide;','divide','eacute;','eacute','ecirc;','ecirc','egrave;',
-    'egrave','empty;','emsp;','ensp;','epsilon;','equiv;','eta;','eth;','eth',
-    'euml;','euml','euro;','exist;','fnof;','forall;','frac12;','frac12',
-    'frac14;','frac14','frac34;','frac34','frasl;','gamma;','ge;','gt;','gt',
-    'hArr;','harr;','hearts;','hellip;','iacute;','iacute','icirc;','icirc',
-    'iexcl;','iexcl','igrave;','igrave','image;','infin;','int;','iota;',
-    'iquest;','iquest','isin;','iuml;','iuml','kappa;','lArr;','lambda;','lang;',
-    'laquo;','laquo','larr;','lceil;','ldquo;','le;','lfloor;','lowast;','loz;',
-    'lrm;','lsaquo;','lsquo;','lt;','lt','macr;','macr','mdash;','micro;','micro',
-    'middot;','middot','minus;','mu;','nabla;','nbsp;','nbsp','ndash;','ne;',
-    'ni;','not;','not','notin;','nsub;','ntilde;','ntilde','nu;','oacute;',
-    'oacute','ocirc;','ocirc','oelig;','ograve;','ograve','oline;','omega;',
-    'omicron;','oplus;','or;','ordf;','ordf','ordm;','ordm','oslash;','oslash',
-    'otilde;','otilde','otimes;','ouml;','ouml','para;','para','part;','permil;',
-    'perp;','phi;','pi;','piv;','plusmn;','plusmn','pound;','pound','prime;',
-    'prod;','prop;','psi;','quot;','quot','rArr;','radic;','rang;','raquo;',
-    'raquo','rarr;','rceil;','rdquo;','real;','reg;','reg','rfloor;','rho;',
-    'rlm;','rsaquo;','rsquo;','sbquo;','scaron;','sdot;','sect;','sect','shy;',
-    'shy','sigma;','sigmaf;','sim;','spades;','sub;','sube;','sum;','sup1;',
-    'sup1','sup2;','sup2','sup3;','sup3','sup;','supe;','szlig;','szlig','tau;',
-    'there4;','theta;','thetasym;','thinsp;','thorn;','thorn','tilde;','times;',
-    'times','trade;','uArr;','uacute;','uacute','uarr;','ucirc;','ucirc',
-    'ugrave;','ugrave','uml;','uml','upsih;','upsilon;','uuml;','uuml','weierp;',
-    'xi;','yacute;','yacute','yen;','yen','yuml;','yuml','zeta;','zwj;','zwnj;');
-
-    const PCDATA    = 0;
-    const RCDATA    = 1;
-    const CDATA     = 2;
-    const PLAINTEXT = 3;
-
-    const DOCTYPE  = 0;
-    const STARTTAG = 1;
-    const ENDTAG   = 2;
-    const COMMENT  = 3;
-    const CHARACTR = 4;
-    const EOF      = 5;
-
-    public function __construct($data) {
-        $data = str_replace("\r\n", "\n", $data);
-        $data = str_replace("\r", null, $data);
-
-        $this->data = $data;
-        $this->char = -1;
-        $this->EOF  = strlen($data);
-        $this->tree = new HTML5TreeConstructer;
-        $this->content_model = self::PCDATA;
-
-        $this->state = 'data';
-
-        while($this->state !== null) {
-            $this->{$this->state.'State'}();
-        }
-    }
-
-    public function save() {
-        return $this->tree->save();
-    }
-
-    private function char() {
-        return ($this->char < $this->EOF)
-            ? $this->data[$this->char]
-            : false;
-    }
-
-    private function character($s, $l = 0) {
-        if($s + $l < $this->EOF) {
-            if($l === 0) {
-                return $this->data[$s];
-            } else {
-                return substr($this->data, $s, $l);
-            }
-        }
-    }
-
-    private function characters($char_class, $start) {
-        return preg_replace('#^(['.$char_class.']+).*#s', '\\1', substr($this->data, $start));
-    }
-
-    private function dataState() {
-        // Consume the next input character
-        $this->char++;
-        $char = $this->char();
-
-        if($char === '&' && ($this->content_model === self::PCDATA || $this->content_model === self::RCDATA)) {
-            /* U+0026 AMPERSAND (&)
-            When the content model flag is set to one of the PCDATA or RCDATA
-            states: switch to the entity data state. Otherwise: treat it as per
-            the "anything else"    entry below. */
-            $this->state = 'entityData';
-
-        } elseif($char === '-') {
-            /* If the content model flag is set to either the RCDATA state or
-            the CDATA state, and the escape flag is false, and there are at
-            least three characters before this one in the input stream, and the
-            last four characters in the input stream, including this one, are
-            U+003C LESS-THAN SIGN, U+0021 EXCLAMATION MARK, U+002D HYPHEN-MINUS,
-            and U+002D HYPHEN-MINUS ("<!--"), then set the escape flag to true. */
-            if(($this->content_model === self::RCDATA || $this->content_model ===
-            self::CDATA) && $this->escape === false &&
-            $this->char >= 3 && $this->character($this->char - 4, 4) === '<!--') {
-                $this->escape = true;
-            }
-
-            /* In any case, emit the input character as a character token. Stay
-            in the data state. */
-            $this->emitToken(array(
-                'type' => self::CHARACTR,
-                'data' => $char
-            ));
-
-        /* U+003C LESS-THAN SIGN (<) */
-        } elseif($char === '<' && ($this->content_model === self::PCDATA ||
-        (($this->content_model === self::RCDATA ||
-        $this->content_model === self::CDATA) && $this->escape === false))) {
-            /* When the content model flag is set to the PCDATA state: switch
-            to the tag open state.
-
-            When the content model flag is set to either the RCDATA state or
-            the CDATA state and the escape flag is false: switch to the tag
-            open state.
-
-            Otherwise: treat it as per the "anything else" entry below. */
-            $this->state = 'tagOpen';
-
-        /* U+003E GREATER-THAN SIGN (>) */
-        } elseif($char === '>') {
-            /* If the content model flag is set to either the RCDATA state or
-            the CDATA state, and the escape flag is true, and the last three
-            characters in the input stream including this one are U+002D
-            HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN ("-->"),
-            set the escape flag to false. */
-            if(($this->content_model === self::RCDATA ||
-            $this->content_model === self::CDATA) && $this->escape === true &&
-            $this->character($this->char, 3) === '-->') {
-                $this->escape = false;
-            }
-
-            /* In any case, emit the input character as a character token.
-            Stay in the data state. */
-            $this->emitToken(array(
-                'type' => self::CHARACTR,
-                'data' => $char
-            ));
-
-        } elseif($this->char === $this->EOF) {
-            /* EOF
-            Emit an end-of-file token. */
-            $this->EOF();
-
-        } elseif($this->content_model === self::PLAINTEXT) {
-            /* When the content model flag is set to the PLAINTEXT state
-            THIS DIFFERS GREATLY FROM THE SPEC: Get the remaining characters of
-            the text and emit it as a character token. */
-            $this->emitToken(array(
-                'type' => self::CHARACTR,
-                'data' => substr($this->data, $this->char)
-            ));
-
-            $this->EOF();
-
-        } else {
-            /* Anything else
-            THIS DIFFERS GREATLY FROM THE SPEC: Get as many character that
-            otherwise would also be treated as a character token and emit it
-            as a single character token. Stay in the data state. */
-            $len  = strcspn($this->data, '<&', $this->char);
-            $char = substr($this->data, $this->char, $len);
-            $this->char += $len - 1;
-
-            $this->emitToken(array(
-                'type' => self::CHARACTR,
-                'data' => $char
-            ));
-
-            $this->state = 'data';
-        }
-    }
-
-    private function entityDataState() {
-        // Attempt to consume an entity.
-        $entity = $this->entity();
-
-        // If nothing is returned, emit a U+0026 AMPERSAND character token.
-        // Otherwise, emit the character token that was returned.
-        $char = (!$entity) ? '&' : $entity;
-        $this->emitToken(array(
-            'type' => self::CHARACTR,
-            'data' => $char
-        ));
-
-        // Finally, switch to the data state.
-        $this->state = 'data';
-    }
-
-    private function tagOpenState() {
-        switch($this->content_model) {
-            case self::RCDATA:
-            case self::CDATA:
-                /* If the next input character is a U+002F SOLIDUS (/) character,
-                consume it and switch to the close tag open state. If the next
-                input character is not a U+002F SOLIDUS (/) character, emit a
-                U+003C LESS-THAN SIGN character token and switch to the data
-                state to process the next input character. */
-                if($this->character($this->char + 1) === '/') {
-                    $this->char++;
-                    $this->state = 'closeTagOpen';
-
-                } else {
-                    $this->emitToken(array(
-                        'type' => self::CHARACTR,
-                        'data' => '<'
-                    ));
-
-                    $this->state = 'data';
-                }
-            break;
-
-            case self::PCDATA:
-                // If the content model flag is set to the PCDATA state
-                // Consume the next input character:
-                $this->char++;
-                $char = $this->char();
-
-                if($char === '!') {
-                    /* U+0021 EXCLAMATION MARK (!)
-                    Switch to the markup declaration open state. */
-                    $this->state = 'markupDeclarationOpen';
-
-                } elseif($char === '/') {
-                    /* U+002F SOLIDUS (/)
-                    Switch to the close tag open state. */
-                    $this->state = 'closeTagOpen';
-
-                } elseif(preg_match('/^[A-Za-z]$/', $char)) {
-                    /* U+0041 LATIN LETTER A through to U+005A LATIN LETTER Z
-                    Create a new start tag token, set its tag name to the lowercase
-                    version of the input character (add 0x0020 to the character's code
-                    point), then switch to the tag name state. (Don't emit the token
-                    yet; further details will be filled in before it is emitted.) */
-                    $this->token = array(
-                        'name'  => strtolower($char),
-                        'type'  => self::STARTTAG,
-                        'attr'  => array()
-                    );
-
-                    $this->state = 'tagName';
-
-                } elseif($char === '>') {
-                    /* U+003E GREATER-THAN SIGN (>)
-                    Parse error. Emit a U+003C LESS-THAN SIGN character token and a
-                    U+003E GREATER-THAN SIGN character token. Switch to the data state. */
-                    $this->emitToken(array(
-                        'type' => self::CHARACTR,
-                        'data' => '<>'
-                    ));
-
-                    $this->state = 'data';
-
-                } elseif($char === '?') {
-                    /* U+003F QUESTION MARK (?)
-                    Parse error. Switch to the bogus comment state. */
-                    $this->state = 'bogusComment';
-
-                } else {
-                    /* Anything else
-                    Parse error. Emit a U+003C LESS-THAN SIGN character token and
-                    reconsume the current input character in the data state. */
-                    $this->emitToken(array(
-                        'type' => self::CHARACTR,
-                        'data' => '<'
-                    ));
-
-                    $this->char--;
-                    $this->state = 'data';
-                }
-            break;
-        }
-    }
-
-    private function closeTagOpenState() {
-        $next_node = strtolower($this->characters('A-Za-z', $this->char + 1));
-        $the_same = count($this->tree->stack) > 0 && $next_node === end($this->tree->stack)->nodeName;
-
-        if(($this->content_model === self::RCDATA || $this->content_model === self::CDATA) &&
-        (!$the_same || ($the_same && (!preg_match('/[\t\n\x0b\x0c >\/]/',
-        $this->character($this->char + 1 + strlen($next_node))) || $this->EOF === $this->char)))) {
-            /* If the content model flag is set to the RCDATA or CDATA states then
-            examine the next few characters. If they do not match the tag name of
-            the last start tag token emitted (case insensitively), or if they do but
-            they are not immediately followed by one of the following characters:
-                * U+0009 CHARACTER TABULATION
-                * U+000A LINE FEED (LF)
-                * U+000B LINE TABULATION
-                * U+000C FORM FEED (FF)
-                * U+0020 SPACE
-                * U+003E GREATER-THAN SIGN (>)
-                * U+002F SOLIDUS (/)
-                * EOF
-            ...then there is a parse error. Emit a U+003C LESS-THAN SIGN character
-            token, a U+002F SOLIDUS character token, and switch to the data state
-            to process the next input character. */
-            $this->emitToken(array(
-                'type' => self::CHARACTR,
-                'data' => '</'
-            ));
-
-            $this->state = 'data';
-
-        } else {
-            /* Otherwise, if the content model flag is set to the PCDATA state,
-            or if the next few characters do match that tag name, consume the
-            next input character: */
-            $this->char++;
-            $char = $this->char();
-
-            if(preg_match('/^[A-Za-z]$/', $char)) {
-                /* U+0041 LATIN LETTER A through to U+005A LATIN LETTER Z
-                Create a new end tag token, set its tag name to the lowercase version
-                of the input character (add 0x0020 to the character's code point), then
-                switch to the tag name state. (Don't emit the token yet; further details
-                will be filled in before it is emitted.) */
-                $this->token = array(
-                    'name'  => strtolower($char),
-                    'type'  => self::ENDTAG
-                );
-
-                $this->state = 'tagName';
-
-            } elseif($char === '>') {
-                /* U+003E GREATER-THAN SIGN (>)
-                Parse error. Switch to the data state. */
-                $this->state = 'data';
-
-            } elseif($this->char === $this->EOF) {
-                /* EOF
-                Parse error. Emit a U+003C LESS-THAN SIGN character token and a U+002F
-                SOLIDUS character token. Reconsume the EOF character in the data state. */
-                $this->emitToken(array(
-                    'type' => self::CHARACTR,
-                    'data' => '</'
-                ));
-
-                $this->char--;
-                $this->state = 'data';
-
-            } else {
-                /* Parse error. Switch to the bogus comment state. */
-                $this->state = 'bogusComment';
-            }
-        }
-    }
-
-    private function tagNameState() {
-        // Consume the next input character:
-        $this->char++;
-        $char = $this->character($this->char);
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            /* U+0009 CHARACTER TABULATION
-            U+000A LINE FEED (LF)
-            U+000B LINE TABULATION
-            U+000C FORM FEED (FF)
-            U+0020 SPACE
-            Switch to the before attribute name state. */
-            $this->state = 'beforeAttributeName';
-
-        } elseif($char === '>') {
-            /* U+003E GREATER-THAN SIGN (>)
-            Emit the current tag token. Switch to the data state. */
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } elseif($this->char === $this->EOF) {
-            /* EOF
-            Parse error. Emit the current tag token. Reconsume the EOF
-            character in the data state. */
-            $this->emitToken($this->token);
-
-            $this->char--;
-            $this->state = 'data';
-
-        } elseif($char === '/') {
-            /* U+002F SOLIDUS (/)
-            Parse error unless this is a permitted slash. Switch to the before
-            attribute name state. */
-            $this->state = 'beforeAttributeName';
-
-        } else {
-            /* Anything else
-            Append the current input character to the current tag token's tag name.
-            Stay in the tag name state. */
-            $this->token['name'] .= strtolower($char);
-            $this->state = 'tagName';
-        }
-    }
-
-    private function beforeAttributeNameState() {
-        // Consume the next input character:
-        $this->char++;
-        $char = $this->character($this->char);
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            /* U+0009 CHARACTER TABULATION
-            U+000A LINE FEED (LF)
-            U+000B LINE TABULATION
-            U+000C FORM FEED (FF)
-            U+0020 SPACE
-            Stay in the before attribute name state. */
-            $this->state = 'beforeAttributeName';
-
-        } elseif($char === '>') {
-            /* U+003E GREATER-THAN SIGN (>)
-            Emit the current tag token. Switch to the data state. */
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } elseif($char === '/') {
-            /* U+002F SOLIDUS (/)
-            Parse error unless this is a permitted slash. Stay in the before
-            attribute name state. */
-            $this->state = 'beforeAttributeName';
-
-        } elseif($this->char === $this->EOF) {
-            /* EOF
-            Parse error. Emit the current tag token. Reconsume the EOF
-            character in the data state. */
-            $this->emitToken($this->token);
-
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            /* Anything else
-            Start a new attribute in the current tag token. Set that attribute's
-            name to the current input character, and its value to the empty string.
-            Switch to the attribute name state. */
-            $this->token['attr'][] = array(
-                'name'  => strtolower($char),
-                'value' => null
-            );
-
-            $this->state = 'attributeName';
-        }
-    }
-
-    private function attributeNameState() {
-        // Consume the next input character:
-        $this->char++;
-        $char = $this->character($this->char);
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            /* U+0009 CHARACTER TABULATION
-            U+000A LINE FEED (LF)
-            U+000B LINE TABULATION
-            U+000C FORM FEED (FF)
-            U+0020 SPACE
-            Stay in the before attribute name state. */
-            $this->state = 'afterAttributeName';
-
-        } elseif($char === '=') {
-            /* U+003D EQUALS SIGN (=)
-            Switch to the before attribute value state. */
-            $this->state = 'beforeAttributeValue';
-
-        } elseif($char === '>') {
-            /* U+003E GREATER-THAN SIGN (>)
-            Emit the current tag token. Switch to the data state. */
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } elseif($char === '/' && $this->character($this->char + 1) !== '>') {
-            /* U+002F SOLIDUS (/)
-            Parse error unless this is a permitted slash. Switch to the before
-            attribute name state. */
-            $this->state = 'beforeAttributeName';
-
-        } elseif($this->char === $this->EOF) {
-            /* EOF
-            Parse error. Emit the current tag token. Reconsume the EOF
-            character in the data state. */
-            $this->emitToken($this->token);
-
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            /* Anything else
-            Append the current input character to the current attribute's name.
-            Stay in the attribute name state. */
-            $last = count($this->token['attr']) - 1;
-            $this->token['attr'][$last]['name'] .= strtolower($char);
-
-            $this->state = 'attributeName';
-        }
-    }
-
-    private function afterAttributeNameState() {
-        // Consume the next input character:
-        $this->char++;
-        $char = $this->character($this->char);
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            /* U+0009 CHARACTER TABULATION
-            U+000A LINE FEED (LF)
-            U+000B LINE TABULATION
-            U+000C FORM FEED (FF)
-            U+0020 SPACE
-            Stay in the after attribute name state. */
-            $this->state = 'afterAttributeName';
-
-        } elseif($char === '=') {
-            /* U+003D EQUALS SIGN (=)
-            Switch to the before attribute value state. */
-            $this->state = 'beforeAttributeValue';
-
-        } elseif($char === '>') {
-            /* U+003E GREATER-THAN SIGN (>)
-            Emit the current tag token. Switch to the data state. */
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } elseif($char === '/' && $this->character($this->char + 1) !== '>') {
-            /* U+002F SOLIDUS (/)
-            Parse error unless this is a permitted slash. Switch to the
-            before attribute name state. */
-            $this->state = 'beforeAttributeName';
-
-        } elseif($this->char === $this->EOF) {
-            /* EOF
-            Parse error. Emit the current tag token. Reconsume the EOF
-            character in the data state. */
-            $this->emitToken($this->token);
-
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            /* Anything else
-            Start a new attribute in the current tag token. Set that attribute's
-            name to the current input character, and its value to the empty string.
-            Switch to the attribute name state. */
-            $this->token['attr'][] = array(
-                'name'  => strtolower($char),
-                'value' => null
-            );
-
-            $this->state = 'attributeName';
-        }
-    }
-
-    private function beforeAttributeValueState() {
-        // Consume the next input character:
-        $this->char++;
-        $char = $this->character($this->char);
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            /* U+0009 CHARACTER TABULATION
-            U+000A LINE FEED (LF)
-            U+000B LINE TABULATION
-            U+000C FORM FEED (FF)
-            U+0020 SPACE
-            Stay in the before attribute value state. */
-            $this->state = 'beforeAttributeValue';
-
-        } elseif($char === '"') {
-            /* U+0022 QUOTATION MARK (")
-            Switch to the attribute value (double-quoted) state. */
-            $this->state = 'attributeValueDoubleQuoted';
-
-        } elseif($char === '&') {
-            /* U+0026 AMPERSAND (&)
-            Switch to the attribute value (unquoted) state and reconsume
-            this input character. */
-            $this->char--;
-            $this->state = 'attributeValueUnquoted';
-
-        } elseif($char === '\'') {
-            /* U+0027 APOSTROPHE (')
-            Switch to the attribute value (single-quoted) state. */
-            $this->state = 'attributeValueSingleQuoted';
-
-        } elseif($char === '>') {
-            /* U+003E GREATER-THAN SIGN (>)
-            Emit the current tag token. Switch to the data state. */
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } else {
-            /* Anything else
-            Append the current input character to the current attribute's value.
-            Switch to the attribute value (unquoted) state. */
-            $last = count($this->token['attr']) - 1;
-            $this->token['attr'][$last]['value'] .= $char;
-
-            $this->state = 'attributeValueUnquoted';
-        }
-    }
-
-    private function attributeValueDoubleQuotedState() {
-        // Consume the next input character:
-        $this->char++;
-        $char = $this->character($this->char);
-
-        if($char === '"') {
-            /* U+0022 QUOTATION MARK (")
-            Switch to the before attribute name state. */
-            $this->state = 'beforeAttributeName';
-
-        } elseif($char === '&') {
-            /* U+0026 AMPERSAND (&)
-            Switch to the entity in attribute value state. */
-            $this->entityInAttributeValueState('double');
-
-        } elseif($this->char === $this->EOF) {
-            /* EOF
-            Parse error. Emit the current tag token. Reconsume the character
-            in the data state. */
-            $this->emitToken($this->token);
-
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            /* Anything else
-            Append the current input character to the current attribute's value.
-            Stay in the attribute value (double-quoted) state. */
-            $last = count($this->token['attr']) - 1;
-            $this->token['attr'][$last]['value'] .= $char;
-
-            $this->state = 'attributeValueDoubleQuoted';
-        }
-    }
-
-    private function attributeValueSingleQuotedState() {
-        // Consume the next input character:
-        $this->char++;
-        $char = $this->character($this->char);
-
-        if($char === '\'') {
-            /* U+0022 QUOTATION MARK (')
-            Switch to the before attribute name state. */
-            $this->state = 'beforeAttributeName';
-
-        } elseif($char === '&') {
-            /* U+0026 AMPERSAND (&)
-            Switch to the entity in attribute value state. */
-            $this->entityInAttributeValueState('single');
-
-        } elseif($this->char === $this->EOF) {
-            /* EOF
-            Parse error. Emit the current tag token. Reconsume the character
-            in the data state. */
-            $this->emitToken($this->token);
-
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            /* Anything else
-            Append the current input character to the current attribute's value.
-            Stay in the attribute value (single-quoted) state. */
-            $last = count($this->token['attr']) - 1;
-            $this->token['attr'][$last]['value'] .= $char;
-
-            $this->state = 'attributeValueSingleQuoted';
-        }
-    }
-
-    private function attributeValueUnquotedState() {
-        // Consume the next input character:
-        $this->char++;
-        $char = $this->character($this->char);
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            /* U+0009 CHARACTER TABULATION
-            U+000A LINE FEED (LF)
-            U+000B LINE TABULATION
-            U+000C FORM FEED (FF)
-            U+0020 SPACE
-            Switch to the before attribute name state. */
-            $this->state = 'beforeAttributeName';
-
-        } elseif($char === '&') {
-            /* U+0026 AMPERSAND (&)
-            Switch to the entity in attribute value state. */
-            $this->entityInAttributeValueState();
-
-        } elseif($char === '>') {
-            /* U+003E GREATER-THAN SIGN (>)
-            Emit the current tag token. Switch to the data state. */
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } else {
-            /* Anything else
-            Append the current input character to the current attribute's value.
-            Stay in the attribute value (unquoted) state. */
-            $last = count($this->token['attr']) - 1;
-            $this->token['attr'][$last]['value'] .= $char;
-
-            $this->state = 'attributeValueUnquoted';
-        }
-    }
-
-    private function entityInAttributeValueState() {
-        // Attempt to consume an entity.
-        $entity = $this->entity();
-
-        // If nothing is returned, append a U+0026 AMPERSAND character to the
-        // current attribute's value. Otherwise, emit the character token that
-        // was returned.
-        $char = (!$entity)
-            ? '&'
-            : $entity;
-
-        $last = count($this->token['attr']) - 1;
-        $this->token['attr'][$last]['value'] .= $char;
-    }
-
-    private function bogusCommentState() {
-        /* Consume every character up to the first U+003E GREATER-THAN SIGN
-        character (>) or the end of the file (EOF), whichever comes first. Emit
-        a comment token whose data is the concatenation of all the characters
-        starting from and including the character that caused the state machine
-        to switch into the bogus comment state, up to and including the last
-        consumed character before the U+003E character, if any, or up to the
-        end of the file otherwise. (If the comment was started by the end of
-        the file (EOF), the token is empty.) */
-        $data = $this->characters('^>', $this->char);
-        $this->emitToken(array(
-            'data' => $data,
-            'type' => self::COMMENT
-        ));
-
-        $this->char += strlen($data);
-
-        /* Switch to the data state. */
-        $this->state = 'data';
-
-        /* If the end of the file was reached, reconsume the EOF character. */
-        if($this->char === $this->EOF) {
-            $this->char = $this->EOF - 1;
-        }
-    }
-
-    private function markupDeclarationOpenState() {
-        /* If the next two characters are both U+002D HYPHEN-MINUS (-)
-        characters, consume those two characters, create a comment token whose
-        data is the empty string, and switch to the comment state. */
-        if($this->character($this->char + 1, 2) === '--') {
-            $this->char += 2;
-            $this->state = 'comment';
-            $this->token = array(
-                'data' => null,
-                'type' => self::COMMENT
-            );
-
-        /* Otherwise if the next seven chacacters are a case-insensitive match
-        for the word "DOCTYPE", then consume those characters and switch to the
-        DOCTYPE state. */
-        } elseif(strtolower($this->character($this->char + 1, 7)) === 'doctype') {
-            $this->char += 7;
-            $this->state = 'doctype';
-
-        /* Otherwise, is is a parse error. Switch to the bogus comment state.
-        The next character that is consumed, if any, is the first character
-        that will be in the comment. */
-        } else {
-            $this->char++;
-            $this->state = 'bogusComment';
-        }
-    }
-
-    private function commentState() {
-        /* Consume the next input character: */
-        $this->char++;
-        $char = $this->char();
-
-        /* U+002D HYPHEN-MINUS (-) */
-        if($char === '-') {
-            /* Switch to the comment dash state  */
-            $this->state = 'commentDash';
-
-        /* EOF */
-        } elseif($this->char === $this->EOF) {
-            /* Parse error. Emit the comment token. Reconsume the EOF character
-            in the data state. */
-            $this->emitToken($this->token);
-            $this->char--;
-            $this->state = 'data';
-
-        /* Anything else */
-        } else {
-            /* Append the input character to the comment token's data. Stay in
-            the comment state. */
-            $this->token['data'] .= $char;
-        }
-    }
-
-    private function commentDashState() {
-        /* Consume the next input character: */
-        $this->char++;
-        $char = $this->char();
-
-        /* U+002D HYPHEN-MINUS (-) */
-        if($char === '-') {
-            /* Switch to the comment end state  */
-            $this->state = 'commentEnd';
-
-        /* EOF */
-        } elseif($this->char === $this->EOF) {
-            /* Parse error. Emit the comment token. Reconsume the EOF character
-            in the data state. */
-            $this->emitToken($this->token);
-            $this->char--;
-            $this->state = 'data';
-
-        /* Anything else */
-        } else {
-            /* Append a U+002D HYPHEN-MINUS (-) character and the input
-            character to the comment token's data. Switch to the comment state. */
-            $this->token['data'] .= '-'.$char;
-            $this->state = 'comment';
-        }
-    }
-
-    private function commentEndState() {
-        /* Consume the next input character: */
-        $this->char++;
-        $char = $this->char();
-
-        if($char === '>') {
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } elseif($char === '-') {
-            $this->token['data'] .= '-';
-
-        } elseif($this->char === $this->EOF) {
-            $this->emitToken($this->token);
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            $this->token['data'] .= '--'.$char;
-            $this->state = 'comment';
-        }
-    }
-
-    private function doctypeState() {
-        /* Consume the next input character: */
-        $this->char++;
-        $char = $this->char();
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            $this->state = 'beforeDoctypeName';
-
-        } else {
-            $this->char--;
-            $this->state = 'beforeDoctypeName';
-        }
-    }
-
-    private function beforeDoctypeNameState() {
-        /* Consume the next input character: */
-        $this->char++;
-        $char = $this->char();
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            // Stay in the before DOCTYPE name state.
-
-        } elseif(preg_match('/^[a-z]$/', $char)) {
-            $this->token = array(
-                'name' => strtoupper($char),
-                'type' => self::DOCTYPE,
-                'error' => true
-            );
-
-            $this->state = 'doctypeName';
-
-        } elseif($char === '>') {
-            $this->emitToken(array(
-                'name' => null,
-                'type' => self::DOCTYPE,
-                'error' => true
-            ));
-
-            $this->state = 'data';
-
-        } elseif($this->char === $this->EOF) {
-            $this->emitToken(array(
-                'name' => null,
-                'type' => self::DOCTYPE,
-                'error' => true
-            ));
-
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            $this->token = array(
-                'name' => $char,
-                'type' => self::DOCTYPE,
-                'error' => true
-            );
-
-            $this->state = 'doctypeName';
-        }
-    }
-
-    private function doctypeNameState() {
-        /* Consume the next input character: */
-        $this->char++;
-        $char = $this->char();
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            $this->state = 'AfterDoctypeName';
-
-        } elseif($char === '>') {
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } elseif(preg_match('/^[a-z]$/', $char)) {
-            $this->token['name'] .= strtoupper($char);
-
-        } elseif($this->char === $this->EOF) {
-            $this->emitToken($this->token);
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            $this->token['name'] .= $char;
-        }
-
-        $this->token['error'] = ($this->token['name'] === 'HTML')
-            ? false
-            : true;
-    }
-
-    private function afterDoctypeNameState() {
-        /* Consume the next input character: */
-        $this->char++;
-        $char = $this->char();
-
-        if(preg_match('/^[\t\n\x0b\x0c ]$/', $char)) {
-            // Stay in the DOCTYPE name state.
-
-        } elseif($char === '>') {
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } elseif($this->char === $this->EOF) {
-            $this->emitToken($this->token);
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            $this->token['error'] = true;
-            $this->state = 'bogusDoctype';
-        }
-    }
-
-    private function bogusDoctypeState() {
-        /* Consume the next input character: */
-        $this->char++;
-        $char = $this->char();
-
-        if($char === '>') {
-            $this->emitToken($this->token);
-            $this->state = 'data';
-
-        } elseif($this->char === $this->EOF) {
-            $this->emitToken($this->token);
-            $this->char--;
-            $this->state = 'data';
-
-        } else {
-            // Stay in the bogus DOCTYPE state.
-        }
-    }
-
-    private function entity() {
-        $start = $this->char;
-
-        // This section defines how to consume an entity. This definition is
-        // used when parsing entities in text and in attributes.
-
-        // The behaviour depends on the identity of the next character (the
-        // one immediately after the U+0026 AMPERSAND character): 
-
-        switch($this->character($this->char + 1)) {
-            // U+0023 NUMBER SIGN (#)
-            case '#':
-
-                // The behaviour further depends on the character after the
-                // U+0023 NUMBER SIGN:
-                switch($this->character($this->char + 1)) {
-                    // U+0078 LATIN SMALL LETTER X
-                    // U+0058 LATIN CAPITAL LETTER X
-                    case 'x':
-                    case 'X':
-                        // Follow the steps below, but using the range of
-                        // characters U+0030 DIGIT ZERO through to U+0039 DIGIT
-                        // NINE, U+0061 LATIN SMALL LETTER A through to U+0066
-                        // LATIN SMALL LETTER F, and U+0041 LATIN CAPITAL LETTER
-                        // A, through to U+0046 LATIN CAPITAL LETTER F (in other
-                        // words, 0-9, A-F, a-f).
-                        $char = 1;
-                        $char_class = '0-9A-Fa-f';
-                    break;
-
-                    // Anything else
-                    default:
-                        // Follow the steps below, but using the range of
-                        // characters U+0030 DIGIT ZERO through to U+0039 DIGIT
-                        // NINE (i.e. just 0-9).
-                        $char = 0;
-                        $char_class = '0-9';
-                    break;
-                }
-
-                // Consume as many characters as match the range of characters
-                // given above.
-                $this->char++;
-                $e_name = $this->characters($char_class, $this->char + $char + 1);
-                $entity = $this->character($start, $this->char);
-                $cond = strlen($e_name) > 0;
-
-                // The rest of the parsing happens bellow.
-            break;
-
-            // Anything else
-            default:
-                // Consume the maximum number of characters possible, with the
-                // consumed characters case-sensitively matching one of the
-                // identifiers in the first column of the entities table.
-                $e_name = $this->characters('0-9A-Za-z;', $this->char + 1);
-                $len = strlen($e_name);
-
-                for($c = 1; $c <= $len; $c++) {
-                    $id = substr($e_name, 0, $c);
-                    $this->char++;
-
-                    if(in_array($id, $this->entities)) {
-                        if ($e_name[$c-1] !== ';') {
-                            if ($c < $len && $e_name[$c] == ';') {
-                                $this->char++; // consume extra semicolon
-                            }
-                        }
-                        $entity = $id;
-                        break;
-                    }
-                }
-
-                $cond = isset($entity);
-                // The rest of the parsing happens bellow.
-            break;
-        }
-
-        if(!$cond) {
-            // If no match can be made, then this is a parse error. No
-            // characters are consumed, and nothing is returned.
-            $this->char = $start;
-            return false;
-        }
-
-        // Return a character token for the character corresponding to the
-        // entity name (as given by the second column of the entities table).
-        return html_entity_decode('&'.$entity.';', ENT_QUOTES, 'UTF-8');
-    }
-
-    private function emitToken($token) {
-        $emit = $this->tree->emitToken($token);
-
-        if(is_int($emit)) {
-            $this->content_model = $emit;
-
-        } elseif($token['type'] === self::ENDTAG) {
-            $this->content_model = self::PCDATA;
-        }
-    }
-
-    private function EOF() {
-        $this->state = null;
-        $this->tree->emitToken(array(
-            'type' => self::EOF
-        ));
-    }
-}
-
-class HTML5TreeConstructer {
-    public $stack = array();
-
-    private $phase;
-    private $mode;
-    private $dom;
-    private $foster_parent = null;
-    private $a_formatting  = array();
-
-    private $head_pointer = null;
-    private $form_pointer = null;
-
-    private $scoping = array('button','caption','html','marquee','object','table','td','th');
-    private $formatting = array('a','b','big','em','font','i','nobr','s','small','strike','strong','tt','u');
-    private $special = array('address','area','base','basefont','bgsound',
-    'blockquote','body','br','center','col','colgroup','dd','dir','div','dl',
-    'dt','embed','fieldset','form','frame','frameset','h1','h2','h3','h4','h5',
-    'h6','head','hr','iframe','image','img','input','isindex','li','link',
-    'listing','menu','meta','noembed','noframes','noscript','ol','optgroup',
-    'option','p','param','plaintext','pre','script','select','spacer','style',
-    'tbody','textarea','tfoot','thead','title','tr','ul','wbr');
-
-    // The different phases.
-    const INIT_PHASE = 0;
-    const ROOT_PHASE = 1;
-    const MAIN_PHASE = 2;
-    const END_PHASE  = 3;
-
-    // The different insertion modes for the main phase.
-    const BEFOR_HEAD = 0;
-    const IN_HEAD    = 1;
-    const AFTER_HEAD = 2;
-    const IN_BODY    = 3;
-    const IN_TABLE   = 4;
-    const IN_CAPTION = 5;
-    const IN_CGROUP  = 6;
-    const IN_TBODY   = 7;
-    const IN_ROW     = 8;
-    const IN_CELL    = 9;
-    const IN_SELECT  = 10;
-    const AFTER_BODY = 11;
-    const IN_FRAME   = 12;
-    const AFTR_FRAME = 13;
-
-    // The different types of elements.
-    const SPECIAL    = 0;
-    const SCOPING    = 1;
-    const FORMATTING = 2;
-    const PHRASING   = 3;
-
-    const MARKER     = 0;
-
-    public function __construct() {
-        $this->phase = self::INIT_PHASE;
-        $this->mode = self::BEFOR_HEAD;
-        $this->dom = new DOMDocument;
-
-        $this->dom->encoding = 'UTF-8';
-        $this->dom->preserveWhiteSpace = true;
-        $this->dom->substituteEntities = true;
-        $this->dom->strictErrorChecking = false;
-    }
-
-    // Process tag tokens
-    public function emitToken($token) {
-        switch($this->phase) {
-            case self::INIT_PHASE: return $this->initPhase($token); break;
-            case self::ROOT_PHASE: return $this->rootElementPhase($token); break;
-            case self::MAIN_PHASE: return $this->mainPhase($token); break;
-            case self::END_PHASE : return $this->trailingEndPhase($token); break;
-        }
-    }
-
-    private function initPhase($token) {
-        /* Initially, the tree construction stage must handle each token
-        emitted from the tokenisation stage as follows: */
-
-        /* A DOCTYPE token that is marked as being in error
-        A comment token
-        A start tag token
-        An end tag token
-        A character token that is not one of one of U+0009 CHARACTER TABULATION,
-            U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-            or U+0020 SPACE
-        An end-of-file token */
-        if((isset($token['error']) && $token['error']) ||
-        $token['type'] === HTML5::COMMENT ||
-        $token['type'] === HTML5::STARTTAG ||
-        $token['type'] === HTML5::ENDTAG ||
-        $token['type'] === HTML5::EOF ||
-        ($token['type'] === HTML5::CHARACTR && isset($token['data']) &&
-        !preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data']))) {
-            /* This specification does not define how to handle this case. In
-            particular, user agents may ignore the entirety of this specification
-            altogether for such documents, and instead invoke special parse modes
-            with a greater emphasis on backwards compatibility. */
-
-            $this->phase = self::ROOT_PHASE;
-            return $this->rootElementPhase($token);
-
-        /* A DOCTYPE token marked as being correct */
-        } elseif(isset($token['error']) && !$token['error']) {
-            /* Append a DocumentType node to the Document  node, with the name
-            attribute set to the name given in the DOCTYPE token (which will be
-            "HTML"), and the other attributes specific to DocumentType objects
-            set to null, empty lists, or the empty string as appropriate. */
-            $doctype = new DOMDocumentType(null, null, 'HTML');
-
-            /* Then, switch to the root element phase of the tree construction
-            stage. */
-            $this->phase = self::ROOT_PHASE;
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE */
-        } elseif(isset($token['data']) && preg_match('/^[\t\n\x0b\x0c ]+$/',
-        $token['data'])) {
-            /* Append that character  to the Document node. */
-            $text = $this->dom->createTextNode($token['data']);
-            $this->dom->appendChild($text);
-        }
-    }
-
-    private function rootElementPhase($token) {
-        /* After the initial phase, as each token is emitted from the tokenisation
-        stage, it must be processed as described in this section. */
-
-        /* A DOCTYPE token */
-        if($token['type'] === HTML5::DOCTYPE) {
-            // Parse error. Ignore the token.
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the Document object with the data
-            attribute set to the data given in the comment token. */
-            $comment = $this->dom->createComment($token['data']);
-            $this->dom->appendChild($comment);
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE */
-        } elseif($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) {
-            /* Append that character  to the Document node. */
-            $text = $this->dom->createTextNode($token['data']);
-            $this->dom->appendChild($text);
-
-        /* A character token that is not one of U+0009 CHARACTER TABULATION,
-            U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED
-            (FF), or U+0020 SPACE
-        A start tag token
-        An end tag token
-        An end-of-file token */
-        } elseif(($token['type'] === HTML5::CHARACTR &&
-        !preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) ||
-        $token['type'] === HTML5::STARTTAG ||
-        $token['type'] === HTML5::ENDTAG ||
-        $token['type'] === HTML5::EOF) {
-            /* Create an HTMLElement node with the tag name html, in the HTML
-            namespace. Append it to the Document object. Switch to the main
-            phase and reprocess the current token. */
-            $html = $this->dom->createElement('html');
-            $this->dom->appendChild($html);
-            $this->stack[] = $html;
-
-            $this->phase = self::MAIN_PHASE;
-            return $this->mainPhase($token);
-        }
-    }
-
-    private function mainPhase($token) {
-        /* Tokens in the main phase must be handled as follows: */
-
-        /* A DOCTYPE token */
-        if($token['type'] === HTML5::DOCTYPE) {
-            // Parse error. Ignore the token.
-
-        /* A start tag token with the tag name "html" */
-        } elseif($token['type'] === HTML5::STARTTAG && $token['name'] === 'html') {
-            /* If this start tag token was not the first start tag token, then
-            it is a parse error. */
-
-            /* For each attribute on the token, check to see if the attribute
-            is already present on the top element of the stack of open elements.
-            If it is not, add the attribute and its corresponding value to that
-            element. */
-            foreach($token['attr'] as $attr) {
-                if(!$this->stack[0]->hasAttribute($attr['name'])) {
-                    $this->stack[0]->setAttribute($attr['name'], $attr['value']);
-                }
-            }
-
-        /* An end-of-file token */
-        } elseif($token['type'] === HTML5::EOF) {
-            /* Generate implied end tags. */
-            $this->generateImpliedEndTags();
-
-        /* Anything else. */
-        } else {
-            /* Depends on the insertion mode: */
-            switch($this->mode) {
-                case self::BEFOR_HEAD: return $this->beforeHead($token); break;
-                case self::IN_HEAD:    return $this->inHead($token); break;
-                case self::AFTER_HEAD: return $this->afterHead($token); break;
-                case self::IN_BODY:    return $this->inBody($token); break;
-                case self::IN_TABLE:   return $this->inTable($token); break;
-                case self::IN_CAPTION: return $this->inCaption($token); break;
-                case self::IN_CGROUP:  return $this->inColumnGroup($token); break;
-                case self::IN_TBODY:   return $this->inTableBody($token); break;
-                case self::IN_ROW:     return $this->inRow($token); break;
-                case self::IN_CELL:    return $this->inCell($token); break;
-                case self::IN_SELECT:  return $this->inSelect($token); break;
-                case self::AFTER_BODY: return $this->afterBody($token); break;
-                case self::IN_FRAME:   return $this->inFrameset($token); break;
-                case self::AFTR_FRAME: return $this->afterFrameset($token); break;
-                case self::END_PHASE:  return $this->trailingEndPhase($token); break;
-            }
-        }
-    }
-
-    private function beforeHead($token) {
-        /* Handle the token as follows: */
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE */
-        if($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) {
-            /* Append the character to the current node. */
-            $this->insertText($token['data']);
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the current node with the data attribute
-            set to the data given in the comment token. */
-            $this->insertComment($token['data']);
-
-        /* A start tag token with the tag name "head" */
-        } elseif($token['type'] === HTML5::STARTTAG && $token['name'] === 'head') {
-            /* Create an element for the token, append the new element to the
-            current node and push it onto the stack of open elements. */
-            $element = $this->insertElement($token);
-
-            /* Set the head element pointer to this new element node. */
-            $this->head_pointer = $element;
-
-            /* Change the insertion mode to "in head". */
-            $this->mode = self::IN_HEAD;
-
-        /* A start tag token whose tag name is one of: "base", "link", "meta",
-        "script", "style", "title". Or an end tag with the tag name "html".
-        Or a character token that is not one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE. Or any other start tag token */
-        } elseif($token['type'] === HTML5::STARTTAG ||
-        ($token['type'] === HTML5::ENDTAG && $token['name'] === 'html') ||
-        ($token['type'] === HTML5::CHARACTR && !preg_match('/^[\t\n\x0b\x0c ]$/',
-        $token['data']))) {
-            /* Act as if a start tag token with the tag name "head" and no
-            attributes had been seen, then reprocess the current token. */
-            $this->beforeHead(array(
-                'name' => 'head',
-                'type' => HTML5::STARTTAG,
-                'attr' => array()
-            ));
-
-            return $this->inHead($token);
-
-        /* Any other end tag */
-        } elseif($token['type'] === HTML5::ENDTAG) {
-            /* Parse error. Ignore the token. */
-        }
-    }
-
-    private function inHead($token) {
-        /* Handle the token as follows: */
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE.
-
-        THIS DIFFERS FROM THE SPEC: If the current node is either a title, style
-        or script element, append the character to the current node regardless
-        of its content. */
-        if(($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) || (
-        $token['type'] === HTML5::CHARACTR && in_array(end($this->stack)->nodeName,
-        array('title', 'style', 'script')))) {
-            /* Append the character to the current node. */
-            $this->insertText($token['data']);
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the current node with the data attribute
-            set to the data given in the comment token. */
-            $this->insertComment($token['data']);
-
-        } elseif($token['type'] === HTML5::ENDTAG &&
-        in_array($token['name'], array('title', 'style', 'script'))) {
-            array_pop($this->stack);
-            return HTML5::PCDATA;
-
-        /* A start tag with the tag name "title" */
-        } elseif($token['type'] === HTML5::STARTTAG && $token['name'] === 'title') {
-            /* Create an element for the token and append the new element to the
-            node pointed to by the head element pointer, or, if that is null
-            (innerHTML case), to the current node. */
-            if($this->head_pointer !== null) {
-                $element = $this->insertElement($token, false);
-                $this->head_pointer->appendChild($element);
-
-            } else {
-                $element = $this->insertElement($token);
-            }
-
-            /* Switch the tokeniser's content model flag  to the RCDATA state. */
-            return HTML5::RCDATA;
-
-        /* A start tag with the tag name "style" */
-        } elseif($token['type'] === HTML5::STARTTAG && $token['name'] === 'style') {
-            /* Create an element for the token and append the new element to the
-            node pointed to by the head element pointer, or, if that is null
-            (innerHTML case), to the current node. */
-            if($this->head_pointer !== null) {
-                $element = $this->insertElement($token, false);
-                $this->head_pointer->appendChild($element);
-
-            } else {
-                $this->insertElement($token);
-            }
-
-            /* Switch the tokeniser's content model flag  to the CDATA state. */
-            return HTML5::CDATA;
-
-        /* A start tag with the tag name "script" */
-        } elseif($token['type'] === HTML5::STARTTAG && $token['name'] === 'script') {
-            /* Create an element for the token. */
-            $element = $this->insertElement($token, false);
-            $this->head_pointer->appendChild($element);
-
-            /* Switch the tokeniser's content model flag  to the CDATA state. */
-            return HTML5::CDATA;
-
-        /* A start tag with the tag name "base", "link", or "meta" */
-        } elseif($token['type'] === HTML5::STARTTAG && in_array($token['name'],
-        array('base', 'link', 'meta'))) {
-            /* Create an element for the token and append the new element to the
-            node pointed to by the head element pointer, or, if that is null
-            (innerHTML case), to the current node. */
-            if($this->head_pointer !== null) {
-                $element = $this->insertElement($token, false);
-                $this->head_pointer->appendChild($element);
-                array_pop($this->stack);
-
-            } else {
-                $this->insertElement($token);
-            }
-
-        /* An end tag with the tag name "head" */
-        } elseif($token['type'] === HTML5::ENDTAG && $token['name'] === 'head') {
-            /* If the current node is a head element, pop the current node off
-            the stack of open elements. */
-            if($this->head_pointer->isSameNode(end($this->stack))) {
-                array_pop($this->stack);
-
-            /* Otherwise, this is a parse error. */
-            } else {
-                // k
-            }
-
-            /* Change the insertion mode to "after head". */
-            $this->mode = self::AFTER_HEAD;
-
-        /* A start tag with the tag name "head" or an end tag except "html". */
-        } elseif(($token['type'] === HTML5::STARTTAG && $token['name'] === 'head') ||
-        ($token['type'] === HTML5::ENDTAG && $token['name'] !== 'html')) {
-            // Parse error. Ignore the token.
-
-        /* Anything else */
-        } else {
-            /* If the current node is a head element, act as if an end tag
-            token with the tag name "head" had been seen. */
-            if($this->head_pointer->isSameNode(end($this->stack))) {
-                $this->inHead(array(
-                    'name' => 'head',
-                    'type' => HTML5::ENDTAG
-                ));
-
-            /* Otherwise, change the insertion mode to "after head". */
-            } else {
-                $this->mode = self::AFTER_HEAD;
-            }
-
-            /* Then, reprocess the current token. */
-            return $this->afterHead($token);
-        }
-    }
-
-    private function afterHead($token) {
-        /* Handle the token as follows: */
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE */
-        if($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) {
-            /* Append the character to the current node. */
-            $this->insertText($token['data']);
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the current node with the data attribute
-            set to the data given in the comment token. */
-            $this->insertComment($token['data']);
-
-        /* A start tag token with the tag name "body" */
-        } elseif($token['type'] === HTML5::STARTTAG && $token['name'] === 'body') {
-            /* Insert a body element for the token. */
-            $this->insertElement($token);
-
-            /* Change the insertion mode to "in body". */
-            $this->mode = self::IN_BODY;
-
-        /* A start tag token with the tag name "frameset" */
-        } elseif($token['type'] === HTML5::STARTTAG && $token['name'] === 'frameset') {
-            /* Insert a frameset element for the token. */
-            $this->insertElement($token);
-
-            /* Change the insertion mode to "in frameset". */
-            $this->mode = self::IN_FRAME;
-
-        /* A start tag token whose tag name is one of: "base", "link", "meta",
-        "script", "style", "title" */
-        } elseif($token['type'] === HTML5::STARTTAG && in_array($token['name'],
-        array('base', 'link', 'meta', 'script', 'style', 'title'))) {
-            /* Parse error. Switch the insertion mode back to "in head" and
-            reprocess the token. */
-            $this->mode = self::IN_HEAD;
-            return $this->inHead($token);
-
-        /* Anything else */
-        } else {
-            /* Act as if a start tag token with the tag name "body" and no
-            attributes had been seen, and then reprocess the current token. */
-            $this->afterHead(array(
-                'name' => 'body',
-                'type' => HTML5::STARTTAG,
-                'attr' => array()
-            ));
-
-            return $this->inBody($token);
-        }
-    }
-
-    private function inBody($token) {
-        /* Handle the token as follows: */
-
-        switch($token['type']) {
-            /* A character token */
-            case HTML5::CHARACTR:
-                /* Reconstruct the active formatting elements, if any. */
-                $this->reconstructActiveFormattingElements();
-
-                /* Append the token's character to the current node. */
-                $this->insertText($token['data']);
-            break;
-
-            /* A comment token */
-            case HTML5::COMMENT:
-                /* Append a Comment node to the current node with the data
-                attribute set to the data given in the comment token. */
-                $this->insertComment($token['data']);
-            break;
-
-            case HTML5::STARTTAG:
-            switch($token['name']) {
-                /* A start tag token whose tag name is one of: "script",
-                "style" */
-                case 'script': case 'style':
-                    /* Process the token as if the insertion mode had been "in
-                    head". */
-                    return $this->inHead($token);
-                break;
-
-                /* A start tag token whose tag name is one of: "base", "link",
-                "meta", "title" */
-                case 'base': case 'link': case 'meta': case 'title':
-                    /* Parse error. Process the token as if the insertion mode
-                    had    been "in head". */
-                    return $this->inHead($token);
-                break;
-
-                /* A start tag token with the tag name "body" */
-                case 'body':
-                    /* Parse error. If the second element on the stack of open
-                    elements is not a body element, or, if the stack of open
-                    elements has only one node on it, then ignore the token.
-                    (innerHTML case) */
-                    if(count($this->stack) === 1 || $this->stack[1]->nodeName !== 'body') {
-                        // Ignore
-
-                    /* Otherwise, for each attribute on the token, check to see
-                    if the attribute is already present on the body element (the
-                    second element)    on the stack of open elements. If it is not,
-                    add the attribute and its corresponding value to that
-                    element. */
-                    } else {
-                        foreach($token['attr'] as $attr) {
-                            if(!$this->stack[1]->hasAttribute($attr['name'])) {
-                                $this->stack[1]->setAttribute($attr['name'], $attr['value']);
-                            }
-                        }
-                    }
-                break;
-
-                /* A start tag whose tag name is one of: "address",
-                "blockquote", "center", "dir", "div", "dl", "fieldset",
-                "listing", "menu", "ol", "p", "ul" */
-                case 'address': case 'blockquote': case 'center': case 'dir':
-                case 'div': case 'dl': case 'fieldset': case 'listing':
-                case 'menu': case 'ol': case 'p': case 'ul':
-                    /* If the stack of open elements has a p element in scope,
-                    then act as if an end tag with the tag name p had been
-                    seen. */
-                    if($this->elementInScope('p')) {
-                        $this->emitToken(array(
-                            'name' => 'p',
-                            'type' => HTML5::ENDTAG
-                        ));
-                    }
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-                break;
-
-                /* A start tag whose tag name is "form" */
-                case 'form':
-                    /* If the form element pointer is not null, ignore the
-                    token with a parse error. */
-                    if($this->form_pointer !== null) {
-                        // Ignore.
-
-                    /* Otherwise: */
-                    } else {
-                        /* If the stack of open elements has a p element in
-                        scope, then act as if an end tag with the tag name p
-                        had been seen. */
-                        if($this->elementInScope('p')) {
-                            $this->emitToken(array(
-                                'name' => 'p',
-                                'type' => HTML5::ENDTAG
-                            ));
-                        }
-
-                        /* Insert an HTML element for the token, and set the
-                        form element pointer to point to the element created. */
-                        $element = $this->insertElement($token);
-                        $this->form_pointer = $element;
-                    }
-                break;
-
-                /* A start tag whose tag name is "li", "dd" or "dt" */
-                case 'li': case 'dd': case 'dt':
-                    /* If the stack of open elements has a p  element in scope,
-                    then act as if an end tag with the tag name p had been
-                    seen. */
-                    if($this->elementInScope('p')) {
-                        $this->emitToken(array(
-                            'name' => 'p',
-                            'type' => HTML5::ENDTAG
-                        ));
-                    }
-
-                    $stack_length = count($this->stack) - 1;
-
-                    for($n = $stack_length; 0 <= $n; $n--) {
-                        /* 1. Initialise node to be the current node (the
-                        bottommost node of the stack). */
-                        $stop = false;
-                        $node = $this->stack[$n];
-                        $cat  = $this->getElementCategory($node->tagName);
-
-                        /* 2. If node is an li, dd or dt element, then pop all
-                        the    nodes from the current node up to node, including
-                        node, then stop this algorithm. */
-                        if($token['name'] === $node->tagName ||    ($token['name'] !== 'li'
-                        && ($node->tagName === 'dd' || $node->tagName === 'dt'))) {
-                            for($x = $stack_length; $x >= $n ; $x--) {
-                                array_pop($this->stack);
-                            }
-
-                            break;
-                        }
-
-                        /* 3. If node is not in the formatting category, and is
-                        not    in the phrasing category, and is not an address or
-                        div element, then stop this algorithm. */
-                        if($cat !== self::FORMATTING && $cat !== self::PHRASING &&
-                        $node->tagName !== 'address' && $node->tagName !== 'div') {
-                            break;
-                        }
-                    }
-
-                    /* Finally, insert an HTML element with the same tag
-                    name as the    token's. */
-                    $this->insertElement($token);
-                break;
-
-                /* A start tag token whose tag name is "plaintext" */
-                case 'plaintext':
-                    /* If the stack of open elements has a p  element in scope,
-                    then act as if an end tag with the tag name p had been
-                    seen. */
-                    if($this->elementInScope('p')) {
-                        $this->emitToken(array(
-                            'name' => 'p',
-                            'type' => HTML5::ENDTAG
-                        ));
-                    }
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-
-                    return HTML5::PLAINTEXT;
-                break;
-
-                /* A start tag whose tag name is one of: "h1", "h2", "h3", "h4",
-                "h5", "h6" */
-                case 'h1': case 'h2': case 'h3': case 'h4': case 'h5': case 'h6':
-                    /* If the stack of open elements has a p  element in scope,
-                    then act as if an end tag with the tag name p had been seen. */
-                    if($this->elementInScope('p')) {
-                        $this->emitToken(array(
-                            'name' => 'p',
-                            'type' => HTML5::ENDTAG
-                        ));
-                    }
-
-                    /* If the stack of open elements has in scope an element whose
-                    tag name is one of "h1", "h2", "h3", "h4", "h5", or "h6", then
-                    this is a parse error; pop elements from the stack until an
-                    element with one of those tag names has been popped from the
-                    stack. */
-                    while($this->elementInScope(array('h1', 'h2', 'h3', 'h4', 'h5', 'h6'))) {
-                        array_pop($this->stack);
-                    }
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-                break;
-
-                /* A start tag whose tag name is "a" */
-                case 'a':
-                    /* If the list of active formatting elements contains
-                    an element whose tag name is "a" between the end of the
-                    list and the last marker on the list (or the start of
-                    the list if there is no marker on the list), then this
-                    is a parse error; act as if an end tag with the tag name
-                    "a" had been seen, then remove that element from the list
-                    of active formatting elements and the stack of open
-                    elements if the end tag didn't already remove it (it
-                    might not have if the element is not in table scope). */
-                    $leng = count($this->a_formatting);
-
-                    for($n = $leng - 1; $n >= 0; $n--) {
-                        if($this->a_formatting[$n] === self::MARKER) {
-                            break;
-
-                        } elseif($this->a_formatting[$n]->nodeName === 'a') {
-                            $this->emitToken(array(
-                                'name' => 'a',
-                                'type' => HTML5::ENDTAG
-                            ));
-                            break;
-                        }
-                    }
-
-                    /* Reconstruct the active formatting elements, if any. */
-                    $this->reconstructActiveFormattingElements();
-
-                    /* Insert an HTML element for the token. */
-                    $el = $this->insertElement($token);
-
-                    /* Add that element to the list of active formatting
-                    elements. */
-                    $this->a_formatting[] = $el;
-                break;
-
-                /* A start tag whose tag name is one of: "b", "big", "em", "font",
-                "i", "nobr", "s", "small", "strike", "strong", "tt", "u" */
-                case 'b': case 'big': case 'em': case 'font': case 'i':
-                case 'nobr': case 's': case 'small': case 'strike':
-                case 'strong': case 'tt': case 'u':
-                    /* Reconstruct the active formatting elements, if any. */
-                    $this->reconstructActiveFormattingElements();
-
-                    /* Insert an HTML element for the token. */
-                    $el = $this->insertElement($token);
-
-                    /* Add that element to the list of active formatting
-                    elements. */
-                    $this->a_formatting[] = $el;
-                break;
-
-                /* A start tag token whose tag name is "button" */
-                case 'button':
-                    /* If the stack of open elements has a button element in scope,
-                    then this is a parse error; act as if an end tag with the tag
-                    name "button" had been seen, then reprocess the token. (We don't
-                    do that. Unnecessary.) */
-                    if($this->elementInScope('button')) {
-                        $this->inBody(array(
-                            'name' => 'button',
-                            'type' => HTML5::ENDTAG
-                        ));
-                    }
-
-                    /* Reconstruct the active formatting elements, if any. */
-                    $this->reconstructActiveFormattingElements();
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-
-                    /* Insert a marker at the end of the list of active
-                    formatting elements. */
-                    $this->a_formatting[] = self::MARKER;
-                break;
-
-                /* A start tag token whose tag name is one of: "marquee", "object" */
-                case 'marquee': case 'object':
-                    /* Reconstruct the active formatting elements, if any. */
-                    $this->reconstructActiveFormattingElements();
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-
-                    /* Insert a marker at the end of the list of active
-                    formatting elements. */
-                    $this->a_formatting[] = self::MARKER;
-                break;
-
-                /* A start tag token whose tag name is "xmp" */
-                case 'xmp':
-                    /* Reconstruct the active formatting elements, if any. */
-                    $this->reconstructActiveFormattingElements();
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-
-                    /* Switch the content model flag to the CDATA state. */
-                    return HTML5::CDATA;
-                break;
-
-                /* A start tag whose tag name is "table" */
-                case 'table':
-                    /* If the stack of open elements has a p element in scope,
-                    then act as if an end tag with the tag name p had been seen. */
-                    if($this->elementInScope('p')) {
-                        $this->emitToken(array(
-                            'name' => 'p',
-                            'type' => HTML5::ENDTAG
-                        ));
-                    }
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-
-                    /* Change the insertion mode to "in table". */
-                    $this->mode = self::IN_TABLE;
-                break;
-
-                /* A start tag whose tag name is one of: "area", "basefont",
-                "bgsound", "br", "embed", "img", "param", "spacer", "wbr" */
-                case 'area': case 'basefont': case 'bgsound': case 'br':
-                case 'embed': case 'img': case 'param': case 'spacer':
-                case 'wbr':
-                    /* Reconstruct the active formatting elements, if any. */
-                    $this->reconstructActiveFormattingElements();
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-
-                    /* Immediately pop the current node off the stack of open elements. */
-                    array_pop($this->stack);
-                break;
-
-                /* A start tag whose tag name is "hr" */
-                case 'hr':
-                    /* If the stack of open elements has a p element in scope,
-                    then act as if an end tag with the tag name p had been seen. */
-                    if($this->elementInScope('p')) {
-                        $this->emitToken(array(
-                            'name' => 'p',
-                            'type' => HTML5::ENDTAG
-                        ));
-                    }
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-
-                    /* Immediately pop the current node off the stack of open elements. */
-                    array_pop($this->stack);
-                break;
-
-                /* A start tag whose tag name is "image" */
-                case 'image':
-                    /* Parse error. Change the token's tag name to "img" and
-                    reprocess it. (Don't ask.) */
-                    $token['name'] = 'img';
-                    return $this->inBody($token);
-                break;
-
-                /* A start tag whose tag name is "input" */
-                case 'input':
-                    /* Reconstruct the active formatting elements, if any. */
-                    $this->reconstructActiveFormattingElements();
-
-                    /* Insert an input element for the token. */
-                    $element = $this->insertElement($token, false);
-
-                    /* If the form element pointer is not null, then associate the
-                    input element with the form element pointed to by the form
-                    element pointer. */
-                    $this->form_pointer !== null
-                        ? $this->form_pointer->appendChild($element)
-                        : end($this->stack)->appendChild($element);
-
-                    /* Pop that input element off the stack of open elements. */
-                    array_pop($this->stack);
-                break;
-
-                /* A start tag whose tag name is "isindex" */
-                case 'isindex':
-                    /* Parse error. */
-                    // w/e
-
-                    /* If the form element pointer is not null,
-                    then ignore the token. */
-                    if($this->form_pointer === null) {
-                        /* Act as if a start tag token with the tag name "form" had
-                        been seen. */
-                        $this->inBody(array(
-                            'name' => 'body',
-                            'type' => HTML5::STARTTAG,
-                            'attr' => array()
-                        ));
-
-                        /* Act as if a start tag token with the tag name "hr" had
-                        been seen. */
-                        $this->inBody(array(
-                            'name' => 'hr',
-                            'type' => HTML5::STARTTAG,
-                            'attr' => array()
-                        ));
-
-                        /* Act as if a start tag token with the tag name "p" had
-                        been seen. */
-                        $this->inBody(array(
-                            'name' => 'p',
-                            'type' => HTML5::STARTTAG,
-                            'attr' => array()
-                        ));
-
-                        /* Act as if a start tag token with the tag name "label"
-                        had been seen. */
-                        $this->inBody(array(
-                            'name' => 'label',
-                            'type' => HTML5::STARTTAG,
-                            'attr' => array()
-                        ));
-
-                        /* Act as if a stream of character tokens had been seen. */
-                        $this->insertText('This is a searchable index. '.
-                        'Insert your search keywords here: ');
-
-                        /* Act as if a start tag token with the tag name "input"
-                        had been seen, with all the attributes from the "isindex"
-                        token, except with the "name" attribute set to the value
-                        "isindex" (ignoring any explicit "name" attribute). */
-                        $attr = $token['attr'];
-                        $attr[] = array('name' => 'name', 'value' => 'isindex');
-
-                        $this->inBody(array(
-                            'name' => 'input',
-                            'type' => HTML5::STARTTAG,
-                            'attr' => $attr
-                        ));
-
-                        /* Act as if a stream of character tokens had been seen
-                        (see below for what they should say). */
-                        $this->insertText('This is a searchable index. '.
-                        'Insert your search keywords here: ');
-
-                        /* Act as if an end tag token with the tag name "label"
-                        had been seen. */
-                        $this->inBody(array(
-                            'name' => 'label',
-                            'type' => HTML5::ENDTAG
-                        ));
-
-                        /* Act as if an end tag token with the tag name "p" had
-                        been seen. */
-                        $this->inBody(array(
-                            'name' => 'p',
-                            'type' => HTML5::ENDTAG
-                        ));
-
-                        /* Act as if a start tag token with the tag name "hr" had
-                        been seen. */
-                        $this->inBody(array(
-                            'name' => 'hr',
-                            'type' => HTML5::ENDTAG
-                        ));
-
-                        /* Act as if an end tag token with the tag name "form" had
-                        been seen. */
-                        $this->inBody(array(
-                            'name' => 'form',
-                            'type' => HTML5::ENDTAG
-                        ));
-                    }
-                break;
-
-                /* A start tag whose tag name is "textarea" */
-                case 'textarea':
-                    $this->insertElement($token);
-
-                    /* Switch the tokeniser's content model flag to the
-                    RCDATA state. */
-                    return HTML5::RCDATA;
-                break;
-
-                /* A start tag whose tag name is one of: "iframe", "noembed",
-                "noframes" */
-                case 'iframe': case 'noembed': case 'noframes':
-                    $this->insertElement($token);
-
-                    /* Switch the tokeniser's content model flag to the CDATA state. */
-                    return HTML5::CDATA;
-                break;
-
-                /* A start tag whose tag name is "select" */
-                case 'select':
-                    /* Reconstruct the active formatting elements, if any. */
-                    $this->reconstructActiveFormattingElements();
-
-                    /* Insert an HTML element for the token. */
-                    $this->insertElement($token);
-
-                    /* Change the insertion mode to "in select". */
-                    $this->mode = self::IN_SELECT;
-                break;
-
-                /* A start or end tag whose tag name is one of: "caption", "col",
-                "colgroup", "frame", "frameset", "head", "option", "optgroup",
-                "tbody", "td", "tfoot", "th", "thead", "tr". */
-                case 'caption': case 'col': case 'colgroup': case 'frame':
-                case 'frameset': case 'head': case 'option': case 'optgroup':
-                case 'tbody': case 'td': case 'tfoot': case 'th': case 'thead':
-                case 'tr':
-                    // Parse error. Ignore the token.
-                break;
-
-                /* A start or end tag whose tag name is one of: "event-source",
-                "section", "nav", "article", "aside", "header", "footer",
-                "datagrid", "command" */
-                case 'event-source': case 'section': case 'nav': case 'article':
-                case 'aside': case 'header': case 'footer': case 'datagrid':
-                case 'command':
-                    // Work in progress!
-                break;
-
-                /* A start tag token not covered by the previous entries */
-                default:
-                    /* Reconstruct the active formatting elements, if any. */
-                    $this->reconstructActiveFormattingElements();
-
-                    $this->insertElement($token, true, true);
-                break;
-            }
-            break;
-
-            case HTML5::ENDTAG:
-            switch($token['name']) {
-                /* An end tag with the tag name "body" */
-                case 'body':
-                    /* If the second element in the stack of open elements is
-                    not a body element, this is a parse error. Ignore the token.
-                    (innerHTML case) */
-                    if(count($this->stack) < 2 || $this->stack[1]->nodeName !== 'body') {
-                        // Ignore.
-
-                    /* If the current node is not the body element, then this
-                    is a parse error. */
-                    } elseif(end($this->stack)->nodeName !== 'body') {
-                        // Parse error.
-                    }
-
-                    /* Change the insertion mode to "after body". */
-                    $this->mode = self::AFTER_BODY;
-                break;
-
-                /* An end tag with the tag name "html" */
-                case 'html':
-                    /* Act as if an end tag with tag name "body" had been seen,
-                    then, if that token wasn't ignored, reprocess the current
-                    token. */
-                    $this->inBody(array(
-                        'name' => 'body',
-                        'type' => HTML5::ENDTAG
-                    ));
-
-                    return $this->afterBody($token);
-                break;
-
-                /* An end tag whose tag name is one of: "address", "blockquote",
-                "center", "dir", "div", "dl", "fieldset", "listing", "menu",
-                "ol", "pre", "ul" */
-                case 'address': case 'blockquote': case 'center': case 'dir':
-                case 'div': case 'dl': case 'fieldset': case 'listing':
-                case 'menu': case 'ol': case 'pre': case 'ul':
-                    /* If the stack of open elements has an element in scope
-                    with the same tag name as that of the token, then generate
-                    implied end tags. */
-                    if($this->elementInScope($token['name'])) {
-                        $this->generateImpliedEndTags();
-
-                        /* Now, if the current node is not an element with
-                        the same tag name as that of the token, then this
-                        is a parse error. */
-                        // w/e
-
-                        /* If the stack of open elements has an element in
-                        scope with the same tag name as that of the token,
-                        then pop elements from this stack until an element
-                        with that tag name has been popped from the stack. */
-                        for($n = count($this->stack) - 1; $n >= 0; $n--) {
-                            if($this->stack[$n]->nodeName === $token['name']) {
-                                $n = -1;
-                            }
-
-                            array_pop($this->stack);
-                        }
-                    }
-                break;
-
-                /* An end tag whose tag name is "form" */
-                case 'form':
-                    /* If the stack of open elements has an element in scope
-                    with the same tag name as that of the token, then generate
-                    implied    end tags. */
-                    if($this->elementInScope($token['name'])) {
-                        $this->generateImpliedEndTags();
-
-                    } 
-
-                    if(end($this->stack)->nodeName !== $token['name']) {
-                        /* Now, if the current node is not an element with the
-                        same tag name as that of the token, then this is a parse
-                        error. */
-                        // w/e
-
-                    } else {
-                        /* Otherwise, if the current node is an element with
-                        the same tag name as that of the token pop that element
-                        from the stack. */
-                        array_pop($this->stack);
-                    }
-
-                    /* In any case, set the form element pointer to null. */
-                    $this->form_pointer = null;
-                break;
-
-                /* An end tag whose tag name is "p" */
-                case 'p':
-                    /* If the stack of open elements has a p element in scope,
-                    then generate implied end tags, except for p elements. */
-                    if($this->elementInScope('p')) {
-                        $this->generateImpliedEndTags(array('p'));
-
-                        /* If the current node is not a p element, then this is
-                        a parse error. */
-                        // k
-
-                        /* If the stack of open elements has a p element in
-                        scope, then pop elements from this stack until the stack
-                        no longer has a p element in scope. */
-                        for($n = count($this->stack) - 1; $n >= 0; $n--) {
-                            if($this->elementInScope('p')) {
-                                array_pop($this->stack);
-
-                            } else {
-                                break;
-                            }
-                        }
-                    }
-                break;
-
-                /* An end tag whose tag name is "dd", "dt", or "li" */
-                case 'dd': case 'dt': case 'li':
-                    /* If the stack of open elements has an element in scope
-                    whose tag name matches the tag name of the token, then
-                    generate implied end tags, except for elements with the
-                    same tag name as the token. */
-                    if($this->elementInScope($token['name'])) {
-                        $this->generateImpliedEndTags(array($token['name']));
-
-                        /* If the current node is not an element with the same
-                        tag name as the token, then this is a parse error. */
-                        // w/e
-
-                        /* If the stack of open elements has an element in scope
-                        whose tag name matches the tag name of the token, then
-                        pop elements from this stack until an element with that
-                        tag name has been popped from the stack. */
-                        for($n = count($this->stack) - 1; $n >= 0; $n--) {
-                            if($this->stack[$n]->nodeName === $token['name']) {
-                                $n = -1;
-                            }
-
-                            array_pop($this->stack);
-                        }
-                    }
-                break;
-
-                /* An end tag whose tag name is one of: "h1", "h2", "h3", "h4",
-                "h5", "h6" */
-                case 'h1': case 'h2': case 'h3': case 'h4': case 'h5': case 'h6':
-                    $elements = array('h1', 'h2', 'h3', 'h4', 'h5', 'h6');
-
-                    /* If the stack of open elements has in scope an element whose
-                    tag name is one of "h1", "h2", "h3", "h4", "h5", or "h6", then
-                    generate implied end tags. */
-                    if($this->elementInScope($elements)) {
-                        $this->generateImpliedEndTags();
-
-                        /* Now, if the current node is not an element with the same
-                        tag name as that of the token, then this is a parse error. */
-                        // w/e
-
-                        /* If the stack of open elements has in scope an element
-                        whose tag name is one of "h1", "h2", "h3", "h4", "h5", or
-                        "h6", then pop elements from the stack until an element
-                        with one of those tag names has been popped from the stack. */
-                        while($this->elementInScope($elements)) {
-                            array_pop($this->stack);
-                        }
-                    }
-                break;
-
-                /* An end tag whose tag name is one of: "a", "b", "big", "em",
-                "font", "i", "nobr", "s", "small", "strike", "strong", "tt", "u" */
-                case 'a': case 'b': case 'big': case 'em': case 'font':
-                case 'i': case 'nobr': case 's': case 'small': case 'strike':
-                case 'strong': case 'tt': case 'u':
-                    /* 1. Let the formatting element be the last element in
-                    the list of active formatting elements that:
-                        * is between the end of the list and the last scope
-                        marker in the list, if any, or the start of the list
-                        otherwise, and
-                        * has the same tag name as the token.
-                    */
-                    while(true) {
-                        for($a = count($this->a_formatting) - 1; $a >= 0; $a--) {
-                            if($this->a_formatting[$a] === self::MARKER) {
-                                break;
-
-                            } elseif($this->a_formatting[$a]->tagName === $token['name']) {
-                                $formatting_element = $this->a_formatting[$a];
-                                $in_stack = in_array($formatting_element, $this->stack, true);
-                                $fe_af_pos = $a;
-                                break;
-                            }
-                        }
-
-                        /* If there is no such node, or, if that node is
-                        also in the stack of open elements but the element
-                        is not in scope, then this is a parse error. Abort
-                        these steps. The token is ignored. */
-                        if(!isset($formatting_element) || ($in_stack &&
-                        !$this->elementInScope($token['name']))) {
-                            break;
-
-                        /* Otherwise, if there is such a node, but that node
-                        is not in the stack of open elements, then this is a
-                        parse error; remove the element from the list, and
-                        abort these steps. */
-                        } elseif(isset($formatting_element) && !$in_stack) {
-                            unset($this->a_formatting[$fe_af_pos]);
-                            $this->a_formatting = array_merge($this->a_formatting);
-                            break;
-                        }
-
-                        /* 2. Let the furthest block be the topmost node in the
-                        stack of open elements that is lower in the stack
-                        than the formatting element, and is not an element in
-                        the phrasing or formatting categories. There might
-                        not be one. */
-                        $fe_s_pos = array_search($formatting_element, $this->stack, true);
-                        $length = count($this->stack);
-
-                        for($s = $fe_s_pos + 1; $s < $length; $s++) {
-                            $category = $this->getElementCategory($this->stack[$s]->nodeName);
-
-                            if($category !== self::PHRASING && $category !== self::FORMATTING) {
-                                $furthest_block = $this->stack[$s];
-                            }
-                        }
-
-                        /* 3. If there is no furthest block, then the UA must
-                        skip the subsequent steps and instead just pop all
-                        the nodes from the bottom of the stack of open
-                        elements, from the current node up to the formatting
-                        element, and remove the formatting element from the
-                        list of active formatting elements. */
-                        if(!isset($furthest_block)) {
-                            for($n = $length - 1; $n >= $fe_s_pos; $n--) {
-                                array_pop($this->stack);
-                            }
-
-                            unset($this->a_formatting[$fe_af_pos]);
-                            $this->a_formatting = array_merge($this->a_formatting);
-                            break;
-                        }
-
-                        /* 4. Let the common ancestor be the element
-                        immediately above the formatting element in the stack
-                        of open elements. */
-                        $common_ancestor = $this->stack[$fe_s_pos - 1];
-
-                        /* 5. If the furthest block has a parent node, then
-                        remove the furthest block from its parent node. */
-                        if($furthest_block->parentNode !== null) {
-                            $furthest_block->parentNode->removeChild($furthest_block);
-                        }
-
-                        /* 6. Let a bookmark note the position of the
-                        formatting element in the list of active formatting
-                        elements relative to the elements on either side
-                        of it in the list. */
-                        $bookmark = $fe_af_pos;
-
-                        /* 7. Let node and last node  be the furthest block.
-                        Follow these steps: */
-                        $node = $furthest_block;
-                        $last_node = $furthest_block;
-
-                        while(true) {
-                            for($n = array_search($node, $this->stack, true) - 1; $n >= 0; $n--) {
-                                /* 7.1 Let node be the element immediately
-                                prior to node in the stack of open elements. */
-                                $node = $this->stack[$n];
-
-                                /* 7.2 If node is not in the list of active
-                                formatting elements, then remove node from
-                                the stack of open elements and then go back
-                                to step 1. */
-                                if(!in_array($node, $this->a_formatting, true)) {
-                                    unset($this->stack[$n]);
-                                    $this->stack = array_merge($this->stack);
-
-                                } else {
-                                    break;
-                                }
-                            }
-
-                            /* 7.3 Otherwise, if node is the formatting
-                            element, then go to the next step in the overall
-                            algorithm. */
-                            if($node === $formatting_element) {
-                                break;
-
-                            /* 7.4 Otherwise, if last node is the furthest
-                            block, then move the aforementioned bookmark to
-                            be immediately after the node in the list of
-                            active formatting elements. */
-                            } elseif($last_node === $furthest_block) {
-                                $bookmark = array_search($node, $this->a_formatting, true) + 1;
-                            }
-
-                            /* 7.5 If node has any children, perform a
-                            shallow clone of node, replace the entry for
-                            node in the list of active formatting elements
-                            with an entry for the clone, replace the entry
-                            for node in the stack of open elements with an
-                            entry for the clone, and let node be the clone. */
-                            if($node->hasChildNodes()) {
-                                $clone = $node->cloneNode();
-                                $s_pos = array_search($node, $this->stack, true);
-                                $a_pos = array_search($node, $this->a_formatting, true);
-
-                                $this->stack[$s_pos] = $clone;
-                                $this->a_formatting[$a_pos] = $clone;
-                                $node = $clone;
-                            }
-
-                            /* 7.6 Insert last node into node, first removing
-                            it from its previous parent node if any. */
-                            if($last_node->parentNode !== null) {
-                                $last_node->parentNode->removeChild($last_node);
-                            }
-
-                            $node->appendChild($last_node);
-
-                            /* 7.7 Let last node be node. */
-                            $last_node = $node;
-                        }
-
-                        /* 8. Insert whatever last node ended up being in
-                        the previous step into the common ancestor node,
-                        first removing it from its previous parent node if
-                        any. */
-                        if($last_node->parentNode !== null) {
-                            $last_node->parentNode->removeChild($last_node);
-                        }
-
-                        $common_ancestor->appendChild($last_node);
-
-                        /* 9. Perform a shallow clone of the formatting
-                        element. */
-                        $clone = $formatting_element->cloneNode();
-
-                        /* 10. Take all of the child nodes of the furthest
-                        block and append them to the clone created in the
-                        last step. */
-                        while($furthest_block->hasChildNodes()) {
-                            $child = $furthest_block->firstChild;
-                            $furthest_block->removeChild($child);
-                            $clone->appendChild($child);
-                        }
-
-                        /* 11. Append that clone to the furthest block. */
-                        $furthest_block->appendChild($clone);
-
-                        /* 12. Remove the formatting element from the list
-                        of active formatting elements, and insert the clone
-                        into the list of active formatting elements at the
-                        position of the aforementioned bookmark. */
-                        $fe_af_pos = array_search($formatting_element, $this->a_formatting, true);
-                        unset($this->a_formatting[$fe_af_pos]);
-                        $this->a_formatting = array_merge($this->a_formatting);
-
-                        $af_part1 = array_slice($this->a_formatting, 0, $bookmark - 1);
-                        $af_part2 = array_slice($this->a_formatting, $bookmark, count($this->a_formatting));
-                        $this->a_formatting = array_merge($af_part1, array($clone), $af_part2);
-
-                        /* 13. Remove the formatting element from the stack
-                        of open elements, and insert the clone into the stack
-                        of open elements immediately after (i.e. in a more
-                        deeply nested position than) the position of the
-                        furthest block in that stack. */
-                        $fe_s_pos = array_search($formatting_element, $this->stack, true);
-                        $fb_s_pos = array_search($furthest_block, $this->stack, true);
-                        unset($this->stack[$fe_s_pos]);
-
-                        $s_part1 = array_slice($this->stack, 0, $fb_s_pos);
-                        $s_part2 = array_slice($this->stack, $fb_s_pos + 1, count($this->stack));
-                        $this->stack = array_merge($s_part1, array($clone), $s_part2);
-
-                        /* 14. Jump back to step 1 in this series of steps. */
-                        unset($formatting_element, $fe_af_pos, $fe_s_pos, $furthest_block);
-                    }
-                break;
-
-                /* An end tag token whose tag name is one of: "button",
-                "marquee", "object" */
-                case 'button': case 'marquee': case 'object':
-                    /* If the stack of open elements has an element in scope whose
-                    tag name matches the tag name of the token, then generate implied
-                    tags. */
-                    if($this->elementInScope($token['name'])) {
-                        $this->generateImpliedEndTags();
-
-                        /* Now, if the current node is not an element with the same
-                        tag name as the token, then this is a parse error. */
-                        // k
-
-                        /* Now, if the stack of open elements has an element in scope
-                        whose tag name matches the tag name of the token, then pop
-                        elements from the stack until that element has been popped from
-                        the stack, and clear the list of active formatting elements up
-                        to the last marker. */
-                        for($n = count($this->stack) - 1; $n >= 0; $n--) {
-                            if($this->stack[$n]->nodeName === $token['name']) {
-                                $n = -1;
-                            }
-
-                            array_pop($this->stack);
-                        }
-
-                        $marker = end(array_keys($this->a_formatting, self::MARKER, true));
-
-                        for($n = count($this->a_formatting) - 1; $n > $marker; $n--) {
-                            array_pop($this->a_formatting);
-                        }
-                    }
-                break;
-
-                /* Or an end tag whose tag name is one of: "area", "basefont",
-                "bgsound", "br", "embed", "hr", "iframe", "image", "img",
-                "input", "isindex", "noembed", "noframes", "param", "select",
-                "spacer", "table", "textarea", "wbr" */
-                case 'area': case 'basefont': case 'bgsound': case 'br':
-                case 'embed': case 'hr': case 'iframe': case 'image':
-                case 'img': case 'input': case 'isindex': case 'noembed':
-                case 'noframes': case 'param': case 'select': case 'spacer':
-                case 'table': case 'textarea': case 'wbr':
-                    // Parse error. Ignore the token.
-                break;
-
-                /* An end tag token not covered by the previous entries */
-                default:
-                    for($n = count($this->stack) - 1; $n >= 0; $n--) {
-                        /* Initialise node to be the current node (the bottommost
-                        node of the stack). */
-                        $node = end($this->stack);
-
-                        /* If node has the same tag name as the end tag token,
-                        then: */
-                        if($token['name'] === $node->nodeName) {
-                            /* Generate implied end tags. */
-                            $this->generateImpliedEndTags();
-
-                            /* If the tag name of the end tag token does not
-                            match the tag name of the current node, this is a
-                            parse error. */
-                            // k
-
-                            /* Pop all the nodes from the current node up to
-                            node, including node, then stop this algorithm. */
-                            for($x = count($this->stack) - $n; $x >= $n; $x--) {
-                                array_pop($this->stack);
-                            }
-                                    
-                        } else {
-                            $category = $this->getElementCategory($node);
-
-                            if($category !== self::SPECIAL && $category !== self::SCOPING) {
-                                /* Otherwise, if node is in neither the formatting
-                                category nor the phrasing category, then this is a
-                                parse error. Stop this algorithm. The end tag token
-                                is ignored. */
-                                return false;
-                            }
-                        }
-                    }
-                break;
-            }
-            break;
-        }
-    }
-
-    private function inTable($token) {
-        $clear = array('html', 'table');
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE */
-        if($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) {
-            /* Append the character to the current node. */
-            $text = $this->dom->createTextNode($token['data']);
-            end($this->stack)->appendChild($text);
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the current node with the data
-            attribute set to the data given in the comment token. */
-            $comment = $this->dom->createComment($token['data']);
-            end($this->stack)->appendChild($comment);
-
-        /* A start tag whose tag name is "caption" */
-        } elseif($token['type'] === HTML5::STARTTAG &&
-        $token['name'] === 'caption') {
-            /* Clear the stack back to a table context. */
-            $this->clearStackToTableContext($clear);
-
-            /* Insert a marker at the end of the list of active
-            formatting elements. */
-            $this->a_formatting[] = self::MARKER;
-
-            /* Insert an HTML element for the token, then switch the
-            insertion mode to "in caption". */
-            $this->insertElement($token);
-            $this->mode = self::IN_CAPTION;
-
-        /* A start tag whose tag name is "colgroup" */
-        } elseif($token['type'] === HTML5::STARTTAG &&
-        $token['name'] === 'colgroup') {
-            /* Clear the stack back to a table context. */
-            $this->clearStackToTableContext($clear);
-
-            /* Insert an HTML element for the token, then switch the
-            insertion mode to "in column group". */
-            $this->insertElement($token);
-            $this->mode = self::IN_CGROUP;
-
-        /* A start tag whose tag name is "col" */
-        } elseif($token['type'] === HTML5::STARTTAG &&
-        $token['name'] === 'col') {
-            $this->inTable(array(
-                'name' => 'colgroup',
-                'type' => HTML5::STARTTAG,
-                'attr' => array()
-            ));
-
-            $this->inColumnGroup($token);
-
-        /* A start tag whose tag name is one of: "tbody", "tfoot", "thead" */
-        } elseif($token['type'] === HTML5::STARTTAG && in_array($token['name'],
-        array('tbody', 'tfoot', 'thead'))) {
-            /* Clear the stack back to a table context. */
-            $this->clearStackToTableContext($clear);
-
-            /* Insert an HTML element for the token, then switch the insertion
-            mode to "in table body". */
-            $this->insertElement($token);
-            $this->mode = self::IN_TBODY;
-
-        /* A start tag whose tag name is one of: "td", "th", "tr" */
-        } elseif($token['type'] === HTML5::STARTTAG &&
-        in_array($token['name'], array('td', 'th', 'tr'))) {
-            /* Act as if a start tag token with the tag name "tbody" had been
-            seen, then reprocess the current token. */
-            $this->inTable(array(
-                'name' => 'tbody',
-                'type' => HTML5::STARTTAG,
-                'attr' => array()
-            ));
-
-            return $this->inTableBody($token);
-
-        /* A start tag whose tag name is "table" */
-        } elseif($token['type'] === HTML5::STARTTAG &&
-        $token['name'] === 'table') {
-            /* Parse error. Act as if an end tag token with the tag name "table"
-            had been seen, then, if that token wasn't ignored, reprocess the
-            current token. */
-            $this->inTable(array(
-                'name' => 'table',
-                'type' => HTML5::ENDTAG
-            ));
-
-            return $this->mainPhase($token);
-
-        /* An end tag whose tag name is "table" */
-        } elseif($token['type'] === HTML5::ENDTAG &&
-        $token['name'] === 'table') {
-            /* If the stack of open elements does not have an element in table
-            scope with the same tag name as the token, this is a parse error.
-            Ignore the token. (innerHTML case) */
-            if(!$this->elementInScope($token['name'], true)) {
-                return false;
-
-            /* Otherwise: */
-            } else {
-                /* Generate implied end tags. */
-                $this->generateImpliedEndTags();
-
-                /* Now, if the current node is not a table element, then this
-                is a parse error. */
-                // w/e
-
-                /* Pop elements from this stack until a table element has been
-                popped from the stack. */
-                while(true) {
-                    $current = end($this->stack)->nodeName;
-                    array_pop($this->stack);
-
-                    if($current === 'table') {
-                        break;
-                    }
-                }
-
-                /* Reset the insertion mode appropriately. */
-                $this->resetInsertionMode();
-            }
-
-        /* An end tag whose tag name is one of: "body", "caption", "col",
-        "colgroup", "html", "tbody", "td", "tfoot", "th", "thead", "tr" */
-        } elseif($token['type'] === HTML5::ENDTAG && in_array($token['name'],
-        array('body', 'caption', 'col', 'colgroup', 'html', 'tbody', 'td',
-        'tfoot', 'th', 'thead', 'tr'))) {
-            // Parse error. Ignore the token.
-
-        /* Anything else */
-        } else {
-            /* Parse error. Process the token as if the insertion mode was "in
-            body", with the following exception: */
-
-            /* If the current node is a table, tbody, tfoot, thead, or tr
-            element, then, whenever a node would be inserted into the current
-            node, it must instead be inserted into the foster parent element. */
-            if(in_array(end($this->stack)->nodeName,
-            array('table', 'tbody', 'tfoot', 'thead', 'tr'))) {
-                /* The foster parent element is the parent element of the last
-                table element in the stack of open elements, if there is a
-                table element and it has such a parent element. If there is no
-                table element in the stack of open elements (innerHTML case),
-                then the foster parent element is the first element in the
-                stack of open elements (the html  element). Otherwise, if there
-                is a table element in the stack of open elements, but the last
-                table element in the stack of open elements has no parent, or
-                its parent node is not an element, then the foster parent
-                element is the element before the last table element in the
-                stack of open elements. */
-                for($n = count($this->stack) - 1; $n >= 0; $n--) {
-                    if($this->stack[$n]->nodeName === 'table') {
-                        $table = $this->stack[$n];
-                        break;
-                    }
-                }
-
-                if(isset($table) && $table->parentNode !== null) {
-                    $this->foster_parent = $table->parentNode;
-
-                } elseif(!isset($table)) {
-                    $this->foster_parent = $this->stack[0];
-
-                } elseif(isset($table) && ($table->parentNode === null ||
-                $table->parentNode->nodeType !== XML_ELEMENT_NODE)) {
-                    $this->foster_parent = $this->stack[$n - 1];
-                }
-            }
-
-            $this->inBody($token);
-        }
-    }
-
-    private function inCaption($token) {
-        /* An end tag whose tag name is "caption" */
-        if($token['type'] === HTML5::ENDTAG && $token['name'] === 'caption') {
-            /* If the stack of open elements does not have an element in table
-            scope with the same tag name as the token, this is a parse error.
-            Ignore the token. (innerHTML case) */
-            if(!$this->elementInScope($token['name'], true)) {
-                // Ignore
-
-            /* Otherwise: */
-            } else {
-                /* Generate implied end tags. */
-                $this->generateImpliedEndTags();
-
-                /* Now, if the current node is not a caption element, then this
-                is a parse error. */
-                // w/e
-
-                /* Pop elements from this stack until a caption element has
-                been popped from the stack. */
-                while(true) {
-                    $node = end($this->stack)->nodeName;
-                    array_pop($this->stack);
-
-                    if($node === 'caption') {
-                        break;
-                    }
-                }
-
-                /* Clear the list of active formatting elements up to the last
-                marker. */
-                $this->clearTheActiveFormattingElementsUpToTheLastMarker();
-
-                /* Switch the insertion mode to "in table". */
-                $this->mode = self::IN_TABLE;
-            }
-
-        /* A start tag whose tag name is one of: "caption", "col", "colgroup",
-        "tbody", "td", "tfoot", "th", "thead", "tr", or an end tag whose tag
-        name is "table" */
-        } elseif(($token['type'] === HTML5::STARTTAG && in_array($token['name'],
-        array('caption', 'col', 'colgroup', 'tbody', 'td', 'tfoot', 'th',
-        'thead', 'tr'))) || ($token['type'] === HTML5::ENDTAG &&
-        $token['name'] === 'table')) {
-            /* Parse error. Act as if an end tag with the tag name "caption"
-            had been seen, then, if that token wasn't ignored, reprocess the
-            current token. */
-            $this->inCaption(array(
-                'name' => 'caption',
-                'type' => HTML5::ENDTAG
-            ));
-
-            return $this->inTable($token);
-
-        /* An end tag whose tag name is one of: "body", "col", "colgroup",
-        "html", "tbody", "td", "tfoot", "th", "thead", "tr" */
-        } elseif($token['type'] === HTML5::ENDTAG && in_array($token['name'],
-        array('body', 'col', 'colgroup', 'html', 'tbody', 'tfoot', 'th',
-        'thead', 'tr'))) {
-            // Parse error. Ignore the token.
-
-        /* Anything else */
-        } else {
-            /* Process the token as if the insertion mode was "in body". */
-            $this->inBody($token);
-        }
-    }
-
-    private function inColumnGroup($token) {
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE */
-        if($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) {
-            /* Append the character to the current node. */
-            $text = $this->dom->createTextNode($token['data']);
-            end($this->stack)->appendChild($text);
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the current node with the data
-            attribute set to the data given in the comment token. */
-            $comment = $this->dom->createComment($token['data']);
-            end($this->stack)->appendChild($comment);
-
-        /* A start tag whose tag name is "col" */
-        } elseif($token['type'] === HTML5::STARTTAG && $token['name'] === 'col') {
-            /* Insert a col element for the token. Immediately pop the current
-            node off the stack of open elements. */
-            $this->insertElement($token);
-            array_pop($this->stack);
-
-        /* An end tag whose tag name is "colgroup" */
-        } elseif($token['type'] === HTML5::ENDTAG &&
-        $token['name'] === 'colgroup') {
-            /* If the current node is the root html element, then this is a
-            parse error, ignore the token. (innerHTML case) */
-            if(end($this->stack)->nodeName === 'html') {
-                // Ignore
-
-            /* Otherwise, pop the current node (which will be a colgroup
-            element) from the stack of open elements. Switch the insertion
-            mode to "in table". */
-            } else {
-                array_pop($this->stack);
-                $this->mode = self::IN_TABLE;
-            }
-
-        /* An end tag whose tag name is "col" */
-        } elseif($token['type'] === HTML5::ENDTAG && $token['name'] === 'col') {
-            /* Parse error. Ignore the token. */
-
-        /* Anything else */
-        } else {
-            /* Act as if an end tag with the tag name "colgroup" had been seen,
-            and then, if that token wasn't ignored, reprocess the current token. */
-            $this->inColumnGroup(array(
-                'name' => 'colgroup',
-                'type' => HTML5::ENDTAG
-            ));
-
-            return $this->inTable($token);
-        }
-    }
-
-    private function inTableBody($token) {
-        $clear = array('tbody', 'tfoot', 'thead', 'html');
-
-        /* A start tag whose tag name is "tr" */
-        if($token['type'] === HTML5::STARTTAG && $token['name'] === 'tr') {
-            /* Clear the stack back to a table body context. */
-            $this->clearStackToTableContext($clear);
-
-            /* Insert a tr element for the token, then switch the insertion
-            mode to "in row". */
-            $this->insertElement($token);
-            $this->mode = self::IN_ROW;
-
-        /* A start tag whose tag name is one of: "th", "td" */
-        } elseif($token['type'] === HTML5::STARTTAG &&
-        ($token['name'] === 'th' ||    $token['name'] === 'td')) {
-            /* Parse error. Act as if a start tag with the tag name "tr" had
-            been seen, then reprocess the current token. */
-            $this->inTableBody(array(
-                'name' => 'tr',
-                'type' => HTML5::STARTTAG,
-                'attr' => array()
-            ));
-
-            return $this->inRow($token);
-
-        /* An end tag whose tag name is one of: "tbody", "tfoot", "thead" */
-        } elseif($token['type'] === HTML5::ENDTAG &&
-        in_array($token['name'], array('tbody', 'tfoot', 'thead'))) {
-            /* If the stack of open elements does not have an element in table
-            scope with the same tag name as the token, this is a parse error.
-            Ignore the token. */
-            if(!$this->elementInScope($token['name'], true)) {
-                // Ignore
-
-            /* Otherwise: */
-            } else {
-                /* Clear the stack back to a table body context. */
-                $this->clearStackToTableContext($clear);
-
-                /* Pop the current node from the stack of open elements. Switch
-                the insertion mode to "in table". */
-                array_pop($this->stack);
-                $this->mode = self::IN_TABLE;
-            }
-
-        /* A start tag whose tag name is one of: "caption", "col", "colgroup",
-        "tbody", "tfoot", "thead", or an end tag whose tag name is "table" */
-        } elseif(($token['type'] === HTML5::STARTTAG && in_array($token['name'],
-        array('caption', 'col', 'colgroup', 'tbody', 'tfoor', 'thead'))) ||
-        ($token['type'] === HTML5::STARTTAG && $token['name'] === 'table')) {
-            /* If the stack of open elements does not have a tbody, thead, or
-            tfoot element in table scope, this is a parse error. Ignore the
-            token. (innerHTML case) */
-            if(!$this->elementInScope(array('tbody', 'thead', 'tfoot'), true)) {
-                // Ignore.
-
-            /* Otherwise: */
-            } else {
-                /* Clear the stack back to a table body context. */
-                $this->clearStackToTableContext($clear);
-
-                /* Act as if an end tag with the same tag name as the current
-                node ("tbody", "tfoot", or "thead") had been seen, then
-                reprocess the current token. */
-                $this->inTableBody(array(
-                    'name' => end($this->stack)->nodeName,
-                    'type' => HTML5::ENDTAG
-                ));
-
-                return $this->mainPhase($token);
-            }
-
-        /* An end tag whose tag name is one of: "body", "caption", "col",
-        "colgroup", "html", "td", "th", "tr" */
-        } elseif($token['type'] === HTML5::ENDTAG && in_array($token['name'],
-        array('body', 'caption', 'col', 'colgroup', 'html', 'td', 'th', 'tr'))) {
-            /* Parse error. Ignore the token. */
-
-        /* Anything else */
-        } else {
-            /* Process the token as if the insertion mode was "in table". */
-            $this->inTable($token);
-        }
-    }
-
-    private function inRow($token) {
-        $clear = array('tr', 'html');
-
-        /* A start tag whose tag name is one of: "th", "td" */
-        if($token['type'] === HTML5::STARTTAG &&
-        ($token['name'] === 'th' || $token['name'] === 'td')) {
-            /* Clear the stack back to a table row context. */
-            $this->clearStackToTableContext($clear);
-
-            /* Insert an HTML element for the token, then switch the insertion
-            mode to "in cell". */
-            $this->insertElement($token);
-            $this->mode = self::IN_CELL;
-
-            /* Insert a marker at the end of the list of active formatting
-            elements. */
-            $this->a_formatting[] = self::MARKER;
-
-        /* An end tag whose tag name is "tr" */
-        } elseif($token['type'] === HTML5::ENDTAG && $token['name'] === 'tr') {
-            /* If the stack of open elements does not have an element in table
-            scope with the same tag name as the token, this is a parse error.
-            Ignore the token. (innerHTML case) */
-            if(!$this->elementInScope($token['name'], true)) {
-                // Ignore.
-
-            /* Otherwise: */
-            } else {
-                /* Clear the stack back to a table row context. */
-                $this->clearStackToTableContext($clear);
-
-                /* Pop the current node (which will be a tr element) from the
-                stack of open elements. Switch the insertion mode to "in table
-                body". */
-                array_pop($this->stack);
-                $this->mode = self::IN_TBODY;
-            }
-
-        /* A start tag whose tag name is one of: "caption", "col", "colgroup",
-        "tbody", "tfoot", "thead", "tr" or an end tag whose tag name is "table" */
-        } elseif($token['type'] === HTML5::STARTTAG && in_array($token['name'],
-        array('caption', 'col', 'colgroup', 'tbody', 'tfoot', 'thead', 'tr'))) {
-            /* Act as if an end tag with the tag name "tr" had been seen, then,
-            if that token wasn't ignored, reprocess the current token. */
-            $this->inRow(array(
-                'name' => 'tr',
-                'type' => HTML5::ENDTAG
-            ));
-
-            return $this->inCell($token);
-
-        /* An end tag whose tag name is one of: "tbody", "tfoot", "thead" */
-        } elseif($token['type'] === HTML5::ENDTAG &&
-        in_array($token['name'], array('tbody', 'tfoot', 'thead'))) {
-            /* If the stack of open elements does not have an element in table
-            scope with the same tag name as the token, this is a parse error.
-            Ignore the token. */
-            if(!$this->elementInScope($token['name'], true)) {
-                // Ignore.
-
-            /* Otherwise: */
-            } else {
-                /* Otherwise, act as if an end tag with the tag name "tr" had
-                been seen, then reprocess the current token. */
-                $this->inRow(array(
-                    'name' => 'tr',
-                    'type' => HTML5::ENDTAG
-                ));
-
-                return $this->inCell($token);
-            }
-
-        /* An end tag whose tag name is one of: "body", "caption", "col",
-        "colgroup", "html", "td", "th" */
-        } elseif($token['type'] === HTML5::ENDTAG && in_array($token['name'],
-        array('body', 'caption', 'col', 'colgroup', 'html', 'td', 'th', 'tr'))) {
-            /* Parse error. Ignore the token. */
-
-        /* Anything else */
-        } else {
-            /* Process the token as if the insertion mode was "in table". */
-            $this->inTable($token);
-        }
-    }
-
-    private function inCell($token) {
-        /* An end tag whose tag name is one of: "td", "th" */
-        if($token['type'] === HTML5::ENDTAG &&
-        ($token['name'] === 'td' || $token['name'] === 'th')) {
-            /* If the stack of open elements does not have an element in table
-            scope with the same tag name as that of the token, then this is a
-            parse error and the token must be ignored. */
-            if(!$this->elementInScope($token['name'], true)) {
-                // Ignore.
-
-            /* Otherwise: */
-            } else {
-                /* Generate implied end tags, except for elements with the same
-                tag name as the token. */
-                $this->generateImpliedEndTags(array($token['name']));
-
-                /* Now, if the current node is not an element with the same tag
-                name as the token, then this is a parse error. */
-                // k
-
-                /* Pop elements from this stack until an element with the same
-                tag name as the token has been popped from the stack. */
-                while(true) {
-                    $node = end($this->stack)->nodeName;
-                    array_pop($this->stack);
-
-                    if($node === $token['name']) {
-                        break;
-                    }
-                }
-
-                /* Clear the list of active formatting elements up to the last
-                marker. */
-                $this->clearTheActiveFormattingElementsUpToTheLastMarker();
-
-                /* Switch the insertion mode to "in row". (The current node
-                will be a tr element at this point.) */
-                $this->mode = self::IN_ROW;
-            }
-
-        /* A start tag whose tag name is one of: "caption", "col", "colgroup",
-        "tbody", "td", "tfoot", "th", "thead", "tr" */
-        } elseif($token['type'] === HTML5::STARTTAG && in_array($token['name'],
-        array('caption', 'col', 'colgroup', 'tbody', 'td', 'tfoot', 'th',
-        'thead', 'tr'))) {
-            /* If the stack of open elements does not have a td or th element
-            in table scope, then this is a parse error; ignore the token.
-            (innerHTML case) */
-            if(!$this->elementInScope(array('td', 'th'), true)) {
-                // Ignore.
-
-            /* Otherwise, close the cell (see below) and reprocess the current
-            token. */
-            } else {
-                $this->closeCell();
-                return $this->inRow($token);
-            }
-
-        /* A start tag whose tag name is one of: "caption", "col", "colgroup",
-        "tbody", "td", "tfoot", "th", "thead", "tr" */
-        } elseif($token['type'] === HTML5::STARTTAG && in_array($token['name'],
-        array('caption', 'col', 'colgroup', 'tbody', 'td', 'tfoot', 'th',
-        'thead', 'tr'))) {
-            /* If the stack of open elements does not have a td or th element
-            in table scope, then this is a parse error; ignore the token.
-            (innerHTML case) */
-            if(!$this->elementInScope(array('td', 'th'), true)) {
-                // Ignore.
-
-            /* Otherwise, close the cell (see below) and reprocess the current
-            token. */
-            } else {
-                $this->closeCell();
-                return $this->inRow($token);
-            }
-
-        /* An end tag whose tag name is one of: "body", "caption", "col",
-        "colgroup", "html" */
-        } elseif($token['type'] === HTML5::ENDTAG && in_array($token['name'],
-        array('body', 'caption', 'col', 'colgroup', 'html'))) {
-            /* Parse error. Ignore the token. */
-
-        /* An end tag whose tag name is one of: "table", "tbody", "tfoot",
-        "thead", "tr" */
-        } elseif($token['type'] === HTML5::ENDTAG && in_array($token['name'],
-        array('table', 'tbody', 'tfoot', 'thead', 'tr'))) {
-            /* If the stack of open elements does not have an element in table
-            scope with the same tag name as that of the token (which can only
-            happen for "tbody", "tfoot" and "thead", or, in the innerHTML case),
-            then this is a parse error and the token must be ignored. */
-            if(!$this->elementInScope($token['name'], true)) {
-                // Ignore.
-
-            /* Otherwise, close the cell (see below) and reprocess the current
-            token. */
-            } else {
-                $this->closeCell();
-                return $this->inRow($token);
-            }
-
-        /* Anything else */
-        } else {
-            /* Process the token as if the insertion mode was "in body". */
-            $this->inBody($token);
-        }
-    }
-
-    private function inSelect($token) {
-        /* Handle the token as follows: */
-
-        /* A character token */
-        if($token['type'] === HTML5::CHARACTR) {
-            /* Append the token's character to the current node. */
-            $this->insertText($token['data']);
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the current node with the data
-            attribute set to the data given in the comment token. */
-            $this->insertComment($token['data']);
-
-        /* A start tag token whose tag name is "option" */
-        } elseif($token['type'] === HTML5::STARTTAG &&
-        $token['name'] === 'option') {
-            /* If the current node is an option element, act as if an end tag
-            with the tag name "option" had been seen. */
-            if(end($this->stack)->nodeName === 'option') {
-                $this->inSelect(array(
-                    'name' => 'option',
-                    'type' => HTML5::ENDTAG
-                ));
-            }
-
-            /* Insert an HTML element for the token. */
-            $this->insertElement($token);
-
-        /* A start tag token whose tag name is "optgroup" */
-        } elseif($token['type'] === HTML5::STARTTAG &&
-        $token['name'] === 'optgroup') {
-            /* If the current node is an option element, act as if an end tag
-            with the tag name "option" had been seen. */
-            if(end($this->stack)->nodeName === 'option') {
-                $this->inSelect(array(
-                    'name' => 'option',
-                    'type' => HTML5::ENDTAG
-                ));
-            }
-
-            /* If the current node is an optgroup element, act as if an end tag
-            with the tag name "optgroup" had been seen. */
-            if(end($this->stack)->nodeName === 'optgroup') {
-                $this->inSelect(array(
-                    'name' => 'optgroup',
-                    'type' => HTML5::ENDTAG
-                ));
-            }
-
-            /* Insert an HTML element for the token. */
-            $this->insertElement($token);
-
-        /* An end tag token whose tag name is "optgroup" */
-        } elseif($token['type'] === HTML5::ENDTAG &&
-        $token['name'] === 'optgroup') {
-            /* First, if the current node is an option element, and the node
-            immediately before it in the stack of open elements is an optgroup
-            element, then act as if an end tag with the tag name "option" had
-            been seen. */
-            $elements_in_stack = count($this->stack);
-
-            if($this->stack[$elements_in_stack - 1]->nodeName === 'option' &&
-            $this->stack[$elements_in_stack - 2]->nodeName === 'optgroup') {
-                $this->inSelect(array(
-                    'name' => 'option',
-                    'type' => HTML5::ENDTAG
-                ));
-            }
-
-            /* If the current node is an optgroup element, then pop that node
-            from the stack of open elements. Otherwise, this is a parse error,
-            ignore the token. */
-            if($this->stack[$elements_in_stack - 1] === 'optgroup') {
-                array_pop($this->stack);
-            }
-
-        /* An end tag token whose tag name is "option" */
-        } elseif($token['type'] === HTML5::ENDTAG &&
-        $token['name'] === 'option') {
-            /* If the current node is an option element, then pop that node
-            from the stack of open elements. Otherwise, this is a parse error,
-            ignore the token. */
-            if(end($this->stack)->nodeName === 'option') {
-                array_pop($this->stack);
-            }
-
-        /* An end tag whose tag name is "select" */
-        } elseif($token['type'] === HTML5::ENDTAG &&
-        $token['name'] === 'select') {
-            /* If the stack of open elements does not have an element in table
-            scope with the same tag name as the token, this is a parse error.
-            Ignore the token. (innerHTML case) */
-            if(!$this->elementInScope($token['name'], true)) {
-                // w/e
-
-            /* Otherwise: */
-            } else {
-                /* Pop elements from the stack of open elements until a select
-                element has been popped from the stack. */
-                while(true) {
-                    $current = end($this->stack)->nodeName;
-                    array_pop($this->stack);
-
-                    if($current === 'select') {
-                        break;
-                    }
-                }
-
-                /* Reset the insertion mode appropriately. */
-                $this->resetInsertionMode();
-            }
-
-        /* A start tag whose tag name is "select" */
-        } elseif($token['name'] === 'select' &&
-        $token['type'] === HTML5::STARTTAG) {
-            /* Parse error. Act as if the token had been an end tag with the
-            tag name "select" instead. */
-            $this->inSelect(array(
-                'name' => 'select',
-                'type' => HTML5::ENDTAG
-            ));
-
-        /* An end tag whose tag name is one of: "caption", "table", "tbody",
-        "tfoot", "thead", "tr", "td", "th" */
-        } elseif(in_array($token['name'], array('caption', 'table', 'tbody',
-        'tfoot', 'thead', 'tr', 'td', 'th')) && $token['type'] === HTML5::ENDTAG) {
-            /* Parse error. */
-            // w/e
-
-            /* If the stack of open elements has an element in table scope with
-            the same tag name as that of the token, then act as if an end tag
-            with the tag name "select" had been seen, and reprocess the token.
-            Otherwise, ignore the token. */
-            if($this->elementInScope($token['name'], true)) {
-                $this->inSelect(array(
-                    'name' => 'select',
-                    'type' => HTML5::ENDTAG
-                ));
-
-                $this->mainPhase($token);
-            }
-
-        /* Anything else */
-        } else {
-            /* Parse error. Ignore the token. */
-        }
-    }
-
-    private function afterBody($token) {
-        /* Handle the token as follows: */
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE */
-        if($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) {
-            /* Process the token as it would be processed if the insertion mode
-            was "in body". */
-            $this->inBody($token);
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the first element in the stack of open
-            elements (the html element), with the data attribute set to the
-            data given in the comment token. */
-            $comment = $this->dom->createComment($token['data']);
-            $this->stack[0]->appendChild($comment);
-
-        /* An end tag with the tag name "html" */
-        } elseif($token['type'] === HTML5::ENDTAG && $token['name'] === 'html') {
-            /* If the parser was originally created in order to handle the
-            setting of an element's innerHTML attribute, this is a parse error;
-            ignore the token. (The element will be an html element in this
-            case.) (innerHTML case) */
-
-            /* Otherwise, switch to the trailing end phase. */
-            $this->phase = self::END_PHASE;
-
-        /* Anything else */
-        } else {
-            /* Parse error. Set the insertion mode to "in body" and reprocess
-            the token. */
-            $this->mode = self::IN_BODY;
-            return $this->inBody($token);
-        }
-    }
-
-    private function inFrameset($token) {
-        /* Handle the token as follows: */
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        U+000D CARRIAGE RETURN (CR), or U+0020 SPACE */
-        if($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) {
-            /* Append the character to the current node. */
-            $this->insertText($token['data']);
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the current node with the data
-            attribute set to the data given in the comment token. */
-            $this->insertComment($token['data']);
-
-        /* A start tag with the tag name "frameset" */
-        } elseif($token['name'] === 'frameset' &&
-        $token['type'] === HTML5::STARTTAG) {
-            $this->insertElement($token);
-
-        /* An end tag with the tag name "frameset" */
-        } elseif($token['name'] === 'frameset' &&
-        $token['type'] === HTML5::ENDTAG) {
-            /* If the current node is the root html element, then this is a
-            parse error; ignore the token. (innerHTML case) */
-            if(end($this->stack)->nodeName === 'html') {
-                // Ignore
-
-            } else {
-                /* Otherwise, pop the current node from the stack of open
-                elements. */
-                array_pop($this->stack);
-
-                /* If the parser was not originally created in order to handle
-                the setting of an element's innerHTML attribute (innerHTML case),
-                and the current node is no longer a frameset element, then change
-                the insertion mode to "after frameset". */
-                $this->mode = self::AFTR_FRAME;
-            }
-
-        /* A start tag with the tag name "frame" */
-        } elseif($token['name'] === 'frame' &&
-        $token['type'] === HTML5::STARTTAG) {
-            /* Insert an HTML element for the token. */
-            $this->insertElement($token);
-
-            /* Immediately pop the current node off the stack of open elements. */
-            array_pop($this->stack);
-
-        /* A start tag with the tag name "noframes" */
-        } elseif($token['name'] === 'noframes' &&
-        $token['type'] === HTML5::STARTTAG) {
-            /* Process the token as if the insertion mode had been "in body". */
-            $this->inBody($token);
-
-        /* Anything else */
-        } else {
-            /* Parse error. Ignore the token. */
-        }
-    }
-
-    private function afterFrameset($token) {
-        /* Handle the token as follows: */
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        U+000D CARRIAGE RETURN (CR), or U+0020 SPACE */
-        if($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) {
-            /* Append the character to the current node. */
-            $this->insertText($token['data']);
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the current node with the data
-            attribute set to the data given in the comment token. */
-            $this->insertComment($token['data']);
-
-        /* An end tag with the tag name "html" */
-        } elseif($token['name'] === 'html' &&
-        $token['type'] === HTML5::ENDTAG) {
-            /* Switch to the trailing end phase. */
-            $this->phase = self::END_PHASE;
-
-        /* A start tag with the tag name "noframes" */
-        } elseif($token['name'] === 'noframes' &&
-        $token['type'] === HTML5::STARTTAG) {
-            /* Process the token as if the insertion mode had been "in body". */
-            $this->inBody($token);
-
-        /* Anything else */
-        } else {
-            /* Parse error. Ignore the token. */
-        }
-    }
-
-    private function trailingEndPhase($token) {
-        /* After the main phase, as each token is emitted from the tokenisation
-        stage, it must be processed as described in this section. */
-
-        /* A DOCTYPE token */
-        if($token['type'] === HTML5::DOCTYPE) {
-            // Parse error. Ignore the token.
-
-        /* A comment token */
-        } elseif($token['type'] === HTML5::COMMENT) {
-            /* Append a Comment node to the Document object with the data
-            attribute set to the data given in the comment token. */
-            $comment = $this->dom->createComment($token['data']);
-            $this->dom->appendChild($comment);
-
-        /* A character token that is one of one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE */
-        } elseif($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) {
-            /* Process the token as it would be processed in the main phase. */
-            $this->mainPhase($token);
-
-        /* A character token that is not one of U+0009 CHARACTER TABULATION,
-        U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
-        or U+0020 SPACE. Or a start tag token. Or an end tag token. */
-        } elseif(($token['type'] === HTML5::CHARACTR &&
-        preg_match('/^[\t\n\x0b\x0c ]+$/', $token['data'])) ||
-        $token['type'] === HTML5::STARTTAG || $token['type'] === HTML5::ENDTAG) {
-            /* Parse error. Switch back to the main phase and reprocess the
-            token. */
-            $this->phase = self::MAIN_PHASE;
-            return $this->mainPhase($token);
-
-        /* An end-of-file token */
-        } elseif($token['type'] === HTML5::EOF) {
-            /* OMG DONE!! */
-        }
-    }
-
-    private function insertElement($token, $append = true, $check = false) {
-        // Proprietary workaround for libxml2's limitations with tag names
-        if ($check) {
-            // Slightly modified HTML5 tag-name modification,
-            // removing anything that's not an ASCII letter, digit, or hyphen
-            $token['name'] = preg_replace('/[^a-z0-9-]/i', '', $token['name']);
-            // Remove leading hyphens and numbers
-            $token['name'] = ltrim($token['name'], '-0..9');
-            // In theory, this should ever be needed, but just in case
-            if ($token['name'] === '') $token['name'] = 'span'; // arbitrary generic choice
-        }
-        
-        $el = $this->dom->createElement($token['name']);
-
-        foreach($token['attr'] as $attr) {
-            if(!$el->hasAttribute($attr['name'])) {
-                $el->setAttribute($attr['name'], $attr['value']);
-            }
-        }
-
-        $this->appendToRealParent($el);
-        $this->stack[] = $el;
-
-        return $el;
-    }
-
-    private function insertText($data) {
-        $text = $this->dom->createTextNode($data);
-        $this->appendToRealParent($text);
-    }
-
-    private function insertComment($data) {
-        $comment = $this->dom->createComment($data);
-        $this->appendToRealParent($comment);
-    }
-
-    private function appendToRealParent($node) {
-        if($this->foster_parent === null) {
-            end($this->stack)->appendChild($node);
-
-        } elseif($this->foster_parent !== null) {
-            /* If the foster parent element is the parent element of the
-            last table element in the stack of open elements, then the new
-            node must be inserted immediately before the last table element
-            in the stack of open elements in the foster parent element;
-            otherwise, the new node must be appended to the foster parent
-            element. */
-            for($n = count($this->stack) - 1; $n >= 0; $n--) {
-                if($this->stack[$n]->nodeName === 'table' &&
-                $this->stack[$n]->parentNode !== null) {
-                    $table = $this->stack[$n];
-                    break;
-                }
-            }
-
-            if(isset($table) && $this->foster_parent->isSameNode($table->parentNode))
-                $this->foster_parent->insertBefore($node, $table);
-            else
-                $this->foster_parent->appendChild($node);
-
-            $this->foster_parent = null;
-        }
-    }
-
-    private function elementInScope($el, $table = false) {
-        if(is_array($el)) {
-            foreach($el as $element) {
-                if($this->elementInScope($element, $table)) {
-                    return true;
-                }
-            }
-
-            return false;
-        }
-
-        $leng = count($this->stack);
-
-        for($n = 0; $n < $leng; $n++) {
-            /* 1. Initialise node to be the current node (the bottommost node of
-            the stack). */
-            $node = $this->stack[$leng - 1 - $n];
-
-            if($node->tagName === $el) {
-                /* 2. If node is the target node, terminate in a match state. */
-                return true;
-
-            } elseif($node->tagName === 'table') {
-                /* 3. Otherwise, if node is a table element, terminate in a failure
-                state. */
-                return false;
-
-            } elseif($table === true && in_array($node->tagName, array('caption', 'td',
-            'th', 'button', 'marquee', 'object'))) {
-                /* 4. Otherwise, if the algorithm is the "has an element in scope"
-                variant (rather than the "has an element in table scope" variant),
-                and node is one of the following, terminate in a failure state. */
-                return false;
-
-            } elseif($node === $node->ownerDocument->documentElement) {
-                /* 5. Otherwise, if node is an html element (root element), terminate
-                in a failure state. (This can only happen if the node is the topmost
-                node of the    stack of open elements, and prevents the next step from
-                being invoked if there are no more elements in the stack.) */
-                return false;
-            }
-
-            /* Otherwise, set node to the previous entry in the stack of open
-            elements and return to step 2. (This will never fail, since the loop
-            will always terminate in the previous step if the top of the stack
-            is reached.) */
-        }
-    }
-
-    private function reconstructActiveFormattingElements() {
-        /* 1. If there are no entries in the list of active formatting elements,
-        then there is nothing to reconstruct; stop this algorithm. */
-        $formatting_elements = count($this->a_formatting);
-
-        if($formatting_elements === 0) {
-            return false;
-        }
-
-        /* 3. Let entry be the last (most recently added) element in the list
-        of active formatting elements. */
-        $entry = end($this->a_formatting);
-
-        /* 2. If the last (most recently added) entry in the list of active
-        formatting elements is a marker, or if it is an element that is in the
-        stack of open elements, then there is nothing to reconstruct; stop this
-        algorithm. */
-        if($entry === self::MARKER || in_array($entry, $this->stack, true)) {
-            return false;
-        }
-
-        for($a = $formatting_elements - 1; $a >= 0; true) {
-            /* 4. If there are no entries before entry in the list of active
-            formatting elements, then jump to step 8. */
-            if($a === 0) {
-                $step_seven = false;
-                break;
-            }
-
-            /* 5. Let entry be the entry one earlier than entry in the list of
-            active formatting elements. */
-            $a--;
-            $entry = $this->a_formatting[$a];
-
-            /* 6. If entry is neither a marker nor an element that is also in
-            thetack of open elements, go to step 4. */
-            if($entry === self::MARKER || in_array($entry, $this->stack, true)) {
-                break;
-            }
-        }
-
-        while(true) {
-            /* 7. Let entry be the element one later than entry in the list of
-            active formatting elements. */
-            if(isset($step_seven) && $step_seven === true) {
-                $a++;
-                $entry = $this->a_formatting[$a];
-            }
-
-            /* 8. Perform a shallow clone of the element entry to obtain clone. */
-            $clone = $entry->cloneNode();
-
-            /* 9. Append clone to the current node and push it onto the stack
-            of open elements  so that it is the new current node. */
-            end($this->stack)->appendChild($clone);
-            $this->stack[] = $clone;
-
-            /* 10. Replace the entry for entry in the list with an entry for
-            clone. */
-            $this->a_formatting[$a] = $clone;
-
-            /* 11. If the entry for clone in the list of active formatting
-            elements is not the last entry in the list, return to step 7. */
-            if(end($this->a_formatting) !== $clone) {
-                $step_seven = true;
-            } else {
-                break;
-            }
-        }
-    }
-
-    private function clearTheActiveFormattingElementsUpToTheLastMarker() {
-        /* When the steps below require the UA to clear the list of active
-        formatting elements up to the last marker, the UA must perform the
-        following steps: */
-
-        while(true) {
-            /* 1. Let entry be the last (most recently added) entry in the list
-            of active formatting elements. */
-            $entry = end($this->a_formatting);
-
-            /* 2. Remove entry from the list of active formatting elements. */
-            array_pop($this->a_formatting);
-
-            /* 3. If entry was a marker, then stop the algorithm at this point.
-            The list has been cleared up to the last marker. */
-            if($entry === self::MARKER) {
-                break;
-            }
-        }
-    }
-
-    private function generateImpliedEndTags($exclude = array()) {
-        /* When the steps below require the UA to generate implied end tags,
-        then, if the current node is a dd element, a dt element, an li element,
-        a p element, a td element, a th  element, or a tr element, the UA must
-        act as if an end tag with the respective tag name had been seen and
-        then generate implied end tags again. */
-        $node = end($this->stack);
-        $elements = array_diff(array('dd', 'dt', 'li', 'p', 'td', 'th', 'tr'), $exclude);
-
-        while(in_array(end($this->stack)->nodeName, $elements)) {
-            array_pop($this->stack);
-        }
-    }
-
-    private function getElementCategory($node) {
-        $name = $node->tagName;
-        if(in_array($name, $this->special))
-            return self::SPECIAL;
-
-        elseif(in_array($name, $this->scoping))
-            return self::SCOPING;
-
-        elseif(in_array($name, $this->formatting))
-            return self::FORMATTING;
-
-        else
-            return self::PHRASING;
-    }
-
-    private function clearStackToTableContext($elements) {
-        /* When the steps above require the UA to clear the stack back to a
-        table context, it means that the UA must, while the current node is not
-        a table element or an html element, pop elements from the stack of open
-        elements. If this causes any elements to be popped from the stack, then
-        this is a parse error. */
-        while(true) {
-            $node = end($this->stack)->nodeName;
-
-            if(in_array($node, $elements)) {
-                break;
-            } else {
-                array_pop($this->stack);
-            }
-        }
-    }
-
-    private function resetInsertionMode() {
-        /* 1. Let last be false. */
-        $last = false;
-        $leng = count($this->stack);
-
-        for($n = $leng - 1; $n >= 0; $n--) {
-            /* 2. Let node be the last node in the stack of open elements. */
-            $node = $this->stack[$n];
-
-            /* 3. If node is the first node in the stack of open elements, then
-            set last to true. If the element whose innerHTML  attribute is being
-            set is neither a td  element nor a th element, then set node to the
-            element whose innerHTML  attribute is being set. (innerHTML  case) */
-            if($this->stack[0]->isSameNode($node)) {
-                $last = true;
-            }
-
-            /* 4. If node is a select element, then switch the insertion mode to
-            "in select" and abort these steps. (innerHTML case) */
-            if($node->nodeName === 'select') {
-                $this->mode = self::IN_SELECT;
-                break;
-
-            /* 5. If node is a td or th element, then switch the insertion mode
-            to "in cell" and abort these steps. */
-            } elseif($node->nodeName === 'td' || $node->nodeName === 'th') {
-                $this->mode = self::IN_CELL;
-                break;
-
-            /* 6. If node is a tr element, then switch the insertion mode to
-            "in    row" and abort these steps. */
-            } elseif($node->nodeName === 'tr') {
-                $this->mode = self::IN_ROW;
-                break;
-
-            /* 7. If node is a tbody, thead, or tfoot element, then switch the
-            insertion mode to "in table body" and abort these steps. */
-            } elseif(in_array($node->nodeName, array('tbody', 'thead', 'tfoot'))) {
-                $this->mode = self::IN_TBODY;
-                break;
-
-            /* 8. If node is a caption element, then switch the insertion mode
-            to "in caption" and abort these steps. */
-            } elseif($node->nodeName === 'caption') {
-                $this->mode = self::IN_CAPTION;
-                break;
-
-            /* 9. If node is a colgroup element, then switch the insertion mode
-            to "in column group" and abort these steps. (innerHTML case) */
-            } elseif($node->nodeName === 'colgroup') {
-                $this->mode = self::IN_CGROUP;
-                break;
-
-            /* 10. If node is a table element, then switch the insertion mode
-            to "in table" and abort these steps. */
-            } elseif($node->nodeName === 'table') {
-                $this->mode = self::IN_TABLE;
-                break;
-
-            /* 11. If node is a head element, then switch the insertion mode
-            to "in body" ("in body"! not "in head"!) and abort these steps.
-            (innerHTML case) */
-            } elseif($node->nodeName === 'head') {
-                $this->mode = self::IN_BODY;
-                break;
-
-            /* 12. If node is a body element, then switch the insertion mode to
-            "in body" and abort these steps. */
-            } elseif($node->nodeName === 'body') {
-                $this->mode = self::IN_BODY;
-                break;
-
-            /* 13. If node is a frameset element, then switch the insertion
-            mode to "in frameset" and abort these steps. (innerHTML case) */
-            } elseif($node->nodeName === 'frameset') {
-                $this->mode = self::IN_FRAME;
-                break;
-
-            /* 14. If node is an html element, then: if the head element
-            pointer is null, switch the insertion mode to "before head",
-            otherwise, switch the insertion mode to "after head". In either
-            case, abort these steps. (innerHTML case) */
-            } elseif($node->nodeName === 'html') {
-                $this->mode = ($this->head_pointer === null)
-                    ? self::BEFOR_HEAD
-                    : self::AFTER_HEAD;
-
-                break;
-
-            /* 15. If last is true, then set the insertion mode to "in body"
-            and    abort these steps. (innerHTML case) */
-            } elseif($last) {
-                $this->mode = self::IN_BODY;
-                break;
-            }
-        }
-    }
-
-    private function closeCell() {
-        /* If the stack of open elements has a td or th element in table scope,
-        then act as if an end tag token with that tag name had been seen. */
-        foreach(array('td', 'th') as $cell) {
-            if($this->elementInScope($cell, true)) {
-                $this->inCell(array(
-                    'name' => $cell,
-                    'type' => HTML5::ENDTAG
-                ));
-
-                break;
-            }
-        }
-    }
-
-    public function save() {
-        return $this->dom;
-    }
-}
-?>
diff --git a/lib/php/HTMLPurifier/PercentEncoder.php b/lib/php/HTMLPurifier/PercentEncoder.php
deleted file mode 100644
index a43c44f..0000000
--- a/lib/php/HTMLPurifier/PercentEncoder.php
+++ /dev/null
@@ -1,98 +0,0 @@
-<?php
-
-/**
- * Class that handles operations involving percent-encoding in URIs.
- *
- * @warning
- *      Be careful when reusing instances of PercentEncoder. The object
- *      you use for normalize() SHOULD NOT be used for encode(), or
- *      vice-versa.
- */
-class HTMLPurifier_PercentEncoder
-{
-
-    /**
-     * Reserved characters to preserve when using encode().
-     */
-    protected $preserve = array();
-
-    /**
-     * String of characters that should be preserved while using encode().
-     */
-    public function __construct($preserve = false) {
-        // unreserved letters, ought to const-ify
-        for ($i = 48; $i <= 57;  $i++) $this->preserve[$i] = true; // digits
-        for ($i = 65; $i <= 90;  $i++) $this->preserve[$i] = true; // upper-case
-        for ($i = 97; $i <= 122; $i++) $this->preserve[$i] = true; // lower-case
-        $this->preserve[45] = true; // Dash         -
-        $this->preserve[46] = true; // Period       .
-        $this->preserve[95] = true; // Underscore   _
-        $this->preserve[126]= true; // Tilde        ~
-
-        // extra letters not to escape
-        if ($preserve !== false) {
-            for ($i = 0, $c = strlen($preserve); $i < $c; $i++) {
-                $this->preserve[ord($preserve[$i])] = true;
-            }
-        }
-    }
-
-    /**
-     * Our replacement for urlencode, it encodes all non-reserved characters,
-     * as well as any extra characters that were instructed to be preserved.
-     * @note
-     *      Assumes that the string has already been normalized, making any
-     *      and all percent escape sequences valid. Percents will not be
-     *      re-escaped, regardless of their status in $preserve
-     * @param $string String to be encoded
-     * @return Encoded string.
-     */
-    public function encode($string) {
-        $ret = '';
-        for ($i = 0, $c = strlen($string); $i < $c; $i++) {
-            if ($string[$i] !== '%' && !isset($this->preserve[$int = ord($string[$i])]) ) {
-                $ret .= '%' . sprintf('%02X', $int);
-            } else {
-                $ret .= $string[$i];
-            }
-        }
-        return $ret;
-    }
-
-    /**
-     * Fix up percent-encoding by decoding unreserved characters and normalizing.
-     * @warning This function is affected by $preserve, even though the
-     *          usual desired behavior is for this not to preserve those
-     *          characters. Be careful when reusing instances of PercentEncoder!
-     * @param $string String to normalize
-     */
-    public function normalize($string) {
-        if ($string == '') return '';
-        $parts = explode('%', $string);
-        $ret = array_shift($parts);
-        foreach ($parts as $part) {
-            $length = strlen($part);
-            if ($length < 2) {
-                $ret .= '%25' . $part;
-                continue;
-            }
-            $encoding = substr($part, 0, 2);
-            $text     = substr($part, 2);
-            if (!ctype_xdigit($encoding)) {
-                $ret .= '%25' . $part;
-                continue;
-            }
-            $int = hexdec($encoding);
-            if (isset($this->preserve[$int])) {
-                $ret .= chr($int) . $text;
-                continue;
-            }
-            $encoding = strtoupper($encoding);
-            $ret .= '%' . $encoding . $text;
-        }
-        return $ret;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Printer.php b/lib/php/HTMLPurifier/Printer.php
deleted file mode 100644
index e7eb82e..0000000
--- a/lib/php/HTMLPurifier/Printer.php
+++ /dev/null
@@ -1,176 +0,0 @@
-<?php
-
-// OUT OF DATE, NEEDS UPDATING!
-// USE XMLWRITER!
-
-class HTMLPurifier_Printer
-{
-
-    /**
-     * Instance of HTMLPurifier_Generator for HTML generation convenience funcs
-     */
-    protected $generator;
-
-    /**
-     * Instance of HTMLPurifier_Config, for easy access
-     */
-    protected $config;
-
-    /**
-     * Initialize $generator.
-     */
-    public function __construct() {
-    }
-
-    /**
-     * Give generator necessary configuration if possible
-     */
-    public function prepareGenerator($config) {
-        $all = $config->getAll();
-        $context = new HTMLPurifier_Context();
-        $this->generator = new HTMLPurifier_Generator($config, $context);
-    }
-
-    /**
-     * Main function that renders object or aspect of that object
-     * @note Parameters vary depending on printer
-     */
-    // function render() {}
-
-    /**
-     * Returns a start tag
-     * @param $tag Tag name
-     * @param $attr Attribute array
-     */
-    protected function start($tag, $attr = array()) {
-        return $this->generator->generateFromToken(
-                    new HTMLPurifier_Token_Start($tag, $attr ? $attr : array())
-               );
-    }
-
-    /**
-     * Returns an end teg
-     * @param $tag Tag name
-     */
-    protected function end($tag) {
-        return $this->generator->generateFromToken(
-                    new HTMLPurifier_Token_End($tag)
-               );
-    }
-
-    /**
-     * Prints a complete element with content inside
-     * @param $tag Tag name
-     * @param $contents Element contents
-     * @param $attr Tag attributes
-     * @param $escape Bool whether or not to escape contents
-     */
-    protected function element($tag, $contents, $attr = array(), $escape = true) {
-        return $this->start($tag, $attr) .
-               ($escape ? $this->escape($contents) : $contents) .
-               $this->end($tag);
-    }
-
-    protected function elementEmpty($tag, $attr = array()) {
-        return $this->generator->generateFromToken(
-            new HTMLPurifier_Token_Empty($tag, $attr)
-        );
-    }
-
-    protected function text($text) {
-        return $this->generator->generateFromToken(
-            new HTMLPurifier_Token_Text($text)
-        );
-    }
-
-    /**
-     * Prints a simple key/value row in a table.
-     * @param $name Key
-     * @param $value Value
-     */
-    protected function row($name, $value) {
-        if (is_bool($value)) $value = $value ? 'On' : 'Off';
-        return
-            $this->start('tr') . "\n" .
-                $this->element('th', $name) . "\n" .
-                $this->element('td', $value) . "\n" .
-            $this->end('tr')
-        ;
-    }
-
-    /**
-     * Escapes a string for HTML output.
-     * @param $string String to escape
-     */
-    protected function escape($string) {
-        $string = HTMLPurifier_Encoder::cleanUTF8($string);
-        $string = htmlspecialchars($string, ENT_COMPAT, 'UTF-8');
-        return $string;
-    }
-
-    /**
-     * Takes a list of strings and turns them into a single list
-     * @param $array List of strings
-     * @param $polite Bool whether or not to add an end before the last
-     */
-    protected function listify($array, $polite = false) {
-        if (empty($array)) return 'None';
-        $ret = '';
-        $i = count($array);
-        foreach ($array as $value) {
-            $i--;
-            $ret .= $value;
-            if ($i > 0 && !($polite && $i == 1)) $ret .= ', ';
-            if ($polite && $i == 1) $ret .= 'and ';
-        }
-        return $ret;
-    }
-
-    /**
-     * Retrieves the class of an object without prefixes, as well as metadata
-     * @param $obj Object to determine class of
-     * @param $prefix Further prefix to remove
-     */
-    protected function getClass($obj, $sec_prefix = '') {
-        static $five = null;
-        if ($five === null) $five = version_compare(PHP_VERSION, '5', '>=');
-        $prefix = 'HTMLPurifier_' . $sec_prefix;
-        if (!$five) $prefix = strtolower($prefix);
-        $class = str_replace($prefix, '', get_class($obj));
-        $lclass = strtolower($class);
-        $class .= '(';
-        switch ($lclass) {
-            case 'enum':
-                $values = array();
-                foreach ($obj->valid_values as $value => $bool) {
-                    $values[] = $value;
-                }
-                $class .= implode(', ', $values);
-                break;
-            case 'css_composite':
-                $values = array();
-                foreach ($obj->defs as $def) {
-                    $values[] = $this->getClass($def, $sec_prefix);
-                }
-                $class .= implode(', ', $values);
-                break;
-            case 'css_multiple':
-                $class .= $this->getClass($obj->single, $sec_prefix) . ', ';
-                $class .= $obj->max;
-                break;
-            case 'css_denyelementdecorator':
-                $class .= $this->getClass($obj->def, $sec_prefix) . ', ';
-                $class .= $obj->element;
-                break;
-            case 'css_importantdecorator':
-                $class .= $this->getClass($obj->def, $sec_prefix);
-                if ($obj->allow) $class .= ', !important';
-                break;
-        }
-        $class .= ')';
-        return $class;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Printer/CSSDefinition.php b/lib/php/HTMLPurifier/Printer/CSSDefinition.php
deleted file mode 100644
index 81f9865..0000000
--- a/lib/php/HTMLPurifier/Printer/CSSDefinition.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-
-class HTMLPurifier_Printer_CSSDefinition extends HTMLPurifier_Printer
-{
-
-    protected $def;
-
-    public function render($config) {
-        $this->def = $config->getCSSDefinition();
-        $ret = '';
-
-        $ret .= $this->start('div', array('class' => 'HTMLPurifier_Printer'));
-        $ret .= $this->start('table');
-
-        $ret .= $this->element('caption', 'Properties ($info)');
-
-        $ret .= $this->start('thead');
-        $ret .= $this->start('tr');
-        $ret .= $this->element('th', 'Property', array('class' => 'heavy'));
-        $ret .= $this->element('th', 'Definition', array('class' => 'heavy', 'style' => 'width:auto;'));
-        $ret .= $this->end('tr');
-        $ret .= $this->end('thead');
-
-        ksort($this->def->info);
-        foreach ($this->def->info as $property => $obj) {
-            $name = $this->getClass($obj, 'AttrDef_');
-            $ret .= $this->row($property, $name);
-        }
-
-        $ret .= $this->end('table');
-        $ret .= $this->end('div');
-
-        return $ret;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Printer/ConfigForm.css b/lib/php/HTMLPurifier/Printer/ConfigForm.css
deleted file mode 100644
index 3ff1a88..0000000
--- a/lib/php/HTMLPurifier/Printer/ConfigForm.css
+++ /dev/null
@@ -1,10 +0,0 @@
-
-.hp-config {}
-
-.hp-config tbody th {text-align:right; padding-right:0.5em;}
-.hp-config thead, .hp-config .namespace {background:#3C578C; color:#FFF;}
-.hp-config .namespace th {text-align:center;}
-.hp-config .verbose {display:none;}
-.hp-config .controls {text-align:center;}
-
-/* vim: et sw=4 sts=4 */
diff --git a/lib/php/HTMLPurifier/Printer/ConfigForm.js b/lib/php/HTMLPurifier/Printer/ConfigForm.js
deleted file mode 100644
index cba00c9..0000000
--- a/lib/php/HTMLPurifier/Printer/ConfigForm.js
+++ /dev/null
@@ -1,5 +0,0 @@
-function toggleWriteability(id_of_patient, checked) {
-    document.getElementById(id_of_patient).disabled = checked;
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Printer/ConfigForm.php b/lib/php/HTMLPurifier/Printer/ConfigForm.php
deleted file mode 100644
index 02aa656..0000000
--- a/lib/php/HTMLPurifier/Printer/ConfigForm.php
+++ /dev/null
@@ -1,368 +0,0 @@
-<?php
-
-/**
- * @todo Rewrite to use Interchange objects
- */
-class HTMLPurifier_Printer_ConfigForm extends HTMLPurifier_Printer
-{
-
-    /**
-     * Printers for specific fields
-     */
-    protected $fields = array();
-
-    /**
-     * Documentation URL, can have fragment tagged on end
-     */
-    protected $docURL;
-
-    /**
-     * Name of form element to stuff config in
-     */
-    protected $name;
-
-    /**
-     * Whether or not to compress directive names, clipping them off
-     * after a certain amount of letters. False to disable or integer letters
-     * before clipping.
-     */
-    protected $compress = false;
-
-    /**
-     * @param $name Form element name for directives to be stuffed into
-     * @param $doc_url String documentation URL, will have fragment tagged on
-     * @param $compress Integer max length before compressing a directive name, set to false to turn off
-     */
-    public function __construct(
-        $name, $doc_url = null, $compress = false
-    ) {
-        parent::__construct();
-        $this->docURL = $doc_url;
-        $this->name   = $name;
-        $this->compress = $compress;
-        // initialize sub-printers
-        $this->fields[0]    = new HTMLPurifier_Printer_ConfigForm_default();
-        $this->fields[HTMLPurifier_VarParser::BOOL]       = new HTMLPurifier_Printer_ConfigForm_bool();
-    }
-
-    /**
-     * Sets default column and row size for textareas in sub-printers
-     * @param $cols Integer columns of textarea, null to use default
-     * @param $rows Integer rows of textarea, null to use default
-     */
-    public function setTextareaDimensions($cols = null, $rows = null) {
-        if ($cols) $this->fields['default']->cols = $cols;
-        if ($rows) $this->fields['default']->rows = $rows;
-    }
-
-    /**
-     * Retrieves styling, in case it is not accessible by webserver
-     */
-    public static function getCSS() {
-        return file_get_contents(HTMLPURIFIER_PREFIX . '/HTMLPurifier/Printer/ConfigForm.css');
-    }
-
-    /**
-     * Retrieves JavaScript, in case it is not accessible by webserver
-     */
-    public static function getJavaScript() {
-        return file_get_contents(HTMLPURIFIER_PREFIX . '/HTMLPurifier/Printer/ConfigForm.js');
-    }
-
-    /**
-     * Returns HTML output for a configuration form
-     * @param $config Configuration object of current form state, or an array
-     *        where [0] has an HTML namespace and [1] is being rendered.
-     * @param $allowed Optional namespace(s) and directives to restrict form to.
-     */
-    public function render($config, $allowed = true, $render_controls = true) {
-        if (is_array($config) && isset($config[0])) {
-            $gen_config = $config[0];
-            $config = $config[1];
-        } else {
-            $gen_config = $config;
-        }
-
-        $this->config = $config;
-        $this->genConfig = $gen_config;
-        $this->prepareGenerator($gen_config);
-
-        $allowed = HTMLPurifier_Config::getAllowedDirectivesForForm($allowed, $config->def);
-        $all = array();
-        foreach ($allowed as $key) {
-            list($ns, $directive) = $key;
-            $all[$ns][$directive] = $config->get($ns .'.'. $directive);
-        }
-
-        $ret = '';
-        $ret .= $this->start('table', array('class' => 'hp-config'));
-        $ret .= $this->start('thead');
-        $ret .= $this->start('tr');
-            $ret .= $this->element('th', 'Directive', array('class' => 'hp-directive'));
-            $ret .= $this->element('th', 'Value', array('class' => 'hp-value'));
-        $ret .= $this->end('tr');
-        $ret .= $this->end('thead');
-        foreach ($all as $ns => $directives) {
-            $ret .= $this->renderNamespace($ns, $directives);
-        }
-        if ($render_controls) {
-             $ret .= $this->start('tbody');
-             $ret .= $this->start('tr');
-                 $ret .= $this->start('td', array('colspan' => 2, 'class' => 'controls'));
-                     $ret .= $this->elementEmpty('input', array('type' => 'submit', 'value' => 'Submit'));
-                     $ret .= '[<a href="?">Reset</a>]';
-                 $ret .= $this->end('td');
-             $ret .= $this->end('tr');
-             $ret .= $this->end('tbody');
-        }
-        $ret .= $this->end('table');
-        return $ret;
-    }
-
-    /**
-     * Renders a single namespace
-     * @param $ns String namespace name
-     * @param $directive Associative array of directives to values
-     */
-    protected function renderNamespace($ns, $directives) {
-        $ret = '';
-        $ret .= $this->start('tbody', array('class' => 'namespace'));
-        $ret .= $this->start('tr');
-            $ret .= $this->element('th', $ns, array('colspan' => 2));
-        $ret .= $this->end('tr');
-        $ret .= $this->end('tbody');
-        $ret .= $this->start('tbody');
-        foreach ($directives as $directive => $value) {
-            $ret .= $this->start('tr');
-            $ret .= $this->start('th');
-            if ($this->docURL) {
-                $url = str_replace('%s', urlencode("$ns.$directive"), $this->docURL);
-                $ret .= $this->start('a', array('href' => $url));
-            }
-                $attr = array('for' => "{$this->name}:$ns.$directive");
-
-                // crop directive name if it's too long
-                if (!$this->compress || (strlen($directive) < $this->compress)) {
-                    $directive_disp = $directive;
-                } else {
-                    $directive_disp = substr($directive, 0, $this->compress - 2) . '...';
-                    $attr['title'] = $directive;
-                }
-
-                $ret .= $this->element(
-                    'label',
-                    $directive_disp,
-                    // component printers must create an element with this id
-                    $attr
-                );
-            if ($this->docURL) $ret .= $this->end('a');
-            $ret .= $this->end('th');
-
-            $ret .= $this->start('td');
-                $def = $this->config->def->info["$ns.$directive"];
-                if (is_int($def)) {
-                    $allow_null = $def < 0;
-                    $type = abs($def);
-                } else {
-                    $type = $def->type;
-                    $allow_null = isset($def->allow_null);
-                }
-                if (!isset($this->fields[$type])) $type = 0; // default
-                $type_obj = $this->fields[$type];
-                if ($allow_null) {
-                    $type_obj = new HTMLPurifier_Printer_ConfigForm_NullDecorator($type_obj);
-                }
-                $ret .= $type_obj->render($ns, $directive, $value, $this->name, array($this->genConfig, $this->config));
-            $ret .= $this->end('td');
-            $ret .= $this->end('tr');
-        }
-        $ret .= $this->end('tbody');
-        return $ret;
-    }
-
-}
-
-/**
- * Printer decorator for directives that accept null
- */
-class HTMLPurifier_Printer_ConfigForm_NullDecorator extends HTMLPurifier_Printer {
-    /**
-     * Printer being decorated
-     */
-    protected $obj;
-    /**
-     * @param $obj Printer to decorate
-     */
-    public function __construct($obj) {
-        parent::__construct();
-        $this->obj = $obj;
-    }
-    public function render($ns, $directive, $value, $name, $config) {
-        if (is_array($config) && isset($config[0])) {
-            $gen_config = $config[0];
-            $config = $config[1];
-        } else {
-            $gen_config = $config;
-        }
-        $this->prepareGenerator($gen_config);
-
-        $ret = '';
-        $ret .= $this->start('label', array('for' => "$name:Null_$ns.$directive"));
-        $ret .= $this->element('span', "$ns.$directive:", array('class' => 'verbose'));
-        $ret .= $this->text(' Null/Disabled');
-        $ret .= $this->end('label');
-        $attr = array(
-            'type' => 'checkbox',
-            'value' => '1',
-            'class' => 'null-toggle',
-            'name' => "$name"."[Null_$ns.$directive]",
-            'id' => "$name:Null_$ns.$directive",
-            'onclick' => "toggleWriteability('$name:$ns.$directive',checked)" // INLINE JAVASCRIPT!!!!
-        );
-        if ($this->obj instanceof HTMLPurifier_Printer_ConfigForm_bool) {
-            // modify inline javascript slightly
-            $attr['onclick'] = "toggleWriteability('$name:Yes_$ns.$directive',checked);toggleWriteability('$name:No_$ns.$directive',checked)";
-        }
-        if ($value === null) $attr['checked'] = 'checked';
-        $ret .= $this->elementEmpty('input', $attr);
-        $ret .= $this->text(' or ');
-        $ret .= $this->elementEmpty('br');
-        $ret .= $this->obj->render($ns, $directive, $value, $name, array($gen_config, $config));
-        return $ret;
-    }
-}
-
-/**
- * Swiss-army knife configuration form field printer
- */
-class HTMLPurifier_Printer_ConfigForm_default extends HTMLPurifier_Printer {
-    public $cols = 18;
-    public $rows = 5;
-    public function render($ns, $directive, $value, $name, $config) {
-        if (is_array($config) && isset($config[0])) {
-            $gen_config = $config[0];
-            $config = $config[1];
-        } else {
-            $gen_config = $config;
-        }
-        $this->prepareGenerator($gen_config);
-        // this should probably be split up a little
-        $ret = '';
-        $def = $config->def->info["$ns.$directive"];
-        if (is_int($def)) {
-            $type = abs($def);
-        } else {
-            $type = $def->type;
-        }
-        if (is_array($value)) {
-            switch ($type) {
-                case HTMLPurifier_VarParser::LOOKUP:
-                    $array = $value;
-                    $value = array();
-                    foreach ($array as $val => $b) {
-                        $value[] = $val;
-                    }
-                case HTMLPurifier_VarParser::ALIST:
-                    $value = implode(PHP_EOL, $value);
-                    break;
-                case HTMLPurifier_VarParser::HASH:
-                    $nvalue = '';
-                    foreach ($value as $i => $v) {
-                        $nvalue .= "$i:$v" . PHP_EOL;
-                    }
-                    $value = $nvalue;
-                    break;
-                default:
-                    $value = '';
-            }
-        }
-        if ($type === HTMLPurifier_VarParser::MIXED) {
-            return 'Not supported';
-            $value = serialize($value);
-        }
-        $attr = array(
-            'name' => "$name"."[$ns.$directive]",
-            'id' => "$name:$ns.$directive"
-        );
-        if ($value === null) $attr['disabled'] = 'disabled';
-        if (isset($def->allowed)) {
-            $ret .= $this->start('select', $attr);
-            foreach ($def->allowed as $val => $b) {
-                $attr = array();
-                if ($value == $val) $attr['selected'] = 'selected';
-                $ret .= $this->element('option', $val, $attr);
-            }
-            $ret .= $this->end('select');
-        } elseif (
-            $type === HTMLPurifier_VarParser::TEXT ||
-            $type === HTMLPurifier_VarParser::ITEXT ||
-            $type === HTMLPurifier_VarParser::ALIST ||
-            $type === HTMLPurifier_VarParser::HASH ||
-            $type === HTMLPurifier_VarParser::LOOKUP
-        ) {
-            $attr['cols'] = $this->cols;
-            $attr['rows'] = $this->rows;
-            $ret .= $this->start('textarea', $attr);
-            $ret .= $this->text($value);
-            $ret .= $this->end('textarea');
-        } else {
-            $attr['value'] = $value;
-            $attr['type'] = 'text';
-            $ret .= $this->elementEmpty('input', $attr);
-        }
-        return $ret;
-    }
-}
-
-/**
- * Bool form field printer
- */
-class HTMLPurifier_Printer_ConfigForm_bool extends HTMLPurifier_Printer {
-    public function render($ns, $directive, $value, $name, $config) {
-        if (is_array($config) && isset($config[0])) {
-            $gen_config = $config[0];
-            $config = $config[1];
-        } else {
-            $gen_config = $config;
-        }
-        $this->prepareGenerator($gen_config);
-        $ret = '';
-        $ret .= $this->start('div', array('id' => "$name:$ns.$directive"));
-
-        $ret .= $this->start('label', array('for' => "$name:Yes_$ns.$directive"));
-        $ret .= $this->element('span', "$ns.$directive:", array('class' => 'verbose'));
-        $ret .= $this->text(' Yes');
-        $ret .= $this->end('label');
-
-        $attr = array(
-            'type' => 'radio',
-            'name' => "$name"."[$ns.$directive]",
-            'id' => "$name:Yes_$ns.$directive",
-            'value' => '1'
-        );
-        if ($value === true) $attr['checked'] = 'checked';
-        if ($value === null) $attr['disabled'] = 'disabled';
-        $ret .= $this->elementEmpty('input', $attr);
-
-        $ret .= $this->start('label', array('for' => "$name:No_$ns.$directive"));
-        $ret .= $this->element('span', "$ns.$directive:", array('class' => 'verbose'));
-        $ret .= $this->text(' No');
-        $ret .= $this->end('label');
-
-        $attr = array(
-            'type' => 'radio',
-            'name' => "$name"."[$ns.$directive]",
-            'id' => "$name:No_$ns.$directive",
-            'value' => '0'
-        );
-        if ($value === false) $attr['checked'] = 'checked';
-        if ($value === null) $attr['disabled'] = 'disabled';
-        $ret .= $this->elementEmpty('input', $attr);
-
-        $ret .= $this->end('div');
-
-        return $ret;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Printer/HTMLDefinition.php b/lib/php/HTMLPurifier/Printer/HTMLDefinition.php
deleted file mode 100644
index 8a8f126..0000000
--- a/lib/php/HTMLPurifier/Printer/HTMLDefinition.php
+++ /dev/null
@@ -1,272 +0,0 @@
-<?php
-
-class HTMLPurifier_Printer_HTMLDefinition extends HTMLPurifier_Printer
-{
-
-    /**
-     * Instance of HTMLPurifier_HTMLDefinition, for easy access
-     */
-    protected $def;
-
-    public function render($config) {
-        $ret = '';
-        $this->config =& $config;
-
-        $this->def = $config->getHTMLDefinition();
-
-        $ret .= $this->start('div', array('class' => 'HTMLPurifier_Printer'));
-
-        $ret .= $this->renderDoctype();
-        $ret .= $this->renderEnvironment();
-        $ret .= $this->renderContentSets();
-        $ret .= $this->renderInfo();
-
-        $ret .= $this->end('div');
-
-        return $ret;
-    }
-
-    /**
-     * Renders the Doctype table
-     */
-    protected function renderDoctype() {
-        $doctype = $this->def->doctype;
-        $ret = '';
-        $ret .= $this->start('table');
-        $ret .= $this->element('caption', 'Doctype');
-        $ret .= $this->row('Name', $doctype->name);
-        $ret .= $this->row('XML', $doctype->xml ? 'Yes' : 'No');
-        $ret .= $this->row('Default Modules', implode($doctype->modules, ', '));
-        $ret .= $this->row('Default Tidy Modules', implode($doctype->tidyModules, ', '));
-        $ret .= $this->end('table');
-        return $ret;
-    }
-
-
-    /**
-     * Renders environment table, which is miscellaneous info
-     */
-    protected function renderEnvironment() {
-        $def = $this->def;
-
-        $ret = '';
-
-        $ret .= $this->start('table');
-        $ret .= $this->element('caption', 'Environment');
-
-        $ret .= $this->row('Parent of fragment', $def->info_parent);
-        $ret .= $this->renderChildren($def->info_parent_def->child);
-        $ret .= $this->row('Block wrap name', $def->info_block_wrapper);
-
-        $ret .= $this->start('tr');
-            $ret .= $this->element('th', 'Global attributes');
-            $ret .= $this->element('td', $this->listifyAttr($def->info_global_attr),0,0);
-        $ret .= $this->end('tr');
-
-        $ret .= $this->start('tr');
-            $ret .= $this->element('th', 'Tag transforms');
-            $list = array();
-            foreach ($def->info_tag_transform as $old => $new) {
-                $new = $this->getClass($new, 'TagTransform_');
-                $list[] = "<$old> with $new";
-            }
-            $ret .= $this->element('td', $this->listify($list));
-        $ret .= $this->end('tr');
-
-        $ret .= $this->start('tr');
-            $ret .= $this->element('th', 'Pre-AttrTransform');
-            $ret .= $this->element('td', $this->listifyObjectList($def->info_attr_transform_pre));
-        $ret .= $this->end('tr');
-
-        $ret .= $this->start('tr');
-            $ret .= $this->element('th', 'Post-AttrTransform');
-            $ret .= $this->element('td', $this->listifyObjectList($def->info_attr_transform_post));
-        $ret .= $this->end('tr');
-
-        $ret .= $this->end('table');
-        return $ret;
-    }
-
-    /**
-     * Renders the Content Sets table
-     */
-    protected function renderContentSets() {
-        $ret = '';
-        $ret .= $this->start('table');
-        $ret .= $this->element('caption', 'Content Sets');
-        foreach ($this->def->info_content_sets as $name => $lookup) {
-            $ret .= $this->heavyHeader($name);
-            $ret .= $this->start('tr');
-            $ret .= $this->element('td', $this->listifyTagLookup($lookup));
-            $ret .= $this->end('tr');
-        }
-        $ret .= $this->end('table');
-        return $ret;
-    }
-
-    /**
-     * Renders the Elements ($info) table
-     */
-    protected function renderInfo() {
-        $ret = '';
-        $ret .= $this->start('table');
-        $ret .= $this->element('caption', 'Elements ($info)');
-        ksort($this->def->info);
-        $ret .= $this->heavyHeader('Allowed tags', 2);
-        $ret .= $this->start('tr');
-        $ret .= $this->element('td', $this->listifyTagLookup($this->def->info), array('colspan' => 2));
-        $ret .= $this->end('tr');
-        foreach ($this->def->info as $name => $def) {
-            $ret .= $this->start('tr');
-                $ret .= $this->element('th', "<$name>", array('class'=>'heavy', 'colspan' => 2));
-            $ret .= $this->end('tr');
-            $ret .= $this->start('tr');
-                $ret .= $this->element('th', 'Inline content');
-                $ret .= $this->element('td', $def->descendants_are_inline ? 'Yes' : 'No');
-            $ret .= $this->end('tr');
-            if (!empty($def->excludes)) {
-                $ret .= $this->start('tr');
-                    $ret .= $this->element('th', 'Excludes');
-                    $ret .= $this->element('td', $this->listifyTagLookup($def->excludes));
-                $ret .= $this->end('tr');
-            }
-            if (!empty($def->attr_transform_pre)) {
-                $ret .= $this->start('tr');
-                    $ret .= $this->element('th', 'Pre-AttrTransform');
-                    $ret .= $this->element('td', $this->listifyObjectList($def->attr_transform_pre));
-                $ret .= $this->end('tr');
-            }
-            if (!empty($def->attr_transform_post)) {
-                $ret .= $this->start('tr');
-                    $ret .= $this->element('th', 'Post-AttrTransform');
-                    $ret .= $this->element('td', $this->listifyObjectList($def->attr_transform_post));
-                $ret .= $this->end('tr');
-            }
-            if (!empty($def->auto_close)) {
-                $ret .= $this->start('tr');
-                    $ret .= $this->element('th', 'Auto closed by');
-                    $ret .= $this->element('td', $this->listifyTagLookup($def->auto_close));
-                $ret .= $this->end('tr');
-            }
-            $ret .= $this->start('tr');
-                $ret .= $this->element('th', 'Allowed attributes');
-                $ret .= $this->element('td',$this->listifyAttr($def->attr), array(), 0);
-            $ret .= $this->end('tr');
-
-            if (!empty($def->required_attr)) {
-                $ret .= $this->row('Required attributes', $this->listify($def->required_attr));
-            }
-
-            $ret .= $this->renderChildren($def->child);
-        }
-        $ret .= $this->end('table');
-        return $ret;
-    }
-
-    /**
-     * Renders a row describing the allowed children of an element
-     * @param $def HTMLPurifier_ChildDef of pertinent element
-     */
-    protected function renderChildren($def) {
-        $context = new HTMLPurifier_Context();
-        $ret = '';
-        $ret .= $this->start('tr');
-            $elements = array();
-            $attr = array();
-            if (isset($def->elements)) {
-                if ($def->type == 'strictblockquote') {
-                    $def->validateChildren(array(), $this->config, $context);
-                }
-                $elements = $def->elements;
-            }
-            if ($def->type == 'chameleon') {
-                $attr['rowspan'] = 2;
-            } elseif ($def->type == 'empty') {
-                $elements = array();
-            } elseif ($def->type == 'table') {
-                $elements = array_flip(array('col', 'caption', 'colgroup', 'thead',
-                    'tfoot', 'tbody', 'tr'));
-            }
-            $ret .= $this->element('th', 'Allowed children', $attr);
-
-            if ($def->type == 'chameleon') {
-
-                $ret .= $this->element('td',
-                    '<em>Block</em>: ' .
-                    $this->escape($this->listifyTagLookup($def->block->elements)),0,0);
-                $ret .= $this->end('tr');
-                $ret .= $this->start('tr');
-                $ret .= $this->element('td',
-                    '<em>Inline</em>: ' .
-                    $this->escape($this->listifyTagLookup($def->inline->elements)),0,0);
-
-            } elseif ($def->type == 'custom') {
-
-                $ret .= $this->element('td', '<em>'.ucfirst($def->type).'</em>: ' .
-                    $def->dtd_regex);
-
-            } else {
-                $ret .= $this->element('td',
-                    '<em>'.ucfirst($def->type).'</em>: ' .
-                    $this->escape($this->listifyTagLookup($elements)),0,0);
-            }
-        $ret .= $this->end('tr');
-        return $ret;
-    }
-
-    /**
-     * Listifies a tag lookup table.
-     * @param $array Tag lookup array in form of array('tagname' => true)
-     */
-    protected function listifyTagLookup($array) {
-        ksort($array);
-        $list = array();
-        foreach ($array as $name => $discard) {
-            if ($name !== '#PCDATA' && !isset($this->def->info[$name])) continue;
-            $list[] = $name;
-        }
-        return $this->listify($list);
-    }
-
-    /**
-     * Listifies a list of objects by retrieving class names and internal state
-     * @param $array List of objects
-     * @todo Also add information about internal state
-     */
-    protected function listifyObjectList($array) {
-        ksort($array);
-        $list = array();
-        foreach ($array as $discard => $obj) {
-            $list[] = $this->getClass($obj, 'AttrTransform_');
-        }
-        return $this->listify($list);
-    }
-
-    /**
-     * Listifies a hash of attributes to AttrDef classes
-     * @param $array Array hash in form of array('attrname' => HTMLPurifier_AttrDef)
-     */
-    protected function listifyAttr($array) {
-        ksort($array);
-        $list = array();
-        foreach ($array as $name => $obj) {
-            if ($obj === false) continue;
-            $list[] = "$name&nbsp;=&nbsp;<i>" . $this->getClass($obj, 'AttrDef_') . '</i>';
-        }
-        return $this->listify($list);
-    }
-
-    /**
-     * Creates a heavy header row
-     */
-    protected function heavyHeader($text, $num = 1) {
-        $ret = '';
-        $ret .= $this->start('tr');
-        $ret .= $this->element('th', $text, array('colspan' => $num, 'class' => 'heavy'));
-        $ret .= $this->end('tr');
-        return $ret;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/PropertyList.php b/lib/php/HTMLPurifier/PropertyList.php
deleted file mode 100644
index 2b99fb7..0000000
--- a/lib/php/HTMLPurifier/PropertyList.php
+++ /dev/null
@@ -1,86 +0,0 @@
-<?php
-
-/**
- * Generic property list implementation
- */
-class HTMLPurifier_PropertyList
-{
-    /**
-     * Internal data-structure for properties
-     */
-    protected $data = array();
-
-    /**
-     * Parent plist
-     */
-    protected $parent;
-
-    protected $cache;
-
-    public function __construct($parent = null) {
-        $this->parent = $parent;
-    }
-
-    /**
-     * Recursively retrieves the value for a key
-     */
-    public function get($name) {
-        if ($this->has($name)) return $this->data[$name];
-        // possible performance bottleneck, convert to iterative if necessary
-        if ($this->parent) return $this->parent->get($name);
-        throw new HTMLPurifier_Exception("Key '$name' not found");
-    }
-
-    /**
-     * Sets the value of a key, for this plist
-     */
-    public function set($name, $value) {
-        $this->data[$name] = $value;
-    }
-
-    /**
-     * Returns true if a given key exists
-     */
-    public function has($name) {
-        return array_key_exists($name, $this->data);
-    }
-
-    /**
-     * Resets a value to the value of it's parent, usually the default. If
-     * no value is specified, the entire plist is reset.
-     */
-    public function reset($name = null) {
-        if ($name == null) $this->data = array();
-        else unset($this->data[$name]);
-    }
-
-    /**
-     * Squashes this property list and all of its property lists into a single
-     * array, and returns the array. This value is cached by default.
-     * @param $force If true, ignores the cache and regenerates the array.
-     */
-    public function squash($force = false) {
-        if ($this->cache !== null && !$force) return $this->cache;
-        if ($this->parent) {
-            return $this->cache = array_merge($this->parent->squash($force), $this->data);
-        } else {
-            return $this->cache = $this->data;
-        }
-    }
-
-    /**
-     * Returns the parent plist.
-     */
-    public function getParent() {
-        return $this->parent;
-    }
-
-    /**
-     * Sets the parent plist.
-     */
-    public function setParent($plist) {
-        $this->parent = $plist;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/PropertyListIterator.php b/lib/php/HTMLPurifier/PropertyListIterator.php
deleted file mode 100644
index 8f25044..0000000
--- a/lib/php/HTMLPurifier/PropertyListIterator.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-
-/**
- * Property list iterator. Do not instantiate this class directly.
- */
-class HTMLPurifier_PropertyListIterator extends FilterIterator
-{
-
-    protected $l;
-    protected $filter;
-
-    /**
-     * @param $data Array of data to iterate over
-     * @param $filter Optional prefix to only allow values of
-     */
-    public function __construct(Iterator $iterator, $filter = null) {
-        parent::__construct($iterator);
-        $this->l = strlen($filter);
-        $this->filter = $filter;
-    }
-
-    public function accept() {
-        $key = $this->getInnerIterator()->key();
-        if( strncmp($key, $this->filter, $this->l) !== 0 ) {
-            return false;
-        }
-        return true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Strategy.php b/lib/php/HTMLPurifier/Strategy.php
deleted file mode 100644
index 2462865..0000000
--- a/lib/php/HTMLPurifier/Strategy.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-/**
- * Supertype for classes that define a strategy for modifying/purifying tokens.
- *
- * While HTMLPurifier's core purpose is fixing HTML into something proper,
- * strategies provide plug points for extra configuration or even extra
- * features, such as custom tags, custom parsing of text, etc.
- */
-
-
-abstract class HTMLPurifier_Strategy
-{
-
-    /**
-     * Executes the strategy on the tokens.
-     *
-     * @param $tokens Array of HTMLPurifier_Token objects to be operated on.
-     * @param $config Configuration options
-     * @returns Processed array of token objects.
-     */
-    abstract public function execute($tokens, $config, $context);
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Strategy/Composite.php b/lib/php/HTMLPurifier/Strategy/Composite.php
deleted file mode 100644
index 816490b..0000000
--- a/lib/php/HTMLPurifier/Strategy/Composite.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-/**
- * Composite strategy that runs multiple strategies on tokens.
- */
-abstract class HTMLPurifier_Strategy_Composite extends HTMLPurifier_Strategy
-{
-
-    /**
-     * List of strategies to run tokens through.
-     */
-    protected $strategies = array();
-
-    abstract public function __construct();
-
-    public function execute($tokens, $config, $context) {
-        foreach ($this->strategies as $strategy) {
-            $tokens = $strategy->execute($tokens, $config, $context);
-        }
-        return $tokens;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Strategy/Core.php b/lib/php/HTMLPurifier/Strategy/Core.php
deleted file mode 100644
index d90e158..0000000
--- a/lib/php/HTMLPurifier/Strategy/Core.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-/**
- * Core strategy composed of the big four strategies.
- */
-class HTMLPurifier_Strategy_Core extends HTMLPurifier_Strategy_Composite
-{
-
-    public function __construct() {
-        $this->strategies[] = new HTMLPurifier_Strategy_RemoveForeignElements();
-        $this->strategies[] = new HTMLPurifier_Strategy_MakeWellFormed();
-        $this->strategies[] = new HTMLPurifier_Strategy_FixNesting();
-        $this->strategies[] = new HTMLPurifier_Strategy_ValidateAttributes();
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Strategy/FixNesting.php b/lib/php/HTMLPurifier/Strategy/FixNesting.php
deleted file mode 100644
index f818023..0000000
--- a/lib/php/HTMLPurifier/Strategy/FixNesting.php
+++ /dev/null
@@ -1,328 +0,0 @@
-<?php
-
-/**
- * Takes a well formed list of tokens and fixes their nesting.
- *
- * HTML elements dictate which elements are allowed to be their children,
- * for example, you can't have a p tag in a span tag.  Other elements have
- * much more rigorous definitions: tables, for instance, require a specific
- * order for their elements.  There are also constraints not expressible by
- * document type definitions, such as the chameleon nature of ins/del
- * tags and global child exclusions.
- *
- * The first major objective of this strategy is to iterate through all the
- * nodes (not tokens) of the list of tokens and determine whether or not
- * their children conform to the element's definition.  If they do not, the
- * child definition may optionally supply an amended list of elements that
- * is valid or require that the entire node be deleted (and the previous
- * node rescanned).
- *
- * The second objective is to ensure that explicitly excluded elements of
- * an element do not appear in its children.  Code that accomplishes this
- * task is pervasive through the strategy, though the two are distinct tasks
- * and could, theoretically, be seperated (although it's not recommended).
- *
- * @note Whether or not unrecognized children are silently dropped or
- *       translated into text depends on the child definitions.
- *
- * @todo Enable nodes to be bubbled out of the structure.
- */
-
-class HTMLPurifier_Strategy_FixNesting extends HTMLPurifier_Strategy
-{
-
-    public function execute($tokens, $config, $context) {
-        //####################################################################//
-        // Pre-processing
-
-        // get a copy of the HTML definition
-        $definition = $config->getHTMLDefinition();
-
-        // insert implicit "parent" node, will be removed at end.
-        // DEFINITION CALL
-        $parent_name = $definition->info_parent;
-        array_unshift($tokens, new HTMLPurifier_Token_Start($parent_name));
-        $tokens[] = new HTMLPurifier_Token_End($parent_name);
-
-        // setup the context variable 'IsInline', for chameleon processing
-        // is 'false' when we are not inline, 'true' when it must always
-        // be inline, and an integer when it is inline for a certain
-        // branch of the document tree
-        $is_inline = $definition->info_parent_def->descendants_are_inline;
-        $context->register('IsInline', $is_inline);
-
-        // setup error collector
-        $e =& $context->get('ErrorCollector', true);
-
-        //####################################################################//
-        // Loop initialization
-
-        // stack that contains the indexes of all parents,
-        // $stack[count($stack)-1] being the current parent
-        $stack = array();
-
-        // stack that contains all elements that are excluded
-        // it is organized by parent elements, similar to $stack,
-        // but it is only populated when an element with exclusions is
-        // processed, i.e. there won't be empty exclusions.
-        $exclude_stack = array();
-
-        // variable that contains the start token while we are processing
-        // nodes. This enables error reporting to do its job
-        $start_token = false;
-        $context->register('CurrentToken', $start_token);
-
-        //####################################################################//
-        // Loop
-
-        // iterate through all start nodes. Determining the start node
-        // is complicated so it has been omitted from the loop construct
-        for ($i = 0, $size = count($tokens) ; $i < $size; ) {
-
-            //################################################################//
-            // Gather information on children
-
-            // child token accumulator
-            $child_tokens = array();
-
-            // scroll to the end of this node, report number, and collect
-            // all children
-            for ($j = $i, $depth = 0; ; $j++) {
-                if ($tokens[$j] instanceof HTMLPurifier_Token_Start) {
-                    $depth++;
-                    // skip token assignment on first iteration, this is the
-                    // token we currently are on
-                    if ($depth == 1) continue;
-                } elseif ($tokens[$j] instanceof HTMLPurifier_Token_End) {
-                    $depth--;
-                    // skip token assignment on last iteration, this is the
-                    // end token of the token we're currently on
-                    if ($depth == 0) break;
-                }
-                $child_tokens[] = $tokens[$j];
-            }
-
-            // $i is index of start token
-            // $j is index of end token
-
-            $start_token = $tokens[$i]; // to make token available via CurrentToken
-
-            //################################################################//
-            // Gather information on parent
-
-            // calculate parent information
-            if ($count = count($stack)) {
-                $parent_index = $stack[$count-1];
-                $parent_name  = $tokens[$parent_index]->name;
-                if ($parent_index == 0) {
-                    $parent_def   = $definition->info_parent_def;
-                } else {
-                    $parent_def   = $definition->info[$parent_name];
-                }
-            } else {
-                // processing as if the parent were the "root" node
-                // unknown info, it won't be used anyway, in the future,
-                // we may want to enforce one element only (this is
-                // necessary for HTML Purifier to clean entire documents
-                $parent_index = $parent_name = $parent_def = null;
-            }
-
-            // calculate context
-            if ($is_inline === false) {
-                // check if conditions make it inline
-                if (!empty($parent_def) && $parent_def->descendants_are_inline) {
-                    $is_inline = $count - 1;
-                }
-            } else {
-                // check if we're out of inline
-                if ($count === $is_inline) {
-                    $is_inline = false;
-                }
-            }
-
-            //################################################################//
-            // Determine whether element is explicitly excluded SGML-style
-
-            // determine whether or not element is excluded by checking all
-            // parent exclusions. The array should not be very large, two
-            // elements at most.
-            $excluded = false;
-            if (!empty($exclude_stack)) {
-                foreach ($exclude_stack as $lookup) {
-                    if (isset($lookup[$tokens[$i]->name])) {
-                        $excluded = true;
-                        // no need to continue processing
-                        break;
-                    }
-                }
-            }
-
-            //################################################################//
-            // Perform child validation
-
-            if ($excluded) {
-                // there is an exclusion, remove the entire node
-                $result = false;
-                $excludes = array(); // not used, but good to initialize anyway
-            } else {
-                // DEFINITION CALL
-                if ($i === 0) {
-                    // special processing for the first node
-                    $def = $definition->info_parent_def;
-                } else {
-                    $def = $definition->info[$tokens[$i]->name];
-
-                }
-
-                if (!empty($def->child)) {
-                    // have DTD child def validate children
-                    $result = $def->child->validateChildren(
-                        $child_tokens, $config, $context);
-                } else {
-                    // weird, no child definition, get rid of everything
-                    $result = false;
-                }
-
-                // determine whether or not this element has any exclusions
-                $excludes = $def->excludes;
-            }
-
-            // $result is now a bool or array
-
-            //################################################################//
-            // Process result by interpreting $result
-
-            if ($result === true || $child_tokens === $result) {
-                // leave the node as is
-
-                // register start token as a parental node start
-                $stack[] = $i;
-
-                // register exclusions if there are any
-                if (!empty($excludes)) $exclude_stack[] = $excludes;
-
-                // move cursor to next possible start node
-                $i++;
-
-            } elseif($result === false) {
-                // remove entire node
-
-                if ($e) {
-                    if ($excluded) {
-                        $e->send(E_ERROR, 'Strategy_FixNesting: Node excluded');
-                    } else {
-                        $e->send(E_ERROR, 'Strategy_FixNesting: Node removed');
-                    }
-                }
-
-                // calculate length of inner tokens and current tokens
-                $length = $j - $i + 1;
-
-                // perform removal
-                array_splice($tokens, $i, $length);
-
-                // update size
-                $size -= $length;
-
-                // there is no start token to register,
-                // current node is now the next possible start node
-                // unless it turns out that we need to do a double-check
-
-                // this is a rought heuristic that covers 100% of HTML's
-                // cases and 99% of all other cases. A child definition
-                // that would be tricked by this would be something like:
-                // ( | a b c) where it's all or nothing. Fortunately,
-                // our current implementation claims that that case would
-                // not allow empty, even if it did
-                if (!$parent_def->child->allow_empty) {
-                    // we need to do a double-check
-                    $i = $parent_index;
-                    array_pop($stack);
-                }
-
-                // PROJECTED OPTIMIZATION: Process all children elements before
-                // reprocessing parent node.
-
-            } else {
-                // replace node with $result
-
-                // calculate length of inner tokens
-                $length = $j - $i - 1;
-
-                if ($e) {
-                    if (empty($result) && $length) {
-                        $e->send(E_ERROR, 'Strategy_FixNesting: Node contents removed');
-                    } else {
-                        $e->send(E_WARNING, 'Strategy_FixNesting: Node reorganized');
-                    }
-                }
-
-                // perform replacement
-                array_splice($tokens, $i + 1, $length, $result);
-
-                // update size
-                $size -= $length;
-                $size += count($result);
-
-                // register start token as a parental node start
-                $stack[] = $i;
-
-                // register exclusions if there are any
-                if (!empty($excludes)) $exclude_stack[] = $excludes;
-
-                // move cursor to next possible start node
-                $i++;
-
-            }
-
-            //################################################################//
-            // Scroll to next start node
-
-            // We assume, at this point, that $i is the index of the token
-            // that is the first possible new start point for a node.
-
-            // Test if the token indeed is a start tag, if not, move forward
-            // and test again.
-            $size = count($tokens);
-            while ($i < $size and !$tokens[$i] instanceof HTMLPurifier_Token_Start) {
-                if ($tokens[$i] instanceof HTMLPurifier_Token_End) {
-                    // pop a token index off the stack if we ended a node
-                    array_pop($stack);
-                    // pop an exclusion lookup off exclusion stack if
-                    // we ended node and that node had exclusions
-                    if ($i == 0 || $i == $size - 1) {
-                        // use specialized var if it's the super-parent
-                        $s_excludes = $definition->info_parent_def->excludes;
-                    } else {
-                        $s_excludes = $definition->info[$tokens[$i]->name]->excludes;
-                    }
-                    if ($s_excludes) {
-                        array_pop($exclude_stack);
-                    }
-                }
-                $i++;
-            }
-
-        }
-
-        //####################################################################//
-        // Post-processing
-
-        // remove implicit parent tokens at the beginning and end
-        array_shift($tokens);
-        array_pop($tokens);
-
-        // remove context variables
-        $context->destroy('IsInline');
-        $context->destroy('CurrentToken');
-
-        //####################################################################//
-        // Return
-
-        return $tokens;
-
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Strategy/MakeWellFormed.php b/lib/php/HTMLPurifier/Strategy/MakeWellFormed.php
deleted file mode 100644
index feb0c32..0000000
--- a/lib/php/HTMLPurifier/Strategy/MakeWellFormed.php
+++ /dev/null
@@ -1,457 +0,0 @@
-<?php
-
-/**
- * Takes tokens makes them well-formed (balance end tags, etc.)
- */
-class HTMLPurifier_Strategy_MakeWellFormed extends HTMLPurifier_Strategy
-{
-
-    /**
-     * Array stream of tokens being processed.
-     */
-    protected $tokens;
-
-    /**
-     * Current index in $tokens.
-     */
-    protected $t;
-
-    /**
-     * Current nesting of elements.
-     */
-    protected $stack;
-
-    /**
-     * Injectors active in this stream processing.
-     */
-    protected $injectors;
-
-    /**
-     * Current instance of HTMLPurifier_Config.
-     */
-    protected $config;
-
-    /**
-     * Current instance of HTMLPurifier_Context.
-     */
-    protected $context;
-
-    public function execute($tokens, $config, $context) {
-
-        $definition = $config->getHTMLDefinition();
-
-        // local variables
-        $generator = new HTMLPurifier_Generator($config, $context);
-        $escape_invalid_tags = $config->get('Core.EscapeInvalidTags');
-        $e = $context->get('ErrorCollector', true);
-        $t = false; // token index
-        $i = false; // injector index
-        $token      = false; // the current token
-        $reprocess  = false; // whether or not to reprocess the same token
-        $stack = array();
-
-        // member variables
-        $this->stack   =& $stack;
-        $this->t       =& $t;
-        $this->tokens  =& $tokens;
-        $this->config  = $config;
-        $this->context = $context;
-
-        // context variables
-        $context->register('CurrentNesting', $stack);
-        $context->register('InputIndex',     $t);
-        $context->register('InputTokens',    $tokens);
-        $context->register('CurrentToken',   $token);
-
-        // -- begin INJECTOR --
-
-        $this->injectors = array();
-
-        $injectors = $config->getBatch('AutoFormat');
-        $def_injectors = $definition->info_injector;
-        $custom_injectors = $injectors['Custom'];
-        unset($injectors['Custom']); // special case
-        foreach ($injectors as $injector => $b) {
-            // XXX: Fix with a legitimate lookup table of enabled filters
-            if (strpos($injector, '.') !== false) continue;
-            $injector = "HTMLPurifier_Injector_$injector";
-            if (!$b) continue;
-            $this->injectors[] = new $injector;
-        }
-        foreach ($def_injectors as $injector) {
-            // assumed to be objects
-            $this->injectors[] = $injector;
-        }
-        foreach ($custom_injectors as $injector) {
-            if (is_string($injector)) {
-                $injector = "HTMLPurifier_Injector_$injector";
-                $injector = new $injector;
-            }
-            $this->injectors[] = $injector;
-        }
-
-        // give the injectors references to the definition and context
-        // variables for performance reasons
-        foreach ($this->injectors as $ix => $injector) {
-            $error = $injector->prepare($config, $context);
-            if (!$error) continue;
-            array_splice($this->injectors, $ix, 1); // rm the injector
-            trigger_error("Cannot enable {$injector->name} injector because $error is not allowed", E_USER_WARNING);
-        }
-
-        // -- end INJECTOR --
-
-        // a note on punting:
-        //      In order to reduce code duplication, whenever some code needs
-        //      to make HTML changes in order to make things "correct", the
-        //      new HTML gets sent through the purifier, regardless of its
-        //      status. This means that if we add a start token, because it
-        //      was totally necessary, we don't have to update nesting; we just
-        //      punt ($reprocess = true; continue;) and it does that for us.
-
-        // isset is in loop because $tokens size changes during loop exec
-        for (
-            $t = 0;
-            $t == 0 || isset($tokens[$t - 1]);
-            // only increment if we don't need to reprocess
-            $reprocess ? $reprocess = false : $t++
-        ) {
-
-            // check for a rewind
-            if (is_int($i) && $i >= 0) {
-                // possibility: disable rewinding if the current token has a
-                // rewind set on it already. This would offer protection from
-                // infinite loop, but might hinder some advanced rewinding.
-                $rewind_to = $this->injectors[$i]->getRewind();
-                if (is_int($rewind_to) && $rewind_to < $t) {
-                    if ($rewind_to < 0) $rewind_to = 0;
-                    while ($t > $rewind_to) {
-                        $t--;
-                        $prev = $tokens[$t];
-                        // indicate that other injectors should not process this token,
-                        // but we need to reprocess it
-                        unset($prev->skip[$i]);
-                        $prev->rewind = $i;
-                        if ($prev instanceof HTMLPurifier_Token_Start) array_pop($this->stack);
-                        elseif ($prev instanceof HTMLPurifier_Token_End) $this->stack[] = $prev->start;
-                    }
-                }
-                $i = false;
-            }
-
-            // handle case of document end
-            if (!isset($tokens[$t])) {
-                // kill processing if stack is empty
-                if (empty($this->stack)) break;
-
-                // peek
-                $top_nesting = array_pop($this->stack);
-                $this->stack[] = $top_nesting;
-
-                // send error
-                if ($e && !isset($top_nesting->armor['MakeWellFormed_TagClosedError'])) {
-                    $e->send(E_NOTICE, 'Strategy_MakeWellFormed: Tag closed by document end', $top_nesting);
-                }
-
-                // append, don't splice, since this is the end
-                $tokens[] = new HTMLPurifier_Token_End($top_nesting->name);
-
-                // punt!
-                $reprocess = true;
-                continue;
-            }
-
-            $token = $tokens[$t];
-
-            //echo '<br>'; printTokens($tokens, $t); printTokens($this->stack);
-
-            // quick-check: if it's not a tag, no need to process
-            if (empty($token->is_tag)) {
-                if ($token instanceof HTMLPurifier_Token_Text) {
-                    foreach ($this->injectors as $i => $injector) {
-                        if (isset($token->skip[$i])) continue;
-                        if ($token->rewind !== null && $token->rewind !== $i) continue;
-                        $injector->handleText($token);
-                        $this->processToken($token, $i);
-                        $reprocess = true;
-                        break;
-                    }
-                }
-                // another possibility is a comment
-                continue;
-            }
-
-            if (isset($definition->info[$token->name])) {
-                $type = $definition->info[$token->name]->child->type;
-            } else {
-                $type = false; // Type is unknown, treat accordingly
-            }
-
-            // quick tag checks: anything that's *not* an end tag
-            $ok = false;
-            if ($type === 'empty' && $token instanceof HTMLPurifier_Token_Start) {
-                // claims to be a start tag but is empty
-                $token = new HTMLPurifier_Token_Empty($token->name, $token->attr);
-                $ok = true;
-            } elseif ($type && $type !== 'empty' && $token instanceof HTMLPurifier_Token_Empty) {
-                // claims to be empty but really is a start tag
-                $this->swap(new HTMLPurifier_Token_End($token->name));
-                $this->insertBefore(new HTMLPurifier_Token_Start($token->name, $token->attr));
-                // punt (since we had to modify the input stream in a non-trivial way)
-                $reprocess = true;
-                continue;
-            } elseif ($token instanceof HTMLPurifier_Token_Empty) {
-                // real empty token
-                $ok = true;
-            } elseif ($token instanceof HTMLPurifier_Token_Start) {
-                // start tag
-
-                // ...unless they also have to close their parent
-                if (!empty($this->stack)) {
-
-                    $parent = array_pop($this->stack);
-                    $this->stack[] = $parent;
-
-                    if (isset($definition->info[$parent->name])) {
-                        $elements = $definition->info[$parent->name]->child->getAllowedElements($config);
-                        $autoclose = !isset($elements[$token->name]);
-                    } else {
-                        $autoclose = false;
-                    }
-
-                    $carryover = false;
-                    if ($autoclose && $definition->info[$parent->name]->formatting) {
-                        $carryover = true;
-                    }
-
-                    if ($autoclose) {
-                        // errors need to be updated
-                        $new_token = new HTMLPurifier_Token_End($parent->name);
-                        $new_token->start = $parent;
-                        if ($carryover) {
-                            $element = clone $parent;
-                            $element->armor['MakeWellFormed_TagClosedError'] = true;
-                            $element->carryover = true;
-                            $this->processToken(array($new_token, $token, $element));
-                        } else {
-                            $this->insertBefore($new_token);
-                        }
-                        if ($e && !isset($parent->armor['MakeWellFormed_TagClosedError'])) {
-                            if (!$carryover) {
-                                $e->send(E_NOTICE, 'Strategy_MakeWellFormed: Tag auto closed', $parent);
-                            } else {
-                                $e->send(E_NOTICE, 'Strategy_MakeWellFormed: Tag carryover', $parent);
-                            }
-                        }
-                        $reprocess = true;
-                        continue;
-                    }
-
-                }
-                $ok = true;
-            }
-
-            if ($ok) {
-                foreach ($this->injectors as $i => $injector) {
-                    if (isset($token->skip[$i])) continue;
-                    if ($token->rewind !== null && $token->rewind !== $i) continue;
-                    $injector->handleElement($token);
-                    $this->processToken($token, $i);
-                    $reprocess = true;
-                    break;
-                }
-                if (!$reprocess) {
-                    // ah, nothing interesting happened; do normal processing
-                    $this->swap($token);
-                    if ($token instanceof HTMLPurifier_Token_Start) {
-                        $this->stack[] = $token;
-                    } elseif ($token instanceof HTMLPurifier_Token_End) {
-                        throw new HTMLPurifier_Exception('Improper handling of end tag in start code; possible error in MakeWellFormed');
-                    }
-                }
-                continue;
-            }
-
-            // sanity check: we should be dealing with a closing tag
-            if (!$token instanceof HTMLPurifier_Token_End) {
-                throw new HTMLPurifier_Exception('Unaccounted for tag token in input stream, bug in HTML Purifier');
-            }
-
-            // make sure that we have something open
-            if (empty($this->stack)) {
-                if ($escape_invalid_tags) {
-                    if ($e) $e->send(E_WARNING, 'Strategy_MakeWellFormed: Unnecessary end tag to text');
-                    $this->swap(new HTMLPurifier_Token_Text(
-                        $generator->generateFromToken($token)
-                    ));
-                } else {
-                    $this->remove();
-                    if ($e) $e->send(E_WARNING, 'Strategy_MakeWellFormed: Unnecessary end tag removed');
-                }
-                $reprocess = true;
-                continue;
-            }
-
-            // first, check for the simplest case: everything closes neatly.
-            // Eventually, everything passes through here; if there are problems
-            // we modify the input stream accordingly and then punt, so that
-            // the tokens get processed again.
-            $current_parent = array_pop($this->stack);
-            if ($current_parent->name == $token->name) {
-                $token->start = $current_parent;
-                foreach ($this->injectors as $i => $injector) {
-                    if (isset($token->skip[$i])) continue;
-                    if ($token->rewind !== null && $token->rewind !== $i) continue;
-                    $injector->handleEnd($token);
-                    $this->processToken($token, $i);
-                    $this->stack[] = $current_parent;
-                    $reprocess = true;
-                    break;
-                }
-                continue;
-            }
-
-            // okay, so we're trying to close the wrong tag
-
-            // undo the pop previous pop
-            $this->stack[] = $current_parent;
-
-            // scroll back the entire nest, trying to find our tag.
-            // (feature could be to specify how far you'd like to go)
-            $size = count($this->stack);
-            // -2 because -1 is the last element, but we already checked that
-            $skipped_tags = false;
-            for ($j = $size - 2; $j >= 0; $j--) {
-                if ($this->stack[$j]->name == $token->name) {
-                    $skipped_tags = array_slice($this->stack, $j);
-                    break;
-                }
-            }
-
-            // we didn't find the tag, so remove
-            if ($skipped_tags === false) {
-                if ($escape_invalid_tags) {
-                    $this->swap(new HTMLPurifier_Token_Text(
-                        $generator->generateFromToken($token)
-                    ));
-                    if ($e) $e->send(E_WARNING, 'Strategy_MakeWellFormed: Stray end tag to text');
-                } else {
-                    $this->remove();
-                    if ($e) $e->send(E_WARNING, 'Strategy_MakeWellFormed: Stray end tag removed');
-                }
-                $reprocess = true;
-                continue;
-            }
-
-            // do errors, in REVERSE $j order: a,b,c with </a></b></c>
-            $c = count($skipped_tags);
-            if ($e) {
-                for ($j = $c - 1; $j > 0; $j--) {
-                    // notice we exclude $j == 0, i.e. the current ending tag, from
-                    // the errors...
-                    if (!isset($skipped_tags[$j]->armor['MakeWellFormed_TagClosedError'])) {
-                        $e->send(E_NOTICE, 'Strategy_MakeWellFormed: Tag closed by element end', $skipped_tags[$j]);
-                    }
-                }
-            }
-
-            // insert tags, in FORWARD $j order: c,b,a with </a></b></c>
-            $replace = array($token);
-            for ($j = 1; $j < $c; $j++) {
-                // ...as well as from the insertions
-                $new_token = new HTMLPurifier_Token_End($skipped_tags[$j]->name);
-                $new_token->start = $skipped_tags[$j];
-                array_unshift($replace, $new_token);
-                if (isset($definition->info[$new_token->name]) && $definition->info[$new_token->name]->formatting) {
-                    $element = clone $skipped_tags[$j];
-                    $element->carryover = true;
-                    $element->armor['MakeWellFormed_TagClosedError'] = true;
-                    $replace[] = $element;
-                }
-            }
-            $this->processToken($replace);
-            $reprocess = true;
-            continue;
-        }
-
-        $context->destroy('CurrentNesting');
-        $context->destroy('InputTokens');
-        $context->destroy('InputIndex');
-        $context->destroy('CurrentToken');
-
-        unset($this->injectors, $this->stack, $this->tokens, $this->t);
-        return $tokens;
-    }
-
-    /**
-     * Processes arbitrary token values for complicated substitution patterns.
-     * In general:
-     *
-     * If $token is an array, it is a list of tokens to substitute for the
-     * current token. These tokens then get individually processed. If there
-     * is a leading integer in the list, that integer determines how many
-     * tokens from the stream should be removed.
-     *
-     * If $token is a regular token, it is swapped with the current token.
-     *
-     * If $token is false, the current token is deleted.
-     *
-     * If $token is an integer, that number of tokens (with the first token
-     * being the current one) will be deleted.
-     *
-     * @param $token Token substitution value
-     * @param $injector Injector that performed the substitution; default is if
-     *        this is not an injector related operation.
-     */
-    protected function processToken($token, $injector = -1) {
-
-        // normalize forms of token
-        if (is_object($token)) $token = array(1, $token);
-        if (is_int($token))    $token = array($token);
-        if ($token === false)  $token = array(1);
-        if (!is_array($token)) throw new HTMLPurifier_Exception('Invalid token type from injector');
-        if (!is_int($token[0])) array_unshift($token, 1);
-        if ($token[0] === 0) throw new HTMLPurifier_Exception('Deleting zero tokens is not valid');
-
-        // $token is now an array with the following form:
-        // array(number nodes to delete, new node 1, new node 2, ...)
-
-        $delete = array_shift($token);
-        $old = array_splice($this->tokens, $this->t, $delete, $token);
-
-        if ($injector > -1) {
-            // determine appropriate skips
-            $oldskip = isset($old[0]) ? $old[0]->skip : array();
-            foreach ($token as $object) {
-                $object->skip = $oldskip;
-                $object->skip[$injector] = true;
-            }
-        }
-
-    }
-
-    /**
-     * Inserts a token before the current token. Cursor now points to this token
-     */
-    private function insertBefore($token) {
-        array_splice($this->tokens, $this->t, 0, array($token));
-    }
-
-    /**
-     * Removes current token. Cursor now points to new token occupying previously
-     * occupied space.
-     */
-    private function remove() {
-        array_splice($this->tokens, $this->t, 1);
-    }
-
-    /**
-     * Swap current token with new token. Cursor points to new token (no change).
-     */
-    private function swap($token) {
-        $this->tokens[$this->t] = $token;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Strategy/RemoveForeignElements.php b/lib/php/HTMLPurifier/Strategy/RemoveForeignElements.php
deleted file mode 100644
index cf3a33e..0000000
--- a/lib/php/HTMLPurifier/Strategy/RemoveForeignElements.php
+++ /dev/null
@@ -1,171 +0,0 @@
-<?php
-
-/**
- * Removes all unrecognized tags from the list of tokens.
- *
- * This strategy iterates through all the tokens and removes unrecognized
- * tokens. If a token is not recognized but a TagTransform is defined for
- * that element, the element will be transformed accordingly.
- */
-
-class HTMLPurifier_Strategy_RemoveForeignElements extends HTMLPurifier_Strategy
-{
-
-    public function execute($tokens, $config, $context) {
-        $definition = $config->getHTMLDefinition();
-        $generator = new HTMLPurifier_Generator($config, $context);
-        $result = array();
-
-        $escape_invalid_tags = $config->get('Core.EscapeInvalidTags');
-        $remove_invalid_img  = $config->get('Core.RemoveInvalidImg');
-
-        // currently only used to determine if comments should be kept
-        $trusted = $config->get('HTML.Trusted');
-
-        $remove_script_contents = $config->get('Core.RemoveScriptContents');
-        $hidden_elements     = $config->get('Core.HiddenElements');
-
-        // remove script contents compatibility
-        if ($remove_script_contents === true) {
-            $hidden_elements['script'] = true;
-        } elseif ($remove_script_contents === false && isset($hidden_elements['script'])) {
-            unset($hidden_elements['script']);
-        }
-
-        $attr_validator = new HTMLPurifier_AttrValidator();
-
-        // removes tokens until it reaches a closing tag with its value
-        $remove_until = false;
-
-        // converts comments into text tokens when this is equal to a tag name
-        $textify_comments = false;
-
-        $token = false;
-        $context->register('CurrentToken', $token);
-
-        $e = false;
-        if ($config->get('Core.CollectErrors')) {
-            $e =& $context->get('ErrorCollector');
-        }
-
-        foreach($tokens as $token) {
-            if ($remove_until) {
-                if (empty($token->is_tag) || $token->name !== $remove_until) {
-                    continue;
-                }
-            }
-            if (!empty( $token->is_tag )) {
-                // DEFINITION CALL
-
-                // before any processing, try to transform the element
-                if (
-                    isset($definition->info_tag_transform[$token->name])
-                ) {
-                    $original_name = $token->name;
-                    // there is a transformation for this tag
-                    // DEFINITION CALL
-                    $token = $definition->
-                                info_tag_transform[$token->name]->
-                                    transform($token, $config, $context);
-                    if ($e) $e->send(E_NOTICE, 'Strategy_RemoveForeignElements: Tag transform', $original_name);
-                }
-
-                if (isset($definition->info[$token->name])) {
-
-                    // mostly everything's good, but
-                    // we need to make sure required attributes are in order
-                    if (
-                        ($token instanceof HTMLPurifier_Token_Start || $token instanceof HTMLPurifier_Token_Empty) &&
-                        $definition->info[$token->name]->required_attr &&
-                        ($token->name != 'img' || $remove_invalid_img) // ensure config option still works
-                    ) {
-                        $attr_validator->validateToken($token, $config, $context);
-                        $ok = true;
-                        foreach ($definition->info[$token->name]->required_attr as $name) {
-                            if (!isset($token->attr[$name])) {
-                                $ok = false;
-                                break;
-                            }
-                        }
-                        if (!$ok) {
-                            if ($e) $e->send(E_ERROR, 'Strategy_RemoveForeignElements: Missing required attribute', $name);
-                            continue;
-                        }
-                        $token->armor['ValidateAttributes'] = true;
-                    }
-
-                    if (isset($hidden_elements[$token->name]) && $token instanceof HTMLPurifier_Token_Start) {
-                        $textify_comments = $token->name;
-                    } elseif ($token->name === $textify_comments && $token instanceof HTMLPurifier_Token_End) {
-                        $textify_comments = false;
-                    }
-
-                } elseif ($escape_invalid_tags) {
-                    // invalid tag, generate HTML representation and insert in
-                    if ($e) $e->send(E_WARNING, 'Strategy_RemoveForeignElements: Foreign element to text');
-                    $token = new HTMLPurifier_Token_Text(
-                        $generator->generateFromToken($token)
-                    );
-                } else {
-                    // check if we need to destroy all of the tag's children
-                    // CAN BE GENERICIZED
-                    if (isset($hidden_elements[$token->name])) {
-                        if ($token instanceof HTMLPurifier_Token_Start) {
-                            $remove_until = $token->name;
-                        } elseif ($token instanceof HTMLPurifier_Token_Empty) {
-                            // do nothing: we're still looking
-                        } else {
-                            $remove_until = false;
-                        }
-                        if ($e) $e->send(E_ERROR, 'Strategy_RemoveForeignElements: Foreign meta element removed');
-                    } else {
-                        if ($e) $e->send(E_ERROR, 'Strategy_RemoveForeignElements: Foreign element removed');
-                    }
-                    continue;
-                }
-            } elseif ($token instanceof HTMLPurifier_Token_Comment) {
-                // textify comments in script tags when they are allowed
-                if ($textify_comments !== false) {
-                    $data = $token->data;
-                    $token = new HTMLPurifier_Token_Text($data);
-                } elseif ($trusted) {
-                    // keep, but perform comment cleaning
-                    if ($e) {
-                        // perform check whether or not there's a trailing hyphen
-                        if (substr($token->data, -1) == '-') {
-                            $e->send(E_NOTICE, 'Strategy_RemoveForeignElements: Trailing hyphen in comment removed');
-                        }
-                    }
-                    $token->data = rtrim($token->data, '-');
-                    $found_double_hyphen = false;
-                    while (strpos($token->data, '--') !== false) {
-                        if ($e && !$found_double_hyphen) {
-                            $e->send(E_NOTICE, 'Strategy_RemoveForeignElements: Hyphens in comment collapsed');
-                        }
-                        $found_double_hyphen = true; // prevent double-erroring
-                        $token->data = str_replace('--', '-', $token->data);
-                    }
-                } else {
-                    // strip comments
-                    if ($e) $e->send(E_NOTICE, 'Strategy_RemoveForeignElements: Comment removed');
-                    continue;
-                }
-            } elseif ($token instanceof HTMLPurifier_Token_Text) {
-            } else {
-                continue;
-            }
-            $result[] = $token;
-        }
-        if ($remove_until && $e) {
-            // we removed tokens until the end, throw error
-            $e->send(E_ERROR, 'Strategy_RemoveForeignElements: Token removed to end', $remove_until);
-        }
-
-        $context->destroy('CurrentToken');
-
-        return $result;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Strategy/ValidateAttributes.php b/lib/php/HTMLPurifier/Strategy/ValidateAttributes.php
deleted file mode 100644
index c3328a9..0000000
--- a/lib/php/HTMLPurifier/Strategy/ValidateAttributes.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-
-/**
- * Validate all attributes in the tokens.
- */
-
-class HTMLPurifier_Strategy_ValidateAttributes extends HTMLPurifier_Strategy
-{
-
-    public function execute($tokens, $config, $context) {
-
-        // setup validator
-        $validator = new HTMLPurifier_AttrValidator();
-
-        $token = false;
-        $context->register('CurrentToken', $token);
-
-        foreach ($tokens as $key => $token) {
-
-            // only process tokens that have attributes,
-            //   namely start and empty tags
-            if (!$token instanceof HTMLPurifier_Token_Start && !$token instanceof HTMLPurifier_Token_Empty) continue;
-
-            // skip tokens that are armored
-            if (!empty($token->armor['ValidateAttributes'])) continue;
-
-            // note that we have no facilities here for removing tokens
-            $validator->validateToken($token, $config, $context);
-
-            $tokens[$key] = $token; // for PHP 4
-        }
-        $context->destroy('CurrentToken');
-
-        return $tokens;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/StringHash.php b/lib/php/HTMLPurifier/StringHash.php
deleted file mode 100644
index 62085c5..0000000
--- a/lib/php/HTMLPurifier/StringHash.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-
-/**
- * This is in almost every respect equivalent to an array except
- * that it keeps track of which keys were accessed.
- *
- * @warning For the sake of backwards compatibility with early versions
- *     of PHP 5, you must not use the $hash[$key] syntax; if you do
- *     our version of offsetGet is never called.
- */
-class HTMLPurifier_StringHash extends ArrayObject
-{
-    protected $accessed = array();
-
-    /**
-     * Retrieves a value, and logs the access.
-     */
-    public function offsetGet($index) {
-        $this->accessed[$index] = true;
-        return parent::offsetGet($index);
-    }
-
-    /**
-     * Returns a lookup array of all array indexes that have been accessed.
-     * @return Array in form array($index => true).
-     */
-    public function getAccessed() {
-        return $this->accessed;
-    }
-
-    /**
-     * Resets the access array.
-     */
-    public function resetAccessed() {
-        $this->accessed = array();
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/StringHashParser.php b/lib/php/HTMLPurifier/StringHashParser.php
deleted file mode 100644
index f3e70c7..0000000
--- a/lib/php/HTMLPurifier/StringHashParser.php
+++ /dev/null
@@ -1,110 +0,0 @@
-<?php
-
-/**
- * Parses string hash files. File format is as such:
- *
- *      DefaultKeyValue
- *      KEY: Value
- *      KEY2: Value2
- *      --MULTILINE-KEY--
- *      Multiline
- *      value.
- *
- * Which would output something similar to:
- *
- *      array(
- *          'ID' => 'DefaultKeyValue',
- *          'KEY' => 'Value',
- *          'KEY2' => 'Value2',
- *          'MULTILINE-KEY' => "Multiline\nvalue.\n",
- *      )
- *
- * We use this as an easy to use file-format for configuration schema
- * files, but the class itself is usage agnostic.
- *
- * You can use ---- to forcibly terminate parsing of a single string-hash;
- * this marker is used in multi string-hashes to delimit boundaries.
- */
-class HTMLPurifier_StringHashParser
-{
-
-    public $default = 'ID';
-
-    /**
-     * Parses a file that contains a single string-hash.
-     */
-    public function parseFile($file) {
-        if (!file_exists($file)) return false;
-        $fh = fopen($file, 'r');
-        if (!$fh) return false;
-        $ret = $this->parseHandle($fh);
-        fclose($fh);
-        return $ret;
-    }
-
-    /**
-     * Parses a file that contains multiple string-hashes delimited by '----'
-     */
-    public function parseMultiFile($file) {
-        if (!file_exists($file)) return false;
-        $ret = array();
-        $fh = fopen($file, 'r');
-        if (!$fh) return false;
-        while (!feof($fh)) {
-            $ret[] = $this->parseHandle($fh);
-        }
-        fclose($fh);
-        return $ret;
-    }
-
-    /**
-     * Internal parser that acepts a file handle.
-     * @note While it's possible to simulate in-memory parsing by using
-     *       custom stream wrappers, if such a use-case arises we should
-     *       factor out the file handle into its own class.
-     * @param $fh File handle with pointer at start of valid string-hash
-     *            block.
-     */
-    protected function parseHandle($fh) {
-        $state   = false;
-        $single  = false;
-        $ret     = array();
-        do {
-            $line = fgets($fh);
-            if ($line === false) break;
-            $line = rtrim($line, "\n\r");
-            if (!$state && $line === '') continue;
-            if ($line === '----') break;
-            if (strncmp('--#', $line, 3) === 0) {
-                // Comment
-                continue;
-            } elseif (strncmp('--', $line, 2) === 0) {
-                // Multiline declaration
-                $state = trim($line, '- ');
-                if (!isset($ret[$state])) $ret[$state] = '';
-                continue;
-            } elseif (!$state) {
-                $single = true;
-                if (strpos($line, ':') !== false) {
-                    // Single-line declaration
-                    list($state, $line) = explode(':', $line, 2);
-                    $line = trim($line);
-                } else {
-                    // Use default declaration
-                    $state  = $this->default;
-                }
-            }
-            if ($single) {
-                $ret[$state] = $line;
-                $single = false;
-                $state  = false;
-            } else {
-                $ret[$state] .= "$line\n";
-            }
-        } while (!feof($fh));
-        return $ret;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/TagTransform.php b/lib/php/HTMLPurifier/TagTransform.php
deleted file mode 100644
index 210a447..0000000
--- a/lib/php/HTMLPurifier/TagTransform.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-
-/**
- * Defines a mutation of an obsolete tag into a valid tag.
- */
-abstract class HTMLPurifier_TagTransform
-{
-
-    /**
-     * Tag name to transform the tag to.
-     */
-    public $transform_to;
-
-    /**
-     * Transforms the obsolete tag into the valid tag.
-     * @param $tag Tag to be transformed.
-     * @param $config Mandatory HTMLPurifier_Config object
-     * @param $context Mandatory HTMLPurifier_Context object
-     */
-    abstract public function transform($tag, $config, $context);
-
-    /**
-     * Prepends CSS properties to the style attribute, creating the
-     * attribute if it doesn't exist.
-     * @warning Copied over from AttrTransform, be sure to keep in sync
-     * @param $attr Attribute array to process (passed by reference)
-     * @param $css CSS to prepend
-     */
-    protected function prependCSS(&$attr, $css) {
-        $attr['style'] = isset($attr['style']) ? $attr['style'] : '';
-        $attr['style'] = $css . $attr['style'];
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/TagTransform/Font.php b/lib/php/HTMLPurifier/TagTransform/Font.php
deleted file mode 100644
index ed24637..0000000
--- a/lib/php/HTMLPurifier/TagTransform/Font.php
+++ /dev/null
@@ -1,96 +0,0 @@
-<?php
-
-/**
- * Transforms FONT tags to the proper form (SPAN with CSS styling)
- *
- * This transformation takes the three proprietary attributes of FONT and
- * transforms them into their corresponding CSS attributes.  These are color,
- * face, and size.
- *
- * @note Size is an interesting case because it doesn't map cleanly to CSS.
- *       Thanks to
- *       http://style.cleverchimp.com/font_size_intervals/altintervals.html
- *       for reasonable mappings.
- * @warning This doesn't work completely correctly; specifically, this
- *          TagTransform operates before well-formedness is enforced, so
- *          the "active formatting elements" algorithm doesn't get applied.
- */
-class HTMLPurifier_TagTransform_Font extends HTMLPurifier_TagTransform
-{
-
-    public $transform_to = 'span';
-
-    protected $_size_lookup = array(
-        '0' => 'xx-small',
-        '1' => 'xx-small',
-        '2' => 'small',
-        '3' => 'medium',
-        '4' => 'large',
-        '5' => 'x-large',
-        '6' => 'xx-large',
-        '7' => '300%',
-        '-1' => 'smaller',
-        '-2' => '60%',
-        '+1' => 'larger',
-        '+2' => '150%',
-        '+3' => '200%',
-        '+4' => '300%'
-    );
-
-    public function transform($tag, $config, $context) {
-
-        if ($tag instanceof HTMLPurifier_Token_End) {
-            $new_tag = clone $tag;
-            $new_tag->name = $this->transform_to;
-            return $new_tag;
-        }
-
-        $attr = $tag->attr;
-        $prepend_style = '';
-
-        // handle color transform
-        if (isset($attr['color'])) {
-            $prepend_style .= 'color:' . $attr['color'] . ';';
-            unset($attr['color']);
-        }
-
-        // handle face transform
-        if (isset($attr['face'])) {
-            $prepend_style .= 'font-family:' . $attr['face'] . ';';
-            unset($attr['face']);
-        }
-
-        // handle size transform
-        if (isset($attr['size'])) {
-            // normalize large numbers
-            if ($attr['size']{0} == '+' || $attr['size']{0} == '-') {
-                $size = (int) $attr['size'];
-                if ($size < -2) $attr['size'] = '-2';
-                if ($size > 4)  $attr['size'] = '+4';
-            } else {
-                $size = (int) $attr['size'];
-                if ($size > 7) $attr['size'] = '7';
-            }
-            if (isset($this->_size_lookup[$attr['size']])) {
-                $prepend_style .= 'font-size:' .
-                  $this->_size_lookup[$attr['size']] . ';';
-            }
-            unset($attr['size']);
-        }
-
-        if ($prepend_style) {
-            $attr['style'] = isset($attr['style']) ?
-                $prepend_style . $attr['style'] :
-                $prepend_style;
-        }
-
-        $new_tag = clone $tag;
-        $new_tag->name = $this->transform_to;
-        $new_tag->attr = $attr;
-
-        return $new_tag;
-
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/TagTransform/Simple.php b/lib/php/HTMLPurifier/TagTransform/Simple.php
deleted file mode 100644
index 0e36130..0000000
--- a/lib/php/HTMLPurifier/TagTransform/Simple.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-
-/**
- * Simple transformation, just change tag name to something else,
- * and possibly add some styling. This will cover most of the deprecated
- * tag cases.
- */
-class HTMLPurifier_TagTransform_Simple extends HTMLPurifier_TagTransform
-{
-
-    protected $style;
-
-    /**
-     * @param $transform_to Tag name to transform to.
-     * @param $style CSS style to add to the tag
-     */
-    public function __construct($transform_to, $style = null) {
-        $this->transform_to = $transform_to;
-        $this->style = $style;
-    }
-
-    public function transform($tag, $config, $context) {
-        $new_tag = clone $tag;
-        $new_tag->name = $this->transform_to;
-        if (!is_null($this->style) &&
-            ($new_tag instanceof HTMLPurifier_Token_Start || $new_tag instanceof HTMLPurifier_Token_Empty)
-        ) {
-            $this->prependCSS($new_tag->attr, $this->style);
-        }
-        return $new_tag;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Token.php b/lib/php/HTMLPurifier/Token.php
deleted file mode 100644
index 7900e6c..0000000
--- a/lib/php/HTMLPurifier/Token.php
+++ /dev/null
@@ -1,57 +0,0 @@
-<?php
-
-/**
- * Abstract base token class that all others inherit from.
- */
-class HTMLPurifier_Token {
-    public $line; /**< Line number node was on in source document. Null if unknown. */
-    public $col;  /**< Column of line node was on in source document. Null if unknown. */
-
-    /**
-     * Lookup array of processing that this token is exempt from.
-     * Currently, valid values are "ValidateAttributes" and
-     * "MakeWellFormed_TagClosedError"
-     */
-    public $armor = array();
-
-    /**
-     * Used during MakeWellFormed.
-     */
-    public $skip;
-    public $rewind;
-    public $carryover;
-
-    public function __get($n) {
-      if ($n === 'type') {
-        trigger_error('Deprecated type property called; use instanceof', E_USER_NOTICE);
-        switch (get_class($this)) {
-          case 'HTMLPurifier_Token_Start':      return 'start';
-          case 'HTMLPurifier_Token_Empty':      return 'empty';
-          case 'HTMLPurifier_Token_End':        return 'end';
-          case 'HTMLPurifier_Token_Text':       return 'text';
-          case 'HTMLPurifier_Token_Comment':    return 'comment';
-          default: return null;
-        }
-      }
-    }
-
-    /**
-     * Sets the position of the token in the source document.
-     */
-    public function position($l = null, $c = null) {
-        $this->line = $l;
-        $this->col  = $c;
-    }
-
-    /**
-     * Convenience function for DirectLex settings line/col position.
-     */
-    public function rawPosition($l, $c) {
-        if ($c === -1) $l++;
-        $this->line = $l;
-        $this->col  = $c;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Token/Comment.php b/lib/php/HTMLPurifier/Token/Comment.php
deleted file mode 100644
index dc6bdca..0000000
--- a/lib/php/HTMLPurifier/Token/Comment.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-/**
- * Concrete comment token class. Generally will be ignored.
- */
-class HTMLPurifier_Token_Comment extends HTMLPurifier_Token
-{
-    public $data; /**< Character data within comment. */
-    public $is_whitespace = true;
-    /**
-     * Transparent constructor.
-     *
-     * @param $data String comment data.
-     */
-    public function __construct($data, $line = null, $col = null) {
-        $this->data = $data;
-        $this->line = $line;
-        $this->col  = $col;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Token/Empty.php b/lib/php/HTMLPurifier/Token/Empty.php
deleted file mode 100644
index 2a82b47..0000000
--- a/lib/php/HTMLPurifier/Token/Empty.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * Concrete empty token class.
- */
-class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
-{
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Token/End.php b/lib/php/HTMLPurifier/Token/End.php
deleted file mode 100644
index 353e79d..0000000
--- a/lib/php/HTMLPurifier/Token/End.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-/**
- * Concrete end token class.
- *
- * @warning This class accepts attributes even though end tags cannot. This
- * is for optimization reasons, as under normal circumstances, the Lexers
- * do not pass attributes.
- */
-class HTMLPurifier_Token_End extends HTMLPurifier_Token_Tag
-{
-    /**
-     * Token that started this node. Added by MakeWellFormed. Please
-     * do not edit this!
-     */
-    public $start;
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Token/Start.php b/lib/php/HTMLPurifier/Token/Start.php
deleted file mode 100644
index e0e14fc..0000000
--- a/lib/php/HTMLPurifier/Token/Start.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * Concrete start token class.
- */
-class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag
-{
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Token/Tag.php b/lib/php/HTMLPurifier/Token/Tag.php
deleted file mode 100644
index 798be02..0000000
--- a/lib/php/HTMLPurifier/Token/Tag.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php
-
-/**
- * Abstract class of a tag token (start, end or empty), and its behavior.
- */
-class HTMLPurifier_Token_Tag extends HTMLPurifier_Token
-{
-    /**
-     * Static bool marker that indicates the class is a tag.
-     *
-     * This allows us to check objects with <tt>!empty($obj->is_tag)</tt>
-     * without having to use a function call <tt>is_a()</tt>.
-     */
-    public $is_tag = true;
-
-    /**
-     * The lower-case name of the tag, like 'a', 'b' or 'blockquote'.
-     *
-     * @note Strictly speaking, XML tags are case sensitive, so we shouldn't
-     * be lower-casing them, but these tokens cater to HTML tags, which are
-     * insensitive.
-     */
-    public $name;
-
-    /**
-     * Associative array of the tag's attributes.
-     */
-    public $attr = array();
-
-    /**
-     * Non-overloaded constructor, which lower-cases passed tag name.
-     *
-     * @param $name String name.
-     * @param $attr Associative array of attributes.
-     */
-    public function __construct($name, $attr = array(), $line = null, $col = null) {
-        $this->name = ctype_lower($name) ? $name : strtolower($name);
-        foreach ($attr as $key => $value) {
-            // normalization only necessary when key is not lowercase
-            if (!ctype_lower($key)) {
-                $new_key = strtolower($key);
-                if (!isset($attr[$new_key])) {
-                    $attr[$new_key] = $attr[$key];
-                }
-                if ($new_key !== $key) {
-                    unset($attr[$key]);
-                }
-            }
-        }
-        $this->attr = $attr;
-        $this->line = $line;
-        $this->col  = $col;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/Token/Text.php b/lib/php/HTMLPurifier/Token/Text.php
deleted file mode 100644
index 82efd82..0000000
--- a/lib/php/HTMLPurifier/Token/Text.php
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php
-
-/**
- * Concrete text token class.
- *
- * Text tokens comprise of regular parsed character data (PCDATA) and raw
- * character data (from the CDATA sections). Internally, their
- * data is parsed with all entities expanded. Surprisingly, the text token
- * does have a "tag name" called #PCDATA, which is how the DTD represents it
- * in permissible child nodes.
- */
-class HTMLPurifier_Token_Text extends HTMLPurifier_Token
-{
-
-    public $name = '#PCDATA'; /**< PCDATA tag name compatible with DTD. */
-    public $data; /**< Parsed character data of text. */
-    public $is_whitespace; /**< Bool indicating if node is whitespace. */
-
-    /**
-     * Constructor, accepts data and determines if it is whitespace.
-     *
-     * @param $data String parsed character data.
-     */
-    public function __construct($data, $line = null, $col = null) {
-        $this->data = $data;
-        $this->is_whitespace = ctype_space($data);
-        $this->line = $line;
-        $this->col  = $col;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/TokenFactory.php b/lib/php/HTMLPurifier/TokenFactory.php
deleted file mode 100644
index 7cf48fb..0000000
--- a/lib/php/HTMLPurifier/TokenFactory.php
+++ /dev/null
@@ -1,94 +0,0 @@
-<?php
-
-/**
- * Factory for token generation.
- *
- * @note Doing some benchmarking indicates that the new operator is much
- *       slower than the clone operator (even discounting the cost of the
- *       constructor).  This class is for that optimization.
- *       Other then that, there's not much point as we don't
- *       maintain parallel HTMLPurifier_Token hierarchies (the main reason why
- *       you'd want to use an abstract factory).
- * @todo Port DirectLex to use this
- */
-class HTMLPurifier_TokenFactory
-{
-
-    /**
-     * Prototypes that will be cloned.
-     * @private
-     */
-    // p stands for prototype
-    private $p_start, $p_end, $p_empty, $p_text, $p_comment;
-
-    /**
-     * Generates blank prototypes for cloning.
-     */
-    public function __construct() {
-        $this->p_start  = new HTMLPurifier_Token_Start('', array());
-        $this->p_end    = new HTMLPurifier_Token_End('');
-        $this->p_empty  = new HTMLPurifier_Token_Empty('', array());
-        $this->p_text   = new HTMLPurifier_Token_Text('');
-        $this->p_comment= new HTMLPurifier_Token_Comment('');
-    }
-
-    /**
-     * Creates a HTMLPurifier_Token_Start.
-     * @param $name Tag name
-     * @param $attr Associative array of attributes
-     * @return Generated HTMLPurifier_Token_Start
-     */
-    public function createStart($name, $attr = array()) {
-        $p = clone $this->p_start;
-        $p->__construct($name, $attr);
-        return $p;
-    }
-
-    /**
-     * Creates a HTMLPurifier_Token_End.
-     * @param $name Tag name
-     * @return Generated HTMLPurifier_Token_End
-     */
-    public function createEnd($name) {
-        $p = clone $this->p_end;
-        $p->__construct($name);
-        return $p;
-    }
-
-    /**
-     * Creates a HTMLPurifier_Token_Empty.
-     * @param $name Tag name
-     * @param $attr Associative array of attributes
-     * @return Generated HTMLPurifier_Token_Empty
-     */
-    public function createEmpty($name, $attr = array()) {
-        $p = clone $this->p_empty;
-        $p->__construct($name, $attr);
-        return $p;
-    }
-
-    /**
-     * Creates a HTMLPurifier_Token_Text.
-     * @param $data Data of text token
-     * @return Generated HTMLPurifier_Token_Text
-     */
-    public function createText($data) {
-        $p = clone $this->p_text;
-        $p->__construct($data);
-        return $p;
-    }
-
-    /**
-     * Creates a HTMLPurifier_Token_Comment.
-     * @param $data Data of comment token
-     * @return Generated HTMLPurifier_Token_Comment
-     */
-    public function createComment($data) {
-        $p = clone $this->p_comment;
-        $p->__construct($data);
-        return $p;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URI.php b/lib/php/HTMLPurifier/URI.php
deleted file mode 100644
index 8b50d0d..0000000
--- a/lib/php/HTMLPurifier/URI.php
+++ /dev/null
@@ -1,173 +0,0 @@
-<?php
-
-/**
- * HTML Purifier's internal representation of a URI.
- * @note
- *      Internal data-structures are completely escaped. If the data needs
- *      to be used in a non-URI context (which is very unlikely), be sure
- *      to decode it first. The URI may not necessarily be well-formed until
- *      validate() is called.
- */
-class HTMLPurifier_URI
-{
-
-    public $scheme, $userinfo, $host, $port, $path, $query, $fragment;
-
-    /**
-     * @note Automatically normalizes scheme and port
-     */
-    public function __construct($scheme, $userinfo, $host, $port, $path, $query, $fragment) {
-        $this->scheme = is_null($scheme) || ctype_lower($scheme) ? $scheme : strtolower($scheme);
-        $this->userinfo = $userinfo;
-        $this->host = $host;
-        $this->port = is_null($port) ? $port : (int) $port;
-        $this->path = $path;
-        $this->query = $query;
-        $this->fragment = $fragment;
-    }
-
-    /**
-     * Retrieves a scheme object corresponding to the URI's scheme/default
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     * @return Scheme object appropriate for validating this URI
-     */
-    public function getSchemeObj($config, $context) {
-        $registry = HTMLPurifier_URISchemeRegistry::instance();
-        if ($this->scheme !== null) {
-            $scheme_obj = $registry->getScheme($this->scheme, $config, $context);
-            if (!$scheme_obj) return false; // invalid scheme, clean it out
-        } else {
-            // no scheme: retrieve the default one
-            $def = $config->getDefinition('URI');
-            $scheme_obj = $registry->getScheme($def->defaultScheme, $config, $context);
-            if (!$scheme_obj) {
-                // something funky happened to the default scheme object
-                trigger_error(
-                    'Default scheme object "' . $def->defaultScheme . '" was not readable',
-                    E_USER_WARNING
-                );
-                return false;
-            }
-        }
-        return $scheme_obj;
-    }
-
-    /**
-     * Generic validation method applicable for all schemes. May modify
-     * this URI in order to get it into a compliant form.
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     * @return True if validation/filtering succeeds, false if failure
-     */
-    public function validate($config, $context) {
-
-        // ABNF definitions from RFC 3986
-        $chars_sub_delims = '!$&\'()*+,;=';
-        $chars_gen_delims = ':/?#[]@';
-        $chars_pchar = $chars_sub_delims . ':@';
-
-        // validate scheme (MUST BE FIRST!)
-        if (!is_null($this->scheme) && is_null($this->host)) {
-            $def = $config->getDefinition('URI');
-            if ($def->defaultScheme === $this->scheme) {
-                $this->scheme = null;
-            }
-        }
-
-        // validate host
-        if (!is_null($this->host)) {
-            $host_def = new HTMLPurifier_AttrDef_URI_Host();
-            $this->host = $host_def->validate($this->host, $config, $context);
-            if ($this->host === false) $this->host = null;
-        }
-
-        // validate username
-        if (!is_null($this->userinfo)) {
-            $encoder = new HTMLPurifier_PercentEncoder($chars_sub_delims . ':');
-            $this->userinfo = $encoder->encode($this->userinfo);
-        }
-
-        // validate port
-        if (!is_null($this->port)) {
-            if ($this->port < 1 || $this->port > 65535) $this->port = null;
-        }
-
-        // validate path
-        $path_parts = array();
-        $segments_encoder = new HTMLPurifier_PercentEncoder($chars_pchar . '/');
-        if (!is_null($this->host)) {
-            // path-abempty (hier and relative)
-            $this->path = $segments_encoder->encode($this->path);
-        } elseif ($this->path !== '' && $this->path[0] === '/') {
-            // path-absolute (hier and relative)
-            if (strlen($this->path) >= 2 && $this->path[1] === '/') {
-                // This shouldn't ever happen!
-                $this->path = '';
-            } else {
-                $this->path = $segments_encoder->encode($this->path);
-            }
-        } elseif (!is_null($this->scheme) && $this->path !== '') {
-            // path-rootless (hier)
-            // Short circuit evaluation means we don't need to check nz
-            $this->path = $segments_encoder->encode($this->path);
-        } elseif (is_null($this->scheme) && $this->path !== '') {
-            // path-noscheme (relative)
-            // (once again, not checking nz)
-            $segment_nc_encoder = new HTMLPurifier_PercentEncoder($chars_sub_delims . '@');
-            $c = strpos($this->path, '/');
-            if ($c !== false) {
-                $this->path =
-                    $segment_nc_encoder->encode(substr($this->path, 0, $c)) .
-                    $segments_encoder->encode(substr($this->path, $c));
-            } else {
-                $this->path = $segment_nc_encoder->encode($this->path);
-            }
-        } else {
-            // path-empty (hier and relative)
-            $this->path = ''; // just to be safe
-        }
-
-        // qf = query and fragment
-        $qf_encoder = new HTMLPurifier_PercentEncoder($chars_pchar . '/?');
-
-        if (!is_null($this->query)) {
-            $this->query = $qf_encoder->encode($this->query);
-        }
-
-        if (!is_null($this->fragment)) {
-            $this->fragment = $qf_encoder->encode($this->fragment);
-        }
-
-        return true;
-
-    }
-
-    /**
-     * Convert URI back to string
-     * @return String URI appropriate for output
-     */
-    public function toString() {
-        // reconstruct authority
-        $authority = null;
-        if (!is_null($this->host)) {
-            $authority = '';
-            if(!is_null($this->userinfo)) $authority .= $this->userinfo . '@';
-            $authority .= $this->host;
-            if(!is_null($this->port))     $authority .= ':' . $this->port;
-        }
-
-        // reconstruct the result
-        $result = '';
-        if (!is_null($this->scheme))    $result .= $this->scheme . ':';
-        if (!is_null($authority))       $result .=  '//' . $authority;
-        $result .= $this->path;
-        if (!is_null($this->query))     $result .= '?' . $this->query;
-        if (!is_null($this->fragment))  $result .= '#' . $this->fragment;
-
-        return $result;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIDefinition.php b/lib/php/HTMLPurifier/URIDefinition.php
deleted file mode 100644
index ea2b8fe..0000000
--- a/lib/php/HTMLPurifier/URIDefinition.php
+++ /dev/null
@@ -1,93 +0,0 @@
-<?php
-
-class HTMLPurifier_URIDefinition extends HTMLPurifier_Definition
-{
-
-    public $type = 'URI';
-    protected $filters = array();
-    protected $postFilters = array();
-    protected $registeredFilters = array();
-
-    /**
-     * HTMLPurifier_URI object of the base specified at %URI.Base
-     */
-    public $base;
-
-    /**
-     * String host to consider "home" base, derived off of $base
-     */
-    public $host;
-
-    /**
-     * Name of default scheme based on %URI.DefaultScheme and %URI.Base
-     */
-    public $defaultScheme;
-
-    public function __construct() {
-        $this->registerFilter(new HTMLPurifier_URIFilter_DisableExternal());
-        $this->registerFilter(new HTMLPurifier_URIFilter_DisableExternalResources());
-        $this->registerFilter(new HTMLPurifier_URIFilter_HostBlacklist());
-        $this->registerFilter(new HTMLPurifier_URIFilter_MakeAbsolute());
-        $this->registerFilter(new HTMLPurifier_URIFilter_Munge());
-    }
-
-    public function registerFilter($filter) {
-        $this->registeredFilters[$filter->name] = $filter;
-    }
-
-    public function addFilter($filter, $config) {
-        $r = $filter->prepare($config);
-        if ($r === false) return; // null is ok, for backwards compat
-        if ($filter->post) {
-            $this->postFilters[$filter->name] = $filter;
-        } else {
-            $this->filters[$filter->name] = $filter;
-        }
-    }
-
-    protected function doSetup($config) {
-        $this->setupMemberVariables($config);
-        $this->setupFilters($config);
-    }
-
-    protected function setupFilters($config) {
-        foreach ($this->registeredFilters as $name => $filter) {
-            $conf = $config->get('URI.' . $name);
-            if ($conf !== false && $conf !== null) {
-                $this->addFilter($filter, $config);
-            }
-        }
-        unset($this->registeredFilters);
-    }
-
-    protected function setupMemberVariables($config) {
-        $this->host = $config->get('URI.Host');
-        $base_uri = $config->get('URI.Base');
-        if (!is_null($base_uri)) {
-            $parser = new HTMLPurifier_URIParser();
-            $this->base = $parser->parse($base_uri);
-            $this->defaultScheme = $this->base->scheme;
-            if (is_null($this->host)) $this->host = $this->base->host;
-        }
-        if (is_null($this->defaultScheme)) $this->defaultScheme = $config->get('URI.DefaultScheme');
-    }
-
-    public function filter(&$uri, $config, $context) {
-        foreach ($this->filters as $name => $f) {
-            $result = $f->filter($uri, $config, $context);
-            if (!$result) return false;
-        }
-        return true;
-    }
-
-    public function postFilter(&$uri, $config, $context) {
-        foreach ($this->postFilters as $name => $f) {
-            $result = $f->filter($uri, $config, $context);
-            if (!$result) return false;
-        }
-        return true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIFilter.php b/lib/php/HTMLPurifier/URIFilter.php
deleted file mode 100644
index c116f93..0000000
--- a/lib/php/HTMLPurifier/URIFilter.php
+++ /dev/null
@@ -1,45 +0,0 @@
-<?php
-
-/**
- * Chainable filters for custom URI processing.
- *
- * These filters can perform custom actions on a URI filter object,
- * including transformation or blacklisting.
- *
- * @warning This filter is called before scheme object validation occurs.
- *          Make sure, if you require a specific scheme object, you
- *          you check that it exists. This allows filters to convert
- *          proprietary URI schemes into regular ones.
- */
-abstract class HTMLPurifier_URIFilter
-{
-
-    /**
-     * Unique identifier of filter
-     */
-    public $name;
-
-    /**
-     * True if this filter should be run after scheme validation.
-     */
-    public $post = false;
-
-    /**
-     * Performs initialization for the filter
-     */
-    public function prepare($config) {return true;}
-
-    /**
-     * Filter a URI object
-     * @param $uri Reference to URI object variable
-     * @param $config Instance of HTMLPurifier_Config
-     * @param $context Instance of HTMLPurifier_Context
-     * @return bool Whether or not to continue processing: false indicates
-     *         URL is no good, true indicates continue processing. Note that
-     *         all changes are committed directly on the URI object
-     */
-    abstract public function filter(&$uri, $config, $context);
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIFilter/DisableExternal.php b/lib/php/HTMLPurifier/URIFilter/DisableExternal.php
deleted file mode 100644
index d8a39a5..0000000
--- a/lib/php/HTMLPurifier/URIFilter/DisableExternal.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class HTMLPurifier_URIFilter_DisableExternal extends HTMLPurifier_URIFilter
-{
-    public $name = 'DisableExternal';
-    protected $ourHostParts = false;
-    public function prepare($config) {
-        $our_host = $config->getDefinition('URI')->host;
-        if ($our_host !== null) $this->ourHostParts = array_reverse(explode('.', $our_host));
-    }
-    public function filter(&$uri, $config, $context) {
-        if (is_null($uri->host)) return true;
-        if ($this->ourHostParts === false) return false;
-        $host_parts = array_reverse(explode('.', $uri->host));
-        foreach ($this->ourHostParts as $i => $x) {
-            if (!isset($host_parts[$i])) return false;
-            if ($host_parts[$i] != $this->ourHostParts[$i]) return false;
-        }
-        return true;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIFilter/DisableExternalResources.php b/lib/php/HTMLPurifier/URIFilter/DisableExternalResources.php
deleted file mode 100644
index 881abc4..0000000
--- a/lib/php/HTMLPurifier/URIFilter/DisableExternalResources.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-class HTMLPurifier_URIFilter_DisableExternalResources extends HTMLPurifier_URIFilter_DisableExternal
-{
-    public $name = 'DisableExternalResources';
-    public function filter(&$uri, $config, $context) {
-        if (!$context->get('EmbeddedURI', true)) return true;
-        return parent::filter($uri, $config, $context);
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIFilter/HostBlacklist.php b/lib/php/HTMLPurifier/URIFilter/HostBlacklist.php
deleted file mode 100644
index 045aa09..0000000
--- a/lib/php/HTMLPurifier/URIFilter/HostBlacklist.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class HTMLPurifier_URIFilter_HostBlacklist extends HTMLPurifier_URIFilter
-{
-    public $name = 'HostBlacklist';
-    protected $blacklist = array();
-    public function prepare($config) {
-        $this->blacklist = $config->get('URI.HostBlacklist');
-        return true;
-    }
-    public function filter(&$uri, $config, $context) {
-        foreach($this->blacklist as $blacklisted_host_fragment) {
-            if (strpos($uri->host, $blacklisted_host_fragment) !== false) {
-                return false;
-            }
-        }
-        return true;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIFilter/MakeAbsolute.php b/lib/php/HTMLPurifier/URIFilter/MakeAbsolute.php
deleted file mode 100644
index f46ab26..0000000
--- a/lib/php/HTMLPurifier/URIFilter/MakeAbsolute.php
+++ /dev/null
@@ -1,114 +0,0 @@
-<?php
-
-// does not support network paths
-
-class HTMLPurifier_URIFilter_MakeAbsolute extends HTMLPurifier_URIFilter
-{
-    public $name = 'MakeAbsolute';
-    protected $base;
-    protected $basePathStack = array();
-    public function prepare($config) {
-        $def = $config->getDefinition('URI');
-        $this->base = $def->base;
-        if (is_null($this->base)) {
-            trigger_error('URI.MakeAbsolute is being ignored due to lack of value for URI.Base configuration', E_USER_WARNING);
-            return false;
-        }
-        $this->base->fragment = null; // fragment is invalid for base URI
-        $stack = explode('/', $this->base->path);
-        array_pop($stack); // discard last segment
-        $stack = $this->_collapseStack($stack); // do pre-parsing
-        $this->basePathStack = $stack;
-        return true;
-    }
-    public function filter(&$uri, $config, $context) {
-        if (is_null($this->base)) return true; // abort early
-        if (
-            $uri->path === '' && is_null($uri->scheme) &&
-            is_null($uri->host) && is_null($uri->query) && is_null($uri->fragment)
-        ) {
-            // reference to current document
-            $uri = clone $this->base;
-            return true;
-        }
-        if (!is_null($uri->scheme)) {
-            // absolute URI already: don't change
-            if (!is_null($uri->host)) return true;
-            $scheme_obj = $uri->getSchemeObj($config, $context);
-            if (!$scheme_obj) {
-                // scheme not recognized
-                return false;
-            }
-            if (!$scheme_obj->hierarchical) {
-                // non-hierarchal URI with explicit scheme, don't change
-                return true;
-            }
-            // special case: had a scheme but always is hierarchical and had no authority
-        }
-        if (!is_null($uri->host)) {
-            // network path, don't bother
-            return true;
-        }
-        if ($uri->path === '') {
-            $uri->path = $this->base->path;
-        } elseif ($uri->path[0] !== '/') {
-            // relative path, needs more complicated processing
-            $stack = explode('/', $uri->path);
-            $new_stack = array_merge($this->basePathStack, $stack);
-            if ($new_stack[0] !== '' && !is_null($this->base->host)) {
-                array_unshift($new_stack, '');
-            }
-            $new_stack = $this->_collapseStack($new_stack);
-            $uri->path = implode('/', $new_stack);
-        } else {
-            // absolute path, but still we should collapse
-            $uri->path = implode('/', $this->_collapseStack(explode('/', $uri->path)));
-        }
-        // re-combine
-        $uri->scheme = $this->base->scheme;
-        if (is_null($uri->userinfo)) $uri->userinfo = $this->base->userinfo;
-        if (is_null($uri->host))     $uri->host     = $this->base->host;
-        if (is_null($uri->port))     $uri->port     = $this->base->port;
-        return true;
-    }
-
-    /**
-     * Resolve dots and double-dots in a path stack
-     */
-    private function _collapseStack($stack) {
-        $result = array();
-        $is_folder = false;
-        for ($i = 0; isset($stack[$i]); $i++) {
-            $is_folder = false;
-            // absorb an internally duplicated slash
-            if ($stack[$i] == '' && $i && isset($stack[$i+1])) continue;
-            if ($stack[$i] == '..') {
-                if (!empty($result)) {
-                    $segment = array_pop($result);
-                    if ($segment === '' && empty($result)) {
-                        // error case: attempted to back out too far:
-                        // restore the leading slash
-                        $result[] = '';
-                    } elseif ($segment === '..') {
-                        $result[] = '..'; // cannot remove .. with ..
-                    }
-                } else {
-                    // relative path, preserve the double-dots
-                    $result[] = '..';
-                }
-                $is_folder = true;
-                continue;
-            }
-            if ($stack[$i] == '.') {
-                // silently absorb
-                $is_folder = true;
-                continue;
-            }
-            $result[] = $stack[$i];
-        }
-        if ($is_folder) $result[] = '';
-        return $result;
-    }
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIFilter/Munge.php b/lib/php/HTMLPurifier/URIFilter/Munge.php
deleted file mode 100644
index efa10a6..0000000
--- a/lib/php/HTMLPurifier/URIFilter/Munge.php
+++ /dev/null
@@ -1,58 +0,0 @@
-<?php
-
-class HTMLPurifier_URIFilter_Munge extends HTMLPurifier_URIFilter
-{
-    public $name = 'Munge';
-    public $post = true;
-    private $target, $parser, $doEmbed, $secretKey;
-
-    protected $replace = array();
-
-    public function prepare($config) {
-        $this->target    = $config->get('URI.' . $this->name);
-        $this->parser    = new HTMLPurifier_URIParser();
-        $this->doEmbed   = $config->get('URI.MungeResources');
-        $this->secretKey = $config->get('URI.MungeSecretKey');
-        return true;
-    }
-    public function filter(&$uri, $config, $context) {
-        if ($context->get('EmbeddedURI', true) && !$this->doEmbed) return true;
-
-        $scheme_obj = $uri->getSchemeObj($config, $context);
-        if (!$scheme_obj) return true; // ignore unknown schemes, maybe another postfilter did it
-        if (is_null($uri->host) || empty($scheme_obj->browsable)) {
-            return true;
-        }
-        // don't redirect if target host is our host
-        if ($uri->host === $config->getDefinition('URI')->host) {
-            return true;
-        }
-
-        $this->makeReplace($uri, $config, $context);
-        $this->replace = array_map('rawurlencode', $this->replace);
-
-        $new_uri = strtr($this->target, $this->replace);
-        $new_uri = $this->parser->parse($new_uri);
-        // don't redirect if the target host is the same as the
-        // starting host
-        if ($uri->host === $new_uri->host) return true;
-        $uri = $new_uri; // overwrite
-        return true;
-    }
-
-    protected function makeReplace($uri, $config, $context) {
-        $string = $uri->toString();
-        // always available
-        $this->replace['%s'] = $string;
-        $this->replace['%r'] = $context->get('EmbeddedURI', true);
-        $token = $context->get('CurrentToken', true);
-        $this->replace['%n'] = $token ? $token->name : null;
-        $this->replace['%m'] = $context->get('CurrentAttr', true);
-        $this->replace['%p'] = $context->get('CurrentCSSProperty', true);
-        // not always available
-        if ($this->secretKey) $this->replace['%t'] = sha1($this->secretKey . ':' . $string);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIParser.php b/lib/php/HTMLPurifier/URIParser.php
deleted file mode 100644
index 7179e4a..0000000
--- a/lib/php/HTMLPurifier/URIParser.php
+++ /dev/null
@@ -1,70 +0,0 @@
-<?php
-
-/**
- * Parses a URI into the components and fragment identifier as specified
- * by RFC 3986.
- */
-class HTMLPurifier_URIParser
-{
-
-    /**
-     * Instance of HTMLPurifier_PercentEncoder to do normalization with.
-     */
-    protected $percentEncoder;
-
-    public function __construct() {
-        $this->percentEncoder = new HTMLPurifier_PercentEncoder();
-    }
-
-    /**
-     * Parses a URI.
-     * @param $uri string URI to parse
-     * @return HTMLPurifier_URI representation of URI. This representation has
-     *         not been validated yet and may not conform to RFC.
-     */
-    public function parse($uri) {
-
-        $uri = $this->percentEncoder->normalize($uri);
-
-        // Regexp is as per Appendix B.
-        // Note that ["<>] are an addition to the RFC's recommended
-        // characters, because they represent external delimeters.
-        $r_URI = '!'.
-            '(([^:/?#"<>]+):)?'. // 2. Scheme
-            '(//([^/?#"<>]*))?'. // 4. Authority
-            '([^?#"<>]*)'.       // 5. Path
-            '(\?([^#"<>]*))?'.   // 7. Query
-            '(#([^"<>]*))?'.     // 8. Fragment
-            '!';
-
-        $matches = array();
-        $result = preg_match($r_URI, $uri, $matches);
-
-        if (!$result) return false; // *really* invalid URI
-
-        // seperate out parts
-        $scheme     = !empty($matches[1]) ? $matches[2] : null;
-        $authority  = !empty($matches[3]) ? $matches[4] : null;
-        $path       = $matches[5]; // always present, can be empty
-        $query      = !empty($matches[6]) ? $matches[7] : null;
-        $fragment   = !empty($matches[8]) ? $matches[9] : null;
-
-        // further parse authority
-        if ($authority !== null) {
-            $r_authority = "/^((.+?)@)?(\[[^\]]+\]|[^:]*)(:(\d*))?/";
-            $matches = array();
-            preg_match($r_authority, $authority, $matches);
-            $userinfo   = !empty($matches[1]) ? $matches[2] : null;
-            $host       = !empty($matches[3]) ? $matches[3] : '';
-            $port       = !empty($matches[4]) ? (int) $matches[5] : null;
-        } else {
-            $port = $host = $userinfo = null;
-        }
-
-        return new HTMLPurifier_URI(
-            $scheme, $userinfo, $host, $port, $path, $query, $fragment);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIScheme.php b/lib/php/HTMLPurifier/URIScheme.php
deleted file mode 100644
index 039710f..0000000
--- a/lib/php/HTMLPurifier/URIScheme.php
+++ /dev/null
@@ -1,42 +0,0 @@
-<?php
-
-/**
- * Validator for the components of a URI for a specific scheme
- */
-class HTMLPurifier_URIScheme
-{
-
-    /**
-     * Scheme's default port (integer)
-     */
-    public $default_port = null;
-
-    /**
-     * Whether or not URIs of this schem are locatable by a browser
-     * http and ftp are accessible, while mailto and news are not.
-     */
-    public $browsable = false;
-
-    /**
-     * Whether or not the URI always uses <hier_part>, resolves edge cases
-     * with making relative URIs absolute
-     */
-    public $hierarchical = false;
-
-    /**
-     * Validates the components of a URI
-     * @note This implementation should be called by children if they define
-     *       a default port, as it does port processing.
-     * @param $uri Instance of HTMLPurifier_URI
-     * @param $config HTMLPurifier_Config object
-     * @param $context HTMLPurifier_Context object
-     * @return Bool success or failure
-     */
-    public function validate(&$uri, $config, $context) {
-        if ($this->default_port == $uri->port) $uri->port = null;
-        return true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIScheme/ftp.php b/lib/php/HTMLPurifier/URIScheme/ftp.php
deleted file mode 100644
index 5849bf7..0000000
--- a/lib/php/HTMLPurifier/URIScheme/ftp.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-
-/**
- * Validates ftp (File Transfer Protocol) URIs as defined by generic RFC 1738.
- */
-class HTMLPurifier_URIScheme_ftp extends HTMLPurifier_URIScheme {
-
-    public $default_port = 21;
-    public $browsable = true; // usually
-    public $hierarchical = true;
-
-    public function validate(&$uri, $config, $context) {
-        parent::validate($uri, $config, $context);
-        $uri->query    = null;
-
-        // typecode check
-        $semicolon_pos = strrpos($uri->path, ';'); // reverse
-        if ($semicolon_pos !== false) {
-            $type = substr($uri->path, $semicolon_pos + 1); // no semicolon
-            $uri->path = substr($uri->path, 0, $semicolon_pos);
-            $type_ret = '';
-            if (strpos($type, '=') !== false) {
-                // figure out whether or not the declaration is correct
-                list($key, $typecode) = explode('=', $type, 2);
-                if ($key !== 'type') {
-                    // invalid key, tack it back on encoded
-                    $uri->path .= '%3B' . $type;
-                } elseif ($typecode === 'a' || $typecode === 'i' || $typecode === 'd') {
-                    $type_ret = ";type=$typecode";
-                }
-            } else {
-                $uri->path .= '%3B' . $type;
-            }
-            $uri->path = str_replace(';', '%3B', $uri->path);
-            $uri->path .= $type_ret;
-        }
-
-        return true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIScheme/http.php b/lib/php/HTMLPurifier/URIScheme/http.php
deleted file mode 100644
index b097a31..0000000
--- a/lib/php/HTMLPurifier/URIScheme/http.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-/**
- * Validates http (HyperText Transfer Protocol) as defined by RFC 2616
- */
-class HTMLPurifier_URIScheme_http extends HTMLPurifier_URIScheme {
-
-    public $default_port = 80;
-    public $browsable = true;
-    public $hierarchical = true;
-
-    public function validate(&$uri, $config, $context) {
-        parent::validate($uri, $config, $context);
-        $uri->userinfo = null;
-        return true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIScheme/https.php b/lib/php/HTMLPurifier/URIScheme/https.php
deleted file mode 100644
index 29e3809..0000000
--- a/lib/php/HTMLPurifier/URIScheme/https.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * Validates https (Secure HTTP) according to http scheme.
- */
-class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http {
-
-    public $default_port = 443;
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIScheme/mailto.php b/lib/php/HTMLPurifier/URIScheme/mailto.php
deleted file mode 100644
index c1e2cd5..0000000
--- a/lib/php/HTMLPurifier/URIScheme/mailto.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-// VERY RELAXED! Shouldn't cause problems, not even Firefox checks if the
-// email is valid, but be careful!
-
-/**
- * Validates mailto (for E-mail) according to RFC 2368
- * @todo Validate the email address
- * @todo Filter allowed query parameters
- */
-
-class HTMLPurifier_URIScheme_mailto extends HTMLPurifier_URIScheme {
-
-    public $browsable = false;
-
-    public function validate(&$uri, $config, $context) {
-        parent::validate($uri, $config, $context);
-        $uri->userinfo = null;
-        $uri->host     = null;
-        $uri->port     = null;
-        // we need to validate path against RFC 2368's addr-spec
-        return true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIScheme/news.php b/lib/php/HTMLPurifier/URIScheme/news.php
deleted file mode 100644
index f5f54f4..0000000
--- a/lib/php/HTMLPurifier/URIScheme/news.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-/**
- * Validates news (Usenet) as defined by generic RFC 1738
- */
-class HTMLPurifier_URIScheme_news extends HTMLPurifier_URIScheme {
-
-    public $browsable = false;
-
-    public function validate(&$uri, $config, $context) {
-        parent::validate($uri, $config, $context);
-        $uri->userinfo = null;
-        $uri->host     = null;
-        $uri->port     = null;
-        $uri->query    = null;
-        // typecode check needed on path
-        return true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URIScheme/nntp.php b/lib/php/HTMLPurifier/URIScheme/nntp.php
deleted file mode 100644
index 5bf93ea..0000000
--- a/lib/php/HTMLPurifier/URIScheme/nntp.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-/**
- * Validates nntp (Network News Transfer Protocol) as defined by generic RFC 1738
- */
-class HTMLPurifier_URIScheme_nntp extends HTMLPurifier_URIScheme {
-
-    public $default_port = 119;
-    public $browsable = false;
-
-    public function validate(&$uri, $config, $context) {
-        parent::validate($uri, $config, $context);
-        $uri->userinfo = null;
-        $uri->query    = null;
-        return true;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/URISchemeRegistry.php b/lib/php/HTMLPurifier/URISchemeRegistry.php
deleted file mode 100644
index 576bf7b..0000000
--- a/lib/php/HTMLPurifier/URISchemeRegistry.php
+++ /dev/null
@@ -1,68 +0,0 @@
-<?php
-
-/**
- * Registry for retrieving specific URI scheme validator objects.
- */
-class HTMLPurifier_URISchemeRegistry
-{
-
-    /**
-     * Retrieve sole instance of the registry.
-     * @param $prototype Optional prototype to overload sole instance with,
-     *                   or bool true to reset to default registry.
-     * @note Pass a registry object $prototype with a compatible interface and
-     *       the function will copy it and return it all further times.
-     */
-    public static function instance($prototype = null) {
-        static $instance = null;
-        if ($prototype !== null) {
-            $instance = $prototype;
-        } elseif ($instance === null || $prototype == true) {
-            $instance = new HTMLPurifier_URISchemeRegistry();
-        }
-        return $instance;
-    }
-
-    /**
-     * Cache of retrieved schemes.
-     */
-    protected $schemes = array();
-
-    /**
-     * Retrieves a scheme validator object
-     * @param $scheme String scheme name like http or mailto
-     * @param $config HTMLPurifier_Config object
-     * @param $config HTMLPurifier_Context object
-     */
-    public function getScheme($scheme, $config, $context) {
-        if (!$config) $config = HTMLPurifier_Config::createDefault();
-
-        // important, otherwise attacker could include arbitrary file
-        $allowed_schemes = $config->get('URI.AllowedSchemes');
-        if (!$config->get('URI.OverrideAllowedSchemes') &&
-            !isset($allowed_schemes[$scheme])
-        ) {
-            return;
-        }
-
-        if (isset($this->schemes[$scheme])) return $this->schemes[$scheme];
-        if (!isset($allowed_schemes[$scheme])) return;
-
-        $class = 'HTMLPurifier_URIScheme_' . $scheme;
-        if (!class_exists($class)) return;
-        $this->schemes[$scheme] = new $class();
-        return $this->schemes[$scheme];
-    }
-
-    /**
-     * Registers a custom scheme to the cache, bypassing reflection.
-     * @param $scheme Scheme name
-     * @param $scheme_obj HTMLPurifier_URIScheme object
-     */
-    public function register($scheme, $scheme_obj) {
-        $this->schemes[$scheme] = $scheme_obj;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/UnitConverter.php b/lib/php/HTMLPurifier/UnitConverter.php
deleted file mode 100644
index 545d426..0000000
--- a/lib/php/HTMLPurifier/UnitConverter.php
+++ /dev/null
@@ -1,254 +0,0 @@
-<?php
-
-/**
- * Class for converting between different unit-lengths as specified by
- * CSS.
- */
-class HTMLPurifier_UnitConverter
-{
-
-    const ENGLISH = 1;
-    const METRIC = 2;
-    const DIGITAL = 3;
-
-    /**
-     * Units information array. Units are grouped into measuring systems
-     * (English, Metric), and are assigned an integer representing
-     * the conversion factor between that unit and the smallest unit in
-     * the system. Numeric indexes are actually magical constants that
-     * encode conversion data from one system to the next, with a O(n^2)
-     * constraint on memory (this is generally not a problem, since
-     * the number of measuring systems is small.)
-     */
-    protected static $units = array(
-        self::ENGLISH => array(
-            'px' => 3, // This is as per CSS 2.1 and Firefox. Your mileage may vary
-            'pt' => 4,
-            'pc' => 48,
-            'in' => 288,
-            self::METRIC => array('pt', '0.352777778', 'mm'),
-        ),
-        self::METRIC => array(
-            'mm' => 1,
-            'cm' => 10,
-            self::ENGLISH => array('mm', '2.83464567', 'pt'),
-        ),
-    );
-
-    /**
-     * Minimum bcmath precision for output.
-     */
-    protected $outputPrecision;
-
-    /**
-     * Bcmath precision for internal calculations.
-     */
-    protected $internalPrecision;
-
-    /**
-     * Whether or not BCMath is available
-     */
-    private $bcmath;
-
-    public function __construct($output_precision = 4, $internal_precision = 10, $force_no_bcmath = false) {
-        $this->outputPrecision = $output_precision;
-        $this->internalPrecision = $internal_precision;
-        $this->bcmath = !$force_no_bcmath && function_exists('bcmul');
-    }
-
-    /**
-     * Converts a length object of one unit into another unit.
-     * @param HTMLPurifier_Length $length
-     *      Instance of HTMLPurifier_Length to convert. You must validate()
-     *      it before passing it here!
-     * @param string $to_unit
-     *      Unit to convert to.
-     * @note
-     *      About precision: This conversion function pays very special
-     *      attention to the incoming precision of values and attempts
-     *      to maintain a number of significant figure. Results are
-     *      fairly accurate up to nine digits. Some caveats:
-     *          - If a number is zero-padded as a result of this significant
-     *            figure tracking, the zeroes will be eliminated.
-     *          - If a number contains less than four sigfigs ($outputPrecision)
-     *            and this causes some decimals to be excluded, those
-     *            decimals will be added on.
-     */
-    public function convert($length, $to_unit) {
-
-        if (!$length->isValid()) return false;
-
-        $n    = $length->getN();
-        $unit = $length->getUnit();
-
-        if ($n === '0' || $unit === false) {
-            return new HTMLPurifier_Length('0', false);
-        }
-
-        $state = $dest_state = false;
-        foreach (self::$units as $k => $x) {
-            if (isset($x[$unit])) $state = $k;
-            if (isset($x[$to_unit])) $dest_state = $k;
-        }
-        if (!$state || !$dest_state) return false;
-
-        // Some calculations about the initial precision of the number;
-        // this will be useful when we need to do final rounding.
-        $sigfigs = $this->getSigFigs($n);
-        if ($sigfigs < $this->outputPrecision) $sigfigs = $this->outputPrecision;
-
-        // BCMath's internal precision deals only with decimals. Use
-        // our default if the initial number has no decimals, or increase
-        // it by how ever many decimals, thus, the number of guard digits
-        // will always be greater than or equal to internalPrecision.
-        $log = (int) floor(log(abs($n), 10));
-        $cp = ($log < 0) ? $this->internalPrecision - $log : $this->internalPrecision; // internal precision
-
-        for ($i = 0; $i < 2; $i++) {
-
-            // Determine what unit IN THIS SYSTEM we need to convert to
-            if ($dest_state === $state) {
-                // Simple conversion
-                $dest_unit = $to_unit;
-            } else {
-                // Convert to the smallest unit, pending a system shift
-                $dest_unit = self::$units[$state][$dest_state][0];
-            }
-
-            // Do the conversion if necessary
-            if ($dest_unit !== $unit) {
-                $factor = $this->div(self::$units[$state][$unit], self::$units[$state][$dest_unit], $cp);
-                $n = $this->mul($n, $factor, $cp);
-                $unit = $dest_unit;
-            }
-
-            // Output was zero, so bail out early. Shouldn't ever happen.
-            if ($n === '') {
-                $n = '0';
-                $unit = $to_unit;
-                break;
-            }
-
-            // It was a simple conversion, so bail out
-            if ($dest_state === $state) {
-                break;
-            }
-
-            if ($i !== 0) {
-                // Conversion failed! Apparently, the system we forwarded
-                // to didn't have this unit. This should never happen!
-                return false;
-            }
-
-            // Pre-condition: $i == 0
-
-            // Perform conversion to next system of units
-            $n = $this->mul($n, self::$units[$state][$dest_state][1], $cp);
-            $unit = self::$units[$state][$dest_state][2];
-            $state = $dest_state;
-
-            // One more loop around to convert the unit in the new system.
-
-        }
-
-        // Post-condition: $unit == $to_unit
-        if ($unit !== $to_unit) return false;
-
-        // Useful for debugging:
-        //echo "<pre>n";
-        //echo "$n\nsigfigs = $sigfigs\nnew_log = $new_log\nlog = $log\nrp = $rp\n</pre>\n";
-
-        $n = $this->round($n, $sigfigs);
-        if (strpos($n, '.') !== false) $n = rtrim($n, '0');
-        $n = rtrim($n, '.');
-
-        return new HTMLPurifier_Length($n, $unit);
-    }
-
-    /**
-     * Returns the number of significant figures in a string number.
-     * @param string $n Decimal number
-     * @return int number of sigfigs
-     */
-    public function getSigFigs($n) {
-        $n = ltrim($n, '0+-');
-        $dp = strpos($n, '.'); // decimal position
-        if ($dp === false) {
-            $sigfigs = strlen(rtrim($n, '0'));
-        } else {
-            $sigfigs = strlen(ltrim($n, '0.')); // eliminate extra decimal character
-            if ($dp !== 0) $sigfigs--;
-        }
-        return $sigfigs;
-    }
-
-    /**
-     * Adds two numbers, using arbitrary precision when available.
-     */
-    private function add($s1, $s2, $scale) {
-        if ($this->bcmath) return bcadd($s1, $s2, $scale);
-        else return $this->scale($s1 + $s2, $scale);
-    }
-
-    /**
-     * Multiples two numbers, using arbitrary precision when available.
-     */
-    private function mul($s1, $s2, $scale) {
-        if ($this->bcmath) return bcmul($s1, $s2, $scale);
-        else return $this->scale($s1 * $s2, $scale);
-    }
-
-    /**
-     * Divides two numbers, using arbitrary precision when available.
-     */
-    private function div($s1, $s2, $scale) {
-        if ($this->bcmath) return bcdiv($s1, $s2, $scale);
-        else return $this->scale($s1 / $s2, $scale);
-    }
-
-    /**
-     * Rounds a number according to the number of sigfigs it should have,
-     * using arbitrary precision when available.
-     */
-    private function round($n, $sigfigs) {
-        $new_log = (int) floor(log(abs($n), 10)); // Number of digits left of decimal - 1
-        $rp = $sigfigs - $new_log - 1; // Number of decimal places needed
-        $neg = $n < 0 ? '-' : ''; // Negative sign
-        if ($this->bcmath) {
-            if ($rp >= 0) {
-                $n = bcadd($n, $neg . '0.' .  str_repeat('0', $rp) . '5', $rp + 1);
-                $n = bcdiv($n, '1', $rp);
-            } else {
-                // This algorithm partially depends on the standardized
-                // form of numbers that comes out of bcmath.
-                $n = bcadd($n, $neg . '5' . str_repeat('0', $new_log - $sigfigs), 0);
-                $n = substr($n, 0, $sigfigs + strlen($neg)) . str_repeat('0', $new_log - $sigfigs + 1);
-            }
-            return $n;
-        } else {
-            return $this->scale(round($n, $sigfigs - $new_log - 1), $rp + 1);
-        }
-    }
-
-    /**
-     * Scales a float to $scale digits right of decimal point, like BCMath.
-     */
-    private function scale($r, $scale) {
-        if ($scale < 0) {
-            // The f sprintf type doesn't support negative numbers, so we
-            // need to cludge things manually. First get the string.
-            $r = sprintf('%.0f', (float) $r);
-            // Due to floating point precision loss, $r will more than likely
-            // look something like 4652999999999.9234. We grab one more digit
-            // than we need to precise from $r and then use that to round
-            // appropriately.
-            $precise = (string) round(substr($r, 0, strlen($r) + $scale), -1);
-            // Now we return it, truncating the zero that was rounded off.
-            return substr($precise, 0, -1) . str_repeat('0', -$scale + 1);
-        }
-        return sprintf('%.' . $scale . 'f', (float) $r);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/VarParser.php b/lib/php/HTMLPurifier/VarParser.php
deleted file mode 100644
index 68e72ae..0000000
--- a/lib/php/HTMLPurifier/VarParser.php
+++ /dev/null
@@ -1,154 +0,0 @@
-<?php
-
-/**
- * Parses string representations into their corresponding native PHP
- * variable type. The base implementation does a simple type-check.
- */
-class HTMLPurifier_VarParser
-{
-
-    const STRING    = 1;
-    const ISTRING   = 2;
-    const TEXT      = 3;
-    const ITEXT     = 4;
-    const INT       = 5;
-    const FLOAT     = 6;
-    const BOOL      = 7;
-    const LOOKUP    = 8;
-    const ALIST     = 9;
-    const HASH      = 10;
-    const MIXED     = 11;
-
-    /**
-     * Lookup table of allowed types. Mainly for backwards compatibility, but
-     * also convenient for transforming string type names to the integer constants.
-     */
-    static public $types = array(
-        'string'    => self::STRING,
-        'istring'   => self::ISTRING,
-        'text'      => self::TEXT,
-        'itext'     => self::ITEXT,
-        'int'       => self::INT,
-        'float'     => self::FLOAT,
-        'bool'      => self::BOOL,
-        'lookup'    => self::LOOKUP,
-        'list'      => self::ALIST,
-        'hash'      => self::HASH,
-        'mixed'     => self::MIXED
-    );
-
-    /**
-     * Lookup table of types that are string, and can have aliases or
-     * allowed value lists.
-     */
-    static public $stringTypes = array(
-        self::STRING    => true,
-        self::ISTRING   => true,
-        self::TEXT      => true,
-        self::ITEXT     => true,
-    );
-
-    /**
-     * Validate a variable according to type. Throws
-     * HTMLPurifier_VarParserException if invalid.
-     * It may return NULL as a valid type if $allow_null is true.
-     *
-     * @param $var Variable to validate
-     * @param $type Type of variable, see HTMLPurifier_VarParser->types
-     * @param $allow_null Whether or not to permit null as a value
-     * @return Validated and type-coerced variable
-     */
-    final public function parse($var, $type, $allow_null = false) {
-        if (is_string($type)) {
-            if (!isset(HTMLPurifier_VarParser::$types[$type])) {
-                throw new HTMLPurifier_VarParserException("Invalid type '$type'");
-            } else {
-                $type = HTMLPurifier_VarParser::$types[$type];
-            }
-        }
-        $var = $this->parseImplementation($var, $type, $allow_null);
-        if ($allow_null && $var === null) return null;
-        // These are basic checks, to make sure nothing horribly wrong
-        // happened in our implementations.
-        switch ($type) {
-            case (self::STRING):
-            case (self::ISTRING):
-            case (self::TEXT):
-            case (self::ITEXT):
-                if (!is_string($var)) break;
-                if ($type == self::ISTRING || $type == self::ITEXT) $var = strtolower($var);
-                return $var;
-            case (self::INT):
-                if (!is_int($var)) break;
-                return $var;
-            case (self::FLOAT):
-                if (!is_float($var)) break;
-                return $var;
-            case (self::BOOL):
-                if (!is_bool($var)) break;
-                return $var;
-            case (self::LOOKUP):
-            case (self::ALIST):
-            case (self::HASH):
-                if (!is_array($var)) break;
-                if ($type === self::LOOKUP) {
-                    foreach ($var as $k) if ($k !== true) $this->error('Lookup table contains value other than true');
-                } elseif ($type === self::ALIST) {
-                    $keys = array_keys($var);
-                    if (array_keys($keys) !== $keys) $this->error('Indices for list are not uniform');
-                }
-                return $var;
-            case (self::MIXED):
-                return $var;
-            default:
-                $this->errorInconsistent(get_class($this), $type);
-        }
-        $this->errorGeneric($var, $type);
-    }
-
-    /**
-     * Actually implements the parsing. Base implementation is to not
-     * do anything to $var. Subclasses should overload this!
-     */
-    protected function parseImplementation($var, $type, $allow_null) {
-        return $var;
-    }
-
-    /**
-     * Throws an exception.
-     */
-    protected function error($msg) {
-        throw new HTMLPurifier_VarParserException($msg);
-    }
-
-    /**
-     * Throws an inconsistency exception.
-     * @note This should not ever be called. It would be called if we
-     *       extend the allowed values of HTMLPurifier_VarParser without
-     *       updating subclasses.
-     */
-    protected function errorInconsistent($class, $type) {
-        throw new HTMLPurifier_Exception("Inconsistency in $class: ".HTMLPurifier_VarParser::getTypeName($type)." not implemented");
-    }
-
-    /**
-     * Generic error for if a type didn't work.
-     */
-    protected function errorGeneric($var, $type) {
-        $vtype = gettype($var);
-        $this->error("Expected type ".HTMLPurifier_VarParser::getTypeName($type).", got $vtype");
-    }
-
-    static public function getTypeName($type) {
-        static $lookup;
-        if (!$lookup) {
-            // Lazy load the alternative lookup table
-            $lookup = array_flip(HTMLPurifier_VarParser::$types);
-        }
-        if (!isset($lookup[$type])) return 'unknown';
-        return $lookup[$type];
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/VarParser/Flexible.php b/lib/php/HTMLPurifier/VarParser/Flexible.php
deleted file mode 100644
index c954250..0000000
--- a/lib/php/HTMLPurifier/VarParser/Flexible.php
+++ /dev/null
@@ -1,96 +0,0 @@
-<?php
-
-/**
- * Performs safe variable parsing based on types which can be used by
- * users. This may not be able to represent all possible data inputs,
- * however.
- */
-class HTMLPurifier_VarParser_Flexible extends HTMLPurifier_VarParser
-{
-
-    protected function parseImplementation($var, $type, $allow_null) {
-        if ($allow_null && $var === null) return null;
-        switch ($type) {
-            // Note: if code "breaks" from the switch, it triggers a generic
-            // exception to be thrown. Specific errors can be specifically
-            // done here.
-            case self::MIXED :
-            case self::ISTRING :
-            case self::STRING :
-            case self::TEXT :
-            case self::ITEXT :
-                return $var;
-            case self::INT :
-                if (is_string($var) && ctype_digit($var)) $var = (int) $var;
-                return $var;
-            case self::FLOAT :
-                if ((is_string($var) && is_numeric($var)) || is_int($var)) $var = (float) $var;
-                return $var;
-            case self::BOOL :
-                if (is_int($var) && ($var === 0 || $var === 1)) {
-                    $var = (bool) $var;
-                } elseif (is_string($var)) {
-                    if ($var == 'on' || $var == 'true' || $var == '1') {
-                        $var = true;
-                    } elseif ($var == 'off' || $var == 'false' || $var == '0') {
-                        $var = false;
-                    } else {
-                        throw new HTMLPurifier_VarParserException("Unrecognized value '$var' for $type");
-                    }
-                }
-                return $var;
-            case self::ALIST :
-            case self::HASH :
-            case self::LOOKUP :
-                if (is_string($var)) {
-                    // special case: technically, this is an array with
-                    // a single empty string item, but having an empty
-                    // array is more intuitive
-                    if ($var == '') return array();
-                    if (strpos($var, "\n") === false && strpos($var, "\r") === false) {
-                        // simplistic string to array method that only works
-                        // for simple lists of tag names or alphanumeric characters
-                        $var = explode(',',$var);
-                    } else {
-                        $var = preg_split('/(,|[\n\r]+)/', $var);
-                    }
-                    // remove spaces
-                    foreach ($var as $i => $j) $var[$i] = trim($j);
-                    if ($type === self::HASH) {
-                        // key:value,key2:value2
-                        $nvar = array();
-                        foreach ($var as $keypair) {
-                            $c = explode(':', $keypair, 2);
-                            if (!isset($c[1])) continue;
-                            $nvar[$c[0]] = $c[1];
-                        }
-                        $var = $nvar;
-                    }
-                }
-                if (!is_array($var)) break;
-                $keys = array_keys($var);
-                if ($keys === array_keys($keys)) {
-                    if ($type == self::ALIST) return $var;
-                    elseif ($type == self::LOOKUP) {
-                        $new = array();
-                        foreach ($var as $key) {
-                            $new[$key] = true;
-                        }
-                        return $new;
-                    } else break;
-                }
-                if ($type === self::LOOKUP) {
-                    foreach ($var as $key => $value) {
-                        $var[$key] = true;
-                    }
-                }
-                return $var;
-            default:
-                $this->errorInconsistent(__CLASS__, $type);
-        }
-        $this->errorGeneric($var, $type);
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/VarParser/Native.php b/lib/php/HTMLPurifier/VarParser/Native.php
deleted file mode 100644
index b02a6de..0000000
--- a/lib/php/HTMLPurifier/VarParser/Native.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-/**
- * This variable parser uses PHP's internal code engine. Because it does
- * this, it can represent all inputs; however, it is dangerous and cannot
- * be used by users.
- */
-class HTMLPurifier_VarParser_Native extends HTMLPurifier_VarParser
-{
-
-    protected function parseImplementation($var, $type, $allow_null) {
-        return $this->evalExpression($var);
-    }
-
-    protected function evalExpression($expr) {
-        $var = null;
-        $result = eval("\$var = $expr;");
-        if ($result === false) {
-            throw new HTMLPurifier_VarParserException("Fatal error in evaluated code");
-        }
-        return $var;
-    }
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/VarParserException.php b/lib/php/HTMLPurifier/VarParserException.php
deleted file mode 100644
index 5df3414..0000000
--- a/lib/php/HTMLPurifier/VarParserException.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * Exception type for HTMLPurifier_VarParser
- */
-class HTMLPurifier_VarParserException extends HTMLPurifier_Exception
-{
-
-}
-
-// vim: et sw=4 sts=4
diff --git a/lib/php/HTMLPurifier/tags b/lib/php/HTMLPurifier/tags
deleted file mode 100644
index 189f18b..0000000
--- a/lib/php/HTMLPurifier/tags
+++ /dev/null
@@ -1,2972 +0,0 @@
-!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
-!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
-!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
-!_TAG_PROGRAM_NAME	Exuberant Ctags	//
-!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
-!_TAG_PROGRAM_VERSION	5.7	//
-CDATACallback	Lexer.php	/^    protected static function CDATACallback($matches) {$/;"	f
-EOF	Lexer/PH5P.php	/^    private function EOF() {$/;"	f
-HTML5	Lexer/PH5P.php	/^class HTML5 {$/;"	c
-HTML5TreeConstructer	Lexer/PH5P.php	/^class HTML5TreeConstructer {$/;"	c
-HTMLPURIFIER_PREFIX	Bootstrap.php	/^    define('HTMLPURIFIER_PREFIX', realpath(dirname(__FILE__) . '\/..'));$/;"	d
-HTMLPurifier_AttrCollections	AttrCollections.php	/^class HTMLPurifier_AttrCollections$/;"	c
-HTMLPurifier_AttrDef	AttrDef.php	/^abstract class HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS	AttrDef/CSS.php	/^class HTMLPurifier_AttrDef_CSS extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_AlphaValue	AttrDef/CSS/AlphaValue.php	/^class HTMLPurifier_AttrDef_CSS_AlphaValue extends HTMLPurifier_AttrDef_CSS_Number$/;"	c
-HTMLPurifier_AttrDef_CSS_Background	AttrDef/CSS/Background.php	/^class HTMLPurifier_AttrDef_CSS_Background extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_BackgroundPosition	AttrDef/CSS/BackgroundPosition.php	/^class HTMLPurifier_AttrDef_CSS_BackgroundPosition extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_Border	AttrDef/CSS/Border.php	/^class HTMLPurifier_AttrDef_CSS_Border extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_Color	AttrDef/CSS/Color.php	/^class HTMLPurifier_AttrDef_CSS_Color extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_Composite	AttrDef/CSS/Composite.php	/^class HTMLPurifier_AttrDef_CSS_Composite extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_DenyElementDecorator	AttrDef/CSS/DenyElementDecorator.php	/^class HTMLPurifier_AttrDef_CSS_DenyElementDecorator extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_Filter	AttrDef/CSS/Filter.php	/^class HTMLPurifier_AttrDef_CSS_Filter extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_Font	AttrDef/CSS/Font.php	/^class HTMLPurifier_AttrDef_CSS_Font extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_FontFamily	AttrDef/CSS/FontFamily.php	/^class HTMLPurifier_AttrDef_CSS_FontFamily extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_ImportantDecorator	AttrDef/CSS/ImportantDecorator.php	/^class HTMLPurifier_AttrDef_CSS_ImportantDecorator extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_Length	AttrDef/CSS/Length.php	/^class HTMLPurifier_AttrDef_CSS_Length extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_ListStyle	AttrDef/CSS/ListStyle.php	/^class HTMLPurifier_AttrDef_CSS_ListStyle extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_Multiple	AttrDef/CSS/Multiple.php	/^class HTMLPurifier_AttrDef_CSS_Multiple extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_Number	AttrDef/CSS/Number.php	/^class HTMLPurifier_AttrDef_CSS_Number extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_Percentage	AttrDef/CSS/Percentage.php	/^class HTMLPurifier_AttrDef_CSS_Percentage extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_TextDecoration	AttrDef/CSS/TextDecoration.php	/^class HTMLPurifier_AttrDef_CSS_TextDecoration extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_CSS_URI	AttrDef/CSS/URI.php	/^class HTMLPurifier_AttrDef_CSS_URI extends HTMLPurifier_AttrDef_URI$/;"	c
-HTMLPurifier_AttrDef_Enum	AttrDef/Enum.php	/^class HTMLPurifier_AttrDef_Enum extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_HTML_Bool	AttrDef/HTML/Bool.php	/^class HTMLPurifier_AttrDef_HTML_Bool extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_HTML_Class	AttrDef/HTML/Class.php	/^class HTMLPurifier_AttrDef_HTML_Class extends HTMLPurifier_AttrDef_HTML_Nmtokens$/;"	c
-HTMLPurifier_AttrDef_HTML_Color	AttrDef/HTML/Color.php	/^class HTMLPurifier_AttrDef_HTML_Color extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_HTML_FrameTarget	AttrDef/HTML/FrameTarget.php	/^class HTMLPurifier_AttrDef_HTML_FrameTarget extends HTMLPurifier_AttrDef_Enum$/;"	c
-HTMLPurifier_AttrDef_HTML_ID	AttrDef/HTML/ID.php	/^class HTMLPurifier_AttrDef_HTML_ID extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_HTML_Length	AttrDef/HTML/Length.php	/^class HTMLPurifier_AttrDef_HTML_Length extends HTMLPurifier_AttrDef_HTML_Pixels$/;"	c
-HTMLPurifier_AttrDef_HTML_LinkTypes	AttrDef/HTML/LinkTypes.php	/^class HTMLPurifier_AttrDef_HTML_LinkTypes extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_HTML_MultiLength	AttrDef/HTML/MultiLength.php	/^class HTMLPurifier_AttrDef_HTML_MultiLength extends HTMLPurifier_AttrDef_HTML_Length$/;"	c
-HTMLPurifier_AttrDef_HTML_Nmtokens	AttrDef/HTML/Nmtokens.php	/^class HTMLPurifier_AttrDef_HTML_Nmtokens extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_HTML_Pixels	AttrDef/HTML/Pixels.php	/^class HTMLPurifier_AttrDef_HTML_Pixels extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_Integer	AttrDef/Integer.php	/^class HTMLPurifier_AttrDef_Integer extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_Lang	AttrDef/Lang.php	/^class HTMLPurifier_AttrDef_Lang extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_Switch	AttrDef/Switch.php	/^class HTMLPurifier_AttrDef_Switch$/;"	c
-HTMLPurifier_AttrDef_Text	AttrDef/Text.php	/^class HTMLPurifier_AttrDef_Text extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_URI	AttrDef/URI.php	/^class HTMLPurifier_AttrDef_URI extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_URI_Email	AttrDef/URI/Email.php	/^abstract class HTMLPurifier_AttrDef_URI_Email extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_URI_Email_SimpleCheck	AttrDef/URI/Email/SimpleCheck.php	/^class HTMLPurifier_AttrDef_URI_Email_SimpleCheck extends HTMLPurifier_AttrDef_URI_Email$/;"	c
-HTMLPurifier_AttrDef_URI_Host	AttrDef/URI/Host.php	/^class HTMLPurifier_AttrDef_URI_Host extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_URI_IPv4	AttrDef/URI/IPv4.php	/^class HTMLPurifier_AttrDef_URI_IPv4 extends HTMLPurifier_AttrDef$/;"	c
-HTMLPurifier_AttrDef_URI_IPv6	AttrDef/URI/IPv6.php	/^class HTMLPurifier_AttrDef_URI_IPv6 extends HTMLPurifier_AttrDef_URI_IPv4$/;"	c
-HTMLPurifier_AttrTransform	AttrTransform.php	/^abstract class HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_Background	AttrTransform/Background.php	/^class HTMLPurifier_AttrTransform_Background extends HTMLPurifier_AttrTransform {$/;"	c
-HTMLPurifier_AttrTransform_BdoDir	AttrTransform/BdoDir.php	/^class HTMLPurifier_AttrTransform_BdoDir extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_BgColor	AttrTransform/BgColor.php	/^class HTMLPurifier_AttrTransform_BgColor extends HTMLPurifier_AttrTransform {$/;"	c
-HTMLPurifier_AttrTransform_BoolToCSS	AttrTransform/BoolToCSS.php	/^class HTMLPurifier_AttrTransform_BoolToCSS extends HTMLPurifier_AttrTransform {$/;"	c
-HTMLPurifier_AttrTransform_Border	AttrTransform/Border.php	/^class HTMLPurifier_AttrTransform_Border extends HTMLPurifier_AttrTransform {$/;"	c
-HTMLPurifier_AttrTransform_EnumToCSS	AttrTransform/EnumToCSS.php	/^class HTMLPurifier_AttrTransform_EnumToCSS extends HTMLPurifier_AttrTransform {$/;"	c
-HTMLPurifier_AttrTransform_ImgRequired	AttrTransform/ImgRequired.php	/^class HTMLPurifier_AttrTransform_ImgRequired extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_ImgSpace	AttrTransform/ImgSpace.php	/^class HTMLPurifier_AttrTransform_ImgSpace extends HTMLPurifier_AttrTransform {$/;"	c
-HTMLPurifier_AttrTransform_Input	AttrTransform/Input.php	/^class HTMLPurifier_AttrTransform_Input extends HTMLPurifier_AttrTransform {$/;"	c
-HTMLPurifier_AttrTransform_Lang	AttrTransform/Lang.php	/^class HTMLPurifier_AttrTransform_Lang extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_Length	AttrTransform/Length.php	/^class HTMLPurifier_AttrTransform_Length extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_Name	AttrTransform/Name.php	/^class HTMLPurifier_AttrTransform_Name extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_NameSync	AttrTransform/NameSync.php	/^class HTMLPurifier_AttrTransform_NameSync extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_SafeEmbed	AttrTransform/SafeEmbed.php	/^class HTMLPurifier_AttrTransform_SafeEmbed extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_SafeObject	AttrTransform/SafeObject.php	/^class HTMLPurifier_AttrTransform_SafeObject extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_SafeParam	AttrTransform/SafeParam.php	/^class HTMLPurifier_AttrTransform_SafeParam extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_ScriptRequired	AttrTransform/ScriptRequired.php	/^class HTMLPurifier_AttrTransform_ScriptRequired extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTransform_Textarea	AttrTransform/Textarea.php	/^class HTMLPurifier_AttrTransform_Textarea extends HTMLPurifier_AttrTransform$/;"	c
-HTMLPurifier_AttrTypes	AttrTypes.php	/^class HTMLPurifier_AttrTypes$/;"	c
-HTMLPurifier_AttrValidator	AttrValidator.php	/^class HTMLPurifier_AttrValidator$/;"	c
-HTMLPurifier_Bootstrap	Bootstrap.php	/^class HTMLPurifier_Bootstrap$/;"	c
-HTMLPurifier_CSSDefinition	CSSDefinition.php	/^class HTMLPurifier_CSSDefinition extends HTMLPurifier_Definition$/;"	c
-HTMLPurifier_ChildDef	ChildDef.php	/^abstract class HTMLPurifier_ChildDef$/;"	c
-HTMLPurifier_ChildDef_Chameleon	ChildDef/Chameleon.php	/^class HTMLPurifier_ChildDef_Chameleon extends HTMLPurifier_ChildDef$/;"	c
-HTMLPurifier_ChildDef_Custom	ChildDef/Custom.php	/^class HTMLPurifier_ChildDef_Custom extends HTMLPurifier_ChildDef$/;"	c
-HTMLPurifier_ChildDef_Empty	ChildDef/Empty.php	/^class HTMLPurifier_ChildDef_Empty extends HTMLPurifier_ChildDef$/;"	c
-HTMLPurifier_ChildDef_Optional	ChildDef/Optional.php	/^class HTMLPurifier_ChildDef_Optional extends HTMLPurifier_ChildDef_Required$/;"	c
-HTMLPurifier_ChildDef_Required	ChildDef/Required.php	/^class HTMLPurifier_ChildDef_Required extends HTMLPurifier_ChildDef$/;"	c
-HTMLPurifier_ChildDef_StrictBlockquote	ChildDef/StrictBlockquote.php	/^class HTMLPurifier_ChildDef_StrictBlockquote extends HTMLPurifier_ChildDef_Required$/;"	c
-HTMLPurifier_ChildDef_Table	ChildDef/Table.php	/^class HTMLPurifier_ChildDef_Table extends HTMLPurifier_ChildDef$/;"	c
-HTMLPurifier_Config	Config.php	/^class HTMLPurifier_Config$/;"	c
-HTMLPurifier_ConfigSchema	ConfigSchema.php	/^class HTMLPurifier_ConfigSchema {$/;"	c
-HTMLPurifier_ConfigSchema_Builder_ConfigSchema	ConfigSchema/Builder/ConfigSchema.php	/^class HTMLPurifier_ConfigSchema_Builder_ConfigSchema$/;"	c
-HTMLPurifier_ConfigSchema_Builder_Xml	ConfigSchema/Builder/Xml.php	/^class HTMLPurifier_ConfigSchema_Builder_Xml extends XMLWriter$/;"	c
-HTMLPurifier_ConfigSchema_Exception	ConfigSchema/Exception.php	/^class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception$/;"	c
-HTMLPurifier_ConfigSchema_Interchange	ConfigSchema/Interchange.php	/^class HTMLPurifier_ConfigSchema_Interchange$/;"	c
-HTMLPurifier_ConfigSchema_InterchangeBuilder	ConfigSchema/InterchangeBuilder.php	/^class HTMLPurifier_ConfigSchema_InterchangeBuilder$/;"	c
-HTMLPurifier_ConfigSchema_Interchange_Directive	ConfigSchema/Interchange/Directive.php	/^class HTMLPurifier_ConfigSchema_Interchange_Directive$/;"	c
-HTMLPurifier_ConfigSchema_Interchange_Id	ConfigSchema/Interchange/Id.php	/^class HTMLPurifier_ConfigSchema_Interchange_Id$/;"	c
-HTMLPurifier_ConfigSchema_Validator	ConfigSchema/Validator.php	/^class HTMLPurifier_ConfigSchema_Validator$/;"	c
-HTMLPurifier_ConfigSchema_ValidatorAtom	ConfigSchema/ValidatorAtom.php	/^class HTMLPurifier_ConfigSchema_ValidatorAtom$/;"	c
-HTMLPurifier_ContentSets	ContentSets.php	/^class HTMLPurifier_ContentSets$/;"	c
-HTMLPurifier_Context	Context.php	/^class HTMLPurifier_Context$/;"	c
-HTMLPurifier_Definition	Definition.php	/^abstract class HTMLPurifier_Definition$/;"	c
-HTMLPurifier_DefinitionCache	DefinitionCache.php	/^abstract class HTMLPurifier_DefinitionCache$/;"	c
-HTMLPurifier_DefinitionCacheFactory	DefinitionCacheFactory.php	/^class HTMLPurifier_DefinitionCacheFactory$/;"	c
-HTMLPurifier_DefinitionCache_Decorator	DefinitionCache/Decorator.php	/^class HTMLPurifier_DefinitionCache_Decorator extends HTMLPurifier_DefinitionCache$/;"	c
-HTMLPurifier_DefinitionCache_Decorator_Cleanup	DefinitionCache/Decorator/Cleanup.php	/^class HTMLPurifier_DefinitionCache_Decorator_Cleanup extends$/;"	c
-HTMLPurifier_DefinitionCache_Decorator_Memory	DefinitionCache/Decorator/Memory.php	/^class HTMLPurifier_DefinitionCache_Decorator_Memory extends$/;"	c
-HTMLPurifier_DefinitionCache_Null	DefinitionCache/Null.php	/^class HTMLPurifier_DefinitionCache_Null extends HTMLPurifier_DefinitionCache$/;"	c
-HTMLPurifier_DefinitionCache_Serializer	DefinitionCache/Serializer.php	/^class HTMLPurifier_DefinitionCache_Serializer extends$/;"	c
-HTMLPurifier_Doctype	Doctype.php	/^class HTMLPurifier_Doctype$/;"	c
-HTMLPurifier_DoctypeRegistry	DoctypeRegistry.php	/^class HTMLPurifier_DoctypeRegistry$/;"	c
-HTMLPurifier_ElementDef	ElementDef.php	/^class HTMLPurifier_ElementDef$/;"	c
-HTMLPurifier_Encoder	Encoder.php	/^class HTMLPurifier_Encoder$/;"	c
-HTMLPurifier_EntityLookup	EntityLookup.php	/^class HTMLPurifier_EntityLookup {$/;"	c
-HTMLPurifier_EntityParser	EntityParser.php	/^class HTMLPurifier_EntityParser$/;"	c
-HTMLPurifier_ErrorCollector	ErrorCollector.php	/^class HTMLPurifier_ErrorCollector$/;"	c
-HTMLPurifier_ErrorStruct	ErrorStruct.php	/^class HTMLPurifier_ErrorStruct$/;"	c
-HTMLPurifier_Exception	Exception.php	/^class HTMLPurifier_Exception extends Exception$/;"	c
-HTMLPurifier_Filter	Filter.php	/^class HTMLPurifier_Filter$/;"	c
-HTMLPurifier_Filter_ExtractStyleBlocks	Filter/ExtractStyleBlocks.php	/^class HTMLPurifier_Filter_ExtractStyleBlocks extends HTMLPurifier_Filter$/;"	c
-HTMLPurifier_Filter_YouTube	Filter/YouTube.php	/^class HTMLPurifier_Filter_YouTube extends HTMLPurifier_Filter$/;"	c
-HTMLPurifier_Generator	Generator.php	/^class HTMLPurifier_Generator$/;"	c
-HTMLPurifier_HTMLDefinition	HTMLDefinition.php	/^class HTMLPurifier_HTMLDefinition extends HTMLPurifier_Definition$/;"	c
-HTMLPurifier_HTMLModule	HTMLModule.php	/^class HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModuleManager	HTMLModuleManager.php	/^class HTMLPurifier_HTMLModuleManager$/;"	c
-HTMLPurifier_HTMLModule_Bdo	HTMLModule/Bdo.php	/^class HTMLPurifier_HTMLModule_Bdo extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_CommonAttributes	HTMLModule/CommonAttributes.php	/^class HTMLPurifier_HTMLModule_CommonAttributes extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Edit	HTMLModule/Edit.php	/^class HTMLPurifier_HTMLModule_Edit extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Forms	HTMLModule/Forms.php	/^class HTMLPurifier_HTMLModule_Forms extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Hypertext	HTMLModule/Hypertext.php	/^class HTMLPurifier_HTMLModule_Hypertext extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Image	HTMLModule/Image.php	/^class HTMLPurifier_HTMLModule_Image extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Legacy	HTMLModule/Legacy.php	/^class HTMLPurifier_HTMLModule_Legacy extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_List	HTMLModule/List.php	/^class HTMLPurifier_HTMLModule_List extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Name	HTMLModule/Name.php	/^class HTMLPurifier_HTMLModule_Name extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_NonXMLCommonAttributes	HTMLModule/NonXMLCommonAttributes.php	/^class HTMLPurifier_HTMLModule_NonXMLCommonAttributes extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Object	HTMLModule/Object.php	/^class HTMLPurifier_HTMLModule_Object extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Presentation	HTMLModule/Presentation.php	/^class HTMLPurifier_HTMLModule_Presentation extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Proprietary	HTMLModule/Proprietary.php	/^class HTMLPurifier_HTMLModule_Proprietary extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Ruby	HTMLModule/Ruby.php	/^class HTMLPurifier_HTMLModule_Ruby extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_SafeEmbed	HTMLModule/SafeEmbed.php	/^class HTMLPurifier_HTMLModule_SafeEmbed extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_SafeObject	HTMLModule/SafeObject.php	/^class HTMLPurifier_HTMLModule_SafeObject extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Scripting	HTMLModule/Scripting.php	/^class HTMLPurifier_HTMLModule_Scripting extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_StyleAttribute	HTMLModule/StyleAttribute.php	/^class HTMLPurifier_HTMLModule_StyleAttribute extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Tables	HTMLModule/Tables.php	/^class HTMLPurifier_HTMLModule_Tables extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Target	HTMLModule/Target.php	/^class HTMLPurifier_HTMLModule_Target extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Text	HTMLModule/Text.php	/^class HTMLPurifier_HTMLModule_Text extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Tidy	HTMLModule/Tidy.php	/^class HTMLPurifier_HTMLModule_Tidy extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_HTMLModule_Tidy_Name	HTMLModule/Tidy/Name.php	/^class HTMLPurifier_HTMLModule_Tidy_Name extends HTMLPurifier_HTMLModule_Tidy$/;"	c
-HTMLPurifier_HTMLModule_Tidy_Proprietary	HTMLModule/Tidy/Proprietary.php	/^class HTMLPurifier_HTMLModule_Tidy_Proprietary extends HTMLPurifier_HTMLModule_Tidy$/;"	c
-HTMLPurifier_HTMLModule_Tidy_Strict	HTMLModule/Tidy/Strict.php	/^class HTMLPurifier_HTMLModule_Tidy_Strict extends HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4$/;"	c
-HTMLPurifier_HTMLModule_Tidy_Transitional	HTMLModule/Tidy/Transitional.php	/^class HTMLPurifier_HTMLModule_Tidy_Transitional extends HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4$/;"	c
-HTMLPurifier_HTMLModule_Tidy_XHTML	HTMLModule/Tidy/XHTML.php	/^class HTMLPurifier_HTMLModule_Tidy_XHTML extends HTMLPurifier_HTMLModule_Tidy$/;"	c
-HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4	HTMLModule/Tidy/XHTMLAndHTML4.php	/^class HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4 extends HTMLPurifier_HTMLModule_Tidy$/;"	c
-HTMLPurifier_HTMLModule_XMLCommonAttributes	HTMLModule/XMLCommonAttributes.php	/^class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModule$/;"	c
-HTMLPurifier_IDAccumulator	IDAccumulator.php	/^class HTMLPurifier_IDAccumulator$/;"	c
-HTMLPurifier_Injector	Injector.php	/^abstract class HTMLPurifier_Injector$/;"	c
-HTMLPurifier_Injector_AutoParagraph	Injector/AutoParagraph.php	/^class HTMLPurifier_Injector_AutoParagraph extends HTMLPurifier_Injector$/;"	c
-HTMLPurifier_Injector_DisplayLinkURI	Injector/DisplayLinkURI.php	/^class HTMLPurifier_Injector_DisplayLinkURI extends HTMLPurifier_Injector$/;"	c
-HTMLPurifier_Injector_Linkify	Injector/Linkify.php	/^class HTMLPurifier_Injector_Linkify extends HTMLPurifier_Injector$/;"	c
-HTMLPurifier_Injector_PurifierLinkify	Injector/PurifierLinkify.php	/^class HTMLPurifier_Injector_PurifierLinkify extends HTMLPurifier_Injector$/;"	c
-HTMLPurifier_Injector_RemoveEmpty	Injector/RemoveEmpty.php	/^class HTMLPurifier_Injector_RemoveEmpty extends HTMLPurifier_Injector$/;"	c
-HTMLPurifier_Injector_SafeObject	Injector/SafeObject.php	/^class HTMLPurifier_Injector_SafeObject extends HTMLPurifier_Injector$/;"	c
-HTMLPurifier_Language	Language.php	/^class HTMLPurifier_Language$/;"	c
-HTMLPurifier_LanguageFactory	LanguageFactory.php	/^class HTMLPurifier_LanguageFactory$/;"	c
-HTMLPurifier_Language_en_x_test	Language/classes/en-x-test.php	/^class HTMLPurifier_Language_en_x_test extends HTMLPurifier_Language$/;"	c
-HTMLPurifier_Length	Length.php	/^class HTMLPurifier_Length$/;"	c
-HTMLPurifier_Lexer	Lexer.php	/^class HTMLPurifier_Lexer$/;"	c
-HTMLPurifier_Lexer_DOMLex	Lexer/DOMLex.php	/^class HTMLPurifier_Lexer_DOMLex extends HTMLPurifier_Lexer$/;"	c
-HTMLPurifier_Lexer_DirectLex	Lexer/DirectLex.php	/^class HTMLPurifier_Lexer_DirectLex extends HTMLPurifier_Lexer$/;"	c
-HTMLPurifier_Lexer_PEARSax3	Lexer/PEARSax3.php	/^class HTMLPurifier_Lexer_PEARSax3 extends HTMLPurifier_Lexer$/;"	c
-HTMLPurifier_Lexer_PH5P	Lexer/PH5P.php	/^class HTMLPurifier_Lexer_PH5P extends HTMLPurifier_Lexer_DOMLex {$/;"	c
-HTMLPurifier_PercentEncoder	PercentEncoder.php	/^class HTMLPurifier_PercentEncoder$/;"	c
-HTMLPurifier_Printer	Printer.php	/^class HTMLPurifier_Printer$/;"	c
-HTMLPurifier_Printer_CSSDefinition	Printer/CSSDefinition.php	/^class HTMLPurifier_Printer_CSSDefinition extends HTMLPurifier_Printer$/;"	c
-HTMLPurifier_Printer_ConfigForm	Printer/ConfigForm.php	/^class HTMLPurifier_Printer_ConfigForm extends HTMLPurifier_Printer$/;"	c
-HTMLPurifier_Printer_ConfigForm_NullDecorator	Printer/ConfigForm.php	/^class HTMLPurifier_Printer_ConfigForm_NullDecorator extends HTMLPurifier_Printer {$/;"	c
-HTMLPurifier_Printer_ConfigForm_bool	Printer/ConfigForm.php	/^class HTMLPurifier_Printer_ConfigForm_bool extends HTMLPurifier_Printer {$/;"	c
-HTMLPurifier_Printer_ConfigForm_default	Printer/ConfigForm.php	/^class HTMLPurifier_Printer_ConfigForm_default extends HTMLPurifier_Printer {$/;"	c
-HTMLPurifier_Printer_HTMLDefinition	Printer/HTMLDefinition.php	/^class HTMLPurifier_Printer_HTMLDefinition extends HTMLPurifier_Printer$/;"	c
-HTMLPurifier_PropertyList	PropertyList.php	/^class HTMLPurifier_PropertyList$/;"	c
-HTMLPurifier_PropertyListIterator	PropertyListIterator.php	/^class HTMLPurifier_PropertyListIterator extends FilterIterator$/;"	c
-HTMLPurifier_Strategy	Strategy.php	/^abstract class HTMLPurifier_Strategy$/;"	c
-HTMLPurifier_Strategy_Composite	Strategy/Composite.php	/^abstract class HTMLPurifier_Strategy_Composite extends HTMLPurifier_Strategy$/;"	c
-HTMLPurifier_Strategy_Core	Strategy/Core.php	/^class HTMLPurifier_Strategy_Core extends HTMLPurifier_Strategy_Composite$/;"	c
-HTMLPurifier_Strategy_FixNesting	Strategy/FixNesting.php	/^class HTMLPurifier_Strategy_FixNesting extends HTMLPurifier_Strategy$/;"	c
-HTMLPurifier_Strategy_MakeWellFormed	Strategy/MakeWellFormed.php	/^class HTMLPurifier_Strategy_MakeWellFormed extends HTMLPurifier_Strategy$/;"	c
-HTMLPurifier_Strategy_RemoveForeignElements	Strategy/RemoveForeignElements.php	/^class HTMLPurifier_Strategy_RemoveForeignElements extends HTMLPurifier_Strategy$/;"	c
-HTMLPurifier_Strategy_ValidateAttributes	Strategy/ValidateAttributes.php	/^class HTMLPurifier_Strategy_ValidateAttributes extends HTMLPurifier_Strategy$/;"	c
-HTMLPurifier_StringHash	StringHash.php	/^class HTMLPurifier_StringHash extends ArrayObject$/;"	c
-HTMLPurifier_StringHashParser	StringHashParser.php	/^class HTMLPurifier_StringHashParser$/;"	c
-HTMLPurifier_TagTransform	TagTransform.php	/^abstract class HTMLPurifier_TagTransform$/;"	c
-HTMLPurifier_TagTransform_Font	TagTransform/Font.php	/^class HTMLPurifier_TagTransform_Font extends HTMLPurifier_TagTransform$/;"	c
-HTMLPurifier_TagTransform_Simple	TagTransform/Simple.php	/^class HTMLPurifier_TagTransform_Simple extends HTMLPurifier_TagTransform$/;"	c
-HTMLPurifier_Token	Token.php	/^class HTMLPurifier_Token {$/;"	c
-HTMLPurifier_TokenFactory	TokenFactory.php	/^class HTMLPurifier_TokenFactory$/;"	c
-HTMLPurifier_Token_Comment	Token/Comment.php	/^class HTMLPurifier_Token_Comment extends HTMLPurifier_Token$/;"	c
-HTMLPurifier_Token_Empty	Token/Empty.php	/^class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag$/;"	c
-HTMLPurifier_Token_End	Token/End.php	/^class HTMLPurifier_Token_End extends HTMLPurifier_Token_Tag$/;"	c
-HTMLPurifier_Token_Start	Token/Start.php	/^class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag$/;"	c
-HTMLPurifier_Token_Tag	Token/Tag.php	/^class HTMLPurifier_Token_Tag extends HTMLPurifier_Token$/;"	c
-HTMLPurifier_Token_Text	Token/Text.php	/^class HTMLPurifier_Token_Text extends HTMLPurifier_Token$/;"	c
-HTMLPurifier_URI	URI.php	/^class HTMLPurifier_URI$/;"	c
-HTMLPurifier_URIDefinition	URIDefinition.php	/^class HTMLPurifier_URIDefinition extends HTMLPurifier_Definition$/;"	c
-HTMLPurifier_URIFilter	URIFilter.php	/^abstract class HTMLPurifier_URIFilter$/;"	c
-HTMLPurifier_URIFilter_DisableExternal	URIFilter/DisableExternal.php	/^class HTMLPurifier_URIFilter_DisableExternal extends HTMLPurifier_URIFilter$/;"	c
-HTMLPurifier_URIFilter_DisableExternalResources	URIFilter/DisableExternalResources.php	/^class HTMLPurifier_URIFilter_DisableExternalResources extends HTMLPurifier_URIFilter_DisableExternal$/;"	c
-HTMLPurifier_URIFilter_HostBlacklist	URIFilter/HostBlacklist.php	/^class HTMLPurifier_URIFilter_HostBlacklist extends HTMLPurifier_URIFilter$/;"	c
-HTMLPurifier_URIFilter_MakeAbsolute	URIFilter/MakeAbsolute.php	/^class HTMLPurifier_URIFilter_MakeAbsolute extends HTMLPurifier_URIFilter$/;"	c
-HTMLPurifier_URIFilter_Munge	URIFilter/Munge.php	/^class HTMLPurifier_URIFilter_Munge extends HTMLPurifier_URIFilter$/;"	c
-HTMLPurifier_URIParser	URIParser.php	/^class HTMLPurifier_URIParser$/;"	c
-HTMLPurifier_URIScheme	URIScheme.php	/^class HTMLPurifier_URIScheme$/;"	c
-HTMLPurifier_URISchemeRegistry	URISchemeRegistry.php	/^class HTMLPurifier_URISchemeRegistry$/;"	c
-HTMLPurifier_URIScheme_ftp	URIScheme/ftp.php	/^class HTMLPurifier_URIScheme_ftp extends HTMLPurifier_URIScheme {$/;"	c
-HTMLPurifier_URIScheme_http	URIScheme/http.php	/^class HTMLPurifier_URIScheme_http extends HTMLPurifier_URIScheme {$/;"	c
-HTMLPurifier_URIScheme_https	URIScheme/https.php	/^class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http {$/;"	c
-HTMLPurifier_URIScheme_mailto	URIScheme/mailto.php	/^class HTMLPurifier_URIScheme_mailto extends HTMLPurifier_URIScheme {$/;"	c
-HTMLPurifier_URIScheme_news	URIScheme/news.php	/^class HTMLPurifier_URIScheme_news extends HTMLPurifier_URIScheme {$/;"	c
-HTMLPurifier_URIScheme_nntp	URIScheme/nntp.php	/^class HTMLPurifier_URIScheme_nntp extends HTMLPurifier_URIScheme {$/;"	c
-HTMLPurifier_UnitConverter	UnitConverter.php	/^class HTMLPurifier_UnitConverter$/;"	c
-HTMLPurifier_VarParser	VarParser.php	/^class HTMLPurifier_VarParser$/;"	c
-HTMLPurifier_VarParserException	VarParserException.php	/^class HTMLPurifier_VarParserException extends HTMLPurifier_Exception$/;"	c
-HTMLPurifier_VarParser_Flexible	VarParser/Flexible.php	/^class HTMLPurifier_VarParser_Flexible extends HTMLPurifier_VarParser$/;"	c
-HTMLPurifier_VarParser_Native	VarParser/Native.php	/^class HTMLPurifier_VarParser_Native extends HTMLPurifier_VarParser$/;"	c
-PHP_EOL	Bootstrap.php	/^            define('PHP_EOL', "\\n");$/;"	d
-PHP_EOL	Bootstrap.php	/^            define('PHP_EOL', "\\r");$/;"	d
-PHP_EOL	Bootstrap.php	/^            define('PHP_EOL', "\\r\\n");$/;"	d
-__construct	AttrCollections.php	/^    public function __construct($attr_types, $modules) {$/;"	f
-__construct	AttrDef/CSS/AlphaValue.php	/^    public function __construct() {$/;"	f
-__construct	AttrDef/CSS/Background.php	/^    public function __construct($config) {$/;"	f
-__construct	AttrDef/CSS/BackgroundPosition.php	/^    public function __construct() {$/;"	f
-__construct	AttrDef/CSS/Border.php	/^    public function __construct($config) {$/;"	f
-__construct	AttrDef/CSS/Composite.php	/^    public function __construct($defs) {$/;"	f
-__construct	AttrDef/CSS/DenyElementDecorator.php	/^    public function __construct($def, $element) {$/;"	f
-__construct	AttrDef/CSS/Filter.php	/^    public function __construct() {$/;"	f
-__construct	AttrDef/CSS/Font.php	/^    public function __construct($config) {$/;"	f
-__construct	AttrDef/CSS/ImportantDecorator.php	/^    public function __construct($def, $allow = false) {$/;"	f
-__construct	AttrDef/CSS/Length.php	/^    public function __construct($min = null, $max = null) {$/;"	f
-__construct	AttrDef/CSS/ListStyle.php	/^    public function __construct($config) {$/;"	f
-__construct	AttrDef/CSS/Multiple.php	/^    public function __construct($single, $max = 4) {$/;"	f
-__construct	AttrDef/CSS/Number.php	/^    public function __construct($non_negative = false) {$/;"	f
-__construct	AttrDef/CSS/Percentage.php	/^    public function __construct($non_negative = false) {$/;"	f
-__construct	AttrDef/CSS/URI.php	/^    public function __construct() {$/;"	f
-__construct	AttrDef/Enum.php	/^    public function __construct($/;"	f
-__construct	AttrDef/HTML/Bool.php	/^    public function __construct($name = false) {$this->name = $name;}$/;"	f
-__construct	AttrDef/HTML/FrameTarget.php	/^    public function __construct() {}$/;"	f
-__construct	AttrDef/HTML/LinkTypes.php	/^    public function __construct($name) {$/;"	f
-__construct	AttrDef/HTML/Pixels.php	/^    public function __construct($max = null) {$/;"	f
-__construct	AttrDef/Integer.php	/^    public function __construct($/;"	f
-__construct	AttrDef/Switch.php	/^    public function __construct($tag, $with_tag, $without_tag) {$/;"	f
-__construct	AttrDef/URI.php	/^    public function __construct($embeds_resource = false) {$/;"	f
-__construct	AttrDef/URI/Host.php	/^    public function __construct() {$/;"	f
-__construct	AttrTransform/BoolToCSS.php	/^    public function __construct($attr, $css) {$/;"	f
-__construct	AttrTransform/EnumToCSS.php	/^    public function __construct($attr, $enum_to_css, $case_sensitive = false) {$/;"	f
-__construct	AttrTransform/ImgSpace.php	/^    public function __construct($attr) {$/;"	f
-__construct	AttrTransform/Input.php	/^    public function __construct() {$/;"	f
-__construct	AttrTransform/Length.php	/^    public function __construct($name, $css_name = null) {$/;"	f
-__construct	AttrTransform/NameSync.php	/^    public function __construct() {$/;"	f
-__construct	AttrTransform/SafeParam.php	/^    public function __construct() {$/;"	f
-__construct	AttrTypes.php	/^    public function __construct() {$/;"	f
-__construct	ChildDef/Chameleon.php	/^    public function __construct($inline, $block) {$/;"	f
-__construct	ChildDef/Custom.php	/^    public function __construct($dtd_regex) {$/;"	f
-__construct	ChildDef/Empty.php	/^    public function __construct() {}$/;"	f
-__construct	ChildDef/Required.php	/^    public function __construct($elements) {$/;"	f
-__construct	ChildDef/Table.php	/^    public function __construct() {}$/;"	f
-__construct	Config.php	/^    public function __construct($definition, $parent = null) {$/;"	f
-__construct	ConfigSchema.php	/^    public function __construct() {$/;"	f
-__construct	ConfigSchema/Interchange/Id.php	/^    public function __construct($key) {$/;"	f
-__construct	ConfigSchema/InterchangeBuilder.php	/^    public function __construct($varParser = null) {$/;"	f
-__construct	ConfigSchema/Validator.php	/^    public function __construct() {$/;"	f
-__construct	ConfigSchema/ValidatorAtom.php	/^    public function __construct($context, $obj, $member) {$/;"	f
-__construct	ContentSets.php	/^    public function __construct($modules) {$/;"	f
-__construct	DefinitionCache.php	/^    public function __construct($type) {$/;"	f
-__construct	DefinitionCache/Decorator.php	/^    public function __construct() {}$/;"	f
-__construct	Doctype.php	/^    public function __construct($name = null, $xml = true, $modules = array(),$/;"	f
-__construct	Encoder.php	/^    private function __construct() {$/;"	f
-__construct	ErrorCollector.php	/^    public function __construct($context) {$/;"	f
-__construct	Filter/ExtractStyleBlocks.php	/^    public function __construct() {$/;"	f
-__construct	Generator.php	/^    public function __construct($config, $context) {$/;"	f
-__construct	HTMLDefinition.php	/^    public function __construct() {$/;"	f
-__construct	HTMLModuleManager.php	/^    public function __construct() {$/;"	f
-__construct	Language.php	/^    public function __construct($config, $context) {$/;"	f
-__construct	Length.php	/^    public function __construct($n = '0', $u = false) {$/;"	f
-__construct	Lexer.php	/^    public function __construct() {$/;"	f
-__construct	Lexer/DOMLex.php	/^    public function __construct() {$/;"	f
-__construct	Lexer/PH5P.php	/^    public function __construct($data) {$/;"	f
-__construct	Lexer/PH5P.php	/^    public function __construct() {$/;"	f
-__construct	PercentEncoder.php	/^    public function __construct($preserve = false) {$/;"	f
-__construct	Printer.php	/^    public function __construct() {$/;"	f
-__construct	Printer/ConfigForm.php	/^    public function __construct($/;"	f
-__construct	Printer/ConfigForm.php	/^    public function __construct($obj) {$/;"	f
-__construct	PropertyList.php	/^    public function __construct($parent = null) {$/;"	f
-__construct	PropertyListIterator.php	/^    public function __construct(Iterator $iterator, $filter = null) {$/;"	f
-__construct	Strategy/Composite.php	/^    abstract public function __construct();$/;"	f
-__construct	Strategy/Core.php	/^    public function __construct() {$/;"	f
-__construct	TagTransform/Simple.php	/^    public function __construct($transform_to, $style = null) {$/;"	f
-__construct	Token/Comment.php	/^    public function __construct($data, $line = null, $col = null) {$/;"	f
-__construct	Token/Tag.php	/^    public function __construct($name, $attr = array(), $line = null, $col = null) {$/;"	f
-__construct	Token/Text.php	/^    public function __construct($data, $line = null, $col = null) {$/;"	f
-__construct	TokenFactory.php	/^    public function __construct() {$/;"	f
-__construct	URI.php	/^    public function __construct($scheme, $userinfo, $host, $port, $path, $query, $fragment) {$/;"	f
-__construct	URIDefinition.php	/^    public function __construct() {$/;"	f
-__construct	URIParser.php	/^    public function __construct() {$/;"	f
-__construct	UnitConverter.php	/^    public function __construct($output_precision = 4, $internal_precision = 10, $force_no_bcmath = false) {$/;"	f
-__get	Token.php	/^    public function __get($n) {$/;"	f
-_checkNeedsP	Injector/AutoParagraph.php	/^    private function _checkNeedsP($current) {$/;"	f
-_collapseStack	URIFilter/MakeAbsolute.php	/^    private function _collapseStack($stack) {$/;"	f
-_compileRegex	ChildDef/Custom.php	/^    protected function _compileRegex() {$/;"	f
-_findUnused	ConfigSchema/InterchangeBuilder.php	/^    protected function _findUnused($hash) {$/;"	f
-_isInline	Injector/AutoParagraph.php	/^    private function _isInline($token) {$/;"	f
-_listify	Config.php	/^    private function _listify($lookup) {$/;"	f
-_loadRegex	AttrDef/URI/IPv4.php	/^    protected function _loadRegex() {$/;"	f
-_loaded	Language.php	/^    public $_loaded = false;$/;"	v
-_mergeAssocArray	ElementDef.php	/^    private function _mergeAssocArray(&$a1, $a2) {$/;"	f
-_pLookAhead	Injector/AutoParagraph.php	/^    private function _pLookAhead() {$/;"	f
-_pStart	Injector/AutoParagraph.php	/^    private function _pStart() {$/;"	f
-_prepareDir	DefinitionCache/Serializer.php	/^    private function _prepareDir($config) {$/;"	f
-_renderStruct	ErrorCollector.php	/^    private function _renderStruct(&$ret, $struct, $line = null, $col = null) {$/;"	f
-_scriptFix	Generator.php	/^    private $_scriptFix = false;$/;"	v
-_size_lookup	TagTransform/Font.php	/^    protected $_size_lookup = array($/;"	v
-_special_dec2str	EntityParser.php	/^    protected $_special_dec2str =$/;"	v
-_special_ent2dec	EntityParser.php	/^    protected $_special_ent2dec =$/;"	v
-_special_entity2str	Lexer.php	/^    protected $_special_entity2str =$/;"	v
-_splitText	Injector/AutoParagraph.php	/^    private function _splitText($data, &$result) {$/;"	f
-_stacks	ErrorCollector.php	/^    protected $_stacks = array(array());$/;"	v
-_storage	Context.php	/^    private $_storage = array();$/;"	v
-_styleMatches	Filter/ExtractStyleBlocks.php	/^    private $_styleMatches = array();$/;"	v
-_substituteEntitiesRegex	EntityParser.php	/^    protected $_substituteEntitiesRegex =$/;"	v
-_testPermissions	DefinitionCache/Serializer.php	/^    private function _testPermissions($dir) {$/;"	f
-_whitespace	Lexer/DirectLex.php	/^    protected $_whitespace = "\\x20\\x09\\x0D\\x0A";$/;"	v
-_write	DefinitionCache/Serializer.php	/^    private function _write($file, $data) {$/;"	f
-_xhtml	Generator.php	/^    private $_xhtml = true;$/;"	v
-a	AttrDef/URI/Host.php	/^        $a   = '[a-z]';     \/\/ alpha$/;"	v
-a	Config.php	/^    public function get($key, $a = null) {$/;"	v
-a	Config.php	/^    public function set($key, $value, $a = null) {$/;"	v
-a	HTMLModule/Hypertext.php	/^        $a = $this->addElement($/;"	v
-aIP	AttrDef/URI/IPv6.php	/^                        $aIP = substr($aIP, 0, 0-strlen($find[0]));$/;"	v
-aIP	AttrDef/URI/IPv6.php	/^                $aIP = $first;$/;"	v
-aIP	AttrDef/URI/IPv6.php	/^                $aIP = explode(':', $aIP[0]);$/;"	v
-aIP	AttrDef/URI/IPv6.php	/^                $aIP = substr($aIP, 0, 0-strlen($find[0]));$/;"	v
-aIP	AttrDef/URI/IPv6.php	/^        $aIP = explode('::', $aIP);$/;"	v
-a_formatting	Lexer/PH5P.php	/^    private $a_formatting  = array();$/;"	v
-a_pos	Lexer/PH5P.php	/^                                $a_pos = array_search($node, $this->a_formatting, true);$/;"	v
-accept	PropertyListIterator.php	/^    public function accept() {$/;"	f
-accepts	Token/End.php	/^ * @warning This class accepts attributes even though end tags cannot. This$/;"	c
-accessed	ConfigSchema/InterchangeBuilder.php	/^        $accessed = $hash->getAccessed();$/;"	v
-accessed	StringHash.php	/^    protected $accessed = array();$/;"	v
-activated_levels	HTMLModule/Tidy.php	/^        $activated_levels = array();$/;"	v
-add	ConfigSchema.php	/^    public function add($key, $default, $type, $allow_null) {$/;"	f
-add	ContentSets.php	/^                $add = array();$/;"	v
-add	DefinitionCache.php	/^    abstract public function add($def, $config);$/;"	f
-add	DefinitionCache/Decorator.php	/^    public function add($def, $config) {$/;"	f
-add	DefinitionCache/Decorator/Cleanup.php	/^    public function add($def, $config) {$/;"	f
-add	DefinitionCache/Decorator/Memory.php	/^    public function add($def, $config) {$/;"	f
-add	DefinitionCache/Null.php	/^    public function add($def, $config) {$/;"	f
-add	DefinitionCache/Serializer.php	/^    public function add($def, $config) {$/;"	f
-add	IDAccumulator.php	/^    public function add($id) {$/;"	f
-add	UnitConverter.php	/^    private function add($s1, $s2, $scale) {$/;"	f
-addAlias	ConfigSchema.php	/^    public function addAlias($key, $new_key) {$/;"	f
-addAllowedValues	ConfigSchema.php	/^    public function addAllowedValues($key, $allowed) {$/;"	f
-addAttribute	HTMLDefinition.php	/^    public function addAttribute($element_name, $attr_name, $def) {$/;"	f
-addBlankElement	HTMLDefinition.php	/^    public function addBlankElement($element_name) {$/;"	f
-addBlankElement	HTMLModule.php	/^    public function addBlankElement($element) {$/;"	f
-addDecorator	DefinitionCacheFactory.php	/^    public function addDecorator($decorator) {$/;"	f
-addDirective	ConfigSchema/Interchange.php	/^    public function addDirective($directive) {$/;"	f
-addElement	HTMLDefinition.php	/^    public function addElement($element_name, $type, $contents, $attr_collections, $attributes) {$/;"	f
-addElement	HTMLModule.php	/^    public function addElement($element, $type, $contents, $attr_includes = array(), $attr = array()) {$/;"	f
-addElementToContentSet	HTMLModule.php	/^    public function addElementToContentSet($element, $type) {$/;"	f
-addError	ErrorStruct.php	/^    public function addError($severity, $message) {$/;"	f
-addFilter	URIDefinition.php	/^    public function addFilter($filter, $config) {$/;"	f
-addModule	HTMLModuleManager.php	/^    public function addModule($module) {$/;"	f
-addParam	Injector/SafeObject.php	/^    protected $addParam = array($/;"	v
-addPrefix	HTMLModuleManager.php	/^    public function addPrefix($prefix) {$/;"	f
-addValueAliases	ConfigSchema.php	/^    public function addValueAliases($key, $aliases) {$/;"	f
-add_fixes	HTMLModule/Tidy.php	/^        $add_fixes    = $config->get('HTML.TidyAdd');$/;"	v
-address	HTMLModule/Legacy.php	/^        $address = $this->addBlankElement('address');$/;"	v
-af_part1	Lexer/PH5P.php	/^                        $af_part1 = array_slice($this->a_formatting, 0, $bookmark - 1);$/;"	v
-af_part2	Lexer/PH5P.php	/^                        $af_part2 = array_slice($this->a_formatting, $bookmark, count($this->a_formatting));$/;"	v
-afterAttributeNameState	Lexer/PH5P.php	/^    private function afterAttributeNameState() {$/;"	f
-afterBody	Lexer/PH5P.php	/^    private function afterBody($token) {$/;"	f
-afterDoctypeNameState	Lexer/PH5P.php	/^    private function afterDoctypeNameState() {$/;"	f
-afterFrameset	Lexer/PH5P.php	/^    private function afterFrameset($token) {$/;"	f
-afterHead	Lexer/PH5P.php	/^    private function afterHead($token) {$/;"	f
-alias	ConfigSchema.php	/^        foreach ($aliases as $alias => $real) {$/;"	v
-alias	ConfigSchema/Validator.php	/^            foreach ($d->valueAliases as $alias => $real) {$/;"	v
-alias	ConfigSchema/Validator.php	/^        foreach ($d->valueAliases as $alias => $real) {$/;"	v
-aliases	ConfigSchema/Interchange/Directive.php	/^    public $aliases = array();$/;"	v
-aliases	ConfigSchema/InterchangeBuilder.php	/^            $aliases = preg_split('\/\\s*,\\s*\/', $raw_aliases);$/;"	v
-aliases	Doctype.php	/^    public $aliases = array();$/;"	v
-aliases	DoctypeRegistry.php	/^        if (!is_array($aliases)) $aliases = array($aliases);$/;"	v
-align	HTMLModule/Legacy.php	/^        $align = 'Enum#left,right,center,justify';$/;"	v
-align_lookup	HTMLModule/Tidy/XHTMLAndHTML4.php	/^            $align_lookup = array();$/;"	v
-align_values	HTMLModule/Tidy/XHTMLAndHTML4.php	/^            $align_values = array('left', 'right', 'center', 'justify');$/;"	v
-all	Printer.php	/^        $all = $config->getAll();$/;"	v
-all	Printer/ConfigForm.php	/^        $all = array();$/;"	v
-all_whitespace	ChildDef/Required.php	/^            $all_whitespace = false; \/\/ phew, we're not talking about whitespace$/;"	v
-all_whitespace	ChildDef/Required.php	/^        $all_whitespace = true;$/;"	v
-allow	AttrDef/CSS/ImportantDecorator.php	/^    public function __construct($def, $allow = false) {$/;"	v
-allow_empty	ChildDef/Custom.php	/^    public $allow_empty = false;$/;"	v
-allow_empty	ChildDef/Empty.php	/^    public $allow_empty = true;$/;"	v
-allow_empty	ChildDef/Optional.php	/^    public $allow_empty = true;$/;"	v
-allow_empty	ChildDef/Required.php	/^    public $allow_empty = false;$/;"	v
-allow_empty	ChildDef/StrictBlockquote.php	/^    public $allow_empty = true;$/;"	v
-allow_empty	ChildDef/Table.php	/^    public $allow_empty = false;$/;"	v
-allow_important	CSSDefinition.php	/^        $allow_important = $config->get('CSS.AllowImportant');$/;"	v
-allow_null	Config.php	/^            $allow_null = isset($def->allow_null);$/;"	v
-allow_null	Config.php	/^            $allow_null = true;$/;"	v
-allow_null	Printer/ConfigForm.php	/^                    $allow_null = $def < 0;$/;"	v
-allow_null	Printer/ConfigForm.php	/^                    $allow_null = isset($def->allow_null);$/;"	v
-allow_null	VarParser.php	/^    final public function parse($var, $type, $allow_null = false) {$/;"	v
-allowed	AttrDef/HTML/Class.php	/^        $allowed = $config->get('Attr.AllowedClasses');$/;"	v
-allowed	AttrDef/HTML/LinkTypes.php	/^        $allowed = $config->get('Attr.' . $this->name);$/;"	v
-allowed	Config.php	/^             if (is_string($allowed)) $allowed = array($allowed);$/;"	v
-allowed	Config.php	/^        $allowed = HTMLPurifier_Config::getAllowedDirectivesForForm($allowed, $schema);$/;"	v
-allowed	HTMLDefinition.php	/^            $allowed = $config->get('HTML.Allowed');$/;"	v
-allowed	Printer/ConfigForm.php	/^        $allowed = HTMLPurifier_Config::getAllowedDirectivesForForm($allowed, $config->def);$/;"	v
-allowed	Printer/ConfigForm.php	/^    public function render($config, $allowed = true, $render_controls = true) {$/;"	v
-allowedParam	Injector/SafeObject.php	/^    protected $allowedParam = array($/;"	v
-allowedUnits	Length.php	/^    protected static $allowedUnits = array($/;"	v
-allowed_attributes	CSSDefinition.php	/^        $allowed_attributes = $config->get('CSS.AllowedProperties');$/;"	v
-allowed_attributes	HTMLDefinition.php	/^        $allowed_attributes = $config->get('HTML.AllowedAttributes'); \/\/ retrieve early$/;"	v
-allowed_attributes_mutable	HTMLDefinition.php	/^        $allowed_attributes_mutable = $allowed_attributes; \/\/ by copy!$/;"	v
-allowed_directives	Config.php	/^             $allowed_directives = array();$/;"	v
-allowed_elements	HTMLDefinition.php	/^        $allowed_elements = $config->get('HTML.AllowedElements');$/;"	v
-allowed_ns	Config.php	/^             $allowed_ns = array();$/;"	v
-allowed_schemes	URISchemeRegistry.php	/^        $allowed_schemes = $config->get('URI.AllowedSchemes');$/;"	v
-allowed_values	AttrDef/CSS/TextDecoration.php	/^        static $allowed_values = array($/;"	v
-allowsElement	Injector.php	/^    public function allowsElement($name) {$/;"	f
-also	Injector.php	/^     * the injector. This function also checks if the HTML environment$/;"	f
-alt	AttrTransform/ImgRequired.php	/^                $alt = $config->get('Attr.DefaultImageAlt');$/;"	v
-an	AttrDef/URI/Host.php	/^        $an  = '[a-z0-9]';  \/\/ alphanum$/;"	v
-and	AttrDef/URI/Host.php	/^        $and = '[a-z0-9-]'; \/\/ alphanum | "-"$/;"	v
-and	URISchemeRegistry.php	/^     * @note Pass a registry object $prototype with a compatible interface and$/;"	i
-anon	DoctypeRegistry.php	/^            $anon = new HTMLPurifier_Doctype($doctype);$/;"	v
-append	Lexer/PH5P.php	/^    private function insertElement($token, $append = true, $check = false) {$/;"	v
-appendToRealParent	Lexer/PH5P.php	/^    private function appendToRealParent($node) {$/;"	f
-args	ErrorCollector.php	/^            $args = func_get_args();$/;"	v
-args	ErrorCollector.php	/^        $args = array();$/;"	v
-args	Language.php	/^    public function formatMessage($key, $args = array()) {$/;"	v
-armor	Token.php	/^    public $armor = array();$/;"	v
-armorUrl	Filter/YouTube.php	/^    protected function armorUrl($url) {$/;"	f
-array	Config.php	/^        $array = parse_ini_file($filename, true);$/;"	v
-array	Config.php	/^        if ($index !== false) $array = (isset($array[$index]) && is_array($array[$index])) ? $array[$index] : array();$/;"	v
-array	ContentSets.php	/^        $array = explode('|', str_replace(' ', '', $string));$/;"	v
-array	Lexer/DOMLex.php	/^        $array = array();$/;"	v
-array	Lexer/DirectLex.php	/^        $array  = array(); \/\/ return assoc array of attributes$/;"	v
-array	Lexer/DirectLex.php	/^        $array = array(); \/\/ result array$/;"	v
-array	Printer/ConfigForm.php	/^                    $array = $value;$/;"	v
-as	Lexer.php	/^     * You should be able to treat the output of this function as$/;"	f
-ascii_fix	Encoder.php	/^            $ascii_fix = HTMLPurifier_Encoder::testEncodingSupportsASCII($encoding);$/;"	v
-assertAlnum	ConfigSchema/ValidatorAtom.php	/^    public function assertAlnum() {$/;"	f
-assertIsArray	ConfigSchema/ValidatorAtom.php	/^    public function assertIsArray() {$/;"	f
-assertIsBool	ConfigSchema/ValidatorAtom.php	/^    public function assertIsBool() {$/;"	f
-assertIsLookup	ConfigSchema/ValidatorAtom.php	/^    public function assertIsLookup() {$/;"	f
-assertIsString	ConfigSchema/ValidatorAtom.php	/^    public function assertIsString() {$/;"	f
-assertNotEmpty	ConfigSchema/ValidatorAtom.php	/^    public function assertNotEmpty() {$/;"	f
-assertNotNull	ConfigSchema/ValidatorAtom.php	/^    public function assertNotNull() {$/;"	f
-associated	Language/messages/en-x-testmini.php	/^\/\/ this language file has no class associated with it$/;"	c
-at	Encoder.php	/^     * @note Based on Feyd's function at$/;"	f
-attr	AttrValidator.php	/^            $attr = $transform->transform($o = $attr, $config, $context);$/;"	v
-attr	AttrValidator.php	/^        $attr = $token->attr;$/;"	v
-attr	ElementDef.php	/^    public $attr = array();$/;"	v
-attr	ErrorCollector.php	/^        $attr  = $this->context->get('CurrentAttr', true);$/;"	v
-attr	Generator.php	/^            $attr = $this->generateAttributes($token->attr, $token->name);$/;"	v
-attr	HTMLDefinition.php	/^                $attr = false;$/;"	v
-attr	HTMLDefinition.php	/^                foreach ($info->attr as $attr => $x) {$/;"	v
-attr	HTMLDefinition.php	/^            $attr = explode('|', $attr);$/;"	v
-attr	HTMLDefinition.php	/^            $attr = substr($attr, 0, strlen($attr) - 1); \/\/ remove trailing ]$/;"	v
-attr	HTMLDefinition.php	/^            foreach ($info->attr as $attr => $x) {$/;"	v
-attr	HTMLDefinition.php	/^            foreach ($this->info_global_attr as $attr => $x) {$/;"	v
-attr	HTMLModule/Edit.php	/^        $attr = array($/;"	v
-attr	HTMLModule/Tidy.php	/^                    $attr = $params['attr'];$/;"	v
-attr	Lexer/DOMLex.php	/^        $attr = $node->hasAttributes() ?$/;"	v
-attr	Lexer/DirectLex.php	/^                    $attr = $this->parseAttributeString($/;"	v
-attr	Lexer/DirectLex.php	/^                    $attr = array();$/;"	v
-attr	Lexer/PH5P.php	/^                        $attr = $token['attr'];$/;"	v
-attr	Printer.php	/^    protected function element($tag, $contents, $attr = array(), $escape = true) {$/;"	v
-attr	Printer.php	/^    protected function elementEmpty($tag, $attr = array()) {$/;"	v
-attr	Printer.php	/^    protected function start($tag, $attr = array()) {$/;"	v
-attr	Printer/ConfigForm.php	/^                $attr = array('for' => "{$this->name}:$ns.$directive");$/;"	v
-attr	Printer/ConfigForm.php	/^                $attr = array();$/;"	v
-attr	Printer/ConfigForm.php	/^        $attr = array($/;"	v
-attr	Printer/HTMLDefinition.php	/^            $attr = array();$/;"	v
-attr	TagTransform/Font.php	/^        $attr = $tag->attr;$/;"	v
-attr	Token/Tag.php	/^    public $attr = array();$/;"	v
-attr	Token/Tag.php	/^    public function __construct($name, $attr = array(), $line = null, $col = null) {$/;"	v
-attr	TokenFactory.php	/^    public function createEmpty($name, $attr = array()) {$/;"	v
-attr	TokenFactory.php	/^    public function createStart($name, $attr = array()) {$/;"	v
-attr_collections	HTMLModule.php	/^    public $attr_collections = array();$/;"	v
-attr_collections	HTMLModule/Bdo.php	/^    public $attr_collections = array($/;"	v
-attr_collections	HTMLModule/CommonAttributes.php	/^    public $attr_collections = array($/;"	v
-attr_collections	HTMLModule/NonXMLCommonAttributes.php	/^    public $attr_collections = array($/;"	v
-attr_collections	HTMLModule/StyleAttribute.php	/^    public $attr_collections = array($/;"	v
-attr_collections	HTMLModule/XMLCommonAttributes.php	/^    public $attr_collections = array($/;"	v
-attr_i	AttrCollections.php	/^                foreach ($coll as $attr_i => $attr) {$/;"	v
-attr_includes	HTMLModule.php	/^            else $attr_includes = array($attr_includes);$/;"	v
-attr_includes	HTMLModule.php	/^            if (empty($attr_includes)) $attr_includes = array();$/;"	v
-attr_includes	HTMLModule.php	/^    public function addElement($element, $type, $contents, $attr_includes = array(), $attr = array()) {$/;"	v
-attr_key	AttrValidator.php	/^        $attr_key = false;$/;"	v
-attr_key	AttrValidator.php	/^        foreach ($attr as $attr_key => $value) {$/;"	v
-attr_name	HTMLModuleManager.php	/^        foreach ($def->attr as $attr_name => $attr_def) {$/;"	v
-attr_transform_post	ElementDef.php	/^    public $attr_transform_post = array();$/;"	v
-attr_transform_pre	ElementDef.php	/^    public $attr_transform_pre = array();$/;"	v
-attr_validator	Strategy/RemoveForeignElements.php	/^        $attr_validator = new HTMLPurifier_AttrValidator();$/;"	v
-attribute	AttrDef/HTML/Class.php	/^ * Implements special behavior for class attribute (normally NMTOKENS)$/;"	c
-attribute	HTMLDefinition.php	/^                            $attribute = htmlspecialchars($bits[1]);$/;"	v
-attribute	HTMLDefinition.php	/^                        $attribute = htmlspecialchars($bits[0]);$/;"	v
-attributeNameState	Lexer/PH5P.php	/^    private function attributeNameState() {$/;"	f
-attributeValueDoubleQuotedState	Lexer/PH5P.php	/^    private function attributeValueDoubleQuotedState() {$/;"	f
-attributeValueSingleQuotedState	Lexer/PH5P.php	/^    private function attributeValueSingleQuotedState() {$/;"	f
-attributeValueUnquotedState	Lexer/PH5P.php	/^    private function attributeValueUnquotedState() {$/;"	f
-attribute_string	Lexer/DirectLex.php	/^                $attribute_string =$/;"	v
-attributes	HTMLDefinition.php	/^        $attributes = array();$/;"	v
-authority	URI.php	/^            $authority = '';$/;"	v
-authority	URI.php	/^        $authority = null;$/;"	v
-authority	URIParser.php	/^        $authority  = !empty($matches[3]) ? $matches[4] : null;$/;"	v
-autoFinalize	Config.php	/^    public $autoFinalize = true;$/;"	v
-autoFinalize	Config.php	/^    public function autoFinalize() {$/;"	f
-autoclose	ElementDef.php	/^    public $autoclose = array();$/;"	v
-autoclose	Strategy/MakeWellFormed.php	/^                        $autoclose = !isset($elements[$token->name]);$/;"	v
-autoclose	Strategy/MakeWellFormed.php	/^                        $autoclose = false;$/;"	v
-autoload	Bootstrap.php	/^        $autoload = array('HTMLPurifier_Bootstrap', 'autoload');$/;"	v
-autoload	Bootstrap.php	/^    public static function autoload($class) {$/;"	f
-b	HTMLModule/Presentation.php	/^        $b = $this->addElement('b',      'Inline', 'Inline', 'Common');$/;"	v
-background	AttrTransform/Background.php	/^        $background = $this->confiscateAttr($attr, 'background');$/;"	v
-backtrace	Config.php	/^        $backtrace = debug_backtrace();$/;"	v
-backward	Injector.php	/^    protected function backward(&$i, &$current) {$/;"	f
-base	DefinitionCache/Serializer.php	/^            $base = $this->generateBaseDirectoryPath($config);$/;"	v
-base	DefinitionCache/Serializer.php	/^        $base = $config->get('Cache.SerializerPath');$/;"	v
-base	DefinitionCache/Serializer.php	/^        $base = $this->generateBaseDirectoryPath($config);$/;"	v
-base	DefinitionCache/Serializer.php	/^        $base = is_null($base) ? HTMLPURIFIER_PREFIX . '\/HTMLPurifier\/DefinitionCache\/Serializer' : $base;$/;"	v
-basePathStack	URIFilter/MakeAbsolute.php	/^    protected $basePathStack = array();$/;"	v
-base_uri	URIDefinition.php	/^        $base_uri = $config->get('URI.Base');$/;"	v
-based	AttrDef/URI/Email/SimpleCheck.php	/^ * Primitive email validation class based on the regexp found at$/;"	c
-batch	Config.php	/^            $batch = $this->getBatch($namespace);$/;"	v
-bdo	HTMLModule/Bdo.php	/^        $bdo = $this->addElement($/;"	v
-because	EntityParser.php	/^     * @notice We try to avoid calling this function because otherwise, it$/;"	f
-beforeAttributeNameState	Lexer/PH5P.php	/^    private function beforeAttributeNameState() {$/;"	f
-beforeAttributeValueState	Lexer/PH5P.php	/^    private function beforeAttributeValueState() {$/;"	f
-beforeDoctypeNameState	Lexer/PH5P.php	/^    private function beforeDoctypeNameState() {$/;"	f
-beforeHead	Lexer/PH5P.php	/^    private function beforeHead($token) {$/;"	f
-bgcolor	AttrTransform/BgColor.php	/^        $bgcolor = $this->confiscateAttr($attr, 'bgcolor');$/;"	v
-big	HTMLModule/Presentation.php	/^        $big = $this->addElement('big',    'Inline', 'Inline', 'Common');$/;"	v
-bits	AttrDef/CSS/Background.php	/^        $bits = explode(' ', strtolower($string)); \/\/ bits to process$/;"	v
-bits	AttrDef/CSS/BackgroundPosition.php	/^        $bits = explode(' ', $string);$/;"	v
-bits	AttrDef/CSS/Border.php	/^        $bits = explode(' ', $string);$/;"	v
-bits	AttrDef/CSS/Font.php	/^        $bits = explode(' ', $string); \/\/ bits to process$/;"	v
-bits	AttrDef/CSS/ListStyle.php	/^        $bits = explode(' ', strtolower($string)); \/\/ bits to process$/;"	v
-bits	HTMLDefinition.php	/^                $bits = preg_split('\/[.@]\/', $elattr, 2);$/;"	v
-bits	Injector/Linkify.php	/^        $bits = preg_split('#((?:https?|ftp):\/\/[^\\s\\'"<>()]+)#S', $token->data, -1, PREG_SPLIT_DELIM_CAPTURE);$/;"	v
-bits	Injector/PurifierLinkify.php	/^        $bits = preg_split('#%([a-z0-9]+\\.[a-z0-9]+)#Si', $token->data, -1, PREG_SPLIT_DELIM_CAPTURE);$/;"	v
-blacklist	URIFilter/HostBlacklist.php	/^    protected $blacklist = array();$/;"	v
-blacklisted_directives	Config.php	/^             $blacklisted_directives = array();$/;"	v
-blk	AttrDef/URI/IPv6.php	/^        $blk = '(?:' . $hex . '{1,4})';$/;"	v
-block_wrap_end	ChildDef/StrictBlockquote.php	/^        $block_wrap_end   = new HTMLPurifier_Token_End(  $def->info_block_wrapper);$/;"	v
-block_wrap_start	ChildDef/StrictBlockquote.php	/^        $block_wrap_start = new HTMLPurifier_Token_Start($def->info_block_wrapper);$/;"	v
-block_wrapper	HTMLDefinition.php	/^        $block_wrapper = $config->get('HTML.BlockWrapper');$/;"	v
-blockquote	HTMLModule/Legacy.php	/^        $blockquote = $this->addBlankElement('blockquote');$/;"	v
-bogusCommentState	Lexer/PH5P.php	/^    private function bogusCommentState() {$/;"	f
-bogusDoctypeState	Lexer/PH5P.php	/^    private function bogusDoctypeState() {$/;"	f
-bookmark	Lexer/PH5P.php	/^                                $bookmark = array_search($node, $this->a_formatting, true) + 1;$/;"	v
-bookmark	Lexer/PH5P.php	/^                        $bookmark = $fe_af_pos;$/;"	v
-border_color	CSSDefinition.php	/^        $border_color =$/;"	v
-border_style	CSSDefinition.php	/^        $border_style =$/;"	v
-border_width	AttrTransform/Border.php	/^        $border_width = $this->confiscateAttr($attr, 'border');$/;"	v
-border_width	CSSDefinition.php	/^        $border_width =$/;"	v
-br	HTMLModule/Legacy.php	/^        $br = $this->addBlankElement('br');$/;"	v
-browsable	URIScheme.php	/^    public $browsable = false;$/;"	v
-browsable	URIScheme/ftp.php	/^    public $browsable = true; \/\/ usually$/;"	v
-browsable	URIScheme/http.php	/^    public $browsable = true;$/;"	v
-browsable	URIScheme/mailto.php	/^    public $browsable = false;$/;"	v
-browsable	URIScheme/news.php	/^    public $browsable = false;$/;"	v
-browsable	URIScheme/nntp.php	/^    public $browsable = false;$/;"	v
-build	ConfigSchema/Builder/ConfigSchema.php	/^    public function build($interchange) {$/;"	f
-build	ConfigSchema/Builder/Xml.php	/^    public function build($interchange) {$/;"	f
-build	ConfigSchema/InterchangeBuilder.php	/^    public function build($interchange, $hash) {$/;"	f
-build	IDAccumulator.php	/^    public static function build($config, $context) {$/;"	f
-buildDirective	ConfigSchema/Builder/Xml.php	/^    public function buildDirective($directive) {$/;"	f
-buildDirective	ConfigSchema/InterchangeBuilder.php	/^    public function buildDirective($interchange, $hash) {$/;"	f
-buildFile	ConfigSchema/InterchangeBuilder.php	/^    public function buildFile($interchange, $file) {$/;"	f
-buildFromDirectory	ConfigSchema/InterchangeBuilder.php	/^    public static function buildFromDirectory($dir = null) {$/;"	f
-builder	ConfigSchema/InterchangeBuilder.php	/^        $builder     = new HTMLPurifier_ConfigSchema_InterchangeBuilder();$/;"	v
-button	HTMLModule/Forms.php	/^        $button = $this->addElement('button', 'Formctrl', 'Optional: #PCDATA | Heading | List | Block | Inline', 'Common', array($/;"	v
-bypass	Encoder.php	/^    public static function testEncodingSupportsASCII($encoding, $bypass = false) {$/;"	v
-bytesleft	Encoder.php	/^                $bytesleft = 0;$/;"	v
-bytesleft	Encoder.php	/^                $bytesleft = 1;$/;"	v
-bytesleft	Encoder.php	/^                $bytesleft = 2;$/;"	v
-bytesleft	Encoder.php	/^                $bytesleft = 3;$/;"	v
-bytesleft	Encoder.php	/^        $bytesleft = 0;$/;"	v
-bytevalue	Encoder.php	/^            $bytevalue = ord( $str[$i] );$/;"	v
-c	AttrDef/CSS/FontFamily.php	/^                for ($i = 0, $c = strlen($font); $i < $c; $i++) {$/;"	v
-c	AttrDef/CSS/Length.php	/^            $c = $length->compareTo($this->max);$/;"	v
-c	AttrDef/CSS/Length.php	/^            $c = $length->compareTo($this->min);$/;"	v
-c	AttrDef/URI/IPv6.php	/^        $c = count($aIP);$/;"	v
-c	Encoder.php	/^            $c = chr($i); \/\/ UTF-8 char$/;"	v
-c	HTMLDefinition.php	/^                $c = count($bits);$/;"	v
-c	HTMLModule/Tidy.php	/^        for ($i = 1, $c = count($this->levels); $i < $c; $i++) {$/;"	v
-c	Injector/AutoParagraph.php	/^        $c = count($raw_paragraphs);$/;"	v
-c	Injector/Linkify.php	/^        \/\/ $c = count$/;"	v
-c	Injector/Linkify.php	/^        for ($i = 0, $c = count($bits), $l = false; $i < $c; $i++, $l = !$l) {$/;"	v
-c	Injector/PurifierLinkify.php	/^        \/\/ $c = count$/;"	v
-c	Injector/PurifierLinkify.php	/^        for ($i = 0, $c = count($bits), $l = false; $i < $c; $i++, $l = !$l) {$/;"	v
-c	Injector/RemoveEmpty.php	/^        for ($i = $this->inputIndex + 1, $c = count($this->inputTokens); $i < $c; $i++) {$/;"	v
-c	Language.php	/^        for ($i = 0, $c = count($array); $i < $c; $i++) {$/;"	v
-c	PercentEncoder.php	/^            for ($i = 0, $c = strlen($preserve); $i < $c; $i++) {$/;"	v
-c	PercentEncoder.php	/^        for ($i = 0, $c = strlen($string); $i < $c; $i++) {$/;"	v
-c	Strategy/MakeWellFormed.php	/^            $c = count($skipped_tags);$/;"	v
-c	Token.php	/^    public function position($l = null, $c = null) {$/;"	v
-c	URI.php	/^            $c = strpos($this->path, '\/');$/;"	v
-c	VarParser/Flexible.php	/^                            $c = explode(':', $keypair, 2);$/;"	v
-cache	Config.php	/^        $cache = $factory->create($type, $this);$/;"	v
-cache	DefinitionCacheFactory.php	/^            $cache = $new_cache;$/;"	v
-cache	DefinitionCacheFactory.php	/^            $cache = new $class($type);$/;"	v
-cache	DefinitionCacheFactory.php	/^            $cache = new HTMLPurifier_DefinitionCache_Serializer($type);$/;"	v
-cache	LanguageFactory.php	/^            $cache = array();$/;"	v
-cache	LanguageFactory.php	/^            $cache = compact($this->keys);$/;"	v
-caches	DefinitionCacheFactory.php	/^    protected $caches = array('Serializer' => array());$/;"	v
-call	Token/Tag.php	/^     * without having to use a function call <tt>is_a()<\/tt>.$/;"	f
-callbackArmorCommentEntities	Lexer/DOMLex.php	/^    public function callbackArmorCommentEntities($matches) {$/;"	f
-callbackUndoCommentSubst	Lexer/DOMLex.php	/^    public function callbackUndoCommentSubst($matches) {$/;"	f
-calls	DefinitionCache.php	/^        return $config->version . ',' . \/\/ possibly replace with function calls$/;"	f
-can	AttrDef/CSS/Multiple.php	/^ * lengths to be specified.  This class can take a vanilla border-width$/;"	c
-caption	ChildDef/Table.php	/^                            $caption = $collection;$/;"	v
-caption	ChildDef/Table.php	/^        $caption = false;$/;"	v
-caption	HTMLModule/Legacy.php	/^        $caption = $this->addBlankElement('caption');$/;"	v
-carryover	Strategy/MakeWellFormed.php	/^                        $carryover = true;$/;"	v
-carryover	Strategy/MakeWellFormed.php	/^                    $carryover = false;$/;"	v
-caseSensitive	AttrTransform/EnumToCSS.php	/^    protected $caseSensitive = false;$/;"	v
-case_sensitive	AttrDef/Enum.php	/^    protected $case_sensitive = false; \/\/ values according to W3C spec$/;"	v
-case_sensitive	AttrDef/HTML/FrameTarget.php	/^    protected $case_sensitive = false;$/;"	v
-case_sensitive	AttrTransform/EnumToCSS.php	/^    public function __construct($attr, $enum_to_css, $case_sensitive = false) {$/;"	v
-cat	Lexer/PH5P.php	/^                        $cat  = $this->getElementCategory($node->tagName);$/;"	v
-category	Lexer/PH5P.php	/^                            $category = $this->getElementCategory($node);$/;"	v
-category	Lexer/PH5P.php	/^                            $category = $this->getElementCategory($this->stack[$s]->nodeName);$/;"	v
-caught	AttrDef/CSS/Background.php	/^        $caught = array();$/;"	v
-caught	AttrDef/CSS/Font.php	/^        $caught = array(); \/\/ which stage 0 properties have we caught?$/;"	v
-caught	AttrDef/CSS/ListStyle.php	/^        $caught = array();$/;"	v
-cell_align	HTMLModule/Tables.php	/^        $cell_align = array($/;"	v
-cell_col	HTMLModule/Tables.php	/^        $cell_col = array_merge($/;"	v
-cell_t	HTMLModule/Tables.php	/^        $cell_t = array_merge($/;"	v
-char	AttrDef/CSS/FontFamily.php	/^                            $char = HTMLPurifier_Encoder::unichr(hexdec($code));$/;"	v
-char	Encoder.php	/^                        $char = '';$/;"	v
-char	Encoder.php	/^                    $char = '';$/;"	v
-char	Encoder.php	/^                    $char ='';$/;"	v
-char	Encoder.php	/^        $char = '';$/;"	v
-char	Lexer/DOMLex.php	/^            $char = '[^a-z!\\\/]';$/;"	v
-char	Lexer/DirectLex.php	/^                $char = @$string[$cursor];$/;"	v
-char	Lexer/DirectLex.php	/^                if ($char == '"' || $char == "'") {$/;"	v
-char	Lexer/PH5P.php	/^                        $char = 0;$/;"	v
-char	Lexer/PH5P.php	/^                        $char = 1;$/;"	v
-char	Lexer/PH5P.php	/^                $char = $this->char();$/;"	v
-char	Lexer/PH5P.php	/^            $char = $this->char();$/;"	v
-char	Lexer/PH5P.php	/^            $char = substr($this->data, $this->char, $len);$/;"	v
-char	Lexer/PH5P.php	/^        $char = $this->char();$/;"	v
-char	Lexer/PH5P.php	/^        $char = $this->character($this->char);$/;"	v
-char	Lexer/PH5P.php	/^        $char = (!$entity) ? '&' : $entity;$/;"	v
-char	Lexer/PH5P.php	/^        $char = (!$entity)$/;"	v
-char	Lexer/PH5P.php	/^    private function char() {$/;"	f
-char_class	Lexer/PH5P.php	/^                        $char_class = '0-9';$/;"	v
-char_class	Lexer/PH5P.php	/^                        $char_class = '0-9A-Fa-f';$/;"	v
-character	Lexer/PH5P.php	/^    private function character($s, $l = 0) {$/;"	f
-characters	Lexer/PH5P.php	/^    private function characters($char_class, $start) {$/;"	f
-chars_gen_delims	URI.php	/^        $chars_gen_delims = ':\/?#[]@';$/;"	v
-chars_pchar	URI.php	/^        $chars_pchar = $chars_sub_delims . ':@';$/;"	v
-chars_sub_delims	URI.php	/^        $chars_sub_delims = '!$&\\'()*+,;=';$/;"	v
-chatty	Config.php	/^    public $chatty = true;$/;"	v
-checkDefType	DefinitionCache.php	/^    public function checkDefType($def) {$/;"	f
-checkNeeded	Injector.php	/^    public function checkNeeded($config) {$/;"	f
-checks	Injector.php	/^     * This function checks if the HTML environment$/;"	f
-child	Lexer/PH5P.php	/^                            $child = $furthest_block->firstChild;$/;"	v
-child_tokens	Strategy/FixNesting.php	/^            $child_tokens = array();$/;"	v
-child_tokens	Strategy/FixNesting.php	/^            if ($result === true || $child_tokens === $result) {$/;"	v
-children	ErrorStruct.php	/^    public $children = array();$/;"	v
-chmod	DefinitionCache/Serializer.php	/^                $chmod = '775';$/;"	v
-chmod	DefinitionCache/Serializer.php	/^                $chmod = '777';$/;"	v
-chunks	HTMLDefinition.php	/^        $chunks = preg_split('\/(,|[\\n\\r]+)\/', $list);$/;"	v
-class	AttrDef/HTML/Pixels.php	/^        $class = get_class($this);$/;"	v
-class	DefinitionCacheFactory.php	/^            $class = "HTMLPurifier_DefinitionCache_Decorator_$decorator";$/;"	v
-class	HTMLModuleManager.php	/^                    $class = "HTMLPurifier_Injector_$injector";$/;"	v
-class	LanguageFactory.php	/^            $class = 'HTMLPurifier_Language_' . $pcode;$/;"	v
-class	Printer.php	/^        $class = str_replace($prefix, '', get_class($obj));$/;"	v
-class	URISchemeRegistry.php	/^        $class = 'HTMLPurifier_URIScheme_' . $scheme;$/;"	v
-cleanCSS	Filter/ExtractStyleBlocks.php	/^    public function cleanCSS($css, $config, $context) {$/;"	f
-cleanUTF8	Encoder.php	/^    public static function cleanUTF8($str, $force_php = false) {$/;"	f
-cleanup	DefinitionCache.php	/^    abstract public function cleanup($config);$/;"	f
-cleanup	DefinitionCache/Decorator.php	/^    public function cleanup($config) {$/;"	f
-cleanup	DefinitionCache/Null.php	/^    public function cleanup($config) {$/;"	f
-cleanup	DefinitionCache/Serializer.php	/^    public function cleanup($config) {$/;"	f
-clear	Lexer/PH5P.php	/^        $clear = array('html', 'table');$/;"	v
-clear	Lexer/PH5P.php	/^        $clear = array('tbody', 'tfoot', 'thead', 'html');$/;"	v
-clear	Lexer/PH5P.php	/^        $clear = array('tr', 'html');$/;"	v
-clearStackToTableContext	Lexer/PH5P.php	/^    private function clearStackToTableContext($elements) {$/;"	f
-clearTheActiveFormattingElementsUpToTheLastMarker	Lexer/PH5P.php	/^    private function clearTheActiveFormattingElementsUpToTheLastMarker() {$/;"	f
-clear_fix	Encoder.php	/^                $clear_fix = array();$/;"	v
-clone	Lexer/PH5P.php	/^                                $clone = $node->cloneNode();$/;"	v
-clone	Lexer/PH5P.php	/^                        $clone = $formatting_element->cloneNode();$/;"	v
-clone	Lexer/PH5P.php	/^            $clone = $entry->cloneNode();$/;"	v
-closeCell	Lexer/PH5P.php	/^    private function closeCell() {$/;"	f
-closeHandler	Lexer/PEARSax3.php	/^    public function closeHandler(&$parser, $name) {$/;"	f
-closeTagOpenState	Lexer/PH5P.php	/^    private function closeTagOpenState() {$/;"	f
-code	AttrDef/CSS/FontFamily.php	/^                            $code = $font[$i];$/;"	v
-code	Bootstrap.php	/^            $code = str_replace('_', '-', substr($class, 22));$/;"	v
-code	EntityParser.php	/^            $code = $is_hex ? hexdec($matches[1]) : (int) $matches[2];$/;"	v
-code	HTMLModule/Text.php	/^        $code = $this->addElement('code',    'Inline', 'Inline', 'Common');$/;"	v
-code	Language.php	/^    public $code = 'en';$/;"	v
-code	LanguageFactory.php	/^            $code = $this->validator->validate($/;"	v
-code	LanguageFactory.php	/^            $code = $this->validator->validate($code, $config, $context);$/;"	v
-code	LanguageFactory.php	/^        if ($code === false) $code = 'en'; \/\/ malformed code becomes English$/;"	v
-code	LanguageFactory.php	/^    public function create($config, $context, $code = false) {$/;"	v
-col	ErrorCollector.php	/^            foreach ($col_array as $col => $struct) {$/;"	v
-col	ErrorCollector.php	/^        $col   = $token ? $token->col  : $this->context->get('CurrentCol',  true);$/;"	v
-coll_i	AttrCollections.php	/^            foreach ($module->attr_collections as $coll_i => $coll) {$/;"	v
-collect	Lexer/DOMLex.php	/^    protected function tokenizeDOM($node, &$tokens, $collect = false) {$/;"	v
-collection	ChildDef/Table.php	/^                    $collection = array();$/;"	v
-collection	ChildDef/Table.php	/^        $collection = array(); \/\/ collected nodes$/;"	v
-color	AttrDef/CSS/Color.php	/^                $color = '#' . $color;$/;"	v
-color	AttrDef/CSS/Color.php	/^            $color = "rgb($new_triad)";$/;"	v
-color	AttrDef/CSS/Color.php	/^        $color = trim($color);$/;"	v
-colors	AttrDef/CSS/Color.php	/^        if ($colors === null) $colors = $config->get('Core.ColorKeywords');$/;"	v
-colors	AttrDef/CSS/Color.php	/^        static $colors = null;$/;"	v
-colors	AttrDef/HTML/Color.php	/^        if ($colors === null) $colors = $config->get('Core.ColorKeywords');$/;"	v
-colors	AttrDef/HTML/Color.php	/^        static $colors = null;$/;"	v
-cols	ChildDef/Table.php	/^        $cols    = array();$/;"	v
-cols	Printer/ConfigForm.php	/^    public $cols = 18;$/;"	v
-comment	Lexer/DOMLex.php	/^            $comment = "\/<!--(.*?)(-->|\\z)\/is";$/;"	v
-comment	Lexer/PH5P.php	/^            $comment = $this->dom->createComment($token['data']);$/;"	v
-comment	Lexer/PH5P.php	/^        $comment = $this->dom->createComment($data);$/;"	v
-commentDashState	Lexer/PH5P.php	/^    private function commentDashState() {$/;"	f
-commentEndState	Lexer/PH5P.php	/^    private function commentEndState() {$/;"	f
-commentState	Lexer/PH5P.php	/^    private function commentState() {$/;"	f
-common	HTMLModuleManager.php	/^        $common = array($/;"	v
-common_ancestor	Lexer/PH5P.php	/^                        $common_ancestor = $this->stack[$fe_s_pos - 1];$/;"	v
-compare	DefinitionCache.php	/^        $compare = version_compare($version, $config->version);$/;"	v
-compareTo	Length.php	/^    public function compareTo($l) {$/;"	f
-compat	Bootstrap.php	/^            $compat = version_compare(PHP_VERSION, '5.1.2', '<=') &&$/;"	v
-compress	Printer/ConfigForm.php	/^    protected $compress = false;$/;"	v
-cond	Lexer/PH5P.php	/^                $cond = isset($entity);$/;"	v
-cond	Lexer/PH5P.php	/^                $cond = strlen($e_name) > 0;$/;"	v
-conf	URIDefinition.php	/^            $conf = $config->get('URI.' . $name);$/;"	v
-config	Config.php	/^        $config = HTMLPurifier_Config::create($ret, $schema);$/;"	v
-config	Config.php	/^        $config = new HTMLPurifier_Config($definition);$/;"	v
-config	Printer/ConfigForm.php	/^            $config = $config[1];$/;"	v
-config	URISchemeRegistry.php	/^        if (!$config) $config = HTMLPurifier_Config::createDefault();$/;"	v
-configLookup	AttrDef/HTML/LinkTypes.php	/^        $configLookup = array($/;"	v
-confiscateAttr	AttrTransform.php	/^    public function confiscateAttr(&$attr, $key) {$/;"	f
-content	ChildDef/Table.php	/^        $content = array();$/;"	v
-content_model	ContentSets.php	/^        $content_model = $def->content_model;$/;"	v
-content_model	HTMLModule.php	/^        $content_model = trim($content_model);$/;"	v
-content_model_type	HTMLModule.php	/^        $content_model_type = strtolower(trim($content_model_type));$/;"	v
-content_sets	HTMLModule.php	/^    public $content_sets = array();$/;"	v
-content_sets	HTMLModule/Forms.php	/^    public $content_sets = array($/;"	v
-content_sets	HTMLModule/List.php	/^    public $content_sets = array('Flow' => 'List');$/;"	v
-content_sets	HTMLModule/Scripting.php	/^    public $content_sets = array('Block' => 'script | noscript', 'Inline' => 'script | noscript');$/;"	v
-content_sets	HTMLModule/Text.php	/^    public $content_sets = array($/;"	v
-contents	HTMLModule/Edit.php	/^        $contents = 'Chameleon: #PCDATA | Inline ! #PCDATA | Flow';$/;"	v
-context	ConfigSchema/Validator.php	/^    protected $context = array();$/;"	v
-context	ErrorCollector.php	/^            $context = array_pop($context_stack);$/;"	v
-context	Printer.php	/^        $context = new HTMLPurifier_Context();$/;"	v
-context	Printer/HTMLDefinition.php	/^        $context = new HTMLPurifier_Context();$/;"	v
-context_stack	ErrorCollector.php	/^        $context_stack = array(array());$/;"	v
-convert	UnitConverter.php	/^    public function convert($length, $to_unit) {$/;"	f
-convertFromUTF8	Encoder.php	/^    public static function convertFromUTF8($str, $config, $context) {$/;"	f
-convertToASCIIDumbLossless	Encoder.php	/^    public static function convertToASCIIDumbLossless($str) {$/;"	f
-convertToLookup	ContentSets.php	/^    protected function convertToLookup($string) {$/;"	f
-convertToUTF8	Encoder.php	/^    public static function convertToUTF8($str, $config, $context) {$/;"	f
-converter	Length.php	/^            $converter = new HTMLPurifier_UnitConverter();$/;"	v
-copy	DefinitionCache/Decorator.php	/^    public function copy() {$/;"	f
-copy	DefinitionCache/Decorator/Cleanup.php	/^    public function copy() {$/;"	f
-copy	DefinitionCache/Decorator/Memory.php	/^    public function copy() {$/;"	f
-could	AttrDef/CSS/TextDecoration.php	/^ * @note This class could be generalized into a version that acts sort of$/;"	c
-cp	UnitConverter.php	/^        $cp = ($log < 0) ? $this->internalPrecision - $log : $this->internalPrecision; \/\/ internal precision$/;"	v
-create	Config.php	/^    public static function create($config, $schema = null) {$/;"	f
-create	DefinitionCacheFactory.php	/^    public function create($type, $config) {$/;"	f
-create	ElementDef.php	/^    public static function create($content_model, $content_model_type, $attr) {$/;"	f
-create	LanguageFactory.php	/^    public function create($config, $context, $code = false) {$/;"	f
-create	Lexer.php	/^    public static function create($config) {$/;"	f
-createComment	TokenFactory.php	/^    public function createComment($data) {$/;"	f
-createDefault	Config.php	/^    public static function createDefault() {$/;"	f
-createEmpty	TokenFactory.php	/^    public function createEmpty($name, $attr = array()) {$/;"	f
-createEnd	TokenFactory.php	/^    public function createEnd($name) {$/;"	f
-createStart	TokenFactory.php	/^    public function createStart($name, $attr = array()) {$/;"	f
-createText	TokenFactory.php	/^    public function createText($data) {$/;"	f
-css	AttrDef/CSS.php	/^        $css = $this->parseCDATA($css);$/;"	v
-css	AttrTransform/ImgSpace.php	/^    protected $css = array($/;"	v
-css	Filter/ExtractStyleBlocks.php	/^            $css = str_replace($/;"	v
-css	Filter/ExtractStyleBlocks.php	/^            $css = substr($css, 0, -3);$/;"	v
-css	Filter/ExtractStyleBlocks.php	/^            $css = substr($css, 4);$/;"	v
-css	Filter/ExtractStyleBlocks.php	/^        $css = $this->_tidy->print->plain();$/;"	v
-css	Filter/ExtractStyleBlocks.php	/^        $css = trim($css);$/;"	v
-css_definition	Filter/ExtractStyleBlocks.php	/^        $css_definition = $config->getDefinition('CSS');$/;"	v
-css_name	AttrTransform/Length.php	/^    public function __construct($name, $css_name = null) {$/;"	v
-current	Injector.php	/^        $current = $this->inputTokens[$i];$/;"	v
-current	Injector.php	/^    protected function current(&$i, &$current) {$/;"	f
-current	Lexer/PH5P.php	/^                    $current = end($this->stack)->nodeName;$/;"	v
-current_col	Lexer/DirectLex.php	/^                $current_col = $rcursor - (is_bool($nl_pos) ? 0 : $nl_pos + 1);$/;"	v
-current_col	Lexer/DirectLex.php	/^            $current_col  = 0;$/;"	v
-current_col	Lexer/DirectLex.php	/^            $current_col  = false;$/;"	v
-current_line	Lexer/DirectLex.php	/^                    $current_line = 1 + $this->substrCount($html, $nl, 0, $cursor);$/;"	v
-current_line	Lexer/DirectLex.php	/^            $current_line = 1;$/;"	v
-current_line	Lexer/DirectLex.php	/^            $current_line = false;$/;"	v
-current_parent	Strategy/MakeWellFormed.php	/^            $current_parent = array_pop($this->stack);$/;"	v
-current_token	AttrValidator.php	/^        $current_token =& $context->get('CurrentToken', true);$/;"	v
-cursor	AttrDef/CSS/Filter.php	/^        $cursor = $function_length + 1;$/;"	v
-cursor	Lexer/DirectLex.php	/^                    $cursor = $end ? $position_comment_end : $position_comment_end + 3;$/;"	v
-cursor	Lexer/DirectLex.php	/^                    $cursor = $position_next_gt + 1;$/;"	v
-cursor	Lexer/DirectLex.php	/^                    $cursor = $size;$/;"	v
-cursor	Lexer/DirectLex.php	/^                    $cursor = strpos($string, $char, $cursor);$/;"	v
-cursor	Lexer/DirectLex.php	/^                $cursor  = $position_next_lt + 1;$/;"	v
-cursor	Lexer/DirectLex.php	/^                $cursor = $position_next_gt + 1;$/;"	v
-cursor	Lexer/DirectLex.php	/^        $cursor = 0; \/\/ current position in string (moves forward)$/;"	v
-cursor	Lexer/DirectLex.php	/^        $cursor = 0; \/\/ our location in the text$/;"	v
-custom_injectors	Strategy/MakeWellFormed.php	/^        $custom_injectors = $injectors['Custom'];$/;"	v
-d	Config.php	/^            $d = $this->def->info[$key];$/;"	v
-d_defs	AttrValidator.php	/^        $d_defs = $definition->info_global_attr;$/;"	v
-d_int	ConfigSchema/Validator.php	/^            $d_int = HTMLPurifier_VarParser::$types[$d->type];$/;"	v
-data	Generator.php	/^        $data = preg_replace('#\/\/\\s*$#', '', $token->data);$/;"	v
-data	Lexer/DOMLex.php	/^                        $data = substr($data, 0, -3);$/;"	v
-data	Lexer/DOMLex.php	/^                    $data = substr($new_data, 4);$/;"	v
-data	Lexer/DOMLex.php	/^            $data = $node->data;$/;"	v
-data	Lexer/PH5P.php	/^        $data = $this->characters('^>', $this->char);$/;"	v
-data	Lexer/PH5P.php	/^        $data = str_replace("\\r", null, $data);$/;"	v
-data	Lexer/PH5P.php	/^        $data = str_replace("\\r\\n", "\\n", $data);$/;"	v
-data	PropertyList.php	/^    protected $data = array();$/;"	v
-data	Strategy/RemoveForeignElements.php	/^                    $data = $token->data;$/;"	v
-dataHandler	Lexer/PEARSax3.php	/^    public function dataHandler(&$parser, $data) {$/;"	f
-dataState	Lexer/PH5P.php	/^    private function dataState() {$/;"	f
-declarations	AttrDef/CSS.php	/^        $declarations = explode(';', $css);$/;"	v
-decorate	DefinitionCache/Decorator.php	/^    public function decorate(&$cache) {$/;"	f
-decorator	DefinitionCache/Decorator.php	/^        $decorator = $this->copy();$/;"	v
-decorator	DefinitionCacheFactory.php	/^            $decorator = new $class;$/;"	v
-decorators	DefinitionCacheFactory.php	/^    protected $decorators = array();$/;"	v
-def	AttrDef/CSS/Background.php	/^        $def = $config->getCSSDefinition();$/;"	v
-def	AttrDef/CSS/Border.php	/^        $def = $config->getCSSDefinition();$/;"	v
-def	AttrDef/CSS/Font.php	/^        $def = $config->getCSSDefinition();$/;"	v
-def	AttrDef/CSS/ListStyle.php	/^        $def = $config->getCSSDefinition();$/;"	v
-def	ChildDef/StrictBlockquote.php	/^            $def = $config->getHTMLDefinition();$/;"	v
-def	ChildDef/StrictBlockquote.php	/^        $def = $config->getHTMLDefinition();$/;"	v
-def	Config.php	/^        $def = $this->def->info[$key];$/;"	v
-def	ElementDef.php	/^        $def = new HTMLPurifier_ElementDef();$/;"	v
-def	Filter/ExtractStyleBlocks.php	/^                    $def = $css_definition->info[$name];$/;"	v
-def	HTMLDefinition.php	/^        $def = $this->manager->getElement($parent, true);$/;"	v
-def	HTMLModuleManager.php	/^                $def = $new_def;$/;"	v
-def	HTMLModuleManager.php	/^        $def = false;$/;"	v
-def	Injector.php	/^        $def = $config->getHTMLDefinition();$/;"	v
-def	Length.php	/^        $def = new HTMLPurifier_AttrDef_CSS_Number();$/;"	v
-def	Lexer/DOMLex.php	/^        $def = $config->getDefinition('HTML');$/;"	v
-def	Printer/ConfigForm.php	/^                $def = $this->config->def->info["$ns.$directive"];$/;"	v
-def	Printer/ConfigForm.php	/^        $def = $config->def->info["$ns.$directive"];$/;"	v
-def	Printer/HTMLDefinition.php	/^        $def = $this->def;$/;"	v
-def	Strategy/FixNesting.php	/^                    $def = $definition->info[$tokens[$i]->name];$/;"	v
-def	Strategy/FixNesting.php	/^                    $def = $definition->info_parent_def;$/;"	v
-def	URI.php	/^            $def = $config->getDefinition('URI');$/;"	v
-def	URIFilter/MakeAbsolute.php	/^        $def = $config->getDefinition('URI');$/;"	v
-def_i	AttrCollections.php	/^                $def_i = trim($def_i, '*');$/;"	v
-def_i	AttrCollections.php	/^        foreach ($attr as $def_i => $def) {$/;"	v
-def_injectors	Strategy/MakeWellFormed.php	/^        $def_injectors = $definition->info_injector;$/;"	v
-default	StringHashParser.php	/^    public $default = 'ID';$/;"	v
-defaultLevel	HTMLModule/Tidy.php	/^    public $defaultLevel = null;$/;"	v
-defaultLevel	HTMLModule/Tidy/Name.php	/^    public $defaultLevel = 'heavy';$/;"	v
-defaultLevel	HTMLModule/Tidy/Proprietary.php	/^    public $defaultLevel = 'light';$/;"	v
-defaultLevel	HTMLModule/Tidy/Strict.php	/^    public $defaultLevel = 'light';$/;"	v
-defaultLevel	HTMLModule/Tidy/Transitional.php	/^    public $defaultLevel = 'heavy';$/;"	v
-defaultLevel	HTMLModule/Tidy/XHTML.php	/^    public $defaultLevel = 'medium';$/;"	v
-default_port	URIScheme.php	/^    public $default_port = null;$/;"	v
-default_port	URIScheme/ftp.php	/^    public $default_port = 21;$/;"	v
-default_port	URIScheme/http.php	/^    public $default_port = 80;$/;"	v
-default_port	URIScheme/https.php	/^    public $default_port = 443;$/;"	v
-default_port	URIScheme/nntp.php	/^    public $default_port = 119;$/;"	v
-defaults	ConfigSchema.php	/^    public $defaults = array();$/;"	v
-defines_child_def	HTMLModule.php	/^    public $defines_child_def = false;$/;"	v
-defines_child_def	HTMLModule/Edit.php	/^    public $defines_child_def = true;$/;"	v
-defines_child_def	HTMLModule/Tidy/Strict.php	/^    public $defines_child_def = true;$/;"	v
-definition	AttrDef/CSS.php	/^        $definition = $config->getCSSDefinition();$/;"	v
-definition	AttrValidator.php	/^        $definition = $config->getHTMLDefinition();$/;"	v
-definition	Config.php	/^        $definition = HTMLPurifier_ConfigSchema::instance();$/;"	v
-definition	Strategy/FixNesting.php	/^        $definition = $config->getHTMLDefinition();$/;"	v
-definition	Strategy/MakeWellFormed.php	/^        $definition = $config->getHTMLDefinition();$/;"	v
-definition	Strategy/RemoveForeignElements.php	/^        $definition = $config->getHTMLDefinition();$/;"	v
-defs	AttrValidator.php	/^        $defs = $definition->info[$token->name]->attr;$/;"	v
-delete	HTMLDefinition.php	/^                            $delete = false;$/;"	v
-delete	HTMLDefinition.php	/^                        $delete = false;$/;"	v
-delete	HTMLDefinition.php	/^                    $delete = true;$/;"	v
-delete	HTMLDefinition.php	/^                $delete = true;$/;"	v
-delete	Strategy/MakeWellFormed.php	/^        $delete = array_shift($token);$/;"	v
-depth	ChildDef/StrictBlockquote.php	/^        $depth = 0;$/;"	v
-depth	LanguageFactory.php	/^        static $depth = 0; \/\/ recursion protection$/;"	v
-depth	Strategy/FixNesting.php	/^            for ($j = $i, $depth = 0; ; $j++) {$/;"	v
-descendants_are_inline	ElementDef.php	/^    public $descendants_are_inline = false;$/;"	v
-describing	ConfigSchema/Interchange/Directive.php	/^ * Interchange component class describing configuration directives.$/;"	c
-dest_state	UnitConverter.php	/^            if (isset($x[$to_unit])) $dest_state = $k;$/;"	v
-dest_unit	UnitConverter.php	/^                $dest_unit = $to_unit;$/;"	v
-dest_unit	UnitConverter.php	/^                $dest_unit = self::$units[$state][$dest_state][0];$/;"	v
-destroy	Context.php	/^    public function destroy($name) {$/;"	f
-dh	ConfigSchema/InterchangeBuilder.php	/^        $dh = opendir($dir);$/;"	v
-dh	DefinitionCache/Serializer.php	/^        $dh  = opendir($dir);$/;"	v
-digits	AttrDef/Integer.php	/^            $digits = $integer = substr($integer, 1); \/\/ rm unnecessary plus$/;"	v
-digits	AttrDef/Integer.php	/^            $digits = $integer;$/;"	v
-digits	AttrDef/Integer.php	/^            $digits = substr($integer, 1);$/;"	v
-dir	ConfigSchema/InterchangeBuilder.php	/^        if (!$dir) $dir = HTMLPURIFIER_PREFIX . '\/HTMLPurifier\/ConfigSchema\/schema\/';$/;"	v
-dir	DefinitionCache/Serializer.php	/^        $dir = $this->generateDirectoryPath($config);$/;"	v
-directive	Config.php	/^                foreach ($namespace_values as $directive => $value) {$/;"	v
-directive	Config.php	/^            $directive = $value;$/;"	v
-directive	Config.php	/^            if ($directive == 'DefinitionID' || $directive == 'DefinitionRev') continue;$/;"	v
-directive	ConfigSchema/InterchangeBuilder.php	/^        $directive = new HTMLPurifier_ConfigSchema_Interchange_Directive();$/;"	v
-directive	Printer/ConfigForm.php	/^        foreach ($directives as $directive => $value) {$/;"	v
-directive_disp	Printer/ConfigForm.php	/^                    $directive_disp = $directive;$/;"	v
-directive_disp	Printer/ConfigForm.php	/^                    $directive_disp = substr($directive, 0, $this->compress - 2) . '...';$/;"	v
-directives	ConfigSchema/Interchange.php	/^    public $directives = array();$/;"	v
-directly	PropertyListIterator.php	/^ * Property list iterator. Do not instantiate this class directly.$/;"	c
-directory	DefinitionCache/Serializer.php	/^        $directory = $this->generateDirectoryPath($config);$/;"	v
-discard	Printer/HTMLDefinition.php	/^        foreach ($array as $discard => $obj) {$/;"	v
-div	HTMLModule/Legacy.php	/^        $div = $this->addBlankElement('div');$/;"	v
-div	UnitConverter.php	/^    private function div($s1, $s2, $scale) {$/;"	f
-dl	HTMLModule/Legacy.php	/^        $dl = $this->addBlankElement('dl');$/;"	v
-doSetup	CSSDefinition.php	/^    protected function doSetup($config) {$/;"	f
-doSetup	Definition.php	/^    abstract protected function doSetup($config);$/;"	f
-doSetup	HTMLDefinition.php	/^    protected function doSetup($config) {$/;"	f
-doSetup	URIDefinition.php	/^    protected function doSetup($config) {$/;"	f
-doSetupProprietary	CSSDefinition.php	/^    protected function doSetupProprietary($config) {$/;"	f
-doSetupTricky	CSSDefinition.php	/^    protected function doSetupTricky($config) {$/;"	f
-doc	Lexer/DOMLex.php	/^        $doc = new DOMDocument();$/;"	v
-doc	Lexer/PH5P.php	/^            $doc = $parser->save();$/;"	v
-doc_url	Printer/ConfigForm.php	/^        $name, $doc_url = null, $compress = false$/;"	v
-doctype	DoctypeRegistry.php	/^            $doctype = 'HTML 4.01';$/;"	v
-doctype	DoctypeRegistry.php	/^            $doctype = 'XHTML 1.0';$/;"	v
-doctype	DoctypeRegistry.php	/^            $doctype = new HTMLPurifier_Doctype($/;"	v
-doctype	DoctypeRegistry.php	/^        $doctype = $config->get('HTML.CustomDoctype');$/;"	v
-doctype	DoctypeRegistry.php	/^        $doctype = $config->get('HTML.Doctype');$/;"	v
-doctype	DoctypeRegistry.php	/^        if (isset($this->aliases[$doctype])) $doctype = $this->aliases[$doctype];$/;"	v
-doctype	Lexer/PH5P.php	/^            $doctype = new DOMDocumentType(null, null, 'HTML');$/;"	v
-doctype	Printer/HTMLDefinition.php	/^        $doctype = $this->def->doctype;$/;"	v
-doctypeNameState	Lexer/PH5P.php	/^    private function doctypeNameState() {$/;"	f
-doctypeState	Lexer/PH5P.php	/^    private function doctypeState() {$/;"	f
-does	AttrDef/CSS/Multiple.php	/^ *       shorthand declaration.  Thus, this class does not allow inherit.$/;"	c
-doesn	IDAccumulator.php	/^     * @note This function doesn't care about duplicates$/;"	f
-domainlabel	AttrDef/URI/Host.php	/^        $domainlabel   = "$an($and*$an)?";$/;"	v
-done	AttrDef/CSS/Border.php	/^        $done = array(); \/\/ segments we've finished$/;"	v
-dp	UnitConverter.php	/^        $dp = strpos($n, '.'); \/\/ decimal position$/;"	v
-e	AttrValidator.php	/^        $e =& $context->get('ErrorCollector', true);$/;"	v
-e	HTMLModule/Target.php	/^            $e = $this->addBlankElement($name);$/;"	v
-e	HTMLModule/Tidy.php	/^                            $e = $this->addBlankElement($element);$/;"	v
-e	HTMLModule/Tidy.php	/^                            $e = $this->info[$element];$/;"	v
-e	HTMLModule/Tidy.php	/^                        $e = $this->addBlankElement($element);$/;"	v
-e	HTMLModule/Tidy.php	/^                        $e = $this->info[$element];$/;"	v
-e	HTMLModule/Tidy.php	/^                        $e = $this;$/;"	v
-e	Lexer/DirectLex.php	/^            $e =& $context->get('ErrorCollector');$/;"	v
-e	Lexer/DirectLex.php	/^        $e = false;$/;"	v
-e	Strategy/FixNesting.php	/^        $e =& $context->get('ErrorCollector', true);$/;"	v
-e	Strategy/MakeWellFormed.php	/^        $e = $context->get('ErrorCollector', true);$/;"	v
-e	Strategy/RemoveForeignElements.php	/^            $e =& $context->get('ErrorCollector');$/;"	v
-e	Strategy/RemoveForeignElements.php	/^        $e = false;$/;"	v
-e_name	Lexer/PH5P.php	/^                $e_name = $this->characters($char_class, $this->char + $char + 1);$/;"	v
-e_name	Lexer/PH5P.php	/^                $e_name = $this->characters('0-9A-Za-z;', $this->char + 1);$/;"	v
-el	ChildDef/Custom.php	/^        $el = '[#a-zA-Z0-9_.-]+';$/;"	v
-el	Lexer/PH5P.php	/^                    $el = $this->insertElement($token);$/;"	v
-el	Lexer/PH5P.php	/^        $el = $this->dom->createElement($token['name']);$/;"	v
-elattr	HTMLDefinition.php	/^            foreach ($allowed_attributes_mutable as $elattr => $d) {$/;"	v
-element	ContentSets.php	/^                foreach ($set as $element => $x) {$/;"	v
-element	Generator.php	/^    public function generateAttributes($assoc_array_of_attributes, $element = false) {$/;"	v
-element	HTMLDefinition.php	/^                            $element = htmlspecialchars($bits[0]);$/;"	v
-element	HTMLDefinition.php	/^                $element = $chunk;$/;"	v
-element	HTMLDefinition.php	/^                $element = htmlspecialchars($element); \/\/ PHP doesn't escape errors, be careful!$/;"	v
-element	HTMLDefinition.php	/^            $element = $module->addBlankElement($element_name);$/;"	v
-element	HTMLDefinition.php	/^            $element = $module->info[$element_name];$/;"	v
-element	HTMLDefinition.php	/^            foreach ($allowed_elements as $element => $d) {$/;"	v
-element	HTMLDefinition.php	/^        $element = $module->addBlankElement($element_name);$/;"	v
-element	HTMLDefinition.php	/^        $element = $module->addElement($element_name, $type, $contents, $attr_collections, $attributes);$/;"	v
-element	HTMLModule/Name.php	/^            $element = $this->addBlankElement($name);$/;"	v
-element	HTMLModule/Tidy.php	/^                        $element = $params['element'];$/;"	v
-element	HTMLModule/Tidy.php	/^                    $element = $params['element'];$/;"	v
-element	Injector.php	/^            if (is_int($element)) $element = $attributes;$/;"	v
-element	Injector.php	/^        foreach ($this->needed as $element => $attributes) {$/;"	v
-element	Lexer/PH5P.php	/^                        $element = $this->insertElement($token);$/;"	v
-element	Lexer/PH5P.php	/^                    $element = $this->insertElement($token, false);$/;"	v
-element	Lexer/PH5P.php	/^                $element = $this->insertElement($token);$/;"	v
-element	Lexer/PH5P.php	/^                $element = $this->insertElement($token, false);$/;"	v
-element	Lexer/PH5P.php	/^            $element = $this->insertElement($token);$/;"	v
-element	Lexer/PH5P.php	/^            $element = $this->insertElement($token, false);$/;"	v
-element	Printer.php	/^    protected function element($tag, $contents, $attr = array(), $escape = true) {$/;"	f
-element	Strategy/MakeWellFormed.php	/^                            $element = clone $parent;$/;"	v
-element	Strategy/MakeWellFormed.php	/^                    $element = clone $skipped_tags[$j];$/;"	v
-elementEmpty	Printer.php	/^    protected function elementEmpty($tag, $attr = array()) {$/;"	f
-elementInScope	Lexer/PH5P.php	/^    private function elementInScope($el, $table = false) {$/;"	f
-elementLookup	HTMLModuleManager.php	/^    public $elementLookup = array();$/;"	v
-elements	ChildDef.php	/^    public $elements = array();$/;"	v
-elements	ChildDef/Required.php	/^            $elements = array_flip($elements);$/;"	v
-elements	ChildDef/Required.php	/^            $elements = explode('|', $elements);$/;"	v
-elements	ChildDef/Required.php	/^            $elements = str_replace(' ', '', $elements);$/;"	v
-elements	ChildDef/Required.php	/^    public $elements = array();$/;"	v
-elements	ChildDef/Table.php	/^    public $elements = array('tr' => true, 'tbody' => true, 'thead' => true,$/;"	v
-elements	HTMLDefinition.php	/^        $elements = array();$/;"	v
-elements	HTMLModule.php	/^    public $elements = array();$/;"	v
-elements	HTMLModule/Name.php	/^        $elements = array('a', 'applet', 'form', 'frame', 'iframe', 'img', 'map');$/;"	v
-elements	HTMLModule/Scripting.php	/^    public $elements = array('script', 'noscript');$/;"	v
-elements	HTMLModule/Target.php	/^        $elements = array('a');$/;"	v
-elements	HTMLModuleManager.php	/^        $elements = array();$/;"	v
-elements	Lexer/PH5P.php	/^                    $elements = array('h1', 'h2', 'h3', 'h4', 'h5', 'h6');$/;"	v
-elements	Lexer/PH5P.php	/^        $elements = array_diff(array('dd', 'dt', 'li', 'p', 'td', 'th', 'tr'), $exclude);$/;"	v
-elements	Printer/HTMLDefinition.php	/^                $elements = $def->elements;$/;"	v
-elements	Printer/HTMLDefinition.php	/^                $elements = array();$/;"	v
-elements	Printer/HTMLDefinition.php	/^                $elements = array_flip(array('col', 'caption', 'colgroup', 'thead',$/;"	v
-elements	Printer/HTMLDefinition.php	/^            $elements = array();$/;"	v
-elements	Strategy/MakeWellFormed.php	/^                        $elements = $definition->info[$parent->name]->child->getAllowedElements($config);$/;"	v
-elements_in_stack	Lexer/PH5P.php	/^            $elements_in_stack = count($this->stack);$/;"	v
-em	HTMLModule/Text.php	/^        $em = $this->addElement('em',      'Inline', 'Inline', 'Common');$/;"	v
-embed	HTMLModule/SafeEmbed.php	/^        $embed = $this->addElement($/;"	v
-embeds	AttrDef/URI.php	/^        $embeds = (bool) $string;$/;"	v
-emit	Lexer/PH5P.php	/^        $emit = $this->tree->emitToken($token);$/;"	v
-emitToken	Lexer/PH5P.php	/^    private function emitToken($token) {$/;"	f
-emitToken	Lexer/PH5P.php	/^    public function emitToken($token) {$/;"	f
-encode	PercentEncoder.php	/^    public function encode($string) {$/;"	f
-encoder	URI.php	/^            $encoder = new HTMLPurifier_PercentEncoder($chars_sub_delims . ':');$/;"	v
-encoding	Encoder.php	/^        $encoding = $config->get('Core.Encoding');$/;"	v
-encoding	PercentEncoder.php	/^            $encoding = strtoupper($encoding);$/;"	v
-encoding	PercentEncoder.php	/^            $encoding = substr($part, 0, 2);$/;"	v
-encodings	Encoder.php	/^        static $encodings = array();$/;"	v
-end	Lexer/DirectLex.php	/^                        $end = false;$/;"	v
-end	Lexer/DirectLex.php	/^                        $end = true;$/;"	v
-end	Printer.php	/^    protected function end($tag) {$/;"	f
-entities	Lexer/PH5P.php	/^    private $entities = array('AElig;','AElig','AMP;','AMP','Aacute;','Aacute',$/;"	v
-entity	EntityParser.php	/^        $entity = $matches[0];$/;"	v
-entity	Lexer/PH5P.php	/^                        $entity = $id;$/;"	v
-entity	Lexer/PH5P.php	/^                $entity = $this->character($start, $this->char);$/;"	v
-entity	Lexer/PH5P.php	/^        $entity = $this->entity();$/;"	v
-entity	Lexer/PH5P.php	/^    private function entity() {$/;"	f
-entityDataState	Lexer/PH5P.php	/^    private function entityDataState() {$/;"	f
-entityInAttributeValueState	Lexer/PH5P.php	/^    private function entityInAttributeValueState() {$/;"	f
-entry	Lexer/PH5P.php	/^                $entry = $this->a_formatting[$a];$/;"	v
-entry	Lexer/PH5P.php	/^            $entry = $this->a_formatting[$a];$/;"	v
-entry	Lexer/PH5P.php	/^            $entry = end($this->a_formatting);$/;"	v
-entry	Lexer/PH5P.php	/^        $entry = end($this->a_formatting);$/;"	v
-enumToCSS	AttrTransform/EnumToCSS.php	/^    protected $enumToCSS = array();$/;"	v
-error	ConfigSchema/Validator.php	/^    protected function error($target, $msg) {$/;"	f
-error	ConfigSchema/ValidatorAtom.php	/^    protected function error($msg) {$/;"	f
-error	ErrorCollector.php	/^                $error = $this->locale->getErrorName($severity);$/;"	v
-error	ErrorCollector.php	/^        $error = array($/;"	v
-error	Language.php	/^    public $error = false;$/;"	v
-error	Strategy/MakeWellFormed.php	/^            $error = $injector->prepare($config, $context);$/;"	v
-error	VarParser.php	/^    protected function error($msg) {$/;"	f
-errorGeneric	VarParser.php	/^    protected function errorGeneric($var, $type) {$/;"	f
-errorInconsistent	VarParser.php	/^    protected function errorInconsistent($class, $type) {$/;"	f
-errorNames	Language.php	/^    public $errorNames = array();$/;"	v
-errorNames	Language/messages/en.php	/^$errorNames = array($/;"	v
-errors	ErrorCollector.php	/^        if ($errors === null) $errors = $this->errors;$/;"	v
-errors	ErrorCollector.php	/^    public function getHTMLFormatted($config, $errors = null) {$/;"	v
-errors	ErrorStruct.php	/^    public $errors = array();$/;"	v
-escape	Generator.php	/^    public function escape($string, $quote = ENT_COMPAT) {$/;"	f
-escape	Lexer/PH5P.php	/^    private $escape = false;$/;"	v
-escape	Printer.php	/^    protected function escape($string) {$/;"	f
-escapeCDATA	Lexer.php	/^    protected static function escapeCDATA($string) {$/;"	f
-escapeCommentedCDATA	Lexer.php	/^    protected static function escapeCommentedCDATA($string) {$/;"	f
-escapeHandler	Lexer/PEARSax3.php	/^    public function escapeHandler(&$parser, $data) {$/;"	f
-escape_invalid_children	ChildDef/Required.php	/^        $escape_invalid_children = $config->get('Core.EscapeInvalidChildren');$/;"	v
-escape_invalid_tags	Strategy/MakeWellFormed.php	/^        $escape_invalid_tags = $config->get('Core.EscapeInvalidTags');$/;"	v
-escape_invalid_tags	Strategy/RemoveForeignElements.php	/^        $escape_invalid_tags = $config->get('Core.EscapeInvalidTags');$/;"	v
-evalArray	ConfigSchema/InterchangeBuilder.php	/^    protected function evalArray($contents) {$/;"	f
-evalExpression	VarParser/Native.php	/^    protected function evalExpression($expr) {$/;"	f
-exclude_stack	Strategy/FixNesting.php	/^        $exclude_stack = array();$/;"	v
-excluded	Strategy/FixNesting.php	/^                        $excluded = true;$/;"	v
-excluded	Strategy/FixNesting.php	/^            $excluded = false;$/;"	v
-excludes	ElementDef.php	/^    public $excludes = array();$/;"	v
-excludes	Strategy/FixNesting.php	/^                $excludes = $def->excludes;$/;"	v
-excludes	Strategy/FixNesting.php	/^                $excludes = array(); \/\/ not used, but good to initialize anyway$/;"	v
-execute	Strategy.php	/^    abstract public function execute($tokens, $config, $context);$/;"	f
-execute	Strategy/Composite.php	/^    public function execute($tokens, $config, $context) {$/;"	f
-execute	Strategy/FixNesting.php	/^    public function execute($tokens, $config, $context) {$/;"	f
-execute	Strategy/MakeWellFormed.php	/^    public function execute($tokens, $config, $context) {$/;"	f
-execute	Strategy/RemoveForeignElements.php	/^    public function execute($tokens, $config, $context) {$/;"	f
-execute	Strategy/ValidateAttributes.php	/^    public function execute($tokens, $config, $context) {$/;"	f
-exists	Context.php	/^    public function exists($name) {$/;"	f
-expandIdentifiers	AttrCollections.php	/^    public function expandIdentifiers(&$attr, $attr_types) {$/;"	f
-expects	AttrTransform/SafeParam.php	/^ *      This class expects an injector to add the necessary parameters tags.$/;"	c
-export	ConfigSchema/Builder/Xml.php	/^    protected function export($var) {$/;"	f
-external	ConfigSchema/Interchange/Directive.php	/^    public $external = array();$/;"	v
-extra	Config.php	/^            $extra = " on line {$frame['line']} in file {$frame['file']}";$/;"	v
-extra	Config.php	/^            $extra = '';$/;"	v
-extractBody	Lexer.php	/^    public function extractBody($html) {$/;"	f
-f	HTMLModule/Tidy.php	/^                    $f =& $e->$type;$/;"	v
-factor	UnitConverter.php	/^                $factor = $this->div(self::$units[$state][$unit], self::$units[$state][$dest_unit], $cp);$/;"	v
-factory	Config.php	/^        $factory = HTMLPurifier_DefinitionCacheFactory::instance();$/;"	v
-factory	Language.php	/^        $factory = HTMLPurifier_LanguageFactory::instance();$/;"	v
-fallback	Language.php	/^    public $fallback = false;$/;"	v
-fallback	Language/messages/en-x-test.php	/^$fallback = 'en';$/;"	v
-fallback	Language/messages/en-x-testmini.php	/^$fallback = 'en';$/;"	v
-fallback	Language/messages/en.php	/^$fallback = false;$/;"	v
-fallback	LanguageFactory.php	/^                $fallback = $raw_fallback ? $raw_fallback : 'en';$/;"	v
-fallback	LanguageFactory.php	/^                $fallback = 'en';$/;"	v
-fallback	LanguageFactory.php	/^        $fallback = ($code != 'en') ? 'en' : false;$/;"	v
-fallback_cache	LanguageFactory.php	/^            $fallback_cache = $this->cache[$fallback];$/;"	v
-fallbacks	LanguageFactory.php	/^     * Creates a language object, handles class fallbacks$/;"	c
-fb_s_pos	Lexer/PH5P.php	/^                        $fb_s_pos = array_search($furthest_block, $this->stack, true);$/;"	v
-fe_af_pos	Lexer/PH5P.php	/^                                $fe_af_pos = $a;$/;"	v
-fe_af_pos	Lexer/PH5P.php	/^                        $fe_af_pos = array_search($formatting_element, $this->a_formatting, true);$/;"	v
-fe_s_pos	Lexer/PH5P.php	/^                        $fe_s_pos = array_search($formatting_element, $this->stack, true);$/;"	v
-fh	StringHashParser.php	/^        $fh = fopen($file, 'r');$/;"	v
-fields	Printer/ConfigForm.php	/^    protected $fields = array();$/;"	v
-file	Bootstrap.php	/^            $file = 'HTMLPurifier\/Language\/classes\/' . $code . '.php';$/;"	v
-file	Bootstrap.php	/^            $file = str_replace('_', '\/', $class) . '.php';$/;"	v
-file	Bootstrap.php	/^        $file = HTMLPurifier_Bootstrap::getPath($class);$/;"	v
-file	DefinitionCache/Serializer.php	/^        $file = $this->generateFilePath($config);$/;"	v
-file	EntityLookup.php	/^            $file = HTMLPURIFIER_PREFIX . '\/HTMLPurifier\/EntityLookup\/entities.ser';$/;"	v
-file	LanguageFactory.php	/^            $file  = $this->dir . '\/Language\/classes\/' . $code . '.php';$/;"	v
-filename	LanguageFactory.php	/^            $filename = $this->dir . '\/Language\/messages\/en.php';$/;"	v
-filename	LanguageFactory.php	/^        $filename = $this->dir . '\/Language\/messages\/' . $code . '.php';$/;"	v
-files	ConfigSchema/InterchangeBuilder.php	/^        $files = array();$/;"	v
-filter	AttrDef/HTML/Class.php	/^    protected function filter($tokens, $config, $context) {$/;"	f
-filter	AttrDef/HTML/Nmtokens.php	/^    protected function filter($tokens, $config, $context) {$/;"	f
-filter	PropertyListIterator.php	/^    public function __construct(Iterator $iterator, $filter = null) {$/;"	v
-filter	URIDefinition.php	/^    public function filter(&$uri, $config, $context) {$/;"	f
-filter	URIFilter.php	/^    abstract public function filter(&$uri, $config, $context);$/;"	f
-filter	URIFilter/DisableExternal.php	/^    public function filter(&$uri, $config, $context) {$/;"	f
-filter	URIFilter/DisableExternalResources.php	/^    public function filter(&$uri, $config, $context) {$/;"	f
-filter	URIFilter/HostBlacklist.php	/^    public function filter(&$uri, $config, $context) {$/;"	f
-filter	URIFilter/MakeAbsolute.php	/^    public function filter(&$uri, $config, $context) {$/;"	f
-filter	URIFilter/Munge.php	/^    public function filter(&$uri, $config, $context) {$/;"	f
-filters	URIDefinition.php	/^    protected $filters = array();$/;"	v
-final	AttrDef/CSS/Font.php	/^        $final = ''; \/\/ output$/;"	v
-final	AttrDef/CSS/FontFamily.php	/^        $final = '';$/;"	v
-final	AttrDef/CSS/FontFamily.php	/^        $final = rtrim($final, ', ');$/;"	v
-final	AttrDef/CSS/Multiple.php	/^        $final = '';$/;"	v
-final	AttrDef/CSS/TextDecoration.php	/^        $final = '';$/;"	v
-final	AttrDef/CSS/TextDecoration.php	/^        $final = rtrim($final);$/;"	v
-finalize	Config.php	/^    public function finalize() {$/;"	f
-finalized	Config.php	/^    protected $finalized = false;$/;"	v
-first	AttrDef/URI/IPv6.php	/^                $first = explode(':', $first);$/;"	v
-first_char	Lexer/DirectLex.php	/^            $first_char = @$quoted_value[0];$/;"	v
-first_char	Lexer/DirectLex.php	/^            $first_char = @$string[$cursor];$/;"	v
-five	Printer.php	/^        if ($five === null) $five = version_compare(PHP_VERSION, '5', '>=');$/;"	v
-five	Printer.php	/^        static $five = null;$/;"	v
-fixes	HTMLModule/Tidy.php	/^        $fixes = $this->makeFixes();$/;"	v
-fixesForLevel	HTMLModule/Tidy.php	/^    public $fixesForLevel = array($/;"	v
-fixes_lookup	HTMLModule/Tidy.php	/^        $fixes_lookup = $this->getFixesForLevel($level);$/;"	v
-float	AttrDef/CSS/AlphaValue.php	/^        $float = (float) $result;$/;"	v
-flush	DefinitionCache.php	/^    abstract public function flush($config);$/;"	f
-flush	DefinitionCache/Decorator.php	/^    public function flush($config) {$/;"	f
-flush	DefinitionCache/Null.php	/^    public function flush($config) {$/;"	f
-flush	DefinitionCache/Serializer.php	/^    public function flush($config) {$/;"	f
-font	AttrDef/CSS/FontFamily.php	/^                $font = $new_font;$/;"	v
-font	AttrDef/CSS/FontFamily.php	/^                $font = substr($font, 1, $length - 2);$/;"	v
-font	AttrDef/CSS/FontFamily.php	/^            $font = str_replace("'", "\\\\'", $font);$/;"	v
-font	AttrDef/CSS/FontFamily.php	/^            $font = str_replace("\\\\", "\\\\\\\\", $font);$/;"	v
-font	AttrDef/CSS/FontFamily.php	/^            $font = trim($font);$/;"	v
-font_family	AttrDef/CSS/Font.php	/^                    $font_family =$/;"	v
-font_size	AttrDef/CSS/Font.php	/^                        $font_size = $bits[$i];$/;"	v
-fonts	AttrDef/CSS/FontFamily.php	/^        $fonts = explode(',', $string);$/;"	v
-for	AttrDef.php	/^ * Base class for all validating attribute definitions.$/;"	c
-for	AttrDef/CSS/Multiple.php	/^ * Framework class for strings that involve multiple values.$/;"	c
-for	Bootstrap.php	/^     * Autoload function for HTML Purifier$/;"	f
-for	Config.php	/^     * Convenience function for error reporting$/;"	f
-for	ConfigSchema/Validator.php	/^     * Convenience function for generating HTMLPurifier_ConfigSchema_ValidatorAtom$/;"	f
-for	ConfigSchema/ValidatorAtom.php	/^ * Fluent interface for validating the contents of member variables.$/;"	i
-for	DefinitionCache/Serializer.php	/^     * Convenience wrapper function for file_put_contents$/;"	f
-for	EntityParser.php	/^     * Callback function for substituteNonSpecialEntities() that does the work.$/;"	f
-for	EntityParser.php	/^     * Callback function for substituteSpecialEntities() that does the work.$/;"	f
-for	Exception.php	/^ * Global exception class for HTML Purifier; any exceptions we throw$/;"	c
-for	HTMLModule/Tidy.php	/^ * Abstract class for a set of proprietary modules that clean up (tidy)$/;"	c
-for	Language/classes/en-x-test.php	/^\/\/ private class for unit testing$/;"	c
-for	Lexer.php	/^     * Callback function for escapeCDATA() that does the work.$/;"	f
-for	Lexer.php	/^ * @note The unit tests will instantiate this class for testing purposes, as$/;"	c
-for	Lexer/DOMLex.php	/^     * Callback function for undoing escaping of stray angled brackets$/;"	f
-for	Lexer/DirectLex.php	/^     * Callback function for script CDATA fudge$/;"	f
-for	Token.php	/^     * Convenience function for DirectLex settings line\/col position.$/;"	f
-forbidden	AttrDef/HTML/Class.php	/^        $forbidden = $config->get('Attr.ForbiddenClasses');$/;"	v
-forbidden_attributes	HTMLDefinition.php	/^        $forbidden_attributes = $config->get('HTML.ForbiddenAttributes');$/;"	v
-forbidden_elements	HTMLDefinition.php	/^        $forbidden_elements   = $config->get('HTML.ForbiddenElements');$/;"	v
-force_php	Encoder.php	/^    public static function cleanUTF8($str, $force_php = false) {$/;"	v
-form	HTMLModule/Forms.php	/^        $form = $this->addElement('form', 'Form',$/;"	v
-form_pointer	Lexer/PH5P.php	/^    private $form_pointer = null;$/;"	v
-formatMessage	Language.php	/^    public function formatMessage($key, $args = array()) {$/;"	f
-formatting	Lexer/PH5P.php	/^    private $formatting = array('a','b','big','em','font','i','nobr','s','small','strike','strong','tt','u');$/;"	v
-formatting_element	Lexer/PH5P.php	/^                                $formatting_element = $this->a_formatting[$a];$/;"	v
-formatting_elements	Lexer/PH5P.php	/^        $formatting_elements = count($this->a_formatting);$/;"	v
-forward	Injector.php	/^    protected function forward(&$i, &$current) {$/;"	f
-forwardUntilEndToken	Injector.php	/^    protected function forwardUntilEndToken(&$i, &$current, &$nesting) {$/;"	f
-foster_parent	Lexer/PH5P.php	/^    private $foster_parent = null;$/;"	v
-found_double_hyphen	Strategy/RemoveForeignElements.php	/^                        $found_double_hyphen = true; \/\/ prevent double-erroring$/;"	v
-found_double_hyphen	Strategy/RemoveForeignElements.php	/^                    $found_double_hyphen = false;$/;"	v
-found_slash	AttrDef/CSS/Font.php	/^                                        $found_slash = true;$/;"	v
-found_slash	AttrDef/CSS/Font.php	/^                            $found_slash = true;$/;"	v
-found_slash	AttrDef/CSS/Font.php	/^                    $found_slash = false;$/;"	v
-fragment	URIParser.php	/^        $fragment   = !empty($matches[8]) ? $matches[9] : null;$/;"	v
-frame	Config.php	/^            $frame = $backtrace[1];$/;"	v
-from	AttrDef.php	/^     * Factory method for creating this class from a string.$/;"	c
-full	Config.php	/^        $full = $this->getAll();$/;"	v
-func	Bootstrap.php	/^                    if ($compat) $func = implode('::', $func);$/;"	v
-function	AttrDef/CSS/Filter.php	/^        $function = trim(substr($value, 0, $function_length));$/;"	v
-function_length	AttrDef/CSS/Filter.php	/^        $function_length = strcspn($value, '(');$/;"	v
-furthest_block	Lexer/PH5P.php	/^                                $furthest_block = $this->stack[$s];$/;"	v
-gen	ChildDef/Required.php	/^        $gen = new HTMLPurifier_Generator($config, $context);$/;"	v
-gen_config	Printer/ConfigForm.php	/^            $gen_config = $config;$/;"	v
-gen_config	Printer/ConfigForm.php	/^            $gen_config = $config[0];$/;"	v
-generateAttributes	Generator.php	/^    public function generateAttributes($assoc_array_of_attributes, $element = false) {$/;"	f
-generateBaseDirectoryPath	DefinitionCache/Serializer.php	/^    public function generateBaseDirectoryPath($config) {$/;"	f
-generateChildDef	ContentSets.php	/^    public function generateChildDef(&$def, $module) {$/;"	f
-generateChildDefCallback	ContentSets.php	/^    public function generateChildDefCallback($matches) {$/;"	f
-generateDirectoryPath	DefinitionCache/Serializer.php	/^    public function generateDirectoryPath($config) {$/;"	f
-generateFilePath	DefinitionCache/Serializer.php	/^    public function generateFilePath($config) {$/;"	f
-generateFromToken	Generator.php	/^    public function generateFromToken($token) {$/;"	f
-generateFromTokens	Generator.php	/^    public function generateFromTokens($tokens) {$/;"	f
-generateImpliedEndTags	Lexer/PH5P.php	/^    private function generateImpliedEndTags($exclude = array()) {$/;"	f
-generateKey	DefinitionCache.php	/^    public function generateKey($config) {$/;"	f
-generateScriptFromToken	Generator.php	/^    public function generateScriptFromToken($token) {$/;"	f
-generator	Language.php	/^                    if (!$generator) $generator = $this->context->get('Generator');$/;"	v
-generator	Language.php	/^        $generator = false;$/;"	v
-generator	Strategy/MakeWellFormed.php	/^        $generator = new HTMLPurifier_Generator($config, $context);$/;"	v
-generator	Strategy/RemoveForeignElements.php	/^        $generator = new HTMLPurifier_Generator($config, $context);$/;"	v
-generic_names	AttrDef/CSS/FontFamily.php	/^        static $generic_names = array($/;"	v
-get	AttrTypes.php	/^    public function get($type) {$/;"	f
-get	Config.php	/^    public function get($key, $a = null) {$/;"	f
-get	Context.php	/^    public function &get($name, $ignore_error = false) {$/;"	f
-get	DefinitionCache.php	/^    abstract public function get($config);$/;"	f
-get	DefinitionCache/Decorator.php	/^    public function get($config) {$/;"	f
-get	DefinitionCache/Decorator/Cleanup.php	/^    public function get($config) {$/;"	f
-get	DefinitionCache/Decorator/Memory.php	/^    public function get($config) {$/;"	f
-get	DefinitionCache/Null.php	/^    public function get($config) {$/;"	f
-get	DefinitionCache/Serializer.php	/^    public function get($config) {$/;"	f
-get	DoctypeRegistry.php	/^    public function get($doctype) {$/;"	f
-get	PropertyList.php	/^    public function get($name) {$/;"	f
-getAccessed	StringHash.php	/^    public function getAccessed() {$/;"	f
-getAll	Config.php	/^    public function getAll() {$/;"	f
-getAllowedDirectivesForForm	Config.php	/^    public static function getAllowedDirectivesForForm($allowed, $schema = null) {$/;"	f
-getAllowedElements	ChildDef.php	/^    public function getAllowedElements($config) {$/;"	f
-getAllowedElements	ChildDef/StrictBlockquote.php	/^    public function getAllowedElements($config) {$/;"	f
-getAnonymousModule	HTMLDefinition.php	/^    public function getAnonymousModule() {$/;"	f
-getBatch	Config.php	/^    public function getBatch($namespace) {$/;"	f
-getBatchSerial	Config.php	/^    public function getBatchSerial($namespace) {$/;"	f
-getCSS	Printer/ConfigForm.php	/^    public static function getCSS() {$/;"	f
-getCSSDefinition	Config.php	/^    public function getCSSDefinition($raw = false) {$/;"	f
-getChild	ErrorStruct.php	/^    public function getChild($type, $id) {$/;"	f
-getChildDef	ContentSets.php	/^    public function getChildDef($def, $module) {$/;"	f
-getChildDef	HTMLModule.php	/^    public function getChildDef($def) {return false;}$/;"	f
-getChildDef	HTMLModule/Edit.php	/^    public function getChildDef($def) {$/;"	f
-getChildDef	HTMLModule/Tidy/Strict.php	/^    public function getChildDef($def) {$/;"	f
-getClass	Printer.php	/^    protected function getClass($obj, $sec_prefix = '') {$/;"	f
-getDefinition	Config.php	/^    public function getDefinition($type, $raw = false) {$/;"	f
-getDirective	ConfigSchema/Interchange/Id.php	/^    public function getDirective() {$/;"	f
-getDoctypeFromConfig	DoctypeRegistry.php	/^    public function getDoctypeFromConfig($config) {$/;"	f
-getElement	HTMLModuleManager.php	/^    public function getElement($name, $trusted = null) {$/;"	f
-getElementCategory	Lexer/PH5P.php	/^    private function getElementCategory($node) {$/;"	f
-getElements	HTMLModuleManager.php	/^    public function getElements() {$/;"	f
-getErrorName	Language.php	/^    public function getErrorName($int) {$/;"	f
-getFallbackFor	LanguageFactory.php	/^    public function getFallbackFor($code) {$/;"	f
-getFixType	HTMLModule/Tidy.php	/^    public function getFixType($name) {$/;"	f
-getFixesForLevel	HTMLModule/Tidy.php	/^    public function getFixesForLevel($level) {$/;"	f
-getFormattedContext	ConfigSchema/Validator.php	/^    protected function getFormattedContext() {$/;"	f
-getHTMLDefinition	Config.php	/^    public function getHTMLDefinition($raw = false) {$/;"	f
-getHTMLFormatted	ErrorCollector.php	/^    public function getHTMLFormatted($config, $errors = null) {$/;"	f
-getJavaScript	Printer/ConfigForm.php	/^    public static function getJavaScript() {$/;"	f
-getMessage	Language.php	/^    public function getMessage($key) {$/;"	f
-getN	Length.php	/^    public function getN() {return $this->n;}$/;"	f
-getParent	PropertyList.php	/^    public function getParent() {$/;"	f
-getPath	Bootstrap.php	/^    public static function getPath($class) {$/;"	f
-getRaw	ErrorCollector.php	/^    public function getRaw() {$/;"	f
-getRewind	Injector.php	/^    public function getRewind() {$/;"	f
-getRootNamespace	ConfigSchema/Interchange/Id.php	/^    public function getRootNamespace() {$/;"	f
-getScheme	URISchemeRegistry.php	/^    public function getScheme($scheme, $config, $context) {$/;"	f
-getSchemeObj	URI.php	/^    public function getSchemeObj($config, $context) {$/;"	f
-getSerial	Config.php	/^    public function getSerial() {$/;"	f
-getSigFigs	UnitConverter.php	/^    public function getSigFigs($n) {$/;"	f
-getTypeName	VarParser.php	/^    static public function getTypeName($type) {$/;"	f
-getUnit	Length.php	/^    public function getUnit() {return $this->unit;}$/;"	f
-h	HTMLModule/Legacy.php	/^            $h = $this->addBlankElement("h$i");$/;"	v
-handleElement	Injector.php	/^    public function handleElement(&$token) {}$/;"	f
-handleElement	Injector/AutoParagraph.php	/^    public function handleElement(&$token) {$/;"	f
-handleElement	Injector/DisplayLinkURI.php	/^    public function handleElement(&$token) {$/;"	f
-handleElement	Injector/RemoveEmpty.php	/^    public function handleElement(&$token) {$/;"	f
-handleElement	Injector/SafeObject.php	/^    public function handleElement(&$token) {$/;"	f
-handleEnd	Injector.php	/^    public function handleEnd(&$token) {$/;"	f
-handleEnd	Injector/DisplayLinkURI.php	/^    public function handleEnd(&$token) {$/;"	f
-handleEnd	Injector/SafeObject.php	/^    public function handleEnd(&$token) {$/;"	f
-handleText	Injector.php	/^    public function handleText(&$token) {}$/;"	f
-handleText	Injector/AutoParagraph.php	/^    public function handleText(&$token) {$/;"	f
-handleText	Injector/Linkify.php	/^    public function handleText(&$token) {$/;"	f
-handleText	Injector/PurifierLinkify.php	/^    public function handleText(&$token) {$/;"	f
-has	Lexer.php	/^     * @note The behavior of this class has changed, rather than accepting$/;"	c
-has	PropertyList.php	/^    public function has($name) {$/;"	f
-has_space	Lexer/DirectLex.php	/^        $has_space = strpos($string, ' ');$/;"	v
-hash	ConfigSchema/InterchangeBuilder.php	/^            $hash = new HTMLPurifier_StringHash($hash);$/;"	v
-hash	DefinitionCache.php	/^            $hash == $config->getBatchSerial($this->type) &&$/;"	v
-haystack	Lexer/DirectLex.php	/^            $haystack = substr($haystack, $offset, $length);$/;"	v
-head_pointer	Lexer/PH5P.php	/^    private $head_pointer = null;$/;"	v
-heavyHeader	Printer/HTMLDefinition.php	/^    protected function heavyHeader($text, $num = 1) {$/;"	f
-hex	AttrDef/CSS/Color.php	/^                $hex = $color;$/;"	v
-hex	AttrDef/CSS/Color.php	/^                $hex = substr($color, 1);$/;"	v
-hex	AttrDef/HTML/Color.php	/^        else $hex = $string;$/;"	v
-hex	AttrDef/HTML/Color.php	/^        if ($length === 3) $hex = $hex[0].$hex[0].$hex[1].$hex[1].$hex[2].$hex[2];$/;"	v
-hex	AttrDef/HTML/Color.php	/^        if ($string[0] === '#') $hex = substr($string, 1);$/;"	v
-hex	AttrDef/URI/IPv6.php	/^        $hex = '[0-9a-fA-F]';$/;"	v
-hidden_elements	Strategy/RemoveForeignElements.php	/^        $hidden_elements     = $config->get('Core.HiddenElements');$/;"	v
-hierarchical	URIScheme.php	/^    public $hierarchical = false;$/;"	v
-hierarchical	URIScheme/ftp.php	/^    public $hierarchical = true;$/;"	v
-hierarchical	URIScheme/http.php	/^    public $hierarchical = true;$/;"	v
-host	URIParser.php	/^            $host       = !empty($matches[3]) ? $matches[3] : '';$/;"	v
-host_def	URI.php	/^            $host_def = new HTMLPurifier_AttrDef_URI_Host();$/;"	v
-host_parts	URIFilter/DisableExternal.php	/^        $host_parts = array_reverse(explode('.', $uri->host));$/;"	v
-hr	HTMLModule/Legacy.php	/^        $hr = $this->addBlankElement('hr');$/;"	v
-html	ConfigSchema/Builder/Xml.php	/^        $html = $purifier->purify($html);$/;"	v
-html	Filter/ExtractStyleBlocks.php	/^        $html = preg_replace_callback('#<style(?:\\s.*)?>(.+)<\/style>#isU', array($this, 'styleCallback'), $html);$/;"	v
-html	Generator.php	/^            $html = (string) $tidy; \/\/ explicit cast necessary$/;"	v
-html	Generator.php	/^        $html = '';$/;"	v
-html	Generator.php	/^        if ($nl !== "\\n") $html = str_replace("\\n", $nl, $html);$/;"	v
-html	Lexer.php	/^            $html = $this->escapeCommentedCDATA($html);$/;"	v
-html	Lexer.php	/^            $html = $this->extractBody($html);$/;"	v
-html	Lexer.php	/^        $html = $this->_entity_parser->substituteNonSpecialEntities($html);$/;"	v
-html	Lexer.php	/^        $html = $this->escapeCDATA($html);$/;"	v
-html	Lexer.php	/^        $html = HTMLPurifier_Encoder::cleanUTF8($html);$/;"	v
-html	Lexer.php	/^        $html = str_replace("\\r", "\\n", $html);$/;"	v
-html	Lexer.php	/^        $html = str_replace("\\r\\n", "\\n", $html);$/;"	v
-html	Lexer/DOMLex.php	/^                $html = preg_replace("\/<($char)\/i", '&lt;\\\\1', $html);$/;"	v
-html	Lexer/DOMLex.php	/^            $html = preg_replace_callback($comment, array($this, 'callbackArmorCommentEntities'), $html);$/;"	v
-html	Lexer/DOMLex.php	/^            $html = preg_replace_callback($comment, array($this, 'callbackUndoCommentSubst'), $html); \/\/ fix comments$/;"	v
-html	Lexer/DOMLex.php	/^        $html = $this->normalize($html, $config, $context);$/;"	v
-html	Lexer/DOMLex.php	/^        $html = $this->wrapHTML($html, $config, $context);$/;"	v
-html	Lexer/DirectLex.php	/^            $html = preg_replace_callback('#(<script[^>]*>)(\\s*[^<].+?)(<\/script>)#si',$/;"	v
-html	Lexer/DirectLex.php	/^        $html = $this->normalize($html, $config, $context);$/;"	v
-html	Lexer/PH5P.php	/^            $html = $this->dom->createElement('html');$/;"	v
-i	AttrDef/CSS/Background.php	/^        $i = 0; \/\/ number of catches$/;"	v
-i	AttrDef/CSS/BackgroundPosition.php	/^        $i = 0;$/;"	v
-i	AttrDef/CSS/Composite.php	/^        foreach ($this->defs as $i => $def) {$/;"	v
-i	AttrDef/CSS/Font.php	/^                            $i = $j;$/;"	v
-i	AttrDef/CSS/ListStyle.php	/^        $i = 0; \/\/ number of catches$/;"	v
-i	ChildDef/Required.php	/^            foreach ($elements as $i => $x) {$/;"	v
-i	ChildDef/StrictBlockquote.php	/^        foreach ($result as $i => $token) {$/;"	v
-i	ConfigSchema/Validator.php	/^        foreach ($interchange->directives as $i => $directive) {$/;"	v
-i	ContentSets.php	/^            foreach ($this->lookup as $i => $set) {$/;"	v
-i	ContentSets.php	/^        foreach ($array as $i => $k) {$/;"	v
-i	Encoder.php	/^        for( $i = 0; $i < $len; $i++ ) {$/;"	v
-i	HTMLDefinition.php	/^        foreach ($this->info_injector as $i => $injector) {$/;"	v
-i	HTMLModule/Presentation.php	/^        $i = $this->addElement('i',      'Inline', 'Inline', 'Common');$/;"	v
-i	HTMLModuleManager.php	/^            foreach ($module->info_injector as $i => $injector) {$/;"	v
-i	Injector.php	/^        if ($i === null) $i = $this->inputIndex + 1;$/;"	v
-i	Injector.php	/^        if ($i === null) $i = $this->inputIndex - 1;$/;"	v
-i	Injector.php	/^        if ($i === null) $i = $this->inputIndex;$/;"	v
-i	Injector.php	/^     *          functions by setting $i = null beforehand!$/;"	v
-i	Injector/AutoParagraph.php	/^                    $i = null;$/;"	v
-i	Injector/AutoParagraph.php	/^                $i = $nesting = null;$/;"	v
-i	Injector/AutoParagraph.php	/^                $i = null;$/;"	v
-i	Injector/Linkify.php	/^        \/\/ $i = index$/;"	v
-i	Injector/PurifierLinkify.php	/^        \/\/ $i = index$/;"	v
-i	Injector/SafeObject.php	/^                $i = count($this->objectStack) - 1;$/;"	v
-i	Language.php	/^        foreach ($args as $i => $value) {$/;"	v
-i	Printer.php	/^            if ($i > 0 && !($polite && $i == 1)) $ret .= ', ';$/;"	v
-i	Printer.php	/^            if ($polite && $i == 1) $ret .= 'and ';$/;"	v
-i	Printer.php	/^        $i = count($array);$/;"	v
-i	Printer/ConfigForm.php	/^                    foreach ($value as $i => $v) {$/;"	v
-i	Strategy/FixNesting.php	/^                    $i = $parent_index;$/;"	v
-i	Strategy/FixNesting.php	/^                    if ($i == 0 || $i == $size - 1) {$/;"	v
-i	Strategy/MakeWellFormed.php	/^                    foreach ($this->injectors as $i => $injector) {$/;"	v
-i	Strategy/MakeWellFormed.php	/^                $i = false;$/;"	v
-i	Strategy/MakeWellFormed.php	/^                foreach ($this->injectors as $i => $injector) {$/;"	v
-i	Strategy/MakeWellFormed.php	/^        $i = false; \/\/ injector index$/;"	v
-i	URIFilter/DisableExternal.php	/^        foreach ($this->ourHostParts as $i => $x) {$/;"	v
-i	UnitConverter.php	/^            \/\/ Pre-condition: $i == 0$/;"	v
-i	VarParser/Flexible.php	/^                    foreach ($var as $i => $j) $var[$i] = trim($j);$/;"	v
-iconv	Encoder.php	/^        if ($iconv === null) $iconv = function_exists('iconv');$/;"	v
-iconv	Encoder.php	/^        static $iconv = null;$/;"	v
-id	AttrDef/HTML/ID.php	/^            if (strpos($id, $prefix) !== 0) $id = $prefix . $id;$/;"	v
-id	AttrDef/HTML/ID.php	/^        $id = trim($id); \/\/ trim it first$/;"	v
-id	AttrTransform/Name.php	/^        $id = $this->confiscateAttr($attr, 'name');$/;"	v
-id	ConfigSchema/InterchangeBuilder.php	/^        $id = $directive->id->toString(); \/\/ convenience$/;"	v
-id	ConfigSchema/InterchangeBuilder.php	/^    protected function id($id) {$/;"	f
-id	ConfigSchema/Validator.php	/^            $id = $directive->id->toString();$/;"	v
-id	ConfigSchema/Validator.php	/^        $id = $d->id->toString();$/;"	v
-id	Lexer/PH5P.php	/^                    $id = substr($e_name, 0, $c);$/;"	v
-id_accumulator	AttrDef/HTML/ID.php	/^            $id_accumulator =& $context->get('IDAccumulator');$/;"	v
-id_accumulator	AttrValidator.php	/^            $id_accumulator = HTMLPurifier_IDAccumulator::build($config, $context);$/;"	v
-id_accumulator	IDAccumulator.php	/^        $id_accumulator = new HTMLPurifier_IDAccumulator();$/;"	v
-id_string	ConfigSchema/Validator.php	/^        $id_string = $id->toString();$/;"	v
-ids	IDAccumulator.php	/^    public $ids = array();$/;"	v
-if	HTMLDefinition.php	/^ *       update that class if things here change.$/;"	c
-ignore_error	Context.php	/^    public function &get($name, $ignore_error = false) {$/;"	v
-img	HTMLModule/Image.php	/^        $img = $this->addElement($/;"	v
-img	HTMLModule/Legacy.php	/^        $img = $this->addBlankElement('img');$/;"	v
-implementations	DefinitionCacheFactory.php	/^    protected $implementations = array();$/;"	v
-in	Encoder.php	/^                        !($in == 9 || $in == 13 || $in == 10) \/\/ save \\r\\t\\n$/;"	v
-in	Encoder.php	/^                    if (($in <= 31 || $in == 127) &&$/;"	v
-in	Encoder.php	/^            $in = ord($str{$i});$/;"	v
-in	Encoder.php	/^     * @note This is very similar to the unichr function in$/;"	f
-inBody	Lexer/PH5P.php	/^    private function inBody($token) {$/;"	f
-inCaption	Lexer/PH5P.php	/^    private function inCaption($token) {$/;"	f
-inCell	Lexer/PH5P.php	/^    private function inCell($token) {$/;"	f
-inColumnGroup	Lexer/PH5P.php	/^    private function inColumnGroup($token) {$/;"	f
-inFrameset	Lexer/PH5P.php	/^    private function inFrameset($token) {$/;"	f
-inHead	Lexer/PH5P.php	/^    private function inHead($token) {$/;"	f
-inRow	Lexer/PH5P.php	/^    private function inRow($token) {$/;"	f
-inSelect	Lexer/PH5P.php	/^    private function inSelect($token) {$/;"	f
-inTable	Lexer/PH5P.php	/^    private function inTable($token) {$/;"	f
-inTableBody	Lexer/PH5P.php	/^    private function inTableBody($token) {$/;"	f
-in_stack	Lexer/PH5P.php	/^                                $in_stack = in_array($formatting_element, $this->stack, true);$/;"	v
-index	Config.php	/^    public function mergeArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true) {$/;"	v
-index	Config.php	/^    public static function loadArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true, $schema = null) {$/;"	v
-index	Config.php	/^    public static function prepareArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true, $schema = null) {$/;"	v
-info	AttrCollections.php	/^    public $info = array();$/;"	v
-info	AttrDef/CSS/Border.php	/^    protected $info = array();$/;"	v
-info	AttrDef/CSS/Font.php	/^    protected $info = array();$/;"	v
-info	AttrTypes.php	/^    protected $info = array();$/;"	v
-info	CSSDefinition.php	/^    public $info = array();$/;"	v
-info	ConfigSchema.php	/^    public $info = array();$/;"	v
-info	ConfigSchema/InterchangeBuilder.php	/^        $info = parse_ini_file($dir . 'info.ini');$/;"	v
-info	ContentSets.php	/^    public $info = array();$/;"	v
-info	HTMLDefinition.php	/^    public $info = array();$/;"	v
-info	HTMLModule.php	/^    public $info = array();$/;"	v
-info_attr_transform_post	HTMLDefinition.php	/^    public $info_attr_transform_post = array();$/;"	v
-info_attr_transform_post	HTMLModule.php	/^    public $info_attr_transform_post = array();$/;"	v
-info_attr_transform_pre	HTMLDefinition.php	/^    public $info_attr_transform_pre = array();$/;"	v
-info_attr_transform_pre	HTMLModule.php	/^    public $info_attr_transform_pre = array();$/;"	v
-info_block_wrapper	HTMLDefinition.php	/^    public $info_block_wrapper = 'p';$/;"	v
-info_content_sets	HTMLDefinition.php	/^    public $info_content_sets = array();$/;"	v
-info_global_attr	HTMLDefinition.php	/^    public $info_global_attr = array();$/;"	v
-info_injector	HTMLDefinition.php	/^    public $info_injector = array();$/;"	v
-info_injector	HTMLModule.php	/^    public $info_injector = array();$/;"	v
-info_parent	HTMLDefinition.php	/^    public $info_parent = 'div';$/;"	v
-info_tag_transform	HTMLDefinition.php	/^    public $info_tag_transform = array();$/;"	v
-info_tag_transform	HTMLModule.php	/^    public $info_tag_transform = array();$/;"	v
-inherit	Config.php	/^    public static function inherit(HTMLPurifier_Config $config) {$/;"	f
-init	ChildDef/StrictBlockquote.php	/^    private function init($config) {$/;"	f
-init	ChildDef/StrictBlockquote.php	/^    protected $init = false;$/;"	v
-initPhase	Lexer/PH5P.php	/^    private function initPhase($token) {$/;"	f
-injector	HTMLModuleManager.php	/^                    $injector = new $class;$/;"	v
-injector	Strategy/MakeWellFormed.php	/^                $injector = "HTMLPurifier_Injector_$injector";$/;"	v
-injector	Strategy/MakeWellFormed.php	/^                $injector = new $injector;$/;"	v
-injector	Strategy/MakeWellFormed.php	/^            $injector = "HTMLPurifier_Injector_$injector";$/;"	v
-injector	Strategy/MakeWellFormed.php	/^        foreach ($injectors as $injector => $b) {$/;"	v
-injector	Strategy/MakeWellFormed.php	/^    protected function processToken($token, $injector = -1) {$/;"	v
-injectors	Strategy/MakeWellFormed.php	/^        $injectors = $config->getBatch('AutoFormat');$/;"	v
-input	HTMLModule/Forms.php	/^        $input = $this->addElement('input', 'Formctrl', 'Empty', 'Common', array($/;"	v
-insertBefore	Strategy/MakeWellFormed.php	/^    private function insertBefore($token) {$/;"	f
-insertComment	Lexer/PH5P.php	/^    private function insertComment($data) {$/;"	f
-insertElement	Lexer/PH5P.php	/^    private function insertElement($token, $append = true, $check = false) {$/;"	f
-insertText	Lexer/PH5P.php	/^    private function insertText($data) {$/;"	f
-inside_tag	Lexer/DirectLex.php	/^                    $inside_tag = false;$/;"	v
-inside_tag	Lexer/DirectLex.php	/^                $inside_tag = false;$/;"	v
-inside_tag	Lexer/DirectLex.php	/^                $inside_tag = true;$/;"	v
-inside_tag	Lexer/DirectLex.php	/^        $inside_tag = false; \/\/ whether or not we're parsing the inside of a tag$/;"	v
-inst	Lexer.php	/^                    $inst = new HTMLPurifier_Lexer_DOMLex();$/;"	v
-inst	Lexer.php	/^                    $inst = new HTMLPurifier_Lexer_DirectLex();$/;"	v
-inst	Lexer.php	/^                    $inst = new HTMLPurifier_Lexer_PH5P();$/;"	v
-inst	Lexer.php	/^            $inst = $lexer;$/;"	v
-inst	Lexer.php	/^        $inst = null;$/;"	v
-instance	ConfigSchema.php	/^    public static function instance($prototype = null) {$/;"	f
-instance	DefinitionCacheFactory.php	/^            $instance = $prototype;$/;"	v
-instance	DefinitionCacheFactory.php	/^            $instance = new HTMLPurifier_DefinitionCacheFactory();$/;"	v
-instance	DefinitionCacheFactory.php	/^    public static function instance($prototype = null) {$/;"	f
-instance	EntityLookup.php	/^            $instance = $prototype;$/;"	v
-instance	EntityLookup.php	/^            $instance = new HTMLPurifier_EntityLookup();$/;"	v
-instance	EntityLookup.php	/^        static $instance = null;$/;"	v
-instance	EntityLookup.php	/^    public static function instance($prototype = false) {$/;"	f
-instance	LanguageFactory.php	/^            $instance = $prototype;$/;"	v
-instance	LanguageFactory.php	/^            $instance = new HTMLPurifier_LanguageFactory();$/;"	v
-instance	LanguageFactory.php	/^        static $instance = null;$/;"	v
-instance	LanguageFactory.php	/^    public static function instance($prototype = null) {$/;"	f
-instance	URISchemeRegistry.php	/^            $instance = $prototype;$/;"	v
-instance	URISchemeRegistry.php	/^            $instance = new HTMLPurifier_URISchemeRegistry();$/;"	v
-instance	URISchemeRegistry.php	/^        static $instance = null;$/;"	v
-instance	URISchemeRegistry.php	/^    public static function instance($prototype = null) {$/;"	f
-int	AttrDef/CSS/Filter.php	/^            $int = (int) $value;$/;"	v
-int	AttrDef/HTML/MultiLength.php	/^        $int = (int) $int;$/;"	v
-int	AttrDef/HTML/MultiLength.php	/^        $int = substr($string, 0, $length - 1);$/;"	v
-int	AttrDef/HTML/Pixels.php	/^        $int = (int) $string;$/;"	v
-int	EntityParser.php	/^            $int = $is_hex ? hexdec($matches[1]) : (int) $matches[2];$/;"	v
-int	PercentEncoder.php	/^            $int = hexdec($encoding);$/;"	v
-integer	AttrDef/Integer.php	/^            if ($digits === '0') $integer = '0'; \/\/ rm minus sign for zero$/;"	v
-integer	AttrDef/Integer.php	/^        $integer = $this->parseCDATA($integer);$/;"	v
-integer	AttrDef/Integer.php	/^        if (!$this->zero     && $integer == 0) return false;$/;"	v
-interchange	ConfigSchema/InterchangeBuilder.php	/^        $interchange = new HTMLPurifier_ConfigSchema_Interchange();$/;"	v
-internal_precision	UnitConverter.php	/^    public function __construct($output_precision = 4, $internal_precision = 10, $force_no_bcmath = false) {$/;"	v
-into	ChildDef/StrictBlockquote.php	/^        \/\/ trick the parent class into thinking it allows more$/;"	c
-ip	AttrDef/URI/Host.php	/^            $ip = substr($string, 1, $length - 2);$/;"	v
-ip	AttrDef/URI/IPv6.php	/^                $ip = array_map('dechex', $ip);$/;"	v
-ip	AttrDef/URI/IPv6.php	/^                $ip = explode('.', $find[0]);$/;"	v
-ipv4	AttrDef/URI/Host.php	/^        $ipv4 = $this->ipv4->validate($string, $config, $context);$/;"	v
-is	ChildDef/Custom.php	/^ * @warning Currently this class is an all or nothing proposition, that is,$/;"	c
-is	ChildDef/Empty.php	/^ * @warning validateChildren() in this class is actually never called, because$/;"	c
-is	Config.php	/^ * @warning This class is strongly defined: that means that the class$/;"	c
-is	ConfigSchema.php	/^     * This class is friendly with HTMLPurifier_Config. If you need introspection$/;"	c
-is	Doctype.php	/^ * @note This class is inspected by Printer_HTMLDefinition->renderDoctype.$/;"	c
-is	ElementDef.php	/^ * @note This class is inspected by HTMLPurifier_Printer_HTMLDefinition.$/;"	c
-is	HTMLDefinition.php	/^ * @note This class is inspected by Printer_HTMLDefinition; please$/;"	c
-is	Lexer.php	/^ *       This means that, even though this class is not runnable, it will$/;"	c
-is	Lexer/PEARSax3.php	/^     * Close tag event handler, interface is defined by PEAR package.$/;"	i
-is	Lexer/PEARSax3.php	/^     * Data event handler, interface is defined by PEAR package.$/;"	i
-is	Lexer/PEARSax3.php	/^     * Escaped text handler, interface is defined by PEAR package.$/;"	i
-is	Lexer/PEARSax3.php	/^     * Open tag event handler, interface is defined by PEAR package.$/;"	i
-is	PercentEncoder.php	/^     * @warning This function is affected by $preserve, even though the$/;"	f
-is	Token/Tag.php	/^     * Static bool marker that indicates the class is a tag.$/;"	c
-is	TokenFactory.php	/^ *       constructor).  This class is for that optimization.$/;"	c
-isFinalized	Config.php	/^    public function isFinalized($error = false) {$/;"	f
-isOld	DefinitionCache.php	/^    public function isOld($key, $config) {$/;"	f
-isValid	Length.php	/^    public function isValid() {$/;"	f
-isWsOrNbsp	Injector/RemoveEmpty.php	/^                    $isWsOrNbsp = $plain === '' || ctype_space($plain);$/;"	v
-is_child	ChildDef/Custom.php	/^            $is_child = ($nesting == 0); \/\/ direct$/;"	v
-is_child	ChildDef/Required.php	/^            $is_child = ($nesting == 0);$/;"	v
-is_child	ChildDef/Table.php	/^            $is_child = ($nesting == 0);$/;"	v
-is_collecting	ChildDef/Table.php	/^                        $is_collecting = true;$/;"	v
-is_collecting	ChildDef/Table.php	/^                    $is_collecting = false;$/;"	v
-is_collecting	ChildDef/Table.php	/^        $is_collecting = false; \/\/ are we globbing together tokens to package$/;"	v
-is_collecting	ChildDef/Table.php	/^        if (!empty($collection) && $is_collecting == false){$/;"	v
-is_deleting	ChildDef/Required.php	/^                    $is_deleting = true;$/;"	v
-is_deleting	ChildDef/Required.php	/^                $is_deleting = false;$/;"	v
-is_deleting	ChildDef/Required.php	/^        $is_deleting = false;$/;"	v
-is_end_tag	Lexer/DirectLex.php	/^                $is_end_tag = (strpos($segment,'\/') === 0);$/;"	v
-is_folder	URIFilter/MakeAbsolute.php	/^                $is_folder = true;$/;"	v
-is_folder	URIFilter/MakeAbsolute.php	/^            $is_folder = false;$/;"	v
-is_folder	URIFilter/MakeAbsolute.php	/^        $is_folder = false;$/;"	v
-is_hex	EntityParser.php	/^            $is_hex = (@$entity[2] === 'x');$/;"	v
-is_important	AttrDef/CSS/ImportantDecorator.php	/^                $is_important = true;$/;"	v
-is_important	AttrDef/CSS/ImportantDecorator.php	/^        $is_important = false;$/;"	v
-is_inline	ChildDef/StrictBlockquote.php	/^                            $is_inline = false;$/;"	v
-is_inline	ChildDef/StrictBlockquote.php	/^                        $is_inline = true;$/;"	v
-is_inline	ChildDef/StrictBlockquote.php	/^        $is_inline = false;$/;"	v
-is_inline	Strategy/FixNesting.php	/^                    $is_inline = $count - 1;$/;"	v
-is_inline	Strategy/FixNesting.php	/^                    $is_inline = false;$/;"	v
-is_inline	Strategy/FixNesting.php	/^        $is_inline = $definition->info_parent_def->descendants_are_inline;$/;"	v
-is_num	EntityParser.php	/^        $is_num = (@$matches[0][1] === '#');$/;"	v
-is_self_closing	Lexer/DirectLex.php	/^                $is_self_closing = (strrpos($segment,'\/') === $strlen_segment-1);$/;"	v
-is_tag	Token/Tag.php	/^    public $is_tag = true;$/;"	v
-is_whitespace	Token/Comment.php	/^    public $is_whitespace = true;$/;"	v
-itself	StringHashParser.php	/^ * files, but the class itself is usage agnostic.$/;"	c
-ix	Strategy/MakeWellFormed.php	/^        foreach ($this->injectors as $ix => $injector) {$/;"	v
-j	AttrDef/CSS/Font.php	/^                            $j = $i;$/;"	v
-j	Strategy/MakeWellFormed.php	/^                    \/\/ notice we exclude $j == 0, i.e. the current ending tag, from$/;"	v
-k	CSSDefinition.php	/^        foreach ($this->info as $k => $v) {$/;"	v
-k	ConfigSchema/InterchangeBuilder.php	/^        foreach ($hash as $k => $v) {$/;"	v
-k	ElementDef.php	/^        foreach ($a2 as $k => $v) {$/;"	v
-k	ElementDef.php	/^        foreach($def->attr as $k => $v) {$/;"	v
-k	Filter/ExtractStyleBlocks.php	/^        foreach ($this->_tidy->css as $k => $decls) {$/;"	v
-k	HTMLDefinition.php	/^            foreach ($module->info_injector as $k => $v) {$/;"	v
-k	HTMLDefinition.php	/^            foreach($module->info_attr_transform_post as $k => $v) {$/;"	v
-k	HTMLDefinition.php	/^            foreach($module->info_attr_transform_pre as $k => $v) {$/;"	v
-k	HTMLDefinition.php	/^            foreach($module->info_tag_transform as $k => $v) {$/;"	v
-k	HTMLDefinition.php	/^        foreach ($this->info as $k => $v) {$/;"	v
-k	HTMLModuleManager.php	/^            foreach ($modules as $k => $m) {$/;"	v
-k	UnitConverter.php	/^        foreach (self::$units as $k => $x) {$/;"	v
-key	AttrCollections.php	/^            foreach ($this->info[$merge[$i]] as $key => $value) {$/;"	v
-key	AttrDef/CSS/Background.php	/^            foreach ($caught as $key => $status) {$/;"	v
-key	AttrDef/CSS/Filter.php	/^            $key   = trim($key);$/;"	v
-key	AttrDef/CSS/ListStyle.php	/^            foreach ($caught as $key => $status) {$/;"	v
-key	Config.php	/^            $key = "$key.$a";$/;"	v
-key	Config.php	/^            $key = "$key.$directive";$/;"	v
-key	Config.php	/^            $key = str_replace('_', '.', $key);$/;"	v
-key	Config.php	/^        foreach ($config_array as $key => $value) {$/;"	v
-key	Config.php	/^        foreach ($schema->info as $key => $def) {$/;"	v
-key	ConfigSchema.php	/^        foreach ($this->info as $key => $v) {$/;"	v
-key	ContentSets.php	/^            foreach ($module->content_sets as $key => $value) {$/;"	v
-key	ContentSets.php	/^        foreach ($this->lookup as $key => $lookup) {$/;"	v
-key	Context.php	/^        foreach ($context_array as $key => $discard) {$/;"	v
-key	DefinitionCache/Decorator/Memory.php	/^        $key = $this->generateKey($config);$/;"	v
-key	DefinitionCache/Serializer.php	/^            $key = substr($filename, 0, strlen($filename) - 4);$/;"	v
-key	DefinitionCache/Serializer.php	/^        $key = $this->generateKey($config);$/;"	v
-key	Generator.php	/^        foreach ($assoc_array_of_attributes as $key => $value) {$/;"	v
-key	HTMLDefinition.php	/^        foreach ($forbidden_attributes as $key => $v) {$/;"	v
-key	Lexer/DirectLex.php	/^            $key = substr($string, $key_begin, $key_end - $key_begin);$/;"	v
-key	Lexer/PEARSax3.php	/^        foreach ($attrs as $key => $attr) {$/;"	v
-key	PropertyListIterator.php	/^        $key = $this->getInnerIterator()->key();$/;"	v
-key	Strategy/ValidateAttributes.php	/^        foreach ($tokens as $key => $token) {$/;"	v
-key	Token/Tag.php	/^        foreach ($attr as $key => $value) {$/;"	v
-key	VarParser/Flexible.php	/^                    foreach ($var as $key => $value) {$/;"	v
-key_begin	Lexer/DirectLex.php	/^            $key_begin = $cursor; \/\/we're currently at the start of the key$/;"	v
-key_end	Lexer/DirectLex.php	/^            $key_end = $cursor; \/\/ now at the end of the key$/;"	v
-keys	AttrDef/CSS/URI.php	/^        $keys   = array(  '(',   ')',   ',',   ' ',   '"',   "'");$/;"	v
-keys	ChildDef/Required.php	/^        $keys = array_keys($elements);$/;"	v
-keys	ContentSets.php	/^    protected $keys = array();$/;"	v
-keys	HTMLDefinition.php	/^                    $keys = array("$tag@$attr", $attr, "*@$attr", "$tag.$attr", "*.$attr");$/;"	v
-keys	HTMLDefinition.php	/^                $keys = array($attr, "*@$attr", "*.$attr");$/;"	v
-keys	Language.php	/^                $keys = array_keys($value);$/;"	v
-keys	LanguageFactory.php	/^    public $keys = array('fallback', 'messages', 'errorNames');$/;"	v
-keys	VarParser.php	/^                    $keys = array_keys($var);$/;"	v
-keys	VarParser/Flexible.php	/^                $keys = array_keys($var);$/;"	v
-keywords	AttrDef/CSS/BackgroundPosition.php	/^        $keywords = array();$/;"	v
-l	Injector/Linkify.php	/^        \/\/ $l = is link$/;"	v
-l	Injector/PurifierLinkify.php	/^        \/\/ $l = is link$/;"	v
-l	Length.php	/^            $l = $converter->convert($l, $this->unit);$/;"	v
-l	Lexer/PH5P.php	/^    private function character($s, $l = 0) {$/;"	v
-label	HTMLModule/Forms.php	/^        $label = $this->addElement('label', 'Formctrl', 'Optional: #PCDATA | Inline', 'Common', array($/;"	v
-lang	AttrTransform/Lang.php	/^        $lang     = isset($attr['lang']) ? $attr['lang'] : false;$/;"	v
-lang	LanguageFactory.php	/^                $lang = $this->create($config, $context, $fallback);$/;"	v
-lang	LanguageFactory.php	/^                $lang = new $class($config, $context);$/;"	v
-lang	LanguageFactory.php	/^            $lang = new HTMLPurifier_Language($config, $context);$/;"	v
-languages_seen	LanguageFactory.php	/^        static $languages_seen = array(); \/\/ recursion guard$/;"	v
-last	Lexer/DOMLex.php	/^            $last = end($tokens);$/;"	v
-last	Lexer/PH5P.php	/^                $last = true;$/;"	v
-last	Lexer/PH5P.php	/^            $last = count($this->token['attr']) - 1;$/;"	v
-last	Lexer/PH5P.php	/^        $last = count($this->token['attr']) - 1;$/;"	v
-last	Lexer/PH5P.php	/^        $last = false;$/;"	v
-last_char	AttrDef/HTML/Length.php	/^        $last_char = $string[$length - 1];$/;"	v
-last_char	AttrDef/HTML/MultiLength.php	/^        $last_char = $string[$length - 1];$/;"	v
-last_char	Lexer/DirectLex.php	/^            $last_char  = @$quoted_value[strlen($quoted_value)-1];$/;"	v
-last_node	Lexer/PH5P.php	/^                            $last_node = $node;$/;"	v
-last_node	Lexer/PH5P.php	/^                        $last_node = $furthest_block;$/;"	v
-lbit	AttrDef/CSS/BackgroundPosition.php	/^            $lbit = ctype_lower($bit) ? $bit : strtolower($bit);$/;"	v
-lclass	Printer.php	/^        $lclass = strtolower($class);$/;"	v
-left	AttrDef/CSS/Number.php	/^        $left  = ltrim($left,  '0');$/;"	v
-len	Encoder.php	/^        $len = strlen($str);$/;"	v
-len	Lexer/PH5P.php	/^                $len = strlen($e_name);$/;"	v
-len	Lexer/PH5P.php	/^            $len  = strcspn($this->data, '<&', $this->char);$/;"	v
-lenc	Encoder.php	/^            $lenc = strtolower($encoding);$/;"	v
-leng	Lexer/PH5P.php	/^                    $leng = count($this->a_formatting);$/;"	v
-leng	Lexer/PH5P.php	/^        $leng = count($this->stack);$/;"	v
-length	AttrDef/CSS/Color.php	/^                $length = strlen($part);$/;"	v
-length	AttrDef/CSS/Color.php	/^            $length = strlen($color);$/;"	v
-length	AttrDef/CSS/Color.php	/^            $length = strlen($hex);$/;"	v
-length	AttrDef/CSS/FontFamily.php	/^                $length = strlen($font);$/;"	v
-length	AttrDef/CSS/Length.php	/^        $length = HTMLPurifier_Length::make($string);$/;"	v
-length	AttrDef/CSS/Multiple.php	/^        $length = count($parts);$/;"	v
-length	AttrDef/CSS/Percentage.php	/^        $length = strlen($string);$/;"	v
-length	AttrDef/HTML/Color.php	/^        $length = strlen($hex);$/;"	v
-length	AttrDef/HTML/Length.php	/^        $length = strlen($string);$/;"	v
-length	AttrDef/HTML/MultiLength.php	/^        $length = strlen($string);$/;"	v
-length	AttrDef/HTML/Pixels.php	/^        $length = strlen($string);$/;"	v
-length	AttrDef/Lang.php	/^            $length = strlen($subtags[$i]);$/;"	v
-length	AttrDef/Lang.php	/^        $length = strlen($subtags[0]);$/;"	v
-length	AttrDef/Lang.php	/^        $length = strlen($subtags[1]);$/;"	v
-length	AttrDef/URI/Host.php	/^        $length = strlen($string);$/;"	v
-length	AttrTransform/Length.php	/^        $length = $this->confiscateAttr($attr, $this->name);$/;"	v
-length	Lexer/DirectLex.php	/^            $length = false;$/;"	v
-length	Lexer/DirectLex.php	/^            $length = strlen($html);$/;"	v
-length	Lexer/PH5P.php	/^                        $length = count($this->stack);$/;"	v
-length	PercentEncoder.php	/^            $length = strlen($part);$/;"	v
-length	Strategy/FixNesting.php	/^                $length = $j - $i + 1;$/;"	v
-length	Strategy/FixNesting.php	/^                $length = $j - $i - 1;$/;"	v
-level	HTMLModule/Tidy.php	/^        $level = $config->get('HTML.TidyLevel');$/;"	v
-levels	HTMLModule/Tidy.php	/^    public $levels = array(0 => 'none', 'light', 'medium', 'heavy');$/;"	v
-lexer	Lexer.php	/^                    $lexer = 'DOMLex';$/;"	v
-lexer	Lexer.php	/^                    $lexer = 'DirectLex';$/;"	v
-lexer	Lexer.php	/^            $lexer = $config->get('Core.LexerImpl');$/;"	v
-lexer	Lexer.php	/^            $lexer = $config;$/;"	v
-lexer	Lexer/PH5P.php	/^            $lexer = new HTMLPurifier_Lexer_DirectLex();$/;"	v
-li	HTMLModule/Legacy.php	/^        $li = $this->addBlankElement('li');$/;"	v
-li_types	HTMLModule/Tidy/XHTMLAndHTML4.php	/^            $li_types = $ul_types + $ol_types;$/;"	v
-line	ErrorCollector.php	/^        $line  = $token ? $token->line : $this->context->get('CurrentLine', true);$/;"	v
-line	ErrorCollector.php	/^        foreach ($this->lines as $line => $col_array) {$/;"	v
-line	ErrorCollector.php	/^    private function _renderStruct(&$ret, $struct, $line = null, $col = null) {$/;"	v
-line	StringHashParser.php	/^                    $line = trim($line);$/;"	v
-line	StringHashParser.php	/^            $line = fgets($fh);$/;"	v
-line	StringHashParser.php	/^            $line = rtrim($line, "\\n\\r");$/;"	v
-line	StringHashParser.php	/^            if (!$state && $line === '') continue;$/;"	v
-line	Token/Comment.php	/^    public function __construct($data, $line = null, $col = null) {$/;"	v
-line	Token/Text.php	/^    public function __construct($data, $line = null, $col = null) {$/;"	v
-line_height	AttrDef/CSS/Font.php	/^                                $line_height = $bits[$j];$/;"	v
-line_height	AttrDef/CSS/Font.php	/^                            $line_height = false;$/;"	v
-line_height	AttrDef/CSS/Font.php	/^                        $line_height = false;$/;"	v
-lines	ErrorCollector.php	/^    protected $lines = array();$/;"	v
-list	Config.php	/^        $list = array();$/;"	v
-list	HTMLDefinition.php	/^        $list = str_replace(array(' ', "\\t"), '', $list);$/;"	v
-list	HTMLModule.php	/^        if (is_string($list)) $list = func_get_args();$/;"	v
-list	Printer/HTMLDefinition.php	/^            $list = array();$/;"	v
-list	Printer/HTMLDefinition.php	/^        $list = array();$/;"	v
-list_of_children	ChildDef/Custom.php	/^        $list_of_children = '';$/;"	v
-list_of_children	ChildDef/Custom.php	/^        $list_of_children = ',' . rtrim($list_of_children, ',');$/;"	v
-listify	Language.php	/^    public function listify($array) {$/;"	f
-listify	Printer.php	/^    protected function listify($array, $polite = false) {$/;"	f
-listifyAttr	Printer/HTMLDefinition.php	/^    protected function listifyAttr($array) {$/;"	f
-listifyObjectList	Printer/HTMLDefinition.php	/^    protected function listifyObjectList($array) {$/;"	f
-listifyTagLookup	Printer/HTMLDefinition.php	/^    protected function listifyTagLookup($array) {$/;"	f
-load	IDAccumulator.php	/^    public function load($array_of_ids) {$/;"	f
-load	Language.php	/^    public function load() {$/;"	f
-loadArray	Config.php	/^    public function loadArray($config_array) {$/;"	f
-loadArray	Context.php	/^    public function loadArray($context_array) {$/;"	f
-loadArrayFromForm	Config.php	/^    public static function loadArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true, $schema = null) {$/;"	f
-loadIni	Config.php	/^    public function loadIni($filename) {$/;"	f
-loadLanguage	LanguageFactory.php	/^    public function loadLanguage($code) {$/;"	f
-lock	Config.php	/^        $lock = $this->lock;$/;"	v
-log	UnitConverter.php	/^        $log = (int) floor(log(abs($n), 10));$/;"	v
-lookup	AttrDef/CSS/BackgroundPosition.php	/^        $lookup = array($/;"	v
-lookup	AttrDef/CSS/Filter.php	/^        $lookup = array();$/;"	v
-lookup	ConfigSchema/InterchangeBuilder.php	/^    protected function lookup($array) {$/;"	f
-lookup	ContentSets.php	/^    public $lookup = array();$/;"	v
-lookup	HTMLModuleManager.php	/^        $lookup = $config->get('HTML.AllowedModules');$/;"	v
-lookup	VarParser.php	/^            $lookup = array_flip(HTMLPurifier_VarParser::$types);$/;"	v
-loops	Lexer/DirectLex.php	/^        $loops = 0;$/;"	v
-lower	AttrDef/CSS/Color.php	/^        $lower = strtolower($color);$/;"	v
-lowercase_string	AttrDef/CSS/Font.php	/^        $lowercase_string = strtolower($string);$/;"	v
-mBytes	Encoder.php	/^                        $mBytes = 1;$/;"	v
-mBytes	Encoder.php	/^                    $mBytes = 1;$/;"	v
-mBytes	Encoder.php	/^                    $mBytes = 2;$/;"	v
-mBytes	Encoder.php	/^                    $mBytes = 3;$/;"	v
-mBytes	Encoder.php	/^                    $mBytes = 4;$/;"	v
-mBytes	Encoder.php	/^                    $mBytes = 5;$/;"	v
-mBytes	Encoder.php	/^                    $mBytes = 6;$/;"	v
-mBytes	Encoder.php	/^        $mBytes = 1; \/\/ cached expected number of octets in the current sequence$/;"	v
-mState	Encoder.php	/^                        $mState = 0;$/;"	v
-mState	Encoder.php	/^                    $mState = 0;$/;"	v
-mState	Encoder.php	/^                    $mState = 1;$/;"	v
-mState	Encoder.php	/^                    $mState = 2;$/;"	v
-mState	Encoder.php	/^                    $mState = 3;$/;"	v
-mState	Encoder.php	/^                    $mState = 4;$/;"	v
-mState	Encoder.php	/^                    $mState = 5;$/;"	v
-mState	Encoder.php	/^        $mState = 0; \/\/ cached expected number of octets after the current octet$/;"	v
-mUcs4	Encoder.php	/^                        $mUcs4  = 0;$/;"	v
-mUcs4	Encoder.php	/^                    $mUcs4  = 0;$/;"	v
-mUcs4	Encoder.php	/^                    $mUcs4 = ($in);$/;"	v
-mUcs4	Encoder.php	/^                    $mUcs4 = ($mUcs4 & 0x03) << 24;$/;"	v
-mUcs4	Encoder.php	/^                    $mUcs4 = ($mUcs4 & 0x07) << 18;$/;"	v
-mUcs4	Encoder.php	/^                    $mUcs4 = ($mUcs4 & 0x0F) << 12;$/;"	v
-mUcs4	Encoder.php	/^                    $mUcs4 = ($mUcs4 & 0x1F) << 6;$/;"	v
-mUcs4	Encoder.php	/^                    $mUcs4 = ($mUcs4 & 1) << 30;$/;"	v
-mUcs4	Encoder.php	/^        $mUcs4  = 0; \/\/ cached Unicode character$/;"	v
-mainPhase	Lexer/PH5P.php	/^    private function mainPhase($token) {$/;"	f
-maintain_line_numbers	Lexer/DirectLex.php	/^            $maintain_line_numbers = $config->get('Core.CollectErrors');$/;"	v
-maintain_line_numbers	Lexer/DirectLex.php	/^        $maintain_line_numbers = $config->get('Core.MaintainLineNumbers');$/;"	v
-make	AttrDef.php	/^    public function make($string) {$/;"	f
-make	AttrDef/Enum.php	/^    public function make($string) {$/;"	f
-make	AttrDef/HTML/Bool.php	/^    public function make($string) {$/;"	f
-make	AttrDef/HTML/Pixels.php	/^    public function make($string) {$/;"	f
-make	AttrDef/URI.php	/^    public function make($string) {$/;"	f
-make	ConfigSchema/Interchange/Id.php	/^    public static function make($id) {$/;"	f
-make	DoctypeRegistry.php	/^    public function make($config) {$/;"	f
-make	Length.php	/^    static public function make($s) {$/;"	f
-makeFixes	HTMLModule/Tidy.php	/^    public function makeFixes() {}$/;"	f
-makeFixes	HTMLModule/Tidy/Name.php	/^    public function makeFixes() {$/;"	f
-makeFixes	HTMLModule/Tidy/Proprietary.php	/^    public function makeFixes() {$/;"	f
-makeFixes	HTMLModule/Tidy/Strict.php	/^    public function makeFixes() {$/;"	f
-makeFixes	HTMLModule/Tidy/XHTML.php	/^    public function makeFixes() {$/;"	f
-makeFixes	HTMLModule/Tidy/XHTMLAndHTML4.php	/^    public function makeFixes() {$/;"	f
-makeFixesForLevel	HTMLModule/Tidy.php	/^    public function makeFixesForLevel($fixes) {$/;"	f
-makeFromSerial	ConfigSchema.php	/^    public static function makeFromSerial() {$/;"	f
-makeLookup	HTMLModule.php	/^    public function makeLookup($list) {$/;"	f
-makeReplace	URIFilter/Munge.php	/^    protected function makeReplace($uri, $config, $context) {$/;"	f
-margin	CSSDefinition.php	/^        $margin =$/;"	v
-marker	Lexer/PH5P.php	/^                        $marker = end(array_keys($this->a_formatting, self::MARKER, true));$/;"	v
-markupDeclarationOpenState	Lexer/PH5P.php	/^    private function markupDeclarationOpenState() {$/;"	f
-match	AttrDef/URI/Host.php	/^        $match = preg_match("\/^($domainlabel\\.)*$toplabel\\.?$\/i", $string);$/;"	v
-matches	Lexer.php	/^        $matches = array();$/;"	v
-matches	URIParser.php	/^            $matches = array();$/;"	v
-matches	URIParser.php	/^        $matches = array();$/;"	v
-max	AttrDef/CSS/Length.php	/^    public function __construct($min = null, $max = null) {$/;"	v
-max	AttrDef/CSS/Multiple.php	/^    public function __construct($single, $max = 4) {$/;"	v
-max	AttrDef/HTML/Pixels.php	/^        else $max = (int) $string;$/;"	v
-max	AttrDef/HTML/Pixels.php	/^        if ($string === '') $max = null;$/;"	v
-max	CSSDefinition.php	/^            $max === null ?$/;"	v
-max	CSSDefinition.php	/^        $max = $config->get('CSS.MaxImgLength');$/;"	v
-max	HTMLModule/Image.php	/^        $max = $config->get('HTML.MaxImgLength');$/;"	v
-max	HTMLModule/SafeEmbed.php	/^        $max = $config->get('HTML.MaxImgLength');$/;"	v
-max	HTMLModule/SafeObject.php	/^        $max = $config->get('HTML.MaxImgLength');$/;"	v
-may	Bootstrap.php	/^ *      This class may be used without any other files from HTML Purifier.$/;"	c
-measures	AttrDef/CSS/BackgroundPosition.php	/^        $measures = array();$/;"	v
-merge	AttrCollections.php	/^                $merge = array_merge($merge, $this->info[$merge[$i]][0]);$/;"	v
-merge	AttrCollections.php	/^        $merge = $attr[0];$/;"	v
-mergeArrayFromForm	Config.php	/^    public function mergeArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true) {$/;"	f
-mergeIn	ElementDef.php	/^    public function mergeIn($def) {$/;"	f
-mergeInAttrIncludes	HTMLModule.php	/^    public function mergeInAttrIncludes(&$attr, $attr_includes) {$/;"	f
-mergeable_keys_list	LanguageFactory.php	/^    protected $mergeable_keys_list = array();$/;"	v
-mergeable_keys_map	LanguageFactory.php	/^    protected $mergeable_keys_map = array('messages' => true, 'errorNames' => true);$/;"	v
-messages	Language.php	/^    public $messages = array();$/;"	v
-messages	Language/messages/en-x-test.php	/^$messages = array($/;"	v
-messages	Language/messages/en-x-testmini.php	/^$messages = array($/;"	v
-messages	Language/messages/en.php	/^$messages = array($/;"	v
-method	DefinitionCacheFactory.php	/^        $method = $config->get('Cache.DefinitionImpl');$/;"	v
-minimized	AttrDef.php	/^    public $minimized = false;$/;"	v
-minimized	AttrDef/HTML/Bool.php	/^    public $minimized = true;$/;"	v
-module	HTMLDefinition.php	/^        $module  = $this->getAnonymousModule();$/;"	v
-module	HTMLDefinition.php	/^        $module = $this->getAnonymousModule();$/;"	v
-module	HTMLModuleManager.php	/^                $module = $original_module;$/;"	v
-module	HTMLModuleManager.php	/^                $module = $prefix . $original_module;$/;"	v
-module	HTMLModuleManager.php	/^            $module = $this->modules[$module_name];$/;"	v
-module	HTMLModuleManager.php	/^            $module = new $module();$/;"	v
-module	HTMLModuleManager.php	/^        if (is_object($module)) $module = $module->name;$/;"	v
-module_i	ContentSets.php	/^        foreach ($modules as $module_i => $module) {$/;"	v
-modules	ContentSets.php	/^        if (!is_array($modules)) $modules = array($modules);$/;"	v
-modules	Doctype.php	/^    public $modules = array();$/;"	v
-modules	DoctypeRegistry.php	/^        if (!is_array($modules)) $modules = array($modules);$/;"	v
-modules	HTMLModuleManager.php	/^        $modules = $this->doctype->modules;$/;"	v
-modules	HTMLModuleManager.php	/^        $modules = array_merge($modules, $this->userModules);$/;"	v
-modules	HTMLModuleManager.php	/^    public $modules = array();$/;"	v
-mq	Config.php	/^        $mq = $mq_fix && function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc();$/;"	v
-msg	ErrorCollector.php	/^            $msg = $this->locale->formatMessage($msg, $args);$/;"	v
-msg	ErrorCollector.php	/^            $msg = $this->locale->getMessage($msg);$/;"	v
-msg	ErrorCollector.php	/^        if (!empty($subst)) $msg = strtr($msg, $subst);$/;"	v
-mul	UnitConverter.php	/^    private function mul($s1, $s2, $scale) {$/;"	f
-mungeRgb	AttrDef.php	/^    protected function mungeRgb($string) {$/;"	f
-muteErrorHandler	Encoder.php	/^    public static function muteErrorHandler() {}$/;"	f
-muteErrorHandler	Lexer/DOMLex.php	/^    public function muteErrorHandler($errno, $errstr) {}$/;"	f
-n	HTMLModuleManager.php	/^            $n = array();$/;"	v
-n	HTMLModuleManager.php	/^        foreach ($elements as $n => $v) {$/;"	v
-n	Injector/SafeObject.php	/^                $n = $token->attr['name'];$/;"	v
-n	Length.php	/^        $n = substr($s, 0, $n_length);$/;"	v
-n	Length.php	/^     * String unit. False is permitted if $n = 0.$/;"	v
-n	Lexer/PH5P.php	/^                                $n = -1;$/;"	v
-n	UnitConverter.php	/^                $n = $this->mul($n, $factor, $cp);$/;"	v
-n	UnitConverter.php	/^                $n = '0';$/;"	v
-n	UnitConverter.php	/^                $n = bcadd($n, $neg . '0.' .  str_repeat('0', $rp) . '5', $rp + 1);$/;"	v
-n	UnitConverter.php	/^                $n = bcadd($n, $neg . '5' . str_repeat('0', $new_log - $sigfigs), 0);$/;"	v
-n	UnitConverter.php	/^                $n = bcdiv($n, '1', $rp);$/;"	v
-n	UnitConverter.php	/^                $n = substr($n, 0, $sigfigs + strlen($neg)) . str_repeat('0', $new_log - $sigfigs + 1);$/;"	v
-n	UnitConverter.php	/^            $n = $this->mul($n, self::$units[$state][$dest_state][1], $cp);$/;"	v
-n	UnitConverter.php	/^        $n    = $length->getN();$/;"	v
-n	UnitConverter.php	/^        $n = $this->round($n, $sigfigs);$/;"	v
-n	UnitConverter.php	/^        $n = ltrim($n, '0+-');$/;"	v
-n	UnitConverter.php	/^        $n = rtrim($n, '.');$/;"	v
-n	UnitConverter.php	/^        if (strpos($n, '.') !== false) $n = rtrim($n, '0');$/;"	v
-n_length	Length.php	/^        $n_length = strspn($s, '1234567890.+-');$/;"	v
-name	AttrCollections.php	/^        foreach ($this->info as $name => $attr) {$/;"	v
-name	AttrDef/HTML/Class.php	/^        $name = $config->getDefinition('HTML')->doctype->name;$/;"	v
-name	AttrDef/HTML/Class.php	/^        if ($name == "XHTML 1.1" || $name == "XHTML 2.0") {$/;"	v
-name	AttrTransform/NameSync.php	/^        $name = $attr['name'];$/;"	v
-name	AttrTransform/SafeEmbed.php	/^    public $name = "SafeEmbed";$/;"	v
-name	AttrTransform/SafeObject.php	/^    public $name = "SafeObject";$/;"	v
-name	AttrTransform/SafeParam.php	/^    public $name = "SafeParam";$/;"	v
-name	CSSDefinition.php	/^                $name = htmlspecialchars($name);$/;"	v
-name	CSSDefinition.php	/^            foreach ($allowed_attributes as $name => $d) {$/;"	v
-name	CSSDefinition.php	/^            foreach ($this->info as $name => $d) {$/;"	v
-name	ChildDef.php	/^     * Type of child definition, usually right-most part of class name lowercase.$/;"	c
-name	Config.php	/^        foreach ($lookup as $name => $b) $list[] = $name;$/;"	v
-name	Config.php	/^        foreach ($this->plist->squash() as $name => $value) {$/;"	v
-name	DefinitionCache/Decorator/Cleanup.php	/^    public $name = 'Cleanup';$/;"	v
-name	DefinitionCache/Decorator/Memory.php	/^    public $name = 'Memory';$/;"	v
-name	DefinitionCacheFactory.php	/^     * @param $long Full class name of cache object, for construction$/;"	c
-name	DoctypeRegistry.php	/^        $name = $doctype->name;$/;"	v
-name	Filter/ExtractStyleBlocks.php	/^                foreach ($style as $name => $value) {$/;"	v
-name	Filter/ExtractStyleBlocks.php	/^    public $name = 'ExtractStyleBlocks';$/;"	v
-name	Filter/YouTube.php	/^    public $name = 'YouTube';$/;"	v
-name	HTMLDefinition.php	/^            foreach ($this->info as $name => $d) {$/;"	v
-name	HTMLModule/Bdo.php	/^    public $name = 'Bdo';$/;"	v
-name	HTMLModule/CommonAttributes.php	/^    public $name = 'CommonAttributes';$/;"	v
-name	HTMLModule/Edit.php	/^    public $name = 'Edit';$/;"	v
-name	HTMLModule/Forms.php	/^    public $name = 'Forms';$/;"	v
-name	HTMLModule/Hypertext.php	/^    public $name = 'Hypertext';$/;"	v
-name	HTMLModule/Image.php	/^    public $name = 'Image';$/;"	v
-name	HTMLModule/Legacy.php	/^    public $name = 'Legacy';$/;"	v
-name	HTMLModule/List.php	/^    public $name = 'List';$/;"	v
-name	HTMLModule/Name.php	/^    public $name = 'Name';$/;"	v
-name	HTMLModule/NonXMLCommonAttributes.php	/^    public $name = 'NonXMLCommonAttributes';$/;"	v
-name	HTMLModule/Object.php	/^    public $name = 'Object';$/;"	v
-name	HTMLModule/Presentation.php	/^    public $name = 'Presentation';$/;"	v
-name	HTMLModule/Proprietary.php	/^    public $name = 'Proprietary';$/;"	v
-name	HTMLModule/Ruby.php	/^    public $name = 'Ruby';$/;"	v
-name	HTMLModule/SafeEmbed.php	/^    public $name = 'SafeEmbed';$/;"	v
-name	HTMLModule/SafeObject.php	/^    public $name = 'SafeObject';$/;"	v
-name	HTMLModule/Scripting.php	/^    public $name = 'Scripting';$/;"	v
-name	HTMLModule/StyleAttribute.php	/^    public $name = 'StyleAttribute';$/;"	v
-name	HTMLModule/Tables.php	/^    public $name = 'Tables';$/;"	v
-name	HTMLModule/Target.php	/^    public $name = 'Target';$/;"	v
-name	HTMLModule/Text.php	/^    public $name = 'Text';$/;"	v
-name	HTMLModule/Tidy.php	/^        foreach ($fixes as $name => $fix) {$/;"	v
-name	HTMLModule/Tidy/Name.php	/^    public $name = 'Tidy_Name';$/;"	v
-name	HTMLModule/Tidy/Proprietary.php	/^    public $name = 'Tidy_Proprietary';$/;"	v
-name	HTMLModule/Tidy/Strict.php	/^    public $name = 'Tidy_Strict';$/;"	v
-name	HTMLModule/Tidy/Transitional.php	/^    public $name = 'Tidy_Transitional';$/;"	v
-name	HTMLModule/Tidy/XHTML.php	/^    public $name = 'Tidy_XHTML';$/;"	v
-name	HTMLModule/XMLCommonAttributes.php	/^    public $name = 'XMLCommonAttributes';$/;"	v
-name	HTMLModuleManager.php	/^            foreach ($module->info as $name => $def) {$/;"	v
-name	HTMLModuleManager.php	/^            foreach ($module->info as $name => $v) {$/;"	v
-name	HTMLModuleManager.php	/^     * module's class name. This array is usually lazy loaded, but a$/;"	c
-name	Injector/AutoParagraph.php	/^    public $name = 'AutoParagraph';$/;"	v
-name	Injector/DisplayLinkURI.php	/^    public $name = 'DisplayLinkURI';$/;"	v
-name	Injector/Linkify.php	/^    public $name = 'Linkify';$/;"	v
-name	Injector/PurifierLinkify.php	/^    public $name = 'PurifierLinkify';$/;"	v
-name	Injector/SafeObject.php	/^            foreach ($this->addParam as $name => $value) {$/;"	v
-name	Injector/SafeObject.php	/^    public $name = 'SafeObject';$/;"	v
-name	Lexer/PH5P.php	/^        $name = $node->tagName;$/;"	v
-name	Printer/CSSDefinition.php	/^            $name = $this->getClass($obj, 'AttrDef_');$/;"	v
-name	Printer/HTMLDefinition.php	/^        foreach ($array as $name => $discard) {$/;"	v
-name	Printer/HTMLDefinition.php	/^        foreach ($array as $name => $obj) {$/;"	v
-name	Printer/HTMLDefinition.php	/^        foreach ($this->def->info as $name => $def) {$/;"	v
-name	Printer/HTMLDefinition.php	/^        foreach ($this->def->info_content_sets as $name => $lookup) {$/;"	v
-name	Token/Text.php	/^    public $name = '#PCDATA'; \/**< PCDATA tag name compatible with DTD. *\/$/;"	v
-name	URIDefinition.php	/^        foreach ($this->filters as $name => $f) {$/;"	v
-name	URIDefinition.php	/^        foreach ($this->postFilters as $name => $f) {$/;"	v
-name	URIDefinition.php	/^        foreach ($this->registeredFilters as $name => $filter) {$/;"	v
-name	URIFilter/DisableExternal.php	/^    public $name = 'DisableExternal';$/;"	v
-name	URIFilter/DisableExternalResources.php	/^    public $name = 'DisableExternalResources';$/;"	v
-name	URIFilter/HostBlacklist.php	/^    public $name = 'HostBlacklist';$/;"	v
-name	URIFilter/MakeAbsolute.php	/^    public $name = 'MakeAbsolute';$/;"	v
-name	URIFilter/Munge.php	/^    public $name = 'Munge';$/;"	v
-names	Printer/HTMLDefinition.php	/^     * Listifies a list of objects by retrieving class names and internal state$/;"	c
-namespace	Config.php	/^                $namespace = $key;$/;"	v
-namespace	Config.php	/^            $namespace = $key;$/;"	v
-namespace	Config.php	/^        if ($namespace == 'HTML' || $namespace == 'CSS' || $namespace == 'URI') {$/;"	v
-namespace_values	Config.php	/^                $namespace_values = $value;$/;"	v
-needed	Injector.php	/^    public $needed = array();$/;"	v
-needed	Injector/AutoParagraph.php	/^    public $needed = array('p');$/;"	v
-needed	Injector/DisplayLinkURI.php	/^    public $needed = array('a');$/;"	v
-needed	Injector/Linkify.php	/^    public $needed = array('a' => array('href'));$/;"	v
-needed	Injector/PurifierLinkify.php	/^    public $needed = array('a' => array('href'));$/;"	v
-needed	Injector/SafeObject.php	/^    public $needed = array('object', 'param');$/;"	v
-needs_end	Injector/AutoParagraph.php	/^                    $needs_end = true;$/;"	v
-needs_end	Injector/AutoParagraph.php	/^        $needs_end   = false;$/;"	v
-needs_start	Injector/AutoParagraph.php	/^                        $needs_start = true;$/;"	v
-needs_start	Injector/AutoParagraph.php	/^        $needs_start = false;$/;"	v
-needs_tracking	Lexer.php	/^        $needs_tracking =$/;"	v
-neg	UnitConverter.php	/^        $neg = $n < 0 ? '-' : ''; \/\/ Negative sign$/;"	v
-negative	AttrDef/Integer.php	/^        $negative = true, $zero = true, $positive = true$/;"	v
-negative	AttrDef/Integer.php	/^    protected $negative = true;$/;"	v
-nest	Injector/SafeObject.php	/^            $nest = count($this->currentNesting) - 1;$/;"	v
-nesting	ChildDef/Custom.php	/^        $nesting = 0; \/\/ depth into the nest$/;"	v
-nesting	ChildDef/Required.php	/^        $nesting = 0;$/;"	v
-nesting	ChildDef/Table.php	/^        $nesting = 0; \/\/ current depth so we can determine nodes$/;"	v
-nesting	Injector.php	/^        if ($nesting === null) $nesting = 0;$/;"	v
-nesting	Injector/AutoParagraph.php	/^        else $nesting = 0;$/;"	v
-nesting	Injector/AutoParagraph.php	/^        if ($current instanceof HTMLPurifier_Token_Start) $nesting = 1;$/;"	v
-new	Injector/SafeObject.php	/^            $new = array($token);$/;"	v
-new	Printer/HTMLDefinition.php	/^                $new = $this->getClass($new, 'TagTransform_');$/;"	v
-new	VarParser/Flexible.php	/^                        $new = array();$/;"	v
-new_cache	DefinitionCacheFactory.php	/^            $new_cache = $decorator->decorate($cache);$/;"	v
-new_data	Lexer/DOMLex.php	/^                $new_data = trim($data);$/;"	v
-new_declarations	AttrDef/CSS.php	/^        $new_declarations = '';$/;"	v
-new_decls	Filter/ExtractStyleBlocks.php	/^            $new_decls = array();$/;"	v
-new_def	HTMLModuleManager.php	/^            $new_def = clone $module->info[$name];$/;"	v
-new_font	AttrDef/CSS/FontFamily.php	/^                $new_font = '';$/;"	v
-new_html	Lexer/PH5P.php	/^        $new_html = $this->normalize($html, $config, $context);$/;"	v
-new_html	Lexer/PH5P.php	/^        $new_html = $this->wrapHTML($new_html, $config, $context);$/;"	v
-new_key	Token/Tag.php	/^                $new_key = strtolower($key);$/;"	v
-new_length	AttrDef/CSS/URI.php	/^            $new_length = strlen($uri) - 1;$/;"	v
-new_length	AttrDef/CSS/URI.php	/^        $new_length = strlen($uri_string) - 1;$/;"	v
-new_log	UnitConverter.php	/^        $new_log = (int) floor(log(abs($n), 10)); \/\/ Number of digits left of decimal - 1$/;"	v
-new_parts	AttrDef/CSS/Color.php	/^            $new_parts = array();$/;"	v
-new_selector	Filter/ExtractStyleBlocks.php	/^                    $new_selector = array(); \/\/ because multiple ones are possible$/;"	v
-new_stack	URIFilter/MakeAbsolute.php	/^            $new_stack = $this->_collapseStack($new_stack);$/;"	v
-new_stack	URIFilter/MakeAbsolute.php	/^            $new_stack = array_merge($this->basePathStack, $stack);$/;"	v
-new_string	AttrDef/Lang.php	/^        $new_string = $subtags[0];$/;"	v
-new_struct	ErrorCollector.php	/^        $new_struct = new HTMLPurifier_ErrorStruct();$/;"	v
-new_tag	TagTransform/Font.php	/^            $new_tag = clone $tag;$/;"	v
-new_tag	TagTransform/Font.php	/^        $new_tag = clone $tag;$/;"	v
-new_tag	TagTransform/Simple.php	/^        $new_tag = clone $tag;$/;"	v
-new_token	Strategy/MakeWellFormed.php	/^                        $new_token = new HTMLPurifier_Token_End($parent->name);$/;"	v
-new_token	Strategy/MakeWellFormed.php	/^                $new_token = new HTMLPurifier_Token_End($skipped_tags[$j]->name);$/;"	v
-new_triad	AttrDef/CSS/Color.php	/^            $new_triad = implode(',', $new_parts);$/;"	v
-new_uri	URIFilter/Munge.php	/^        $new_uri = $this->parser->parse($new_uri);$/;"	v
-new_uri	URIFilter/Munge.php	/^        $new_uri = strtr($this->target, $this->replace);$/;"	v
-next	Injector/RemoveEmpty.php	/^            $next = $this->inputTokens[$i];$/;"	v
-next	Injector/RemoveEmpty.php	/^        $next = false;$/;"	v
-next_node	Lexer/PH5P.php	/^        $next_node = strtolower($this->characters('A-Za-z', $this->char + 1));$/;"	v
-nl	Generator.php	/^        $nl = $this->config->get('Output.Newline');$/;"	v
-nl	Generator.php	/^        if ($nl === null) $nl = PHP_EOL;$/;"	v
-nl	Lexer/DirectLex.php	/^        $nl = "\\n";$/;"	v
-nl_pos	Lexer/DirectLex.php	/^                $nl_pos = strrpos($html, $nl, $rcursor - $length);$/;"	v
-node	Lexer/PH5P.php	/^                                $node = $clone;$/;"	v
-node	Lexer/PH5P.php	/^                                $node = $this->stack[$n];$/;"	v
-node	Lexer/PH5P.php	/^                        $node = $furthest_block;$/;"	v
-node	Lexer/PH5P.php	/^                        $node = $this->stack[$n];$/;"	v
-node	Lexer/PH5P.php	/^                        $node = end($this->stack);$/;"	v
-node	Lexer/PH5P.php	/^                    $node = end($this->stack)->nodeName;$/;"	v
-node	Lexer/PH5P.php	/^            $node = $this->stack[$leng - 1 - $n];$/;"	v
-node	Lexer/PH5P.php	/^            $node = $this->stack[$n];$/;"	v
-node	Lexer/PH5P.php	/^            $node = end($this->stack)->nodeName;$/;"	v
-node	Lexer/PH5P.php	/^        $node = end($this->stack);$/;"	v
-nonSpecialEntityCallback	EntityParser.php	/^    protected function nonSpecialEntityCallback($matches) {$/;"	f
-non_negative	AttrDef/CSS/Number.php	/^    protected $non_negative = false;$/;"	v
-non_xml	HTMLModuleManager.php	/^        $non_xml = array('NonXMLCommonAttributes');$/;"	v
-none	AttrDef/CSS/Background.php	/^        $none = false;$/;"	v
-none	AttrDef/CSS/ListStyle.php	/^                    else $none = true;$/;"	v
-none	AttrDef/CSS/ListStyle.php	/^        $none = false;$/;"	v
-normalize	Lexer.php	/^    public function normalize($html, $config, $context) {$/;"	f
-normalize	PercentEncoder.php	/^    public function normalize($string) {$/;"	f
-notifyEnd	Injector.php	/^    public function notifyEnd($token) {}$/;"	f
-ns	Printer/ConfigForm.php	/^        foreach ($all as $ns => $directives) {$/;"	v
-num	AttrDef/CSS/Color.php	/^                    $num = (float) substr($part, 0, $length - 1);$/;"	v
-num	AttrDef/CSS/Color.php	/^                    $num = (int) $part;$/;"	v
-num	AttrDef/CSS/Color.php	/^                    if ($num < 0) $num = 0;$/;"	v
-num	AttrDef/CSS/Color.php	/^                    if ($num > 100) $num = 100;$/;"	v
-num	AttrDef/CSS/Color.php	/^                    if ($num > 255) $num = 255;$/;"	v
-num	AttrDef/CSS/Multiple.php	/^        for ($i = 0, $num = 0; $i < $length && $num < $this->max; $i++) {$/;"	v
-num	Printer/HTMLDefinition.php	/^    protected function heavyHeader($text, $num = 1) {$/;"	v
-num_amp	Lexer.php	/^        $num_amp = substr_count($string, '&') - substr_count($string, '& ') -$/;"	v
-num_amp_2	Lexer.php	/^        $num_amp_2 = substr_count($string, '&') - substr_count($string, '& ') -$/;"	v
-num_equal	Lexer/DirectLex.php	/^        $num_equal = substr_count($string, '=');$/;"	v
-num_esc_amp	Lexer.php	/^        $num_esc_amp = substr_count($string, '&amp;');$/;"	v
-num_subtags	AttrDef/Lang.php	/^        $num_subtags = count($subtags);$/;"	v
-number	AttrDef/CSS/Number.php	/^                $number = substr($number, 1);$/;"	v
-number	AttrDef/CSS/Number.php	/^            $number = ltrim($number, '0');$/;"	v
-number	AttrDef/CSS/Number.php	/^        $number = $this->parseCDATA($number);$/;"	v
-number	AttrDef/CSS/Percentage.php	/^        $number = $this->number_def->validate($number, $config, $context);$/;"	v
-number	AttrDef/CSS/Percentage.php	/^        $number = substr($string, 0, $length - 1);$/;"	v
-nvalue	Printer/ConfigForm.php	/^                    $nvalue = '';$/;"	v
-nvar	VarParser/Flexible.php	/^                        $nvar = array();$/;"	v
-obj	ConfigSchema.php	/^        $obj = new stdclass();$/;"	v
-obj	ConfigSchema.php	/^        $obj = new stdclass;$/;"	v
-object	HTMLModule/SafeObject.php	/^        $object = $this->addElement($/;"	v
-objectStack	Injector/SafeObject.php	/^    protected $objectStack = array();$/;"	v
-oct	AttrDef/URI/IPv4.php	/^        $oct = '(?:25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])'; \/\/ 0-255$/;"	v
-of	Printer.php	/^     * @param $obj Object to determine class of$/;"	c
-of	Printer.php	/^     * Retrieves the class of an object without prefixes, as well as metadata$/;"	c
-of	Token/Tag.php	/^ * Abstract class of a tag token (start, end or empty), and its behavior.$/;"	c
-offsetGet	StringHash.php	/^    public function offsetGet($index) {$/;"	f
-ok	AttrDef/CSS.php	/^                    $ok = true;$/;"	v
-ok	AttrDef/CSS.php	/^            $ok = false;$/;"	v
-ok	AttrDef/URI.php	/^            $ok = true;$/;"	v
-ok	AttrDef/URI.php	/^        $ok = false;$/;"	v
-ok	AttrValidator.php	/^        $ok =& $context->get('IDAccumulator', true);$/;"	v
-ok	HTMLModuleManager.php	/^                    $ok = true;$/;"	v
-ok	HTMLModuleManager.php	/^            $ok = false;$/;"	v
-ok	Injector/AutoParagraph.php	/^                $ok = $result;$/;"	v
-ok	Injector/AutoParagraph.php	/^        $ok = false;$/;"	v
-ok	Strategy/MakeWellFormed.php	/^                $ok = true;$/;"	v
-ok	Strategy/MakeWellFormed.php	/^            $ok = false;$/;"	v
-ok	Strategy/RemoveForeignElements.php	/^                                $ok = false;$/;"	v
-ok	Strategy/RemoveForeignElements.php	/^                        $ok = true;$/;"	v
-okay	ChildDef/Custom.php	/^        $okay =$/;"	v
-ol	HTMLModule/Legacy.php	/^        $ol = $this->addBlankElement('ol');$/;"	v
-ol_types	HTMLModule/Tidy/XHTMLAndHTML4.php	/^            $ol_types = array($/;"	v
-old	DefinitionCache/Serializer.php	/^            $old = umask(0022); \/\/ disable group and world writes$/;"	v
-old	Lexer/DOMLex.php	/^                $old = $html;$/;"	v
-old	Printer/HTMLDefinition.php	/^            foreach ($def->info_tag_transform as $old => $new) {$/;"	v
-old	Strategy/MakeWellFormed.php	/^        $old = array_splice($this->tokens, $this->t, $delete, $token);$/;"	v
-oldVersion	Lexer/DirectLex.php	/^            $oldVersion = version_compare(PHP_VERSION, '5.1', '<');$/;"	v
-old_lookup	ContentSets.php	/^            $old_lookup = $this->lookup;$/;"	v
-old_lookup	ContentSets.php	/^        $old_lookup = false;$/;"	v
-oldskip	Strategy/MakeWellFormed.php	/^            $oldskip = isset($old[0]) ? $old[0]->skip : array();$/;"	v
-only	AttrTransform/SafeParam.php	/^ *      This class only supports Flash. In the future, Quicktime support$/;"	c
-openHandler	Lexer/PEARSax3.php	/^    public function openHandler(&$parser, $name, $attrs, $closed) {$/;"	f
-open_quote	Lexer/DirectLex.php	/^            $open_quote = ($first_char == '"' || $first_char == "'");$/;"	v
-original	AttrDef/URI/IPv6.php	/^        $original = $aIP;$/;"	v
-original_module	HTMLModuleManager.php	/^            $original_module = $module;$/;"	v
-original_name	Strategy/RemoveForeignElements.php	/^                    $original_name = $token->name;$/;"	v
-other_directive	ConfigSchema/Validator.php	/^                $other_directive = $this->aliases[$s];$/;"	v
-ourHostParts	URIFilter/DisableExternal.php	/^    protected $ourHostParts = false;$/;"	v
-our_host	URIFilter/DisableExternal.php	/^        $our_host = $config->getDefinition('URI')->host;$/;"	v
-out	Encoder.php	/^        $out = '';$/;"	v
-overload	HTMLModuleManager.php	/^    public function registerModule($module, $overload = false) {$/;"	v
-p	HTMLModule/Legacy.php	/^        $p = $this->addBlankElement('p');$/;"	v
-p	HTMLModule/Text.php	/^        $p = $this->addElement('p', 'Block', 'Inline', 'Common');$/;"	v
-p	TokenFactory.php	/^        $p = clone $this->p_comment;$/;"	v
-p	TokenFactory.php	/^        $p = clone $this->p_empty;$/;"	v
-p	TokenFactory.php	/^        $p = clone $this->p_end;$/;"	v
-p	TokenFactory.php	/^        $p = clone $this->p_start;$/;"	v
-p	TokenFactory.php	/^        $p = clone $this->p_text;$/;"	v
-padding	CSSDefinition.php	/^        $padding =$/;"	v
-par	Injector/AutoParagraph.php	/^            $par = $raw_paragraphs[$i];$/;"	v
-par	Injector/AutoParagraph.php	/^        $par = new HTMLPurifier_Token_Start('p');$/;"	v
-paragraphs	Injector/AutoParagraph.php	/^        $paragraphs  = array(); \/\/ without empty paragraphs$/;"	v
-param	HTMLModule/SafeObject.php	/^        $param = $this->addElement('param', false, 'Empty', false,$/;"	v
-paramStack	Injector/SafeObject.php	/^    protected $paramStack  = array();$/;"	v
-parameters	AttrDef/CSS/Filter.php	/^        $parameters = substr($value, $cursor, $parameters_length);$/;"	v
-parameters_length	AttrDef/CSS/Filter.php	/^        $parameters_length = strcspn($value, ')', $cursor);$/;"	v
-params	AttrDef/CSS/Filter.php	/^        $params = explode(',', $parameters);$/;"	v
-params	HTMLModule/Tidy.php	/^        $params = array();$/;"	v
-parent	Config.php	/^        $parent = $parent ? $parent : $definition->defaultPlist;$/;"	v
-parent	Config.php	/^    public function __construct($definition, $parent = null) {$/;"	v
-parent	HTMLDefinition.php	/^        $parent = $config->get('HTML.Parent');$/;"	v
-parent	Injector.php	/^            $parent = $this->htmlDefinition->info[$parent_token->name];$/;"	v
-parent	Injector.php	/^            $parent = $this->htmlDefinition->info_parent_def;$/;"	v
-parent	Strategy/MakeWellFormed.php	/^                    $parent = array_pop($this->stack);$/;"	v
-parent_def	Strategy/FixNesting.php	/^                    $parent_def   = $definition->info[$parent_name];$/;"	v
-parent_def	Strategy/FixNesting.php	/^                    $parent_def   = $definition->info_parent_def;$/;"	v
-parent_index	Strategy/FixNesting.php	/^                $parent_index = $parent_name = $parent_def = null;$/;"	v
-parent_index	Strategy/FixNesting.php	/^                $parent_index = $stack[$count-1];$/;"	v
-parent_name	Strategy/FixNesting.php	/^                $parent_name  = $tokens[$parent_index]->name;$/;"	v
-parent_name	Strategy/FixNesting.php	/^        $parent_name = $definition->info_parent;$/;"	v
-parent_result	AttrDef/HTML/Length.php	/^        $parent_result = parent::validate($string, $config, $context);$/;"	v
-parent_result	AttrDef/HTML/MultiLength.php	/^        $parent_result = parent::validate($string, $config, $context);$/;"	v
-parent_token	Injector.php	/^            $parent_token = array_pop($this->currentNesting);$/;"	v
-parse	URIParser.php	/^    public function parse($uri) {$/;"	f
-parse	VarParser.php	/^    final public function parse($var, $type, $allow_null = false) {$/;"	f
-parseAttributeString	Lexer/DirectLex.php	/^    public function parseAttributeString($string, $config, $context) {$/;"	f
-parseCDATA	AttrDef.php	/^    public function parseCDATA($string) {$/;"	f
-parseContents	HTMLModule.php	/^    public function parseContents($contents) {$/;"	f
-parseData	Lexer.php	/^    public function parseData($string) {$/;"	f
-parseFile	StringHashParser.php	/^    public function parseFile($file) {$/;"	f
-parseHandle	StringHashParser.php	/^    protected function parseHandle($fh) {$/;"	f
-parseImplementation	VarParser.php	/^    protected function parseImplementation($var, $type, $allow_null) {$/;"	f
-parseImplementation	VarParser/Flexible.php	/^    protected function parseImplementation($var, $type, $allow_null) {$/;"	f
-parseImplementation	VarParser/Native.php	/^    protected function parseImplementation($var, $type, $allow_null) {$/;"	f
-parseMultiFile	StringHashParser.php	/^    public function parseMultiFile($file) {$/;"	f
-parseTinyMCEAllowedList	HTMLDefinition.php	/^    public function parseTinyMCEAllowedList($list) {$/;"	f
-parser	ConfigSchema/InterchangeBuilder.php	/^        $parser = new HTMLPurifier_StringHashParser();$/;"	v
-parser	Lexer/PEARSax3.php	/^        $parser = new XML_HTMLSax3();$/;"	v
-parser	Lexer/PH5P.php	/^            $parser = new HTML5($new_html);$/;"	v
-parser	URIDefinition.php	/^            $parser = new HTMLPurifier_URIParser();$/;"	v
-part	AttrDef/CSS/Color.php	/^                $part = trim($part);$/;"	v
-part	AttrDef/HTML/LinkTypes.php	/^            $part = strtolower(trim($part));$/;"	v
-parts	AttrDef/CSS/Color.php	/^            $parts = explode(',', $triad);$/;"	v
-parts	AttrDef/CSS/Multiple.php	/^        $parts = explode(' ', $string); \/\/ parseCDATA replaced \\r, \\t and \\n$/;"	v
-parts	AttrDef/CSS/TextDecoration.php	/^        $parts = explode(' ', $string);$/;"	v
-parts	AttrDef/HTML/LinkTypes.php	/^        $parts = explode(' ', $string);$/;"	v
-parts	PercentEncoder.php	/^        $parts = explode('%', $string);$/;"	v
-path	URIParser.php	/^        $path       = $matches[5]; \/\/ always present, can be empty$/;"	v
-path_parts	URI.php	/^        $path_parts = array();$/;"	v
-pattern	AttrDef/HTML/Nmtokens.php	/^        $pattern = '\/(?:(?<=\\s)|\\A)'. \/\/ look behind for space or string start$/;"	v
-pays	UnitConverter.php	/^     *      About precision: This conversion function pays very special$/;"	f
-pcdata_allowed	ChildDef/Required.php	/^        $pcdata_allowed = isset($this->elements['#PCDATA']);$/;"	v
-pcode	LanguageFactory.php	/^        $pcode = str_replace('-', '_', $code); \/\/ make valid PHP classname$/;"	v
-performInclusions	AttrCollections.php	/^    public function performInclusions(&$attr) {$/;"	f
-performs	AttrValidator.php	/^     *     because the operation this class performs on the token are$/;"	c
-plain	Injector/RemoveEmpty.php	/^                    $plain = str_replace("\\xC2\\xA0", "", $next->data);$/;"	v
-points	AttrDef/HTML/Length.php	/^        $points = (int) $points;$/;"	v
-points	AttrDef/HTML/Length.php	/^        $points = substr($string, 0, $length - 1);$/;"	v
-polite	Printer.php	/^    protected function listify($array, $polite = false) {$/;"	v
-populate	HTMLModule/Tidy.php	/^    public function populate($fixes) {$/;"	f
-port	URIParser.php	/^            $port       = !empty($matches[4]) ? (int) $matches[5] : null;$/;"	v
-port	URIParser.php	/^            $port = $host = $userinfo = null;$/;"	v
-position	Token.php	/^    public function position($l = null, $c = null) {$/;"	f
-position_comment_end	Lexer/DirectLex.php	/^                        $position_comment_end = strlen($html);$/;"	v
-position_comment_end	Lexer/DirectLex.php	/^                    $position_comment_end = strpos($html, '-->', $cursor);$/;"	v
-position_first_space	Lexer/DirectLex.php	/^                $position_first_space = strcspn($segment, $this->_whitespace);$/;"	v
-position_next_gt	Lexer/DirectLex.php	/^            $position_next_gt = strpos($html, '>', $cursor);$/;"	v
-position_next_lt	Lexer/DirectLex.php	/^            $position_next_lt = strpos($html, '<', $cursor);$/;"	v
-positive	AttrDef/Integer.php	/^    protected $positive = true;$/;"	v
-post	URIFilter.php	/^    public $post = false;$/;"	v
-post	URIFilter/Munge.php	/^    public $post = true;$/;"	v
-postFilter	Filter.php	/^    public function postFilter($html, $config, $context) {$/;"	f
-postFilter	Filter/YouTube.php	/^    public function postFilter($html, $config, $context) {$/;"	f
-postFilter	URIDefinition.php	/^    public function postFilter(&$uri, $config, $context) {$/;"	f
-postFilterCallback	Filter/YouTube.php	/^    protected function postFilterCallback($matches) {$/;"	f
-postFilters	URIDefinition.php	/^    protected $postFilters = array();$/;"	v
-postProcess	ConfigSchema.php	/^    public function postProcess() {$/;"	f
-post_regex	Filter/YouTube.php	/^        $post_regex = '#<span class="youtube-embed">([A-Za-z0-9\\-_]+)<\/span>#';$/;"	v
-pre	AttrDef/URI/IPv6.php	/^        $pre = '(?:\/(?:12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9]))';   \/\/ \/0 - \/128$/;"	v
-pre	HTMLModule/Legacy.php	/^        $pre = $this->addBlankElement('pre');$/;"	v
-pre	HTMLModule/Text.php	/^        $pre = $this->addElement('pre', 'Block', 'Inline', 'Common');$/;"	v
-preFilter	Filter.php	/^    public function preFilter($html, $config, $context) {$/;"	f
-preFilter	Filter/ExtractStyleBlocks.php	/^    public function preFilter($html, $config, $context) {$/;"	f
-preFilter	Filter/YouTube.php	/^    public function preFilter($html, $config, $context) {$/;"	f
-pre_regex	Filter/YouTube.php	/^        $pre_regex = '#<object[^>]+>.+?'.$/;"	v
-pre_replace	Filter/YouTube.php	/^        $pre_replace = '<span class="youtube-embed">\\1<\/span>';$/;"	v
-precise	UnitConverter.php	/^            $precise = (string) round(substr($r, 0, strlen($r) + $scale), -1);$/;"	v
-prefix	AttrDef/HTML/ID.php	/^        $prefix = $config->get('Attr.IDPrefix');$/;"	v
-prefix	ConfigSchema/Validator.php	/^        else $prefix = ucfirst($this->getFormattedContext());$/;"	v
-prefix	ConfigSchema/Validator.php	/^        if ($target !== false) $prefix = ucfirst($target) . ' in ' .  $this->getFormattedContext();$/;"	v
-prefix	HTMLModuleManager.php	/^     * Adds a class prefix that registerModule() will use to resolve a$/;"	c
-prefix	Printer.php	/^        $prefix = 'HTMLPurifier_' . $sec_prefix;$/;"	v
-prefix	Printer.php	/^        if (!$five) $prefix = strtolower($prefix);$/;"	v
-prefixes	HTMLModuleManager.php	/^    public $prefixes = array('HTMLPurifier_HTMLModule_');$/;"	v
-prepare	Injector.php	/^    public function prepare($config, $context) {$/;"	f
-prepare	Injector/PurifierLinkify.php	/^    public function prepare($config, $context) {$/;"	f
-prepare	Injector/RemoveEmpty.php	/^    public function prepare($config, $context) {$/;"	f
-prepare	Injector/SafeObject.php	/^    public function prepare($config, $context) {$/;"	f
-prepare	URIFilter.php	/^    public function prepare($config) {return true;}$/;"	f
-prepare	URIFilter/DisableExternal.php	/^    public function prepare($config) {$/;"	f
-prepare	URIFilter/HostBlacklist.php	/^    public function prepare($config) {$/;"	f
-prepare	URIFilter/MakeAbsolute.php	/^    public function prepare($config) {$/;"	f
-prepare	URIFilter/Munge.php	/^    public function prepare($config) {$/;"	f
-prepareArrayFromForm	Config.php	/^    public static function prepareArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true, $schema = null) {$/;"	f
-prepareGenerator	Printer.php	/^    public function prepareGenerator($config) {$/;"	f
-prependCSS	AttrTransform.php	/^    public function prependCSS(&$attr, $css) {$/;"	f
-prependCSS	TagTransform.php	/^    protected function prependCSS(&$attr, $css) {$/;"	f
-prepend_style	TagTransform/Font.php	/^        $prepend_style = '';$/;"	v
-preserve	PercentEncoder.php	/^    protected $preserve = array();$/;"	v
-prev	Injector/RemoveEmpty.php	/^                $prev = $this->inputTokens[$b];$/;"	v
-prev	Strategy/MakeWellFormed.php	/^                        $prev = $tokens[$t];$/;"	v
-processModule	HTMLModuleManager.php	/^    public function processModule($module) {$/;"	f
-processModules	HTMLDefinition.php	/^    protected function processModules($config) {$/;"	f
-processToken	Strategy/MakeWellFormed.php	/^    protected function processToken($token, $injector = -1) {$/;"	f
-processed	AttrCollections.php	/^        $processed = array();$/;"	v
-prop	AttrDef/CSS.php	/^        foreach ($propvalues as $prop => $value) {$/;"	v
-property	AttrDef/CSS.php	/^                $property = strtolower($property);$/;"	v
-property	AttrDef/CSS.php	/^            $property = trim($property);$/;"	v
-property	AttrDef/CSS.php	/^        $property = false;$/;"	v
-property	AttrTransform/ImgSpace.php	/^            $property = "margin-$suffix";$/;"	v
-property	HTMLModule/Tidy.php	/^            if (is_null($property)) $property = 'pre';$/;"	v
-property	HTMLModule/Tidy.php	/^        $property = $attr = null;$/;"	v
-property	Printer/CSSDefinition.php	/^        foreach ($this->def->info as $property => $obj) {$/;"	v
-propname	AttrDef/CSS/Border.php	/^            foreach ($this->info as $propname => $validator) {$/;"	v
-propvalues	AttrDef/CSS.php	/^        $propvalues = array();$/;"	v
-prototype	ConfigSchema.php	/^        } elseif (HTMLPurifier_ConfigSchema::$singleton === null || $prototype === true) {$/;"	v
-prototype	DefinitionCacheFactory.php	/^        } elseif ($instance === null || $prototype === true) {$/;"	v
-prototype	LanguageFactory.php	/^        } elseif ($instance === null || $prototype == true) {$/;"	v
-prototype	URISchemeRegistry.php	/^        } elseif ($instance === null || $prototype == true) {$/;"	v
-purifier	ConfigSchema/Builder/Xml.php	/^        $purifier = HTMLPurifier::getInstance();$/;"	v
-qf_encoder	URI.php	/^        $qf_encoder = new HTMLPurifier_PercentEncoder($chars_pchar . '\/?');$/;"	v
-query	URIParser.php	/^        $query      = !empty($matches[6]) ? $matches[7] : null;$/;"	v
-quote	AttrDef/CSS/FontFamily.php	/^                $quote = $font[0];$/;"	v
-quote	AttrDef/CSS/URI.php	/^            $quote = $uri[0];$/;"	v
-quote	Generator.php	/^    public function escape($string, $quote = ENT_COMPAT) {$/;"	v
-quoted_value	Lexer/DirectLex.php	/^            $quoted_value = trim($quoted_value);$/;"	v
-r	AttrDef/CSS/Background.php	/^                    $r = $bit;$/;"	v
-r	AttrDef/CSS/Background.php	/^                    $r = $this->info['background-' . $key]->validate($bit, $config, $context);$/;"	v
-r	AttrDef/CSS/BackgroundPosition.php	/^            $r = $this->length->validate($bit, $config, $context);$/;"	v
-r	AttrDef/CSS/BackgroundPosition.php	/^            $r = $this->percentage->validate($bit, $config, $context);$/;"	v
-r	AttrDef/CSS/Border.php	/^                $r = $validator->validate($bit, $config, $context);$/;"	v
-r	AttrDef/CSS/Font.php	/^                            $r = $this->info['line-height']->validate($/;"	v
-r	AttrDef/CSS/Font.php	/^                        $r = $this->info[$validator_name]->validate($/;"	v
-r	AttrDef/CSS/Font.php	/^                    $r = $this->info['font-family']->validate($/;"	v
-r	AttrDef/CSS/Font.php	/^                    $r = $this->info['font-size']->validate($/;"	v
-r	AttrDef/CSS/ListStyle.php	/^                $r = $this->info['list-style-' . $key]->validate($bit, $config, $context);$/;"	v
-r	Encoder.php	/^                $r === '' ||$/;"	v
-r	Encoder.php	/^            $r = iconv('UTF-8', "$encoding\/\/IGNORE", $c); \/\/ initial conversion$/;"	v
-r	HTMLModule/Tidy/Name.php	/^        $r = array();$/;"	v
-r	HTMLModule/Tidy/Proprietary.php	/^        $r = array();$/;"	v
-r	HTMLModule/Tidy/Strict.php	/^        $r = parent::makeFixes();$/;"	v
-r	HTMLModule/Tidy/XHTML.php	/^        $r = array();$/;"	v
-r	HTMLModule/Tidy/XHTMLAndHTML4.php	/^        $r = array();$/;"	v
-r	Injector.php	/^        $r = $this->rewind;$/;"	v
-r	URIDefinition.php	/^        $r = $filter->prepare($config);$/;"	v
-r	UnitConverter.php	/^            $r = sprintf('%.0f', (float) $r);$/;"	v
-r_URI	URIParser.php	/^        $r_URI = '!'.$/;"	v
-r_authority	URIParser.php	/^            $r_authority = "\/^((.+?)@)?(\\[[^\\]]+\\]|[^:]*)(:(\\d*))?\/";$/;"	v
-raw	ChildDef/Custom.php	/^            $raw = "($raw)";$/;"	v
-raw	ChildDef/Custom.php	/^        $raw = str_replace(' ', '', $this->dtd_regex);$/;"	v
-raw	Config.php	/^    public function getDefinition($type, $raw = false) {$/;"	v
-raw	Language.php	/^        $raw = $this->messages[$key];$/;"	v
-rawPosition	Token.php	/^    public function rawPosition($l, $c) {$/;"	f
-raw_aliases	ConfigSchema/InterchangeBuilder.php	/^            $raw_aliases = trim($hash->offsetGet('ALIASES'));$/;"	v
-raw_fallback	LanguageFactory.php	/^                $raw_fallback = $this->getFallbackFor($code);$/;"	v
-raw_paragraphs	Injector/AutoParagraph.php	/^        $raw_paragraphs = explode("\\n\\n", $data);$/;"	v
-rb	HTMLModule/Ruby.php	/^        $rb = $this->addElement('rb', false, 'Inline', 'Common');$/;"	v
-rcursor	Lexer/DirectLex.php	/^                $rcursor = $cursor - (int) $inside_tag;$/;"	v
-reconstructActiveFormattingElements	Lexer/PH5P.php	/^    private function reconstructActiveFormattingElements() {$/;"	f
-reflector	Bootstrap.php	/^                    $reflector = new ReflectionMethod($func[0], $func[1]);$/;"	v
-reg	ChildDef/Custom.php	/^        $reg = $raw;$/;"	v
-reg	ChildDef/Custom.php	/^        $reg = preg_replace("\/$el\/", '(,\\\\0)', $reg);$/;"	v
-reg	ChildDef/Custom.php	/^        $reg = preg_replace("\/([^,(|]\\(+),\/", '\\\\1', $reg);$/;"	v
-reg	ChildDef/Custom.php	/^        $reg = preg_replace("\/,\\(\/", '(', $reg);$/;"	v
-regexp	AttrDef/HTML/ID.php	/^        $regexp = $config->get('Attr.IDBlacklistRegexp');$/;"	v
-register	Context.php	/^    public function register($name, &$ref) {$/;"	f
-register	DefinitionCacheFactory.php	/^    public function register($short, $long) {$/;"	f
-register	DoctypeRegistry.php	/^    public function register($doctype, $xml = true, $modules = array(),$/;"	f
-register	URISchemeRegistry.php	/^    public function register($scheme, $scheme_obj) {$/;"	f
-registerAutoload	Bootstrap.php	/^    public static function registerAutoload() {$/;"	f
-registerFilter	URIDefinition.php	/^    public function registerFilter($filter) {$/;"	f
-registerModule	HTMLModuleManager.php	/^    public function registerModule($module, $overload = false) {$/;"	f
-registeredFilters	URIDefinition.php	/^    protected $registeredFilters = array();$/;"	v
-registeredModules	HTMLModuleManager.php	/^    public $registeredModules = array();$/;"	v
-registry	URI.php	/^        $registry = HTMLPurifier_URISchemeRegistry::instance();$/;"	v
-remove	DefinitionCache.php	/^    abstract public function remove($config);$/;"	f
-remove	DefinitionCache/Decorator.php	/^    public function remove($config) {$/;"	f
-remove	DefinitionCache/Null.php	/^    public function remove($config) {$/;"	f
-remove	DefinitionCache/Serializer.php	/^    public function remove($config) {$/;"	f
-remove	Strategy/MakeWellFormed.php	/^    private function remove() {$/;"	f
-remove_fixes	HTMLModule/Tidy.php	/^        $remove_fixes = $config->get('HTML.TidyRemove');$/;"	v
-remove_invalid_img	Strategy/RemoveForeignElements.php	/^        $remove_invalid_img  = $config->get('Core.RemoveInvalidImg');$/;"	v
-remove_script_contents	Strategy/RemoveForeignElements.php	/^        $remove_script_contents = $config->get('Core.RemoveScriptContents');$/;"	v
-remove_until	Strategy/RemoveForeignElements.php	/^                            $remove_until = $token->name;$/;"	v
-remove_until	Strategy/RemoveForeignElements.php	/^                            $remove_until = false;$/;"	v
-remove_until	Strategy/RemoveForeignElements.php	/^        $remove_until = false;$/;"	v
-render	Printer.php	/^    \/\/ function render() {}$/;"	f
-render	Printer/CSSDefinition.php	/^    public function render($config) {$/;"	f
-render	Printer/ConfigForm.php	/^    public function render($config, $allowed = true, $render_controls = true) {$/;"	f
-render	Printer/ConfigForm.php	/^    public function render($ns, $directive, $value, $name, $config) {$/;"	f
-render	Printer/HTMLDefinition.php	/^    public function render($config) {$/;"	f
-renderChildren	Printer/HTMLDefinition.php	/^    protected function renderChildren($def) {$/;"	f
-renderContentSets	Printer/HTMLDefinition.php	/^    protected function renderContentSets() {$/;"	f
-renderDoctype	Printer/HTMLDefinition.php	/^    protected function renderDoctype() {$/;"	f
-renderEnvironment	Printer/HTMLDefinition.php	/^    protected function renderEnvironment() {$/;"	f
-renderInfo	Printer/HTMLDefinition.php	/^    protected function renderInfo() {$/;"	f
-renderNamespace	Printer/ConfigForm.php	/^    protected function renderNamespace($ns, $directives) {$/;"	f
-replace	DefinitionCache.php	/^    abstract public function replace($def, $config);$/;"	f
-replace	DefinitionCache/Decorator.php	/^    public function replace($def, $config) {$/;"	f
-replace	DefinitionCache/Decorator/Cleanup.php	/^    public function replace($def, $config) {$/;"	f
-replace	DefinitionCache/Decorator/Memory.php	/^    public function replace($def, $config) {$/;"	f
-replace	DefinitionCache/Null.php	/^    public function replace($def, $config) {$/;"	f
-replace	DefinitionCache/Serializer.php	/^    public function replace($def, $config) {$/;"	f
-replace	Strategy/MakeWellFormed.php	/^            $replace = array($token);$/;"	v
-replace	URIFilter/Munge.php	/^    protected $replace = array();$/;"	v
-representing	DefinitionCache.php	/^ * Abstract class representing Definition cache managers that implements$/;"	c
-reprocess	Strategy/MakeWellFormed.php	/^                        $reprocess = true;$/;"	v
-reprocess	Strategy/MakeWellFormed.php	/^                    $reprocess = true;$/;"	v
-reprocess	Strategy/MakeWellFormed.php	/^                $reprocess = true;$/;"	v
-reprocess	Strategy/MakeWellFormed.php	/^            $reprocess = true;$/;"	v
-reprocess	Strategy/MakeWellFormed.php	/^            $reprocess ? $reprocess = false : $t++$/;"	v
-reprocess	Strategy/MakeWellFormed.php	/^        $reprocess  = false; \/\/ whether or not to reprocess the same token$/;"	v
-required	AttrDef.php	/^    public $required = false;$/;"	v
-required_attr	ElementDef.php	/^    public $required_attr = array();$/;"	v
-requires	AttrDef/URI/IPv6.php	/^ * @note This function requires brackets to have been removed from address$/;"	f
-reset	PropertyList.php	/^    public function reset($name = null) {$/;"	f
-resetAccessed	StringHash.php	/^    public function resetAccessed() {$/;"	f
-resetInsertionMode	Lexer/PH5P.php	/^    private function resetInsertionMode() {$/;"	f
-resolves	DoctypeRegistry.php	/^     * @note This function resolves aliases$/;"	f
-result	AttrDef/CSS.php	/^                $result = $definition->info[$property]->validate($/;"	v
-result	AttrDef/CSS.php	/^                $result = 'inherit';$/;"	v
-result	AttrDef/CSS/AlphaValue.php	/^        $result = parent::validate($number, $config, $context);$/;"	v
-result	AttrDef/CSS/AlphaValue.php	/^        if ($float < 0.0) $result = '0';$/;"	v
-result	AttrDef/CSS/AlphaValue.php	/^        if ($float > 1.0) $result = '1';$/;"	v
-result	AttrDef/CSS/Composite.php	/^            $result = $this->defs[$i]->validate($string, $config, $context);$/;"	v
-result	AttrDef/CSS/Multiple.php	/^            $result = $this->single->validate($parts[$i], $config, $context);$/;"	v
-result	AttrDef/CSS/URI.php	/^        $result = parent::validate($uri, $config, $context);$/;"	v
-result	AttrDef/CSS/URI.php	/^        $result = str_replace($keys, $values, $result);$/;"	v
-result	AttrDef/Enum.php	/^        $result = isset($this->valid_values[$string]);$/;"	v
-result	AttrDef/HTML/ID.php	/^            $result = ($trim === '');$/;"	v
-result	AttrDef/HTML/ID.php	/^            $result = true;$/;"	v
-result	AttrDef/URI.php	/^            $result = $scheme_obj->validate($uri, $config, $context);$/;"	v
-result	AttrDef/URI.php	/^            $result = $uri->validate($config, $context);$/;"	v
-result	AttrDef/URI.php	/^            $result = $uri_def->filter($uri, $config, $context);$/;"	v
-result	AttrDef/URI.php	/^            $result = $uri_def->postFilter($uri, $config, $context);$/;"	v
-result	AttrDef/URI/Email/SimpleCheck.php	/^        $result = preg_match('\/^[A-Z0-9._%-]+@[A-Z0-9.-]+\\.[A-Z]{2,4}$\/i', $string);$/;"	v
-result	AttrTransform/Input.php	/^            $result = $this->pixels->validate($attr['size'], $config, $context);$/;"	v
-result	AttrTransform/NameSync.php	/^        $result = $this->idDef->validate($name, $config, $context);$/;"	v
-result	AttrValidator.php	/^                    $result = $defs[$attr_key]->validate($/;"	v
-result	AttrValidator.php	/^                    $result = false;$/;"	v
-result	AttrValidator.php	/^                $result = $d_defs[$attr_key]->validate($/;"	v
-result	AttrValidator.php	/^                $result = false;$/;"	v
-result	AttrValidator.php	/^            if ($result === false || $result === null) {$/;"	v
-result	ChildDef/Optional.php	/^        $result = parent::validateChildren($tokens_of_children, $config, $context);$/;"	v
-result	ChildDef/Required.php	/^        $result = array();$/;"	v
-result	ChildDef/StrictBlockquote.php	/^        $result = parent::validateChildren($tokens_of_children, $config, $context);$/;"	v
-result	ChildDef/StrictBlockquote.php	/^        if ($result === true) $result = $tokens_of_children;$/;"	v
-result	Encoder.php	/^        $result = '';$/;"	v
-result	Injector.php	/^        $result = $this->checkNeeded($config);$/;"	v
-result	Injector.php	/^        $result = $this->forward($i, $current);$/;"	v
-result	Injector/AutoParagraph.php	/^            $result = $this->_checkNeedsP($current);$/;"	v
-result	Length.php	/^        $result = $def->validate($this->n, false, false);$/;"	v
-result	Lexer.php	/^        $result = preg_match('!<body[^>]*>(.+?)<\/body>!is', $html, $matches);$/;"	v
-result	Strategy/FixNesting.php	/^                    $result = $def->child->validateChildren($/;"	v
-result	Strategy/FixNesting.php	/^                    $result = false;$/;"	v
-result	Strategy/FixNesting.php	/^                $result = false;$/;"	v
-result	Strategy/RemoveForeignElements.php	/^        $result = array();$/;"	v
-result	URI.php	/^        $result = '';$/;"	v
-result	URIDefinition.php	/^            $result = $f->filter($uri, $config, $context);$/;"	v
-result	URIFilter/MakeAbsolute.php	/^        $result = array();$/;"	v
-result	URIParser.php	/^        $result = preg_match($r_URI, $uri, $matches);$/;"	v
-result	VarParser/Native.php	/^        $result = eval("\\$var = $expr;");$/;"	v
-ret	AttrDef/CSS/Background.php	/^        $ret = array();$/;"	v
-ret	AttrDef/CSS/BackgroundPosition.php	/^        $ret = array();$/;"	v
-ret	AttrDef/CSS/Border.php	/^        $ret = ''; \/\/ return value$/;"	v
-ret	AttrDef/CSS/ListStyle.php	/^        $ret = array();$/;"	v
-ret	AttrDef/HTML/Class.php	/^        $ret = array();$/;"	v
-ret	ChildDef/StrictBlockquote.php	/^        $ret = array();$/;"	v
-ret	ChildDef/Table.php	/^            $ret = array_merge($ret, $collection);$/;"	v
-ret	ChildDef/Table.php	/^        $ret = array();$/;"	v
-ret	ChildDef/Table.php	/^        foreach ($content as $token_array) $ret = array_merge($ret, $token_array);$/;"	v
-ret	ChildDef/Table.php	/^        if ($caption !== false) $ret = array_merge($ret, $caption);$/;"	v
-ret	ChildDef/Table.php	/^        if ($cols !== false)    foreach ($cols as $token_array) $ret = array_merge($ret, $token_array);$/;"	v
-ret	ChildDef/Table.php	/^        if ($tfoot !== false)   $ret = array_merge($ret, $tfoot);$/;"	v
-ret	ChildDef/Table.php	/^        if ($thead !== false)   $ret = array_merge($ret, $thead);$/;"	v
-ret	Config.php	/^            $ret = HTMLPurifier_Config::createDefault();$/;"	v
-ret	Config.php	/^            $ret = new HTMLPurifier_Config($schema);$/;"	v
-ret	Config.php	/^         $ret = HTMLPurifier_Config::prepareArrayFromForm($array, $index, $allowed, $mq_fix, $this->def);$/;"	v
-ret	Config.php	/^        $ret = HTMLPurifier_Config::prepareArrayFromForm($array, $index, $allowed, $mq_fix, $schema);$/;"	v
-ret	Config.php	/^        $ret = array();$/;"	v
-ret	ConfigSchema/InterchangeBuilder.php	/^        $ret = array();$/;"	v
-ret	ContentSets.php	/^        $ret = array();$/;"	v
-ret	DefinitionCache/Decorator/Cleanup.php	/^        $ret = parent::get($config);$/;"	v
-ret	Encoder.php	/^        $ret = '';$/;"	v
-ret	Encoder.php	/^        $ret = array();$/;"	v
-ret	ErrorCollector.php	/^        $ret = array();$/;"	v
-ret	Filter/ExtractStyleBlocks.php	/^                    $ret = $def->validate($value, $config, $context);$/;"	v
-ret	HTMLModule.php	/^        $ret = array();$/;"	v
-ret	HTMLModule/Tidy.php	/^        $ret = array();$/;"	v
-ret	Language.php	/^        $ret = '';$/;"	v
-ret	Lexer/DOMLex.php	/^        $ret = '';$/;"	v
-ret	PercentEncoder.php	/^        $ret = '';$/;"	v
-ret	PercentEncoder.php	/^        $ret = array_shift($parts);$/;"	v
-ret	Printer.php	/^        $ret = '';$/;"	v
-ret	Printer/CSSDefinition.php	/^        $ret = '';$/;"	v
-ret	Printer/ConfigForm.php	/^        $ret = '';$/;"	v
-ret	Printer/HTMLDefinition.php	/^        $ret = '';$/;"	v
-ret	StringHashParser.php	/^        $ret     = array();$/;"	v
-ret	StringHashParser.php	/^        $ret = $this->parseHandle($fh);$/;"	v
-ret	StringHashParser.php	/^        $ret = array();$/;"	v
-ret_function	AttrDef/CSS/Filter.php	/^        $ret_function = "$function($ret_parameters)";$/;"	v
-ret_lookup	AttrDef/HTML/LinkTypes.php	/^        $ret_lookup = array();$/;"	v
-ret_parameters	AttrDef/CSS/Filter.php	/^        $ret_parameters = implode(',', $ret_params);$/;"	v
-ret_params	AttrDef/CSS/Filter.php	/^        $ret_params = array();$/;"	v
-return	ContentSets.php	/^            $return = $module->getChildDef($def);$/;"	v
-return	ContentSets.php	/^        $return = false;$/;"	v
-rewind	Injector.php	/^    protected $rewind = false;$/;"	v
-rewind	Injector.php	/^    public function rewind($index) {$/;"	f
-rewind_to	Strategy/MakeWellFormed.php	/^                    if ($rewind_to < 0) $rewind_to = 0;$/;"	v
-rewind_to	Strategy/MakeWellFormed.php	/^                $rewind_to = $this->injectors[$i]->getRewind();$/;"	v
-right	AttrDef/CSS/Number.php	/^        $right = rtrim($right, '0');$/;"	v
-right	AttrDef/CSS/Number.php	/^        if ($left === '' && $right === '') return false;$/;"	v
-rootElementPhase	Lexer/PH5P.php	/^    private function rootElementPhase($token) {$/;"	f
-round	UnitConverter.php	/^    private function round($n, $sigfigs) {$/;"	f
-row	Printer.php	/^    protected function row($name, $value) {$/;"	f
-rows	Printer/ConfigForm.php	/^    public $rows = 5;$/;"	v
-rows	Printer/ConfigForm.php	/^    public function setTextareaDimensions($cols = null, $rows = null) {$/;"	v
-rp	UnitConverter.php	/^        $rp = $sigfigs - $new_log - 1; \/\/ Number of decimal places needed$/;"	v
-rt	HTMLModule/Ruby.php	/^        $rt = $this->addElement('rt', false, 'Inline', 'Common', array('rbspan' => 'Number'));$/;"	v
-rtype	Config.php	/^        $rtype = is_int($def) ? $def : $def->type;$/;"	v
-s	ConfigSchema/Validator.php	/^            $s = $alias->toString();$/;"	v
-s	HTMLModule/Legacy.php	/^        $s = $this->addElement('s', 'Inline', 'Inline', 'Common');$/;"	v
-s_excludes	Strategy/FixNesting.php	/^                        $s_excludes = $definition->info[$tokens[$i]->name]->excludes;$/;"	v
-s_excludes	Strategy/FixNesting.php	/^                        $s_excludes = $definition->info_parent_def->excludes;$/;"	v
-s_part1	Lexer/PH5P.php	/^                        $s_part1 = array_slice($this->stack, 0, $fb_s_pos);$/;"	v
-s_part2	Lexer/PH5P.php	/^                        $s_part2 = array_slice($this->stack, $fb_s_pos + 1, count($this->stack));$/;"	v
-s_pos	Lexer/PH5P.php	/^                                $s_pos = array_search($node, $this->stack, true);$/;"	v
-safe	HTMLModule.php	/^    public $safe = true;$/;"	v
-safe	HTMLModule/Forms.php	/^    public $safe = false;$/;"	v
-safe	HTMLModule/Object.php	/^    public $safe = false;$/;"	v
-safe	HTMLModule/Scripting.php	/^    public $safe = false;$/;"	v
-same_quote	Lexer/DirectLex.php	/^            $same_quote = ($first_char == $last_char);$/;"	v
-save	Lexer/PH5P.php	/^    public function save() {$/;"	f
-scale	UnitConverter.php	/^    private function scale($r, $scale) {$/;"	f
-schema	Config.php	/^            $schema = HTMLPurifier_ConfigSchema::instance();$/;"	v
-schema	Config.php	/^    public static function create($config, $schema = null) {$/;"	v
-schema	Config.php	/^    public static function getAllowedDirectivesForForm($allowed, $schema = null) {$/;"	v
-schema	ConfigSchema/Builder/ConfigSchema.php	/^        $schema = new HTMLPurifier_ConfigSchema();$/;"	v
-scheme	URIParser.php	/^        $scheme     = !empty($matches[1]) ? $matches[2] : null;$/;"	v
-scheme_obj	AttrDef/URI.php	/^            $scheme_obj = $uri->getSchemeObj($config, $context);$/;"	v
-scheme_obj	URI.php	/^            $scheme_obj = $registry->getScheme($def->defaultScheme, $config, $context);$/;"	v
-scheme_obj	URI.php	/^            $scheme_obj = $registry->getScheme($this->scheme, $config, $context);$/;"	v
-scheme_obj	URIFilter/MakeAbsolute.php	/^            $scheme_obj = $uri->getSchemeObj($config, $context);$/;"	v
-scheme_obj	URIFilter/Munge.php	/^        $scheme_obj = $uri->getSchemeObj($config, $context);$/;"	v
-schemes	URISchemeRegistry.php	/^    protected $schemes = array();$/;"	v
-scope	Filter/ExtractStyleBlocks.php	/^        $scope = $config->get('Filter.ExtractStyleBlocks.Scope');$/;"	v
-scopes	Filter/ExtractStyleBlocks.php	/^            $scopes = array();$/;"	v
-scopes	Filter/ExtractStyleBlocks.php	/^            $scopes = array_map('trim', explode(',', $scope));$/;"	v
-scoping	Lexer/PH5P.php	/^    private $scoping = array('button','caption','html','marquee','object','table','td','th');$/;"	v
-scriptCallback	Lexer/DirectLex.php	/^    protected function scriptCallback($matches) {$/;"	f
-sec_prefix	Printer.php	/^    protected function getClass($obj, $sec_prefix = '') {$/;"	v
-second	AttrDef/URI/IPv6.php	/^                $second = explode(':', $second);$/;"	v
-seen	AttrCollections.php	/^        $seen  = array(); \/\/ recursion guard$/;"	v
-segment	Lexer/DirectLex.php	/^                    $segment = substr($html, $cursor, $strlen_segment);$/;"	v
-segment	Lexer/DirectLex.php	/^                    $segment = substr($segment, 0, $strlen_segment);$/;"	v
-segment	Lexer/DirectLex.php	/^                $segment = substr($html, $cursor, $strlen_segment);$/;"	v
-segment	URIFilter/MakeAbsolute.php	/^                    $segment = array_pop($result);$/;"	v
-segment_nc_encoder	URI.php	/^            $segment_nc_encoder = new HTMLPurifier_PercentEncoder($chars_sub_delims . '@');$/;"	v
-segments_encoder	URI.php	/^        $segments_encoder = new HTMLPurifier_PercentEncoder($chars_pchar . '\/');$/;"	v
-selector	Filter/ExtractStyleBlocks.php	/^                    $selector = implode(', ', $new_selector); \/\/ now it's a string$/;"	v
-selector	Filter/ExtractStyleBlocks.php	/^                $selector = trim($selector);$/;"	v
-selector	Filter/ExtractStyleBlocks.php	/^            foreach ($decls as $selector => $style) {$/;"	v
-selectors	Filter/ExtractStyleBlocks.php	/^                    $selectors = array_map('trim', explode(',', $selector));$/;"	v
-semicolon_pos	URIScheme/ftp.php	/^        $semicolon_pos = strrpos($uri->path, ';'); \/\/ reverse$/;"	v
-send	ErrorCollector.php	/^    public function send($severity, $msg) {$/;"	f
-sensitive	AttrDef/Enum.php	/^            $sensitive = false;$/;"	v
-sensitive	AttrDef/Enum.php	/^            $sensitive = true;$/;"	v
-sep	Language.php	/^        $sep      = $this->getMessage('Item separator');$/;"	v
-sep_last	Language.php	/^        $sep_last = $this->getMessage('Item separator last');$/;"	v
-serials	Config.php	/^    protected $serials = array();$/;"	v
-set	AttrTypes.php	/^    public function set($type, $impl) {$/;"	f
-set	Config.php	/^    public function set($key, $value, $a = null) {$/;"	f
-set	DefinitionCache.php	/^    abstract public function set($def, $config);$/;"	f
-set	DefinitionCache/Decorator.php	/^    public function set($def, $config) {$/;"	f
-set	DefinitionCache/Decorator/Cleanup.php	/^    public function set($def, $config) {$/;"	f
-set	DefinitionCache/Decorator/Memory.php	/^    public function set($def, $config) {$/;"	f
-set	DefinitionCache/Null.php	/^    public function set($def, $config) {$/;"	f
-set	DefinitionCache/Serializer.php	/^    public function set($def, $config) {$/;"	f
-set	PropertyList.php	/^    public function set($name, $value) {$/;"	f
-setParent	PropertyList.php	/^    public function setParent($plist) {$/;"	f
-setTextareaDimensions	Printer/ConfigForm.php	/^    public function setTextareaDimensions($cols = null, $rows = null) {$/;"	f
-setup	Definition.php	/^    public $setup = false;$/;"	v
-setup	Definition.php	/^    public function setup($config) {$/;"	f
-setup	DefinitionCacheFactory.php	/^    public function setup() {$/;"	f
-setup	EntityLookup.php	/^    public function setup($file = false) {$/;"	f
-setup	HTMLModule.php	/^    public function setup($config) {}$/;"	f
-setup	HTMLModule/Bdo.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Edit.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Forms.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Hypertext.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Image.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Legacy.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/List.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Name.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Object.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Presentation.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Proprietary.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Ruby.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/SafeEmbed.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/SafeObject.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Scripting.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/StyleAttribute.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Tables.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Target.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Text.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModule/Tidy.php	/^    public function setup($config) {$/;"	f
-setup	HTMLModuleManager.php	/^    public function setup($config) {$/;"	f
-setup	LanguageFactory.php	/^    public function setup() {$/;"	f
-setupConfigStuff	CSSDefinition.php	/^    protected function setupConfigStuff($config) {$/;"	f
-setupConfigStuff	HTMLDefinition.php	/^    protected function setupConfigStuff($config) {$/;"	f
-setupFilters	URIDefinition.php	/^    protected function setupFilters($config) {$/;"	f
-setupMemberVariables	URIDefinition.php	/^    protected function setupMemberVariables($config) {$/;"	f
-shift	Encoder.php	/^                    $shift = ($mState - 1) * 6;$/;"	v
-should	Encoder.php	/^ * @note All functions in this class should be static.$/;"	c
-should	Lexer.php	/^ * This class should not be directly instantiated, but you may use create() to$/;"	c
-sigfigs	UnitConverter.php	/^            $sigfigs = strlen(ltrim($n, '0.')); \/\/ eliminate extra decimal character$/;"	v
-sigfigs	UnitConverter.php	/^            $sigfigs = strlen(rtrim($n, '0'));$/;"	v
-sigfigs	UnitConverter.php	/^        $sigfigs = $this->getSigFigs($n);$/;"	v
-sigfigs	UnitConverter.php	/^        if ($sigfigs < $this->outputPrecision) $sigfigs = $this->outputPrecision;$/;"	v
-sign	AttrDef/CSS/Number.php	/^                $sign = '-';$/;"	v
-sign	AttrDef/CSS/Number.php	/^        $sign = '';$/;"	v
-single	StringHashParser.php	/^                $single = false;$/;"	v
-single	StringHashParser.php	/^                $single = true;$/;"	v
-single	StringHashParser.php	/^        $single  = false;$/;"	v
-size	AttrDef/CSS/Font.php	/^        for ($i = 0, $size = count($bits); $i < $size; $i++) {$/;"	v
-size	Generator.php	/^        for ($i = 0, $size = count($tokens); $i < $size; $i++) {$/;"	v
-size	Lexer/DirectLex.php	/^        $size   = strlen($string); \/\/ size of the string (stays the same)$/;"	v
-size	Strategy/FixNesting.php	/^            $size = count($tokens);$/;"	v
-size	Strategy/FixNesting.php	/^        for ($i = 0, $size = count($tokens) ; $i < $size; ) {$/;"	v
-size	Strategy/MakeWellFormed.php	/^            $size = count($this->stack);$/;"	v
-size	TagTransform/Font.php	/^                $size = (int) $attr['size'];$/;"	v
-skey	Config.php	/^            $skey = "$ns.$directive";$/;"	v
-skipped_tags	Strategy/MakeWellFormed.php	/^                    $skipped_tags = array_slice($this->stack, $j);$/;"	v
-skipped_tags	Strategy/MakeWellFormed.php	/^            $skipped_tags = false;$/;"	v
-small	HTMLModule/Presentation.php	/^        $small = $this->addElement('small',  'Inline', 'Inline', 'Common');$/;"	v
-so	Generator.php	/^ * @todo Refactor interface so that configuration\/context is determined$/;"	i
-special	Lexer/PH5P.php	/^    private $special = array('address','area','base','basefont','bgsound',$/;"	v
-specialEntityCallback	EntityParser.php	/^    protected function specialEntityCallback($matches) {$/;"	f
-special_cases	HTMLModuleManager.php	/^        $special_cases = $config->get('HTML.CoreModules');$/;"	v
-split	AttrDef/HTML/Class.php	/^    protected function split($string, $config, $context) {$/;"	f
-split	AttrDef/HTML/Nmtokens.php	/^    protected function split($string, $config, $context) {$/;"	f
-squash	PropertyList.php	/^    public function squash($force = false) {$/;"	f
-src	AttrTransform/ImgRequired.php	/^            $src = false;$/;"	v
-src	AttrTransform/ImgRequired.php	/^        $src = true;$/;"	v
-stack	ErrorCollector.php	/^                $stack = array_merge($stack, array_reverse($array, true));$/;"	v
-stack	ErrorCollector.php	/^        $stack = array($struct);$/;"	v
-stack	Lexer/PH5P.php	/^    public $stack = array();$/;"	v
-stack	Strategy/FixNesting.php	/^        $stack = array();$/;"	v
-stack	Strategy/MakeWellFormed.php	/^        $stack = array();$/;"	v
-stack	URIFilter/MakeAbsolute.php	/^            $stack = explode('\/', $uri->path);$/;"	v
-stack	URIFilter/MakeAbsolute.php	/^        $stack = $this->_collapseStack($stack); \/\/ do pre-parsing$/;"	v
-stack	URIFilter/MakeAbsolute.php	/^        $stack = explode('\/', $this->base->path);$/;"	v
-stack_length	Lexer/PH5P.php	/^                    $stack_length = count($this->stack) - 1;$/;"	v
-stage	AttrDef/CSS/Font.php	/^                        $stage = 2;$/;"	v
-stage	AttrDef/CSS/Font.php	/^                    if (count($caught) >= 3) $stage = 1;$/;"	v
-stage	AttrDef/CSS/Font.php	/^        $stage = 0; \/\/ this indicates what we're looking for$/;"	v
-stage_1	AttrDef/CSS/Font.php	/^        $stage_1 = array('font-style', 'font-variant', 'font-weight');$/;"	v
-standalone	ElementDef.php	/^    public $standalone = true;$/;"	v
-start	Lexer/PH5P.php	/^        $start = $this->char;$/;"	v
-start	Printer.php	/^    protected function start($tag, $attr = array()) {$/;"	f
-start_token	Strategy/FixNesting.php	/^            $start_token = $tokens[$i]; \/\/ to make token available via CurrentToken$/;"	v
-start_token	Strategy/FixNesting.php	/^        $start_token = false;$/;"	v
-state	StringHashParser.php	/^                    $state  = $this->default;$/;"	v
-state	StringHashParser.php	/^                $state  = false;$/;"	v
-state	StringHashParser.php	/^                $state = trim($line, '- ');$/;"	v
-state	StringHashParser.php	/^        $state   = false;$/;"	v
-state	UnitConverter.php	/^            $state = $dest_state;$/;"	v
-state	UnitConverter.php	/^            if (isset($x[$unit])) $state = $k;$/;"	v
-state	UnitConverter.php	/^        $state = $dest_state = false;$/;"	v
-status	AttrDef/CSS/BackgroundPosition.php	/^                $status = $lookup[$lbit];$/;"	v
-status	DefinitionCache/Decorator/Cleanup.php	/^        $status = parent::add($def, $config);$/;"	v
-status	DefinitionCache/Decorator/Cleanup.php	/^        $status = parent::replace($def, $config);$/;"	v
-status	DefinitionCache/Decorator/Cleanup.php	/^        $status = parent::set($def, $config);$/;"	v
-status	DefinitionCache/Decorator/Memory.php	/^        $status = parent::add($def, $config);$/;"	v
-status	DefinitionCache/Decorator/Memory.php	/^        $status = parent::replace($def, $config);$/;"	v
-status	DefinitionCache/Decorator/Memory.php	/^        $status = parent::set($def, $config);$/;"	v
-step_seven	Lexer/PH5P.php	/^                $step_seven = false;$/;"	v
-step_seven	Lexer/PH5P.php	/^                $step_seven = true;$/;"	v
-step_seven	Lexer/PH5P.php	/^            if(isset($step_seven) && $step_seven === true) {$/;"	v
-stop	Lexer/PH5P.php	/^                        $stop = false;$/;"	v
-str	Encoder.php	/^                $str = strtr($str, $clear_fix);$/;"	v
-str	Encoder.php	/^            $str = HTMLPurifier_Encoder::convertToASCIIDumbLossless($str);$/;"	v
-str	Encoder.php	/^            $str = iconv($encoding, 'utf-8\/\/IGNORE', $str);$/;"	v
-str	Encoder.php	/^            $str = iconv('utf-8', $encoding . '\/\/IGNORE', $str);$/;"	v
-str	Encoder.php	/^            $str = strtr($str, HTMLPurifier_Encoder::testEncodingSupportsASCII($encoding));$/;"	v
-str	Encoder.php	/^            $str = strtr($str, array_flip($ascii_fix));$/;"	v
-str	Encoder.php	/^            $str = utf8_decode($str);$/;"	v
-str	Encoder.php	/^            $str = utf8_encode($str);$/;"	v
-strategies	Strategy/Composite.php	/^    protected $strategies = array();$/;"	v
-strike	HTMLModule/Legacy.php	/^        $strike = $this->addElement('strike', 'Inline', 'Inline', 'Common');$/;"	v
-string	AttrDef.php	/^        $string = str_replace(array("\\n", "\\t", "\\r"), ' ', $string);$/;"	v
-string	AttrDef.php	/^        $string = trim($string);$/;"	v
-string	AttrDef/CSS/Background.php	/^        $string = $this->mungeRgb($string);$/;"	v
-string	AttrDef/CSS/Background.php	/^        $string = $this->parseCDATA($string);$/;"	v
-string	AttrDef/CSS/BackgroundPosition.php	/^        $string = $this->parseCDATA($string);$/;"	v
-string	AttrDef/CSS/Border.php	/^        $string = $this->mungeRgb($string);$/;"	v
-string	AttrDef/CSS/Border.php	/^        $string = $this->parseCDATA($string);$/;"	v
-string	AttrDef/CSS/Font.php	/^        $string = $this->parseCDATA($string);$/;"	v
-string	AttrDef/CSS/ImportantDecorator.php	/^                $string = rtrim(substr($temp, 0, -1));$/;"	v
-string	AttrDef/CSS/ImportantDecorator.php	/^        $string = $this->def->validate($string, $config, $context);$/;"	v
-string	AttrDef/CSS/ImportantDecorator.php	/^        $string = trim($string);$/;"	v
-string	AttrDef/CSS/Length.php	/^        $string = $this->parseCDATA($string);$/;"	v
-string	AttrDef/CSS/ListStyle.php	/^        $string = $this->parseCDATA($string);$/;"	v
-string	AttrDef/CSS/Multiple.php	/^        $string = $this->parseCDATA($string);$/;"	v
-string	AttrDef/CSS/Percentage.php	/^        $string = $this->parseCDATA($string);$/;"	v
-string	AttrDef/CSS/TextDecoration.php	/^        $string = strtolower($this->parseCDATA($string));$/;"	v
-string	AttrDef/Enum.php	/^            $string = ctype_lower($string) ? $string : strtolower($string);$/;"	v
-string	AttrDef/Enum.php	/^            $string = substr($string, 2);$/;"	v
-string	AttrDef/Enum.php	/^        $string = trim($string);$/;"	v
-string	AttrDef/HTML/Color.php	/^        $string = trim($string);$/;"	v
-string	AttrDef/HTML/Length.php	/^        $string = trim($string);$/;"	v
-string	AttrDef/HTML/LinkTypes.php	/^        $string = $this->parseCDATA($string);$/;"	v
-string	AttrDef/HTML/LinkTypes.php	/^        $string = implode(' ', array_keys($ret_lookup));$/;"	v
-string	AttrDef/HTML/MultiLength.php	/^        $string = trim($string);$/;"	v
-string	AttrDef/HTML/Nmtokens.php	/^        $string = trim($string);$/;"	v
-string	AttrDef/HTML/Pixels.php	/^            $string = substr($string, 0, $length - 2);$/;"	v
-string	AttrDef/HTML/Pixels.php	/^        $string = trim($string);$/;"	v
-string	AttrDef/Lang.php	/^        $string = trim($string);$/;"	v
-string	AttrDef/URI/Email/SimpleCheck.php	/^        $string = trim($string);$/;"	v
-string	AttrTypes.php	/^        else $string = '';$/;"	v
-string	ErrorCollector.php	/^                $string = '';$/;"	v
-string	Lexer.php	/^        $string = $this->_entity_parser->substituteSpecialEntities($string);$/;"	v
-string	Lexer.php	/^        $string = strtr($string, $this->_special_entity2str);$/;"	v
-string	Lexer/DirectLex.php	/^        $string = (string) $string; \/\/ quick typecast$/;"	v
-string	Lexer/PEARSax3.php	/^        $string = $this->normalize($string, $config, $context);$/;"	v
-string	Printer.php	/^        $string = HTMLPurifier_Encoder::cleanUTF8($string);$/;"	v
-string	Printer.php	/^        $string = htmlspecialchars($string, ENT_COMPAT, 'UTF-8');$/;"	v
-string	URIFilter/Munge.php	/^        $string = $uri->toString();$/;"	v
-stringTypes	VarParser.php	/^    static public $stringTypes = array($/;"	v
-stripped_token	Language.php	/^                        $stripped_token = clone $value;$/;"	v
-strlen_segment	Lexer/DirectLex.php	/^                    $strlen_segment = $position_comment_end - $cursor;$/;"	v
-strlen_segment	Lexer/DirectLex.php	/^                $strlen_segment = $position_next_gt - $cursor;$/;"	v
-strong	HTMLModule/Text.php	/^        $strong = $this->addElement('strong',  'Inline', 'Inline', 'Common');$/;"	v
-struct	ErrorCollector.php	/^                $struct = $this->lines[$line][$col] = $new_struct;$/;"	v
-struct	ErrorCollector.php	/^                $struct = $this->lines[$line][$col];$/;"	v
-struct	ErrorCollector.php	/^                $struct = $this->lines[-1] = $new_struct;$/;"	v
-struct	ErrorCollector.php	/^                $struct = $this->lines[-1];$/;"	v
-struct	ErrorCollector.php	/^            $struct = $struct->getChild(HTMLPurifier_ErrorStruct::ATTR, $attr);$/;"	v
-struct	ErrorCollector.php	/^            $struct = $struct->getChild(HTMLPurifier_ErrorStruct::CSSPROP, $cssprop);$/;"	v
-struct	ErrorCollector.php	/^        $struct = null;$/;"	v
-style	AttrTransform/ImgSpace.php	/^        $style = '';$/;"	v
-style	Filter/ExtractStyleBlocks.php	/^                $style = $this->cleanCSS($style, $config, $context);$/;"	v
-style	TagTransform/Simple.php	/^    public function __construct($transform_to, $style = null) {$/;"	v
-styleCallback	Filter/ExtractStyleBlocks.php	/^    protected function styleCallback($matches) {$/;"	f
-style_blocks	Filter/ExtractStyleBlocks.php	/^        $style_blocks = $this->_styleMatches;$/;"	v
-subst	ErrorCollector.php	/^        $subst = array();$/;"	v
-subst	Language.php	/^        $subst = array();$/;"	v
-substituteNonSpecialEntities	EntityParser.php	/^    public function substituteNonSpecialEntities($string) {$/;"	f
-substituteSpecialEntities	EntityParser.php	/^    public function substituteSpecialEntities($string) {$/;"	f
-substrCount	Lexer/DirectLex.php	/^    protected function substrCount($haystack, $needle, $offset, $length) {$/;"	f
-subtags	AttrDef/Lang.php	/^        $subtags = explode('-', $string);$/;"	v
-support	CSSDefinition.php	/^        $support = "(for information on implementing this, see the ".$/;"	v
-support	HTMLDefinition.php	/^        $support = "(for information on implementing this, see the ".$/;"	v
-swap	Strategy/MakeWellFormed.php	/^    private function swap($token) {$/;"	f
-synchronize_interval	Lexer/DirectLex.php	/^                    $loops % $synchronize_interval === 0 \/\/ time to synchronize!$/;"	v
-synchronize_interval	Lexer/DirectLex.php	/^        $synchronize_interval = $config->get('Core.DirectLexLineNumberSyncInterval');$/;"	v
-system_fonts	AttrDef/CSS/Font.php	/^        static $system_fonts = array($/;"	v
-t	AttrTransform/Input.php	/^        else $t = strtolower($attr['type']);$/;"	v
-t	AttrTransform/Input.php	/^        if (!isset($attr['type'])) $t = 'text';$/;"	v
-t	AttrTransform/Input.php	/^        if (!isset($attr['value']) && ($t === 'radio' || $t === 'checkbox')) {$/;"	v
-t	Strategy/MakeWellFormed.php	/^            $t = 0;$/;"	v
-t	Strategy/MakeWellFormed.php	/^            $t == 0 || isset($tokens[$t - 1]);$/;"	v
-t	Strategy/MakeWellFormed.php	/^        $t = false; \/\/ token index$/;"	v
-table	HTMLModule/Legacy.php	/^        $table = $this->addBlankElement('table');$/;"	v
-table	Lexer/PH5P.php	/^                        $table = $this->stack[$n];$/;"	v
-table	Lexer/PH5P.php	/^                    $table = $this->stack[$n];$/;"	v
-table	Lexer/PH5P.php	/^    private function elementInScope($el, $table = false) {$/;"	v
-tag	HTMLDefinition.php	/^            foreach ($this->info as $tag => $info) {$/;"	v
-tag	HTMLDefinition.php	/^        foreach ($this->info as $tag => $info) {$/;"	v
-tagNameState	Lexer/PH5P.php	/^    private function tagNameState() {$/;"	f
-tagOpenState	Lexer/PH5P.php	/^    private function tagOpenState() {$/;"	f
-tag_index	ChildDef/Table.php	/^                    $tag_index = 0;$/;"	v
-tag_index	ChildDef/Table.php	/^        $tag_index = 0; \/\/ the first node might be whitespace,$/;"	v
-tag_name	Lexer/DOMLex.php	/^                    $tag_name = $node->tagName, \/\/ somehow, it get's dropped$/;"	v
-td	HTMLModule/Legacy.php	/^        $td = $this->addBlankElement('td');$/;"	v
-temp	AttrDef/CSS/ImportantDecorator.php	/^            $temp = rtrim(substr($string, 0, -9));$/;"	v
-temp	ContentSets.php	/^                $temp = $this->convertToLookup($value);$/;"	v
-testEncodingSupportsASCII	Encoder.php	/^    public static function testEncodingSupportsASCII($encoding, $bypass = false) {$/;"	f
-tests	Encoder.php	/^     * This expensive function tests whether or not a given character$/;"	f
-text	Injector/AutoParagraph.php	/^        $text = $token->data;$/;"	v
-text	Lexer/PH5P.php	/^            $text = $this->dom->createTextNode($token['data']);$/;"	v
-text	Lexer/PH5P.php	/^        $text = $this->dom->createTextNode($data);$/;"	v
-text	PercentEncoder.php	/^            $text     = substr($part, 2);$/;"	v
-text	Printer.php	/^    protected function text($text) {$/;"	f
-textarea	HTMLModule/Forms.php	/^        $textarea = $this->addElement('textarea', 'Formctrl', 'Optional: #PCDATA', 'Common', array($/;"	v
-textify_comments	Strategy/RemoveForeignElements.php	/^                        $textify_comments = $token->name;$/;"	v
-textify_comments	Strategy/RemoveForeignElements.php	/^                        $textify_comments = false;$/;"	v
-textify_comments	Strategy/RemoveForeignElements.php	/^        $textify_comments = false;$/;"	v
-tfoot	ChildDef/Table.php	/^        $tfoot   = false;$/;"	v
-th	HTMLModule/Legacy.php	/^        $th = $this->addBlankElement('th');$/;"	v
-that	Bootstrap.php	/^ * Bootstrap class that contains meta-functionality for HTML Purifier such as$/;"	c
-that	ConfigSchema/InterchangeBuilder.php	/^     * Convenience function that creates an HTMLPurifier_ConfigSchema_Interchange_Id$/;"	f
-that	Definition.php	/^     * Setup function that aborts if already setup$/;"	f
-that	DefinitionCache/Decorator/Cleanup.php	/^ * Definition cache decorator class that cleans up the cache$/;"	c
-that	DefinitionCache/Decorator/Memory.php	/^ * Definition cache decorator class that saves all cache retrievals$/;"	c
-that	Encoder.php	/^     *       function that needs to be able to understand UTF-8 characters.$/;"	f
-that	ErrorCollector.php	/^ * Error collection class that enables HTML Purifier to report HTML$/;"	c
-that	HTMLModule.php	/^     * Convenience function that creates a totally blank, non-standalone$/;"	f
-that	HTMLModule.php	/^     * Convenience function that generates a lookup table with boolean$/;"	f
-that	HTMLModule.php	/^     * Convenience function that merges a list of attribute includes into$/;"	f
-that	HTMLModule.php	/^     * Convenience function that registers an element to a content set$/;"	f
-that	HTMLModule.php	/^     * Convenience function that sets up a new element$/;"	f
-that	HTMLModule.php	/^     * Convenience function that transforms single-string contents$/;"	f
-that	Lexer/DOMLex.php	/^     * Callback function that entity-izes ampersands in comments so that$/;"	f
-that	Lexer/DOMLex.php	/^     * Recursive function that tokenizes a node, putting it into an accumulator.$/;"	f
-that	Printer.php	/^     * Main function that renders object or aspect of that object$/;"	f
-that	Token.php	/^ * Abstract base token class that all others inherit from.$/;"	c
-the_same	Lexer/PH5P.php	/^        $the_same = count($this->tree->stack) > 0 && $next_node === end($this->tree->stack)->nodeName;$/;"	v
-thead	ChildDef/Table.php	/^        $thead   = false;$/;"	v
-tidy	Filter/ExtractStyleBlocks.php	/^        $tidy = $config->get('Filter.ExtractStyleBlocks.TidyImpl');$/;"	v
-tidy	Generator.php	/^            $tidy = new Tidy;$/;"	v
-tidyModules	Doctype.php	/^        $tidyModules = array(), $aliases = array(), $dtd_public = null, $dtd_system = null$/;"	v
-tidyModules	Doctype.php	/^    public $tidyModules = array();$/;"	v
-tidy_modules	DoctypeRegistry.php	/^        $tidy_modules = array(), $aliases = array(), $dtd_public = null, $dtd_system = null$/;"	v
-tidy_modules	DoctypeRegistry.php	/^        if (!is_array($tidy_modules)) $tidy_modules = array($tidy_modules);$/;"	v
-tmp	Encoder.php	/^                    $tmp = $in;$/;"	v
-tmp	Encoder.php	/^                    $tmp = ($tmp & 0x0000003F) << $shift;$/;"	v
-to	AttrDef/URI/IPv4.php	/^     * Lazy load function to prevent regex from being stuffed in$/;"	f
-to	ConfigSchema/Interchange.php	/^     * Convenience function to perform standard validation. Throws exception$/;"	f
-to	ContentSets.php	/^            'Could not determine which ChildDef class to instantiate',$/;"	c
-to	DoctypeRegistry.php	/^     * @note Use this function to get a copy of doctype that config$/;"	f
-to	Lexer.php	/^ *       many of the utility functions require a class to be instantiated.$/;"	c
-to	Lexer/DOMLex.php	/^ *       our own function to do that.$/;"	f
-toString	ConfigSchema/Interchange/Id.php	/^    public function toString() {$/;"	f
-toString	Length.php	/^    public function toString() {$/;"	f
-toString	URI.php	/^    public function toString() {$/;"	f
-toggleWriteability	Printer/ConfigForm.js	/^function toggleWriteability(id_of_patient, checked) {$/;"	f
-token	AttrDef/CSS/DenyElementDecorator.php	/^        $token = $context->get('CurrentToken', true);$/;"	v
-token	AttrDef/Switch.php	/^        $token = $context->get('CurrentToken', true);$/;"	v
-token	ChildDef/StrictBlockquote.php	/^            $token = $result[$i];$/;"	v
-token	ErrorCollector.php	/^        $token = $this->context->get('CurrentToken', true);$/;"	v
-token	Injector/AutoParagraph.php	/^                            $token = array($this->_pStart(), $token);$/;"	v
-token	Injector/AutoParagraph.php	/^                        if (!is_array($token)) $token = array($token);$/;"	v
-token	Injector/AutoParagraph.php	/^                    $token = array($this->_pStart());$/;"	v
-token	Injector/AutoParagraph.php	/^                    $token = array($this->_pStart(), $token);$/;"	v
-token	Injector/AutoParagraph.php	/^            $token = array();$/;"	v
-token	Injector/DisplayLinkURI.php	/^            $token = array($token, new HTMLPurifier_Token_Text(" ($url)"));$/;"	v
-token	Injector/Linkify.php	/^        $token = array();$/;"	v
-token	Injector/PurifierLinkify.php	/^        $token = array();$/;"	v
-token	Injector/RemoveEmpty.php	/^            $token = $i - $this->inputIndex + 1;$/;"	v
-token	Injector/SafeObject.php	/^                    $token = false;$/;"	v
-token	Injector/SafeObject.php	/^                $token = false;$/;"	v
-token	Injector/SafeObject.php	/^            $token = $new;$/;"	v
-token	Lexer/DirectLex.php	/^                        $token = new HTMLPurifier_Token_Empty($segment);$/;"	v
-token	Lexer/DirectLex.php	/^                        $token = new HTMLPurifier_Token_Start($segment);$/;"	v
-token	Lexer/DirectLex.php	/^                    $token = new HTMLPurifier_Token_Empty($type, $attr);$/;"	v
-token	Lexer/DirectLex.php	/^                    $token = new HTMLPurifier_Token_End($type);$/;"	v
-token	Lexer/DirectLex.php	/^                    $token = new HTMLPurifier_Token_Start($type, $attr);$/;"	v
-token	Lexer/DirectLex.php	/^                    $token = new HTMLPurifier_Token_Text('<');$/;"	v
-token	Lexer/DirectLex.php	/^                    $token = new$/;"	v
-token	Lexer/DirectLex.php	/^                $token = new$/;"	v
-token	Strategy/MakeWellFormed.php	/^                $token = new HTMLPurifier_Token_Empty($token->name, $token->attr);$/;"	v
-token	Strategy/MakeWellFormed.php	/^            $token = $tokens[$t];$/;"	v
-token	Strategy/MakeWellFormed.php	/^        $token      = false; \/\/ the current token$/;"	v
-token	Strategy/MakeWellFormed.php	/^        if ($token === false)  $token = array(1);$/;"	v
-token	Strategy/MakeWellFormed.php	/^        if (is_int($token))    $token = array($token);$/;"	v
-token	Strategy/MakeWellFormed.php	/^        if (is_object($token)) $token = array(1, $token);$/;"	v
-token	Strategy/RemoveForeignElements.php	/^                    $token = $definition->$/;"	v
-token	Strategy/RemoveForeignElements.php	/^                    $token = new HTMLPurifier_Token_Text($/;"	v
-token	Strategy/RemoveForeignElements.php	/^                    $token = new HTMLPurifier_Token_Text($data);$/;"	v
-token	Strategy/RemoveForeignElements.php	/^        $token = false;$/;"	v
-token	Strategy/ValidateAttributes.php	/^        $token = false;$/;"	v
-token	URIFilter/Munge.php	/^        $token = $context->get('CurrentToken', true);$/;"	v
-tokenizeDOM	Lexer/DOMLex.php	/^    protected function tokenizeDOM($node, &$tokens, $collect = false) {$/;"	f
-tokenizeHTML	Lexer.php	/^    public function tokenizeHTML($string, $config, $context) {$/;"	f
-tokenizeHTML	Lexer/DOMLex.php	/^    public function tokenizeHTML($html, $config, $context) {$/;"	f
-tokenizeHTML	Lexer/DirectLex.php	/^    public function tokenizeHTML($html, $config, $context) {$/;"	f
-tokenizeHTML	Lexer/PEARSax3.php	/^    public function tokenizeHTML($string, $config, $context) {$/;"	f
-tokenizeHTML	Lexer/PH5P.php	/^    public function tokenizeHTML($html, $config, $context) {$/;"	f
-tokens	AttrDef/HTML/Nmtokens.php	/^        $tokens = $this->filter($tokens, $config, $context);$/;"	v
-tokens	AttrDef/HTML/Nmtokens.php	/^        $tokens = $this->split($string, $config, $context);$/;"	v
-tokens	Lexer/DOMLex.php	/^        $tokens = array();$/;"	v
-tokens	Lexer/PEARSax3.php	/^    protected $tokens = array();$/;"	v
-tokens	Lexer/PH5P.php	/^        $tokens = array();$/;"	v
-tokens	Strategy/Composite.php	/^            $tokens = $strategy->execute($tokens, $config, $context);$/;"	v
-too	ElementDef.php	/^ *       Please update that class too.$/;"	c
-top_nesting	Strategy/MakeWellFormed.php	/^                $top_nesting = array_pop($this->stack);$/;"	v
-toplabel	AttrDef/URI/Host.php	/^        $toplabel      = "$a($and*$an)?";$/;"	v
-tr	HTMLModule/Legacy.php	/^        $tr = $this->addBlankElement('tr');$/;"	v
-tracksLineNumbers	Lexer.php	/^    public $tracksLineNumbers = false;$/;"	v
-tracksLineNumbers	Lexer/DirectLex.php	/^    public $tracksLineNumbers = true;$/;"	v
-trailingEndPhase	Lexer/PH5P.php	/^    private function trailingEndPhase($token) {$/;"	f
-transform	AttrTransform.php	/^    abstract public function transform($attr, $config, $context);$/;"	f
-transform	AttrTransform/Background.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/BdoDir.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/BgColor.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/BoolToCSS.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/Border.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/EnumToCSS.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/ImgRequired.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/ImgSpace.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/Input.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/Lang.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/Length.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/Name.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/NameSync.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/SafeEmbed.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/SafeObject.php	/^    function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/SafeParam.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/ScriptRequired.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	AttrTransform/Textarea.php	/^    public function transform($attr, $config, $context) {$/;"	f
-transform	TagTransform.php	/^    abstract public function transform($tag, $config, $context);$/;"	f
-transform	TagTransform/Font.php	/^    public function transform($tag, $config, $context) {$/;"	f
-transform	TagTransform/Simple.php	/^    public function transform($tag, $config, $context) {$/;"	f
-transformAttrToAssoc	Lexer/DOMLex.php	/^    protected function transformAttrToAssoc($node_map) {$/;"	f
-transform_to	TagTransform/Font.php	/^    public $transform_to = 'span';$/;"	v
-transitional	HTMLModuleManager.php	/^        $transitional = array('Legacy', 'Target');$/;"	v
-triad	AttrDef/CSS/Color.php	/^            $triad = substr($color, 4, $length - 4 - 1);$/;"	v
-triggerError	Config.php	/^    protected function triggerError($msg, $no) {$/;"	f
-trim	AttrDef/HTML/ID.php	/^            $trim = trim( \/\/ primitive style of regexps, I suppose$/;"	v
-trusted	HTMLModuleManager.php	/^        if ($trusted === null) $trusted = $this->trusted;$/;"	v
-trusted	HTMLModuleManager.php	/^    public $trusted = false;$/;"	v
-trusted	HTMLModuleManager.php	/^    public function getElement($name, $trusted = null) {$/;"	v
-trusted	Strategy/RemoveForeignElements.php	/^        $trusted = $config->get('HTML.Trusted');$/;"	v
-trusted_wh	CSSDefinition.php	/^        $trusted_wh = new HTMLPurifier_AttrDef_CSS_Composite(array($/;"	v
-tt	HTMLModule/Presentation.php	/^        $tt = $this->addElement('tt',     'Inline', 'Inline', 'Common');$/;"	v
-type	AttrDef/CSS/Color.php	/^                        $type = 'integer';$/;"	v
-type	AttrDef/CSS/Color.php	/^                        $type = 'percentage';$/;"	v
-type	AttrDef/CSS/Color.php	/^            $type = false; \/\/ to ensure that they're all the same type$/;"	v
-type	CSSDefinition.php	/^    public $type = 'CSS';$/;"	v
-type	ChildDef/Chameleon.php	/^    public $type = 'chameleon';$/;"	v
-type	ChildDef/Custom.php	/^    public $type = 'custom';$/;"	v
-type	ChildDef/Empty.php	/^    public $type = 'empty';$/;"	v
-type	ChildDef/Optional.php	/^    public $type = 'optional';$/;"	v
-type	ChildDef/Required.php	/^    public $type = 'required';$/;"	v
-type	ChildDef/StrictBlockquote.php	/^    public $type = 'strictblockquote';$/;"	v
-type	ChildDef/Table.php	/^    public $type = 'table';$/;"	v
-type	Config.php	/^            $type = $rtype;$/;"	v
-type	Config.php	/^            $type = -$rtype;$/;"	v
-type	ConfigSchema/InterchangeBuilder.php	/^            $type = explode('\/', $hash->offsetGet('TYPE'));$/;"	v
-type	ErrorCollector.php	/^            foreach ($current->children as $type => $array) {$/;"	v
-type	HTMLDefinition.php	/^    public $type = 'HTML';$/;"	v
-type	HTMLModule/Tidy.php	/^                        $type = "info_$type";$/;"	v
-type	HTMLModule/Tidy.php	/^            $type = 'attr_transform_' . $property;$/;"	v
-type	Lexer/DirectLex.php	/^                    $type = substr($segment, 1);$/;"	v
-type	Lexer/DirectLex.php	/^                $type = substr($segment, 0, $position_first_space);$/;"	v
-type	Printer/ConfigForm.php	/^                    $type = $def->type;$/;"	v
-type	Printer/ConfigForm.php	/^                    $type = abs($def);$/;"	v
-type	Printer/ConfigForm.php	/^                if (!isset($this->fields[$type])) $type = 0; \/\/ default$/;"	v
-type	Printer/ConfigForm.php	/^            $type = $def->type;$/;"	v
-type	Printer/ConfigForm.php	/^            $type = abs($def);$/;"	v
-type	Printer/ConfigForm.php	/^            $type === HTMLPurifier_VarParser::ALIST ||$/;"	v
-type	Printer/ConfigForm.php	/^            $type === HTMLPurifier_VarParser::HASH ||$/;"	v
-type	Printer/ConfigForm.php	/^            $type === HTMLPurifier_VarParser::ITEXT ||$/;"	v
-type	Printer/ConfigForm.php	/^            $type === HTMLPurifier_VarParser::LOOKUP$/;"	v
-type	Printer/ConfigForm.php	/^            $type === HTMLPurifier_VarParser::TEXT ||$/;"	v
-type	Strategy/MakeWellFormed.php	/^                $type = $definition->info[$token->name]->child->type;$/;"	v
-type	Strategy/MakeWellFormed.php	/^                $type = false; \/\/ Type is unknown, treat accordingly$/;"	v
-type	URIDefinition.php	/^    public $type = 'URI';$/;"	v
-type	URIScheme/ftp.php	/^            $type = substr($uri->path, $semicolon_pos + 1); \/\/ no semicolon$/;"	v
-type	VarParser.php	/^                $type = HTMLPurifier_VarParser::$types[$type];$/;"	v
-type	VarParser.php	/^                if ($type == self::ISTRING || $type == self::ITEXT) $var = strtolower($var);$/;"	v
-typeAllowsNull	ConfigSchema/Interchange/Directive.php	/^    public $typeAllowsNull = false;$/;"	v
-type_obj	Printer/ConfigForm.php	/^                    $type_obj = new HTMLPurifier_Printer_ConfigForm_NullDecorator($type_obj);$/;"	v
-type_obj	Printer/ConfigForm.php	/^                $type_obj = $this->fields[$type];$/;"	v
-type_ret	URIScheme/ftp.php	/^                    $type_ret = ";type=$typecode";$/;"	v
-type_ret	URIScheme/ftp.php	/^            $type_ret = '';$/;"	v
-typecode	URIScheme/ftp.php	/^                } elseif ($typecode === 'a' || $typecode === 'i' || $typecode === 'd') {$/;"	v
-types	VarParser.php	/^    static public $types = array($/;"	v
-u	HTMLModule/Legacy.php	/^        $u = $this->addElement('u', 'Inline', 'Inline', 'Common');$/;"	v
-u	Length.php	/^    public function __construct($n = '0', $u = false) {$/;"	v
-ul	HTMLModule/Legacy.php	/^        $ul = $this->addBlankElement('ul');$/;"	v
-ul_types	HTMLModule/Tidy/XHTMLAndHTML4.php	/^            $ul_types = array($/;"	v
-unichr	Encoder.php	/^    public static function unichr($code) {$/;"	f
-unit	Length.php	/^        $unit = substr($s, $n_length);$/;"	v
-unit	Length.php	/^        if ($unit === '') $unit = false;$/;"	v
-unit	UnitConverter.php	/^                $unit = $dest_unit;$/;"	v
-unit	UnitConverter.php	/^                $unit = $to_unit;$/;"	v
-unit	UnitConverter.php	/^            $unit = self::$units[$state][$dest_state][2];$/;"	v
-unit	UnitConverter.php	/^        $unit = $length->getUnit();$/;"	v
-unit	UnitConverter.php	/^        \/\/ Post-condition: $unit == $to_unit$/;"	v
-unit	UnitConverter.php	/^        if ($n === '0' || $unit === false) {$/;"	v
-units	UnitConverter.php	/^    protected static $units = array($/;"	v
-unpack	AttrDef/URI/Email.php	/^    function unpack($string) {$/;"	f
-uri	AttrDef/CSS/URI.php	/^            $uri = substr($uri, 1, $new_length - 1);$/;"	v
-uri	AttrDef/CSS/URI.php	/^        $uri = str_replace($values, $keys, $uri);$/;"	v
-uri	AttrDef/CSS/URI.php	/^        $uri = trim(substr($uri_string, 0, $new_length));$/;"	v
-uri	AttrDef/URI.php	/^        $uri = $this->parseCDATA($uri);$/;"	v
-uri	AttrDef/URI.php	/^        $uri = $this->parser->parse($uri);$/;"	v
-uri	URIFilter/MakeAbsolute.php	/^            $uri = clone $this->base;$/;"	v
-uri	URIFilter/Munge.php	/^        $uri = $new_uri; \/\/ overwrite$/;"	v
-uri	URIParser.php	/^        $uri = $this->percentEncoder->normalize($uri);$/;"	v
-uri_def	AttrDef/URI.php	/^            $uri_def = $config->getDefinition('URI');$/;"	v
-uri_or_none	CSSDefinition.php	/^        $uri_or_none = new HTMLPurifier_AttrDef_CSS_Composite($/;"	v
-uri_string	AttrDef/CSS/URI.php	/^        $uri_string = $this->parseCDATA($uri_string);$/;"	v
-uri_string	AttrDef/CSS/URI.php	/^        $uri_string = substr($uri_string, 4);$/;"	v
-url	Filter/YouTube.php	/^        $url = $this->armorUrl($matches[1]);$/;"	v
-url	Injector/DisplayLinkURI.php	/^            $url = $token->start->attr['href'];$/;"	v
-url	Printer/ConfigForm.php	/^                $url = str_replace('%s', urlencode("$ns.$directive"), $this->docURL);$/;"	v
-userModules	HTMLModuleManager.php	/^    public $userModules = array();$/;"	v
-userinfo	URIParser.php	/^            $userinfo   = !empty($matches[1]) ? $matches[2] : null;$/;"	v
-uses	AttrDef/Enum.php	/^ * @warning The case-insensitive compare of this function uses PHP's$/;"	f
-utf8	Encoder.php	/^                foreach ($ascii_fix as $utf8 => $native) $clear_fix[$utf8] = '';$/;"	v
-val	ConfigSchema/Validator.php	/^        foreach ($d->allowed as $val => $x) {$/;"	v
-val	Printer/ConfigForm.php	/^                    foreach ($array as $val => $b) {$/;"	v
-val	Printer/ConfigForm.php	/^            foreach ($def->allowed as $val => $b) {$/;"	v
-valid	AttrDef/URI/Host.php	/^            $valid = $this->ipv6->validate($ip, $config, $context);$/;"	v
-valid_values	AttrDef/Enum.php	/^        $valid_values = array(), $case_sensitive = false$/;"	v
-valid_values	AttrDef/Enum.php	/^    public $valid_values   = array();$/;"	v
-valid_values	AttrDef/HTML/FrameTarget.php	/^    public $valid_values = false; \/\/ uninitialized value$/;"	v
-validate	AttrDef.php	/^    abstract public function validate($string, $config, $context);$/;"	f
-validate	AttrDef/CSS.php	/^    public function validate($css, $config, $context) {$/;"	f
-validate	AttrDef/CSS/AlphaValue.php	/^    public function validate($number, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Background.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/BackgroundPosition.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Border.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Color.php	/^    public function validate($color, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Composite.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/DenyElementDecorator.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Filter.php	/^    public function validate($value, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Font.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/FontFamily.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/ImportantDecorator.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Length.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/ListStyle.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Multiple.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Number.php	/^    public function validate($number, $config, $context) {$/;"	f
-validate	AttrDef/CSS/Percentage.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/TextDecoration.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/CSS/URI.php	/^    public function validate($uri_string, $config, $context) {$/;"	f
-validate	AttrDef/Enum.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/HTML/Bool.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/HTML/Color.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/HTML/FrameTarget.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/HTML/ID.php	/^    public function validate($id, $config, $context) {$/;"	f
-validate	AttrDef/HTML/Length.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/HTML/LinkTypes.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/HTML/MultiLength.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/HTML/Nmtokens.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/HTML/Pixels.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/Integer.php	/^    public function validate($integer, $config, $context) {$/;"	f
-validate	AttrDef/Lang.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/Switch.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/Text.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/URI.php	/^    public function validate($uri, $config, $context) {$/;"	f
-validate	AttrDef/URI/Email/SimpleCheck.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/URI/Host.php	/^    public function validate($string, $config, $context) {$/;"	f
-validate	AttrDef/URI/IPv4.php	/^    public function validate($aIP, $config, $context) {$/;"	f
-validate	AttrDef/URI/IPv6.php	/^    public function validate($aIP, $config, $context) {$/;"	f
-validate	ConfigSchema/Interchange.php	/^    public function validate() {$/;"	f
-validate	ConfigSchema/Validator.php	/^    public function validate($interchange) {$/;"	f
-validate	Length.php	/^    protected function validate() {$/;"	f
-validate	URI.php	/^    public function validate($config, $context) {$/;"	f
-validate	URIScheme.php	/^    public function validate(&$uri, $config, $context) {$/;"	f
-validate	URIScheme/ftp.php	/^    public function validate(&$uri, $config, $context) {$/;"	f
-validate	URIScheme/http.php	/^    public function validate(&$uri, $config, $context) {$/;"	f
-validate	URIScheme/mailto.php	/^    public function validate(&$uri, $config, $context) {$/;"	f
-validate	URIScheme/news.php	/^    public function validate(&$uri, $config, $context) {$/;"	f
-validate	URIScheme/nntp.php	/^    public function validate(&$uri, $config, $context) {$/;"	f
-validateChildren	ChildDef.php	/^    abstract public function validateChildren($tokens_of_children, $config, $context);$/;"	f
-validateChildren	ChildDef/Chameleon.php	/^    public function validateChildren($tokens_of_children, $config, $context) {$/;"	f
-validateChildren	ChildDef/Custom.php	/^    public function validateChildren($tokens_of_children, $config, $context) {$/;"	f
-validateChildren	ChildDef/Empty.php	/^    public function validateChildren($tokens_of_children, $config, $context) {$/;"	f
-validateChildren	ChildDef/Optional.php	/^    public function validateChildren($tokens_of_children, $config, $context) {$/;"	f
-validateChildren	ChildDef/Required.php	/^    public function validateChildren($tokens_of_children, $config, $context) {$/;"	f
-validateChildren	ChildDef/StrictBlockquote.php	/^    public function validateChildren($tokens_of_children, $config, $context) {$/;"	f
-validateChildren	ChildDef/Table.php	/^    public function validateChildren($tokens_of_children, $config, $context) {$/;"	f
-validateDirective	ConfigSchema/Validator.php	/^    public function validateDirective($d) {$/;"	f
-validateDirectiveAliases	ConfigSchema/Validator.php	/^    public function validateDirectiveAliases($d) {$/;"	f
-validateDirectiveAllowed	ConfigSchema/Validator.php	/^    public function validateDirectiveAllowed($d) {$/;"	f
-validateDirectiveValueAliases	ConfigSchema/Validator.php	/^    public function validateDirectiveValueAliases($d) {$/;"	f
-validateId	ConfigSchema/Validator.php	/^    public function validateId($id) {$/;"	f
-validateToken	AttrValidator.php	/^    public function validateToken(&$token, &$config, $context) {$/;"	f
-validator	ConfigSchema/Interchange.php	/^        $validator = new HTMLPurifier_ConfigSchema_Validator();$/;"	v
-validator	Strategy/ValidateAttributes.php	/^        $validator = new HTMLPurifier_AttrValidator();$/;"	v
-value	AttrDef/CSS.php	/^            $value    = trim($value);$/;"	v
-value	AttrDef/CSS/Filter.php	/^            $value = $this->intValidator->validate($value, $config, $context);$/;"	v
-value	AttrDef/CSS/Filter.php	/^            $value = trim($value);$/;"	v
-value	AttrDef/CSS/Filter.php	/^            if ($int < 0) $value = '0';$/;"	v
-value	AttrDef/CSS/Filter.php	/^            if ($int > 100) $value = '100';$/;"	v
-value	AttrDef/CSS/Filter.php	/^        $value = $this->parseCDATA($value);$/;"	v
-value	AttrTransform.php	/^        $value = $attr[$key];$/;"	v
-value	AttrTransform/EnumToCSS.php	/^        $value = trim($attr[$this->attr]);$/;"	v
-value	AttrTransform/EnumToCSS.php	/^        if (!$this->caseSensitive) $value = strtolower($value);$/;"	v
-value	Config.php	/^                $value = $def->aliases[$value];$/;"	v
-value	Config.php	/^            $value = $a;$/;"	v
-value	Config.php	/^            $value = $mq ? stripslashes($array[$skey]) : $array[$skey];$/;"	v
-value	Config.php	/^            $value = $this->parser->parse($value, $type, $allow_null);$/;"	v
-value	ConfigSchema/Builder/Xml.php	/^                    foreach ($directive->allowed as $value => $x) $this->writeElement('value', $value);$/;"	v
-value	ContentSets.php	/^        $value = $def->content_model;$/;"	v
-value	HTMLModule/Edit.php	/^        $value = explode('!', $def->content_model);$/;"	v
-value	Lexer/DirectLex.php	/^                    $value = $quoted_value;$/;"	v
-value	Lexer/DirectLex.php	/^                    $value = substr($quoted_value, 1);$/;"	v
-value	Lexer/DirectLex.php	/^                $value = substr($quoted_value, 1, strlen($quoted_value) - 2);$/;"	v
-value	Lexer/DirectLex.php	/^                $value = substr($string, $value_begin, $value_end - $value_begin);$/;"	v
-value	Lexer/DirectLex.php	/^                if ($value === false) $value = '';$/;"	v
-value	Lexer/DirectLex.php	/^            if ($value === false) $value = '';$/;"	v
-value	Printer.php	/^                foreach ($obj->valid_values as $value => $bool) {$/;"	v
-value	Printer.php	/^        if (is_bool($value)) $value = $value ? 'On' : 'Off';$/;"	v
-value	Printer/ConfigForm.php	/^                    $value = $nvalue;$/;"	v
-value	Printer/ConfigForm.php	/^                    $value = '';$/;"	v
-value	Printer/ConfigForm.php	/^                    $value = array();$/;"	v
-value	Printer/ConfigForm.php	/^                    $value = implode(PHP_EOL, $value);$/;"	v
-value	Printer/ConfigForm.php	/^            $value = serialize($value);$/;"	v
-value_begin	Lexer/DirectLex.php	/^                    $value_begin = $cursor;$/;"	v
-value_end	Lexer/DirectLex.php	/^                    $value_end = $cursor;$/;"	v
-values	AttrDef/CSS/URI.php	/^        $values = array('\\\\(', '\\\\)', '\\\\,', '\\\\ ', '\\\\"', "\\\\'");$/;"	v
-values	AttrDef/Enum.php	/^        $values = explode(',', $string);$/;"	v
-values	ContentSets.php	/^    protected $values = array();$/;"	v
-values	Printer.php	/^                $values = array();$/;"	v
-var	ChildDef/Table.php	/^                            $var = $collection[$tag_index]->name;$/;"	v
-var	Context.php	/^            $var = null; \/\/ so we can return by reference$/;"	v
-var	VarParser.php	/^        $var = $this->parseImplementation($var, $type, $allow_null);$/;"	v
-var	VarParser.php	/^        if ($allow_null && $var === null) return null;$/;"	v
-var	VarParser/Flexible.php	/^                        $var = $nvar;$/;"	v
-var	VarParser/Flexible.php	/^                        $var = explode(',',$var);$/;"	v
-var	VarParser/Flexible.php	/^                        $var = false;$/;"	v
-var	VarParser/Flexible.php	/^                        $var = preg_split('\/(,|[\\n\\r]+)\/', $var);$/;"	v
-var	VarParser/Flexible.php	/^                        $var = true;$/;"	v
-var	VarParser/Flexible.php	/^                    $var = (bool) $var;$/;"	v
-var	VarParser/Flexible.php	/^                    if ($var == 'on' || $var == 'true' || $var == '1') {$/;"	v
-var	VarParser/Flexible.php	/^                    } elseif ($var == 'off' || $var == 'false' || $var == '0') {$/;"	v
-var	VarParser/Flexible.php	/^                if ((is_string($var) && is_numeric($var)) || is_int($var)) $var = (float) $var;$/;"	v
-var	VarParser/Flexible.php	/^                if (is_int($var) && ($var === 0 || $var === 1)) {$/;"	v
-var	VarParser/Flexible.php	/^                if (is_string($var) && ctype_digit($var)) $var = (int) $var;$/;"	v
-var	VarParser/Flexible.php	/^        if ($allow_null && $var === null) return null;$/;"	v
-var	VarParser/Native.php	/^        $var = null;$/;"	v
-version	Config.php	/^    public $version = '3.3.0';$/;"	v
-vtype	VarParser.php	/^        $vtype = gettype($var);$/;"	v
-w	Encoder.php	/^                    $w = (($code >> 18) & 7)  | 240;$/;"	v
-was	AttrDef/Integer.php	/^ * @note While this class was modeled off the CSS definition, no currently$/;"	c
-was	Encoder.php	/^     *       a string would be somewhat expensive, so the function was modded to$/;"	f
-whitespace	ChildDef/Required.php	/^    protected $whitespace = false;$/;"	v
-width	AttrTransform/ImgSpace.php	/^        $width = $this->confiscateAttr($attr, $this->attr);$/;"	v
-will	HTMLModuleManager.php	/^     * @note This function will not call autoload, you must instantiate$/;"	f
-will	URISchemeRegistry.php	/^     *       the function will copy it and return it all further times.$/;"	f
-with	ConfigSchema/Validator.php	/^    protected function with($obj, $member) {$/;"	f
-working	Encoder.php	/^                $working = $bytevalue & 0x07;$/;"	v
-working	Encoder.php	/^                $working = $bytevalue & 0x0F;$/;"	v
-working	Encoder.php	/^                $working = $bytevalue & 0x1F;$/;"	v
-working	Encoder.php	/^                $working = $working << 6;$/;"	v
-working	Encoder.php	/^        $working = 0;$/;"	v
-would	ConfigSchema/Validator.php	/^ *       design decision in that class would prevent this validation from$/;"	c
-wrapHTML	Lexer/DOMLex.php	/^    protected function wrapHTML($html, $config, $context) {$/;"	f
-writeHTMLDiv	ConfigSchema/Builder/Xml.php	/^    protected function writeHTMLDiv($html) {$/;"	f
-x	Encoder.php	/^            $x = $code;$/;"	v
-x	Encoder.php	/^            $x = ($code & 63) | 128;$/;"	v
-x	Encoder.php	/^        $x = $y = $z = $w = 0;$/;"	v
-xml	Doctype.php	/^    public $xml = true;$/;"	v
-xml	Doctype.php	/^    public function __construct($name = null, $xml = true, $modules = array(),$/;"	v
-xml	DoctypeRegistry.php	/^    public function register($doctype, $xml = true, $modules = array(),$/;"	v
-xml	HTMLModuleManager.php	/^        $xml = array('XMLCommonAttributes');$/;"	v
-xml_lang	AttrTransform/Lang.php	/^        $xml_lang = isset($attr['xml:lang']) ? $attr['xml:lang'] : false;$/;"	v
-xml_lang	AttrTransform/Lang.php	/^        if ($lang !== false && $xml_lang === false) {$/;"	v
-y	Encoder.php	/^                $y = (($code & 2047) >> 6) | 192;$/;"	v
-y	Encoder.php	/^                $y = (($code & 4032) >> 6) | 128;$/;"	v
-z	Encoder.php	/^                    $z = (($code >> 12) & 15) | 224;$/;"	v
-z	Encoder.php	/^                    $z = (($code >> 12) & 63) | 128;$/;"	v
-zero	AttrDef/Integer.php	/^    protected $zero = true;$/;"	v
diff --git a/www/index.php b/www/index.php
index 98e2a45..2d0ab4f 100644
--- a/www/index.php
+++ b/www/index.php
@@ -67,15 +67,16 @@ if (isset($_GET['u']) && $scanned = UNL_Search::getScannedPage($_GET['u'])) {
     // we're scrapping the navigation and other content from the originatting site.
     if (!$isEmbed) {
         if (isset($scanned->titlegraphic)) { 
-            require_once 'HTMLPurifier.auto.php';
+            //require_once 'HTMLPurifier.auto.php';
             $config = HTMLPurifier_Config::createDefault();
             $config->set('Cache.SerializerPath', '/tmp');
             $purifier = new HTMLPurifier($config);
     
             $page->head        .= '<link rel="home" href="'.htmlentities($_GET['u'], ENT_QUOTES).'" />';
             $page->titlegraphic = $purifier->purify(str_replace(array('<h1>', '</h1>'), '', $scanned->titlegraphic));
+            $page->affiliation = '';
             
-            foreach (array('breadcrumbs', 'navlinks', 'leftcollinks', 'contactinfo', 'footercontent') as $region) {
+            foreach (array('breadcrumbs', 'navlinks', 'leftcollinks', 'contactinfo', 'affiliation') as $region) {
                 if (isset($scanned->{$region}) && !empty($scanned->{$region})) {
                     $scannedContent = $scanned->{$region};
                     switch ($region) {
-- 
GitLab