ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
maintenance Directory Reference

Files

file  add-vimline.php [code]
 Adds vimline to files.
 
file  common.php [code]
 
file  config-scanner.php [code]
 Scans HTML Purifier source code for $config tokens and records the directive being used; configdoc can use this info later.
 
file  flush-definition-cache.php [code]
 Flushes the definition serial cache.
 
file  flush.php [code]
 Runs all generation/flush cache scripts to ensure that somewhat volatile generated files are up-to-date.
 
file  generate-entity-file.php [code]
 Parses *.ent files into an entity lookup table, and then serializes and writes the whole kaboodle to a file.
 
file  generate-includes.php [code]
 Generates an include stub for users who do not want to use the autoloader.
 
file  generate-ph5p-patch.php [code]
 This file compares our version of PH5P with Jero's original version, and generates a patch of the differences.
 
file  generate-schema-cache.php [code]
 Generates a schema cache file, saving it to library/HTMLPurifier/ConfigSchema/schema.ser.
 
file  generate-standalone.php [code]
 Compiles all of HTML Purifier's library files into one big file named HTMLPurifier.standalone.php.
 
file  merge-library.php [code]
 Deprecated in favor of generate-standalone.php.
 
file  old-extract-schema.php [code]
 Extracts all definitions inside a configuration schema (HTMLPurifier_ConfigSchema) and exports them as plain text files.
 
file  old-remove-require-once.php [code]
 Removes leading includes from files.
 
file  old-remove-schema-def.php [code]
 Removes ConfigSchema function calls from source files.
 
file  PH5P.php [code]
 
file  remove-trailing-whitespace.php [code]
 Removes trailing whitespace from files.
 
file  rename-config.php [code]
 Renames a configuration directive.
 
file  update-config.php [code]
 Converts all instances of $config->set and $config->get to the new format, as described by docs/dev-config-bcbreaks.txt.