diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-09-02 13:39:05 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-09-02 13:39:05 -0400 |
commit | 0c95734a6874608ea5ed44608cabeda7c3a1b4ea (patch) | |
tree | 9bc13ab47de2e8b791b1bca76c14ec38c8cd9a3c | |
parent | 0ae4c7a80ce4869faac102386ed33f97a401ca0f (diff) |
Add Tidy requirement to the README
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ Your PHP installation must include the following PHP extensions: - GD. For scaling down avatar images. - mbstring. For handling Unicode (UTF-8) encoded strings. - gettext. For multiple languages. Default on many PHP installs. +- tidy. Used to clean up HTML/URLs for the URL shortener to consume. For some functionality, you will also need the following extensions: |