From 7ab439266c4d89459618b96683e950e6dbc13d9a Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Fri, 22 Jun 2007 20:29:06 +0000 Subject: [PATCH] Add detailed instructions on how to set file permissions. Add version compatibility info. Rename Resources to Documentation. Add experimental auto-paragraph to demo.php. Add FTP as abbr. Add TODO to check for dead links. git-svn-id: http://htmlpurifier.org/svnroot@1199 48356398-32a2-884e-a903-53898d9a118a --- TODO.txt | 1 + XHTMLCompiler/DOMFilter/Acronymizer.php | 1 + 2 files changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index e7a3536..d5210d2 100644 --- a/TODO.txt +++ b/TODO.txt @@ -14,6 +14,7 @@ DOMFilter - Embedded Math with LaTeX, see MediaWiki and texvc (difficult) - Comments (difficult) - Temporary different base URL (sorta like AbsolutePath, but more flexible) +- Notify when there are BROKEN LINKS! DOMFilter_RSSFromSVN - Incremental updates of cache diff --git a/XHTMLCompiler/DOMFilter/Acronymizer.php b/XHTMLCompiler/DOMFilter/Acronymizer.php index 9fd775c..d4a01b3 100644 --- a/XHTMLCompiler/DOMFilter/Acronymizer.php +++ b/XHTMLCompiler/DOMFilter/Acronymizer.php @@ -41,6 +41,7 @@ class XHTMLCompiler_DOMFilter_Acronymizer extends XHTMLCompiler_DOMFilter 'INI' => 'Initialization', 'CPU' => 'Central Processing Unit', 'LGPL' => 'Lesser GNU Public License', + 'FTP' => 'File Transfer Protocol', 'URI' => 'Uniform Resource Identifier', ); -- 2.11.4.GIT