From 9c97c2ebf8d9da0f4ed60b26812725613e838068 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 4 Sep 2007 02:43:22 +0000 Subject: [PATCH] Add info on XHTML Compiler git-svn-id: http://htmlpurifier.org/svnroot@1410 48356398-32a2-884e-a903-53898d9a118a --- contact.xhtml | 20 ++++++++++++++++++-- .../XHTMLCompiler/DOMFilter/Acronymizer.php | 2 ++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/contact.xhtml b/contact.xhtml index 80b7743..ffe04e1 100644 --- a/contact.xhtml +++ b/contact.xhtml @@ -41,7 +41,7 @@

Edward Z. Yang is the lead developer for HTML Purifier. Extremely proficient in PHP, and moderately experienced in JavaScript, - C++, XSLT, Java, LaTeX and SQL (he does not believe that + C++, XSLT, Java, LaTeX and SQL (he does not believe that HTML, XML or CSS are programming languages), he has been responsible for writing, among other things, a defunct @@ -64,8 +64,24 @@ singing.

+

About This Website

+ +

+ This website is powered by XHTML Compiler, a home-grown, cutting + edge content-management framework that combines the simplicity and + speed of plain old HTML files with the dynamic power of + technologies based on open-standards such as XML, + XSLT, XInclude, and XPath. XHTML source files + are compact, modular and easily manageable with SVN. + An XML-based architecture ensures that documents will + always be standards-compliant and accessible. XHTML Compiler does + XHTML right, by serving it as application/xml+xhtml + to browsers that support it. +

- + XHTML Compiler has not been released in any specific + capacity, but the well-documented source code can be browsed at the + SVN repository.

diff --git a/xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php b/xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php index d4a01b3..ac7dcd2 100644 --- a/xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php +++ b/xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php @@ -29,6 +29,8 @@ class XHTMLCompiler_DOMFilter_Acronymizer extends XHTMLCompiler_DOMFilter 'CMS' => 'Content Management System', 'API' => 'Application Programming Interface', 'SVN' => 'Subversion', + 'XSLT' => 'Extensible Stylesheet Language Transformations', + 'SQL' => 'Structured Query Language', // web-app security 'XSS' => 'Cross-Site Scripting', // organizations/groups -- 2.11.4.GIT