head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2011.12.28.08.20.19;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2010.01.23.14.45.04;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.21.02.18.54;	author dougb;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.31.01.21.05;	author will;	state Exp;
branches;
next	;


desc
@@


1.4
log
@End WWW CPAN URL with a "/"
@
text
@The majority of the web pages of the internet today are much larger than they
need to be. The reason for this is that HTML tends to be stored in a human
readable format, with indenting, newlines and comments.

However, all of these comments, whitespace etc. are ignored by the browser, and
needlessly lengthen download times.

Second, many people are using WYSIWYG HTML editors these days. This makes
creating content easy. However these editors can cause a number of compatibility
problems by tying themselves to a particular browser or operating system.

The HTML::Clean module encapsulates a number of HTML optimizations and cleanups.
The end result is HTML that loads faster, displays properly in more browsers.
Think of it as a compiler that translates HTML input into optimized machine
readable code.

WWW: http://search.cpan.org/dist/HTML-Clean/
@


1.3
log
@- Add cpan site to WWW
- Fix indentation, fmt -w 80
@
text
@d17 1
a17 1
WWW: http://search.cpan.org/dist/HTML-Clean
@


1.2
log
@For ports maintained by ports@@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
@
text
@d1 3
a3 4
The majority of the web pages of the internet today are 
much larger than they need to be.  The reason for this is 
that HTML tends to be stored in a human readable format, with
indenting, newlines and comments.
d5 2
a6 2
However, all of these comments, whitespace etc. are ignored by
the browser, and needlessly lengthen download times.
d8 3
a10 4
Second, many people are using WYSIWYG HTML editors these days.
This makes creating content easy.  However these editors can
cause a number of compatibility problems by tying themselves to
a particular browser or operating system.
d12 6
a17 4
The HTML::Clean module encapsulates a number of HTML optimizations
and cleanups.  The end result is HTML that loads faster, displays
properly in more browsers.  Think of it as a compiler that
translates HTML input into optimized machine readable code.
@


1.1
log
@Add p5-HTML-Clean 0.8, a perl module that cleans up HTML code for web
browsers, not humans.

PR:		26213
Submitted by:	Alex Kapranoff <kapr@@crosswinds.net>
@
text
@a17 2

-- Alex Kapranoff <kapr@@crosswinds.net>
@

