aboutsummaryrefslogtreecommitdiffstats
path: root/www/tidy/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-11-09 09:26:20 +0800
committersteve <steve@FreeBSD.org>1998-11-09 09:26:20 +0800
commit8f4872f64e1258202ff3916ee202167bf8d4bb7c (patch)
tree177711997701ea17377d022887da095d40ff77b1 /www/tidy/pkg-descr
parentc1bf5501db0a3e3d0d2c30960f50d095cf2b7281 (diff)
downloadfreebsd-ports-graphics-8f4872f64e1258202ff3916ee202167bf8d4bb7c.tar.gz
freebsd-ports-graphics-8f4872f64e1258202ff3916ee202167bf8d4bb7c.tar.zst
freebsd-ports-graphics-8f4872f64e1258202ff3916ee202167bf8d4bb7c.zip
Initial import of tidy-0.1.98.9.
PR: 8503 Submitted by: Abel Chow <achow@transoft.net>
Diffstat (limited to 'www/tidy/pkg-descr')
-rw-r--r--www/tidy/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/tidy/pkg-descr b/www/tidy/pkg-descr
new file mode 100644
index 00000000000..0de415244ec
--- /dev/null
+++ b/www/tidy/pkg-descr
@@ -0,0 +1,15 @@
+When editing HTML it's easy to make mistakes. Wouldn't it be nice if
+there was a simple way to fix these mistakes automatically and tidy up
+sloppy editing into nicely layed out markup? Well now there is thanks
+to Hewlett Packard's Dave Raggett. HTML TIDY is a free utility for
+doing just that. It also works great on the attrociously hard to read
+markup generated by specialized HTML editors and conversion tools, and
+can help you identify where you need to pay further attention on
+making your pages more accessible to people with disabilities.
+
+Tidy is able to fix up a wide range of problems and to bring to your
+attention things that you need to work on yourself. Each item found is
+listed with the line number and column so that you can see where the
+problem lies in your markup. Tidy won't generate a cleaned up version
+when there are problems that it can't be sure of how to handle. These
+are logged as "errors" rather than "warnings".