You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by "Shatzer, Larry" <La...@Spirent.com> on 2002/08/22 22:50:13 UTC

[PATCH] various doc patches

The following patch does the following:

1. Normalizes examples to all use same style for closing xml tags. No more
spaces before > or />, for consistency. (It also updates build.xml to
reflect this)

2. Fixes instances where > was used instead of &gt; (Whipped up a quick perl
script to test for this, which can be provided)

3. At least one spot where </> was used instead of <tagname/>

4. One file had messed up line endings.

5. Updates Copyright to include 2002 if 2001 was the latest year.

6. A few spots where > was in the wrong spot (before the tag should have
been closed off)

7. Cleaned up at least one documents examples to use <pre>.

8. A few misc spots where HTML entities needed to be tweaked.

Things not addressed by this patch:

How should multi line tags closing /> or > be placed. That is a bit of a
holy war. ;) Same with spacing of name=values on multi-line.


Why this patch was done:

I find it nicer if all the examples follow a consistent style, and found a
few other things to fix while doing this.

Also, if some of this patch is too zealous, let me know, I can submit more
conservative patches for specific problems.

-- Larry


Re: [PATCH] various doc patches

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 22 Aug 2002, Larry Shatzer <La...@Spirent.com> wrote:

> 5. Updates Copyright to include 2002 if 2001 was the latest year.

>From what I've been told (I'm German, our law is as silly as US
American law, but different ;-) this should only be done to files that
have actually been touched in 2002.

I'll dig through your patch sometime this week to ensure this is the
case (unless you can provide us with an updated patch in which case I
could commit it a lot faster 8-).

Thanks for the nice work, BTW.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>