diff options
author | will <will@FreeBSD.org> | 2001-03-31 09:21:05 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-31 09:21:05 +0800 |
commit | ce52fa730cce8040370768ddc863becce528944b (patch) | |
tree | 704cd2d42292021d449fe704002a129bba0d5318 /www/p5-HTML-Clean/pkg-descr | |
parent | 68e79a50a34fbf3009838a63ac29e32734ae9992 (diff) | |
download | freebsd-ports-gnome-ce52fa730cce8040370768ddc863becce528944b.tar.gz freebsd-ports-gnome-ce52fa730cce8040370768ddc863becce528944b.tar.zst freebsd-ports-gnome-ce52fa730cce8040370768ddc863becce528944b.zip |
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>
Diffstat (limited to 'www/p5-HTML-Clean/pkg-descr')
-rw-r--r-- | www/p5-HTML-Clean/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/p5-HTML-Clean/pkg-descr b/www/p5-HTML-Clean/pkg-descr new file mode 100644 index 000000000000..125a6c900350 --- /dev/null +++ b/www/p5-HTML-Clean/pkg-descr @@ -0,0 +1,19 @@ +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. + +-- Alex Kapranoff <kapr@crosswinds.net> |