- Deal with dead site.

This commit is contained in:
Clement Laforet 2005-05-22 13:55:46 +00:00
parent 3fee397b43
commit 4125d0656c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135856
2 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,7 @@ PORTNAME= mod_tidy
PORTVERSION= 0.3 PORTVERSION= 0.3
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= www CATEGORIES= www
MASTER_SITES= http://home.snafu.de/tusk/mod_tidy/ MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/
DIST_SUBDIR= apache DIST_SUBDIR= apache
MAINTAINER= apache@FreeBSD.org MAINTAINER= apache@FreeBSD.org

View file

@ -4,5 +4,3 @@ It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML
output to TidyLib which validates the HTML output. If TidyLib finds output to TidyLib which validates the HTML output. If TidyLib finds
an error the client receives a HTML page with a list of all found errors. If an error the client receives a HTML page with a list of all found errors. If
TidyLib doesn't complain you will get your HTML data as without mod_tidy. TidyLib doesn't complain you will get your HTML data as without mod_tidy.
WWW: http://home.snafu.de/tusk/mod_tidy/