From 2816ae535fdda32bd99606e5e269623fb3206b4a Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 18 Jan 2007 22:38:40 +0000 Subject: [PATCH] Link docs back to HTML Purifier home page. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@655 48356398-32a2-884e-a903-53898d9a118a --- docs/dev-code-quality.html | 1 + docs/dev-naming.html | 1 + docs/dev-optimization.html | 1 + docs/dev-progress.html | 1 + docs/enduser-id.html | 1 + docs/enduser-slow.html | 1 + docs/enduser-utf8.html | 1 + docs/enduser-youtube.html | 1 + docs/index.html | 2 +- docs/proposal-colors.html | 1 + docs/ref-devnetwork.html | 1 + docs/style.css | 2 ++ 12 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/dev-code-quality.html b/docs/dev-code-quality.html index 2f12057b..4134360a 100644 --- a/docs/dev-code-quality.html +++ b/docs/dev-code-quality.html @@ -14,6 +14,7 @@
Filed under Development
Return to the index.
+
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 57093dee..732d32c3 100644 --- a/docs/dev-naming.html +++ b/docs/dev-naming.html @@ -14,6 +14,7 @@

Filed under Development
Return to the index.
+
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 2238b815..696d4aa3 100644 --- a/docs/dev-optimization.html +++ b/docs/dev-optimization.html @@ -14,6 +14,7 @@
Filed under Development
Return to the index.
+
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 0262f170..78156e6e 100644 --- a/docs/dev-progress.html +++ b/docs/dev-progress.html @@ -32,6 +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

Key

diff --git a/docs/enduser-id.html b/docs/enduser-id.html index 6e474be8..7489c84a 100644 --- a/docs/enduser-id.html +++ b/docs/enduser-id.html @@ -15,6 +15,7 @@
Filed under End-User
Return to the index.
+
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 bac0704d..aad404c7 100644 --- a/docs/enduser-slow.html +++ b/docs/enduser-slow.html @@ -15,6 +15,7 @@
Filed under End-User
Return to the index.
+
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 ee0a34dd..e9a5bc88 100644 --- a/docs/enduser-utf8.html +++ b/docs/enduser-utf8.html @@ -23,6 +23,7 @@ own advice for sake of portability. -->

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

Character encoding and character sets, in truth, are not that difficult to understand. But if you don't understand them, you are going diff --git a/docs/enduser-youtube.html b/docs/enduser-youtube.html index 3e363267..c70d7b44 100644 --- a/docs/enduser-youtube.html +++ b/docs/enduser-youtube.html @@ -15,6 +15,7 @@

Filed under End-User
Return to the index.
+
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 diff --git a/docs/index.html b/docs/index.html index 5179205a..e5d9d662 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 871e1202..94f4157b 100644 --- a/docs/proposal-colors.html +++ b/docs/proposal-colors.html @@ -15,6 +15,7 @@
Filed under Proposals
Return to the index.
+
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 81f42c07..5742ce5d 100644 --- a/docs/ref-devnetwork.html +++ b/docs/ref-devnetwork.html @@ -15,6 +15,7 @@

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

Many thanks to the DevNetwork community for answering questions, theorizing about design, and offering encouragement during diff --git a/docs/style.css b/docs/style.css index f60b333c..03bf1702 100644 --- a/docs/style.css +++ b/docs/style.css @@ -38,5 +38,7 @@ blockquote .label {font-weight:bold; font-size:1em; margin:0 0 .1em; /* Contains, without exception, Return to index. */ #index {font-size:smaller; } +#home {font-size:smaller;} + /* Contains, without exception, $Id$, for SVN version info. */ #version {text-align:right; font-style:italic; margin:2em 0;}