From 2d5498b8aa07a3828f1643d273672fc8b266957d Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 22 Apr 2007 22:22:48 +0000 Subject: [PATCH] Update URLs from hp.jpsband.org to htmlpurifier.org git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@992 48356398-32a2-884e-a903-53898d9a118a --- docs/dev-advanced-api.html | 2 +- docs/dev-code-quality.html | 2 +- docs/dev-naming.html | 2 +- docs/dev-optimization.html | 2 +- docs/dev-progress.html | 2 +- docs/enduser-id.html | 2 +- docs/enduser-slow.html | 2 +- docs/enduser-utf8.html | 2 +- docs/enduser-youtube.html | 4 ++-- docs/index.html | 2 +- docs/proposal-colors.html | 2 +- docs/ref-devnetwork.html | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/dev-advanced-api.html b/docs/dev-advanced-api.html index abc83025..a9d9f745 100644 --- a/docs/dev-advanced-api.html +++ b/docs/dev-advanced-api.html @@ -14,7 +14,7 @@
Filed under Development
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

HTML Purifier currently natively supports only a subset of HTML's allowed elements, attributes, and behavior. This is by design, diff --git a/docs/dev-code-quality.html b/docs/dev-code-quality.html index 4134360a..e815329a 100644 --- a/docs/dev-code-quality.html +++ b/docs/dev-code-quality.html @@ -14,7 +14,7 @@

Filed under Development
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

Okay, face it. Programmers can get lazy, cut corners, or make mistakes. They also can do quick prototypes, and then forget to rewrite them later. Well, diff --git a/docs/dev-naming.html b/docs/dev-naming.html index 732d32c3..9fffbb65 100644 --- a/docs/dev-naming.html +++ b/docs/dev-naming.html @@ -14,7 +14,7 @@

Filed under Development
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

The classes in this library follow a few naming conventions, which may help you find the correct functionality more quickly. Here they are:

diff --git a/docs/dev-optimization.html b/docs/dev-optimization.html index 696d4aa3..0d18cde6 100644 --- a/docs/dev-optimization.html +++ b/docs/dev-optimization.html @@ -14,7 +14,7 @@
Filed under Development
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

Here are some possible optimization techniques we can apply to code sections if they turn out to be slow. Be sure not to prematurely optimize: if you get diff --git a/docs/dev-progress.html b/docs/dev-progress.html index c0da280a..6981afe5 100644 --- a/docs/dev-progress.html +++ b/docs/dev-progress.html @@ -32,7 +32,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}

Filed under Development
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

Key

diff --git a/docs/enduser-id.html b/docs/enduser-id.html index 7489c84a..8b227ae5 100644 --- a/docs/enduser-id.html +++ b/docs/enduser-id.html @@ -15,7 +15,7 @@
Filed under End-User
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

Prior to HTML Purifier 1.2.0, this library blithely accepted user input that looked like this:

diff --git a/docs/enduser-slow.html b/docs/enduser-slow.html index aad404c7..dc3484bb 100644 --- a/docs/enduser-slow.html +++ b/docs/enduser-slow.html @@ -15,7 +15,7 @@
Filed under End-User
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

HTML Purifier is a very powerful library. But with power comes great responsibility, in the form of longer execution times. Remember, this diff --git a/docs/enduser-utf8.html b/docs/enduser-utf8.html index 351c44d1..6d03ad91 100644 --- a/docs/enduser-utf8.html +++ b/docs/enduser-utf8.html @@ -23,7 +23,7 @@ own advice for sake of portability. -->

Filed under End-User
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

Character encoding and character sets are not that difficult to understand, but so many people blithely stumble diff --git a/docs/enduser-youtube.html b/docs/enduser-youtube.html index 20ade969..a827033a 100644 --- a/docs/enduser-youtube.html +++ b/docs/enduser-youtube.html @@ -15,7 +15,7 @@

Filed under End-User
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

Clients like their YouTube videos. It gives them a warm fuzzy feeling when they see a neat little embedded video player on their websites that can play @@ -70,7 +70,7 @@ into your documents. YouTube's code goes like this:

class="embed-youtube">AyPzM5WK8ys</span> your application can reconstruct the full object from this small snippet that passes through HTML Purifier unharmed. -Show me the code!

+Show me the code!

And the corresponding usage:

diff --git a/docs/index.html b/docs/index.html index 0065c3d6..4492389f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,7 @@

Documentation

-

HTML Purifier has documentation for all types of people. +

HTML Purifier has documentation for all types of people. Here is an index of all of them.

End-user

diff --git a/docs/proposal-colors.html b/docs/proposal-colors.html index 94f4157b..ad062672 100644 --- a/docs/proposal-colors.html +++ b/docs/proposal-colors.html @@ -15,7 +15,7 @@
Filed under Proposals
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

Your website probably has a color-scheme. Green on white, diff --git a/docs/ref-devnetwork.html b/docs/ref-devnetwork.html index 5742ce5d..9a009284 100644 --- a/docs/ref-devnetwork.html +++ b/docs/ref-devnetwork.html @@ -15,7 +15,7 @@

Filed under Reference
Return to the index.
-
HTML Purifier End-User Documentation
+
HTML Purifier End-User Documentation

Many thanks to the DevNetwork community for answering questions, theorizing about design, and offering encouragement during