1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-12 09:04:31 +02:00

Rename merge-library to generate-standalone.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1568 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-02-18 04:02:12 +00:00
parent f5a77c523b
commit 6651941e3f
5 changed files with 163 additions and 154 deletions

View File

@@ -159,7 +159,7 @@ Standalone version
HTML Purifier has a standalone distribution; you can also generate
a standalone file from the full version by running the script
maintenance/merge-library.php . The standalone version has the
maintenance/generate-standalone.php . The standalone version has the
benefit of having most of its code in one file, so parsing is much
faster and the library is easier to manage.