mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-08 14:58:42 +00:00
Minor typo/grammar fixes.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1510 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
5eee08c548
commit
ff72b2d012
13
INSTALL
13
INSTALL
@ -7,8 +7,9 @@ library is extremely easy. (Although... if you were looking for a
|
|||||||
step-by-step installation GUI, you've downloaded the wrong software!)
|
step-by-step installation GUI, you've downloaded the wrong software!)
|
||||||
|
|
||||||
While the impatient can get going immediately with some of the sample
|
While the impatient can get going immediately with some of the sample
|
||||||
code at the bottom of this library, it's well worth performing some
|
code at the bottom of this library, it's well worth reading this entire
|
||||||
basic sanity checks to get the most out of this library.
|
document--most of the other documentation assumes that you are familiar
|
||||||
|
with these contents.
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
@ -16,7 +17,7 @@ basic sanity checks to get the most out of this library.
|
|||||||
|
|
||||||
HTML Purifier is PHP 5 only, and is actively tested from PHP 5.0.0 and
|
HTML Purifier is PHP 5 only, and is actively tested from PHP 5.0.0 and
|
||||||
up (see tests/multitest.php for the specific versions that are being
|
up (see tests/multitest.php for the specific versions that are being
|
||||||
actively tested). It has no core dependencies with other libraries. PHP
|
tested regularly). It has no core dependencies with other libraries. PHP
|
||||||
4 support was deprecated on December 31, 2007 with HTML Purifier 3.0.0.
|
4 support was deprecated on December 31, 2007 with HTML Purifier 3.0.0.
|
||||||
Essential security fixes will be issued for the 2.1.x branch until
|
Essential security fixes will be issued for the 2.1.x branch until
|
||||||
August 8, 2008.
|
August 8, 2008.
|
||||||
@ -48,7 +49,7 @@ HTML Purifier can process these doctypes:
|
|||||||
* UTF-8 (default)
|
* UTF-8 (default)
|
||||||
* Any encoding iconv supports (with crippled internationalization support)
|
* Any encoding iconv supports (with crippled internationalization support)
|
||||||
|
|
||||||
These defaults reflect what my choices where be if I were authoring an
|
These defaults reflect what my choices would be if I were authoring an
|
||||||
HTML document, however, what you choose depends on the nature of your
|
HTML document, however, what you choose depends on the nature of your
|
||||||
codebase. If you don't know what doctype you are using, you can determine
|
codebase. If you don't know what doctype you are using, you can determine
|
||||||
the doctype from this identifier at the top of your source code:
|
the doctype from this identifier at the top of your source code:
|
||||||
@ -63,8 +64,8 @@ the doctype from this identifier at the top of your source code:
|
|||||||
If the character encoding declaration is missing, STOP NOW, and
|
If the character encoding declaration is missing, STOP NOW, and
|
||||||
read 'docs/enduser-utf8.html' (web accessible at
|
read 'docs/enduser-utf8.html' (web accessible at
|
||||||
http://htmlpurifier.org/docs/enduser-utf8.html). In fact, even if it is
|
http://htmlpurifier.org/docs/enduser-utf8.html). In fact, even if it is
|
||||||
present, read this document anyway, as most websites specify character
|
present, read this document anyway, as many websites specify their
|
||||||
encoding incorrectly.
|
document's character encoding incorrectly.
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user