mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Deal with dead site.
This commit is contained in:
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
|
@ -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
|
||||||
|
|
|
@ -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/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue