From 2f41bd07fa3f46fd86d547a067f61770bdae2ebe Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 2 Sep 2008 15:01:25 -0400 Subject: [PATCH] Update docs, removing $Id$ and linking to repo.or.cz. Signed-off-by: Edward Z. Yang --- docs/dev-advanced-api.html | 2 -- docs/dev-config-schema.html | 12 +++++------- docs/dev-flush.html | 2 -- docs/dev-naming.html | 2 -- docs/dev-optimization.html | 2 -- docs/dev-progress.html | 2 -- docs/enduser-customize.html | 12 +++++------- docs/enduser-id.html | 2 -- docs/enduser-tidy.html | 2 -- docs/enduser-uri-filter.html | 6 ++---- docs/enduser-youtube.html | 2 +- docs/index.html | 1 - docs/proposal-colors.html | 2 -- docs/ref-devnetwork.html | 1 - 14 files changed, 13 insertions(+), 37 deletions(-) diff --git a/docs/dev-advanced-api.html b/docs/dev-advanced-api.html index 83f82124..450840bf 100644 --- a/docs/dev-advanced-api.html +++ b/docs/dev-advanced-api.html @@ -213,6 +213,4 @@ the usual things required are:

See HTMLPurifier/HTMLModule.php for details.

-
$Id$
- diff --git a/docs/dev-config-schema.html b/docs/dev-config-schema.html index 52e5528e..8239bf5a 100644 --- a/docs/dev-config-schema.html +++ b/docs/dev-config-schema.html @@ -239,15 +239,15 @@ Test.Example object; users have a little bit of leeway when setting configuration values (for example, a lookup value can be specified as a list; HTML Purifier will flip it as necessary.) These types are defined - in + in library/HTMLPurifier/VarParser.php.

For more information on what values are allowed, and how they are parsed, - consult + consult library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php, as well - as + as library/HTMLPurifier/ConfigSchema/Interchange/Directive.php for the semantics of the parsed values.

@@ -272,7 +272,7 @@ Test.Example

All directive files go through a rigorous validation process - through + through library/HTMLPurifier/ConfigSchema/Validator.php, as well as some basic checks during building. While listing every error out here is out-of-scope for this document, we @@ -339,7 +339,7 @@ Test.Example The most difficult part is translating the Interchange member variable (valueAliases) into a directive file key (VALUE-ALIASES), but there's a one-to-one correspondence currently. If the two formats diverge, any discrepancies - will be described in + will be described in library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php.

@@ -369,8 +369,6 @@ Test.Example which HTMLPurifier_Config uses to validate its incoming data. There is also an XML serializer, which is used to build documentation.

- -
$Id$
diff --git a/docs/dev-flush.html b/docs/dev-flush.html index 6546ffa3..e860ad49 100644 --- a/docs/dev-flush.html +++ b/docs/dev-flush.html @@ -62,6 +62,4 @@ do.

-
$Id$
- diff --git a/docs/dev-naming.html b/docs/dev-naming.html index d39866a1..faf8e9f3 100644 --- a/docs/dev-naming.html +++ b/docs/dev-naming.html @@ -77,6 +77,4 @@ help you find the correct functionality more quickly. Here they are:

-
$Id$
- diff --git a/docs/dev-optimization.html b/docs/dev-optimization.html index 28e9fc05..d44a1233 100644 --- a/docs/dev-optimization.html +++ b/docs/dev-optimization.html @@ -27,6 +27,4 @@ that itch, put it here!

  • Parallelize strategies
  • -
    $Id$
    - diff --git a/docs/dev-progress.html b/docs/dev-progress.html index 21542a1b..7f13b53c 100644 --- a/docs/dev-progress.html +++ b/docs/dev-progress.html @@ -303,6 +303,4 @@ Mozilla on inside and needs -moz-outline, no IE support. -
    $Id$
    - diff --git a/docs/enduser-customize.html b/docs/enduser-customize.html index ecb5da89..d6a22c03 100644 --- a/docs/enduser-customize.html +++ b/docs/enduser-customize.html @@ -372,10 +372,10 @@ $def = $config->getHTMLDefinition(true);

    For a complete list, consult - library/HTMLPurifier/AttrTypes.php; + library/HTMLPurifier/AttrTypes.php; more information on attributes that accept parameters can be found on their respective includes in - library/HTMLPurifier/AttrDef. + library/HTMLPurifier/AttrDef.

    @@ -764,7 +764,7 @@ $form->excludes = array('form' => true);

    And that's all there is to it! Implementing the rest of the form module is left as an exercise to the user; to see more examples - check the library/HTMLPurifier/HTMLModule/ directory + check the library/HTMLPurifier/HTMLModule/ directory in your local HTML Purifier installation.

    @@ -789,10 +789,8 @@ $form->excludes = array('form' => true);

    -
    $Id: enduser-tidy.html 1158 2007-06-18 19:26:29Z Edward $
    - diff --git a/docs/enduser-id.html b/docs/enduser-id.html index 051ae7ca..8aff57bc 100644 --- a/docs/enduser-id.html +++ b/docs/enduser-id.html @@ -141,7 +141,5 @@ anchors is beyond me.

    Don't come crying to me when your page mysteriously stops validating, though.

    -
    $Id$
    - diff --git a/docs/enduser-tidy.html b/docs/enduser-tidy.html index 56c9b288..fd811efc 100644 --- a/docs/enduser-tidy.html +++ b/docs/enduser-tidy.html @@ -225,6 +225,4 @@ and if that still doesn't satisfy your appetite, do some fine-tuning. Other than that, don't worry about it: this all works silently and effectively in the background.

    -
    $Id$
    - diff --git a/docs/enduser-uri-filter.html b/docs/enduser-uri-filter.html index 23d1d3dc..9eceac62 100644 --- a/docs/enduser-uri-filter.html +++ b/docs/enduser-uri-filter.html @@ -205,12 +205,10 @@ $uri->registerFilter(new HTMLPurifier_URIFilter_NameOfFilter())

    Check the - URIFilter - directory for more implementation examples, and see the + URIFilter + directory for more implementation examples, and see the new directives proposal document for ideas on what could be implemented as a filter.

    -
    $Id$
    - diff --git a/docs/enduser-youtube.html b/docs/enduser-youtube.html index ca47da0b..b9eff59e 100644 --- a/docs/enduser-youtube.html +++ b/docs/enduser-youtube.html @@ -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 72bebf89..e470110e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -175,6 +175,5 @@ the code. They may be upgraded to HTML files or stay as TXT scratchpads.

    -
    $Id$
    diff --git a/docs/proposal-colors.html b/docs/proposal-colors.html index ad062672..4d8cf408 100644 --- a/docs/proposal-colors.html +++ b/docs/proposal-colors.html @@ -42,7 +42,5 @@ into the mix. something like that? -
    $Id$
    - diff --git a/docs/ref-devnetwork.html b/docs/ref-devnetwork.html index 88bf4d18..de974bff 100644 --- a/docs/ref-devnetwork.html +++ b/docs/ref-devnetwork.html @@ -40,6 +40,5 @@ the development of this library in these forum threads:

    ...as well as any I may have forgotten.

    -
    $Id$