View | Details | Raw Unified | Return to bug 195766
Collapse All | Expand All

(-)Makefile (-16 / +22 lines)
Lines 1-10 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	another-htmllint
3
PORTNAME=	another-htmllint
4
PORTVERSION=	20060601
4
PORTVERSION=	20111128
5
PORTREVISION=	1
6
CATEGORIES=	japanese www
5
CATEGORIES=	japanese www
7
MASTER_SITES=	http://dist.bsdlab.org/
6
MASTER_SITES=	http://openlab.ring.gr.jp/k16/htmllint/archives/
7
DISTNAME=	htmllint
8
8
9
MAINTAINER=	kuriyama@FreeBSD.org
9
MAINTAINER=	kuriyama@FreeBSD.org
10
COMMENT=	Another HTML-lint (all messages are written in Japanese)
10
COMMENT=	Another HTML-lint (all messages are written in Japanese)
Lines 12-46 Link Here
12
RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
12
RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
13
		ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
13
		ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
14
14
15
USES=		dos2unix perl5 zip
15
USES=		dos2unix perl5 shebangfix zip
16
WRKSRC=		${WRKDIR}
16
WRKSRC=		${WRKDIR}
17
DOS2UNIX_FILES=	readme.txt
17
DOS2UNIX_FILES=	readme.txt
18
SHEBANG_FILES=	htmllint.cgi tagslist.cgi
19
SUB_FILES=	htmllint pkg-message
20
SUB_LIST+=	PERL=${PERL}
18
21
19
DIR=		${STAGEDIR}${PREFIX}/share/htmllint
22
OPTIONS_DEFINE=	W3M
23
W3M_DESC=	Use w3m to show rendering result
24
W3M_RUN_DEPENDS=	w3m>0:${PORTSDIR}/www/w3m
25
20
PM=		htmllint.pm RFC2396.pm htmllint.env
26
PM=		htmllint.pm RFC2396.pm htmllint.env
21
RULE=		*.rul
27
RULE=		*.rul
22
HTML=		*.cgi *.html *.gif *.css
28
HTML=		*.cgi *.html *.gif *.css
23
SEDSUB=		${SED} -e 's@%PREFIX%@${PREFIX}@ ; s@%PERL%@${PERL}@'
29
SEDSUB=		${SED} -i.bak -e 's@%%PREFIX%%@${PREFIX}@ ; s@%%DATADIR%%@${DATADIR}@'
24
30
25
# Please set this!
31
# Please set this!
26
HTMLLINT_ADMIN?=	kuriyama@FreeBSD.org
32
HTMLLINT_ADMIN?=	kuriyama@FreeBSD.org
27
33
34
.include <bsd.port.options.mk>
35
28
do-build:
36
do-build:
29
	@${SEDSUB} ${FILESDIR}/htmllint > ${WRKSRC}/htmllint
37
	@${SEDSUB} ${WRKSRC}/htmllintenv
30
	@${SEDSUB} ${WRKSRC}/htmllintenv > ${WRKSRC}/htmllint.env
38
	@${MV} ${WRKSRC}/htmllintenv ${WRKSRC}/htmllint.env
31
	@${SEDSUB} ${WRKSRC}/htmllint.cgi > ${WRKSRC}/htmllint.cgi.new
39
	@${SEDSUB} ${WRKSRC}/htmllint.cgi
32
	@${MV} ${WRKSRC}/htmllint.cgi.new ${WRKSRC}/htmllint.cgi
33
	@${SED} -i.bak -e 's|^</address>|</address><br>Maintained by <address>${HTMLLINT_ADMIN}</address>|' ${WRKSRC}/*.html
40
	@${SED} -i.bak -e 's|^</address>|</address><br>Maintained by <address>${HTMLLINT_ADMIN}</address>|' ${WRKSRC}/*.html
34
.if exists(${LOCALBASE}/bin/w3m)
41
.if ${PORT_OPTIONS:MW3M}
35
	@${ECHO_MSG} "Find w3m."
36
	@${SED} -i.bak -e 's|^#$$W3M|$$W3M|' ${WRKSRC}/htmllint.env
42
	@${SED} -i.bak -e 's|^#$$W3M|$$W3M|' ${WRKSRC}/htmllint.env
37
.endif
43
.endif
38
44
39
do-install:
45
do-install:
40
	${MKDIR} ${DIR}/rule ${DIR}/html
46
	${MKDIR} ${STAGEDIR}${DATADIR}/rule ${STAGEDIR}${DATADIR}/html
41
	cd ${WRKSRC} && ${INSTALL_SCRIPT} htmllint ${STAGEDIR}${PREFIX}/bin
47
	cd ${WRKSRC} && ${INSTALL_SCRIPT} htmllint ${STAGEDIR}${PREFIX}/bin
42
	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${HTML} ${DIR}/html
48
	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${HTML} ${STAGEDIR}${DATADIR}/html
43
	cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${DIR}
49
	cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${STAGEDIR}${DATADIR}
44
	cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${DIR}/rule
50
	cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${STAGEDIR}${DATADIR}/rule
45
51
46
.include <bsd.port.mk>
52
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (another-htmllint-20060601.zip) = d0f71d3144ca22b98203308dd83263ecebe2fa50c11097ee8f5bf3804428e31d
1
SHA256 (htmllint.zip) = 1a1e161813a33bc44ce5beb11d3a2a08615851bdb0a43c4fbcc687ab19f82a9a
2
SIZE (another-htmllint-20060601.zip) = 706210
2
SIZE (htmllint.zip) = 775997
(-)files/htmllint (-14 lines)
Lines 1-14 Link Here
1
#!%PERL%
2
#
3
# $Id$
4
#
5
6
#use strict;
7
use lib '%PREFIX%/share/htmllint';
8
use lib '%PREFIX%/share/htmllint/rule';
9
10
$RULEDIR = '%PREFIX%/share/htmllint/rule/';
11
12
require 'htmllint.pm';
13
14
exit(&htmllint::HTMLlint(@ARGV));
(-)files/htmllint.in (-4 / +4 lines)
Lines 1-13 Link Here
1
#!%PERL%
1
#!%%PERL%%
2
#
2
#
3
# $Id$
3
# $Id$
4
#
4
#
5
5
6
#use strict;
6
#use strict;
7
use lib '%PREFIX%/share/htmllint';
7
use lib '%%DATADIR%%';
8
use lib '%PREFIX%/share/htmllint/rule';
8
use lib '%%DATADIR%%/rule';
9
9
10
$RULEDIR = '%PREFIX%/share/htmllint/rule/';
10
$RULEDIR = '%%DATADIR%%/rule/';
11
11
12
require 'htmllint.pm';
12
require 'htmllint.pm';
13
13
(-)files/patch-htmllint.cgi (-13 / +7 lines)
Lines 1-17 Link Here
1
--- htmllint.cgi.orig	Wed Aug 23 19:19:28 2000
1
--- htmllint.cgi.orig	2014-12-07 10:16:56.651728605 +0900
2
+++ htmllint.cgi	Fri Sep 29 14:41:55 2000
2
+++ htmllint.cgi	2014-12-07 10:22:52.118705399 +0900
3
@@ -1,4 +1,4 @@
3
@@ -28,6 +28,8 @@
4
-#!/usr/local/bin/perl
4
 my $OS2; #UNSUPPORTED;
5
+#!%PERL%
5
 my $UNIX = !($WIN || $MAC || $OS2);
6
 
6
 
7
 # CGI script for Another HTML-lint gateway ###################
7
+use lib '%%DATADIR%%';
8
 
8
+use lib '%%DATADIR%%/rule';
9
@@ -26,6 +26,8 @@
10
 #$OS2 = UNSUPPORTED;
11
 $UNIX = !($WIN || $MAC || $OS2);
12
 
13
+use lib '%PREFIX%/share/htmllint';
14
+use lib '%PREFIX%/share/htmllint/rule';
15
 require 'htmllint.env';
9
 require 'htmllint.env';
16
 require $LINT_NAME;
10
 require $LINT_NAME;
17
 
11
 
(-)files/patch-htmllintenv (-5 / +29 lines)
Lines 1-5 Link Here
1
--- htmllintenv.orig	Tue May 22 17:33:22 2001
1
--- htmllintenv.orig	2007-05-19 17:36:51.000000000 +0900
2
+++ htmllintenv	Wed Sep 12 19:37:32 2001
2
+++ htmllintenv	2014-12-07 10:59:19.092555161 +0900
3
@@ -5,15 +5,15 @@
3
@@ -5,15 +5,15 @@
4
 #   ¥¢¥¯¥»¥¹¸¢¤ò¤¦¤Þ¤¯¹©Éפ·¤Æ¡¢Â¾¿Í¤«¤é¸«¤¨¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£
4
 #   ¥¢¥¯¥»¥¹¸¢¤ò¤¦¤Þ¤¯¹©Éפ·¤Æ¡¢Â¾¿Í¤«¤é¸«¤¨¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£
5
 
5
 
Lines 6-16 Link Here
6
 # CGI Íѥǥ£¥ì¥¯¥È¥ê (ÀäÂХѥ¹¤«CGIÁêÂХѥ¹¤Ç»ØÄê¡¢¤Ê¤ë¤Ù¤¯ÀäÂХѥ¹¤Ë¤·¤Æ¤¯¤À¤µ¤¤)
6
 # CGI Íѥǥ£¥ì¥¯¥È¥ê (ÀäÂХѥ¹¤«CGIÁêÂХѥ¹¤Ç»ØÄê¡¢¤Ê¤ë¤Ù¤¯ÀäÂХѥ¹¤Ë¤·¤Æ¤¯¤À¤µ¤¤)
7
-$RULEDIR  = './';        # µ¬Â§¥Õ¥¡¥¤¥ë¤Î¾ì½ê
7
-$RULEDIR  = './';        # µ¬Â§¥Õ¥¡¥¤¥ë¤Î¾ì½ê
8
-#$LOGSDIR = './logs/';   # ¥í¥°¥Õ¥¡¥¤¥ë¤Î¾ì½ê (ÉÔÍפʤ饳¥á¥ó¥È¥¢¥¦¥È)
8
-#$LOGSDIR = './logs/';   # ¥í¥°¥Õ¥¡¥¤¥ë¤Î¾ì½ê (ÉÔÍפʤ饳¥á¥ó¥È¥¢¥¦¥È)
9
+$RULEDIR  = '%PREFIX%/share/htmllint/rule/';        # µ¬Â§¥Õ¥¡¥¤¥ë¤Î¾ì½ê
9
+$RULEDIR  = '%%DATADIR%%/rule/';        # µ¬Â§¥Õ¥¡¥¤¥ë¤Î¾ì½ê
10
+#$LOGSDIR = '%PREFIX%/share/htmllint/logs/';   # ¥í¥°¥Õ¥¡¥¤¥ë¤Î¾ì½ê (ÉÔÍפʤ饳¥á¥ó¥È¥¢¥¦¥È)
10
+#$LOGSDIR = '/var/logs/another-htmllint/';   # ¥í¥°¥Õ¥¡¥¤¥ë¤Î¾ì½ê (ÉÔÍפʤ饳¥á¥ó¥È¥¢¥¦¥È)
11
 $TMPDIR   = '/tmp/';     # ¥Æ¥ó¥Ý¥é¥ê¥Õ¥¡¥¤¥ë¤Î¾ì½ê
11
 $TMPDIR   = '/tmp/';     # ¥Æ¥ó¥Ý¥é¥ê¥Õ¥¡¥¤¥ë¤Î¾ì½ê
12
-$IMGDIR   = './';        # ¥¤¥á¡¼¥¸¥Õ¥¡¥¤¥ë¤Î¾ì½ê
12
-$IMGDIR   = './';        # ¥¤¥á¡¼¥¸¥Õ¥¡¥¤¥ë¤Î¾ì½ê
13
+$IMGDIR   = '%PREFIX%/share/htmllint/html/';        # ¥¤¥á¡¼¥¸¥Õ¥¡¥¤¥ë¤Î¾ì½ê
13
+$IMGDIR   = '%%DATADIR%%/html/';        # ¥¤¥á¡¼¥¸¥Õ¥¡¥¤¥ë¤Î¾ì½ê
14
 $TAGSLIST = '';          # ¥¿¥°°ìÍ÷¥­¥ã¥Ã¥·¥åÍѤξì½ê (¶õ¤Ê¤é¥­¥ã¥Ã¥·¥å¤·¤Ê¤¤)
14
 $TAGSLIST = '';          # ¥¿¥°°ìÍ÷¥­¥ã¥Ã¥·¥åÍѤξì½ê (¶õ¤Ê¤é¥­¥ã¥Ã¥·¥å¤·¤Ê¤¤)
15
                          # ÀßÄꤹ¤ë¤È¤­¤Ï¥¢¥¯¥»¥¹¸¢¤òŬÅö¤ËÍ¿¤¨¤Æ¤ª¤¯¤³¤È
15
                          # ÀßÄꤹ¤ë¤È¤­¤Ï¥¢¥¯¥»¥¹¸¢¤òŬÅö¤ËÍ¿¤¨¤Æ¤ª¤¯¤³¤È
16
 
16
 
Lines 20-22 Link Here
20
 $GATEWAYURL = $HTMLDIR.'htmllint.html'; # ¥²¥¤¥È¥¦¥§¥¤¥µ¡¼¥ô¥£¥¹ HTML
20
 $GATEWAYURL = $HTMLDIR.'htmllint.html'; # ¥²¥¤¥È¥¦¥§¥¤¥µ¡¼¥ô¥£¥¹ HTML
21
 $EXPLAIN    = $HTMLDIR.'explain.html';  # ²òÀâÍÑ HTML (HTMLÍÑ)
21
 $EXPLAIN    = $HTMLDIR.'explain.html';  # ²òÀâÍÑ HTML (HTMLÍÑ)
22
 $CGIROOT    = $HTMLDIR;                 # CGI¤Î¾ì½ê
22
 $CGIROOT    = $HTMLDIR;                 # CGI¤Î¾ì½ê
23
@@ -80,12 +80,12 @@
24
 #$KANJICODE = 'JIS';    # JIS/EUC/SJIS/UTF8 ¤Î¤¤¤º¤ì¤«
25
 
26
 # Lynx (ÉÔÍפ¢¤ë¤¤¤Ï̤¼ÂÁõ¤Ê¤é¥³¥á¥ó¥È¥¢¥¦¥È)
27
-#$LYNX = '/usr/local/bin/lynx -dump -nolist -force_html';
28
+#$LYNX = '%%PREFIX%%/bin/lynx -dump -nolist -force_html';
29
 
30
 # w3m (ÉÔÍפ¢¤ë¤¤¤Ï̤¼ÂÁõ¤Ê¤é¥³¥á¥ó¥È¥¢¥¦¥È)
31
 #   ¥«¥é¡¼µ¡Ç½¤Î¤Ê¤¤¾ì¹ç -M ¤Î»ØÄê¤ÏÉÔ²Ä
32
 #   -e ¤Ï EUC¡¢Shift JIS ¤Ê¤é -s
33
-#$W3M = '/usr/local/bin/w3m -dump -T text/html -M -e';
34
+#$W3M = '%%PREFIX%%/bin/w3m -dump -T text/html -M -e';
35
 
36
 # ÆÀÅÀµ­Ï¿ÍÑ¥í¥°¥Õ¥¡¥¤¥ë (ÉÔÍפʤ饳¥á¥ó¥È¥¢¥¦¥È)
37
 #   # ¤ÎÉôʬ¤Ïǯ·î¤ËÃÖ¤­´¹¤ï¤ê¤Þ¤¹
38
@@ -100,7 +100,7 @@
39
 #@EXCEPTSCORES = qw(uso800.ac.jp);
40
 
41
 # Muquit's Access Counter CGI (ÉÔÍפ¢¤ë¤¤¤Ï̤¼ÂÁõ¤Ê¤é¥³¥á¥ó¥È¥¢¥¦¥È)
42
-#$COUNTER = '/usr/local/www/cgi-bin/Count.cgi';
43
+#$COUNTER = '%%PREFIX%%/www/cgi-bin/Count.cgi';
44
 
45
 # ¥Ó¥¸¡¼¥Á¥§¥Ã¥¯´Ø¿ô
46
 # sub BusyCheck {
(-)files/pkg-message.in (-3 / +3 lines)
Lines 1-9 Link Here
1
To activate htmllint, use Alias directive in httd.conf or symbolic link
1
To activate htmllint, use Alias directive in httd.conf or symbolic link
2
from ${PREFIX}/share/htmllint/html/ like as:
2
from %%DATADIR%%/html/ like as:
3
3
4
Alias	/htmllint/	/usr/local/share/htmllint/html/
4
Alias	/htmllint/	%%DATADIR%%/html/
5
5
6
<Directory /usr/local/share/htmllint/html>
6
<Directory %%DATADIR%%/html>
7
  AddHandler cgi-script	.cgi
7
  AddHandler cgi-script	.cgi
8
  Options +ExecCGI
8
  Options +ExecCGI
9
</Directory>
9
</Directory>
(-)pkg-message (-9 lines)
Lines 1-9 Link Here
1
To activate htmllint, use Alias directive in httd.conf or symbolic link
2
from ${PREFIX}/share/htmllint/html/ like as:
3
4
Alias	/htmllint/	/usr/local/share/htmllint/html/
5
6
<Directory /usr/local/share/htmllint/html>
7
  AddHandler cgi-script	.cgi
8
  Options +ExecCGI
9
</Directory>
(-)pkg-plist (-80 / +81 lines)
Lines 1-81 Link Here
1
bin/htmllint
1
bin/htmllint
2
share/htmllint/htmllint.pm
2
%%DATADIR%%/RFC2396.pm
3
share/htmllint/RFC2396.pm
3
%%DATADIR%%/html/close.gif
4
share/htmllint/rule/15445.rul
4
%%DATADIR%%/html/colors.html
5
share/htmllint/rule/15445-preparation.rul
5
%%DATADIR%%/html/colorsbk.html
6
share/htmllint/rule/arena.rul
6
%%DATADIR%%/html/download.html
7
share/htmllint/rule/charsets.rul
7
%%DATADIR%%/html/explain-omake.html
8
share/htmllint/rule/colortable.rul
8
%%DATADIR%%/html/explain-score.html
9
share/htmllint/rule/common.rul
9
%%DATADIR%%/html/explain-wai.html
10
share/htmllint/rule/compact-html.rul
10
%%DATADIR%%/html/explain.html
11
share/htmllint/rule/doti10.rul
11
%%DATADIR%%/html/faq.html
12
share/htmllint/rule/html10.rul
12
%%DATADIR%%/html/fight.gif
13
share/htmllint/rule/html20.rul
13
%%DATADIR%%/html/good.gif
14
share/htmllint/rule/html40-frameset.rul
14
%%DATADIR%%/html/htmllint.cgi
15
share/htmllint/rule/html40-mobile.rul
15
%%DATADIR%%/html/htmllint.css
16
share/htmllint/rule/html40-strict.rul
16
%%DATADIR%%/html/htmllint.html
17
share/htmllint/rule/html40-transitional.rul
17
%%DATADIR%%/html/htmllinte.html
18
share/htmllint/rule/html401-frameset.rul
18
%%DATADIR%%/html/htmllintl.html
19
share/htmllint/rule/html401-strict.rul
19
%%DATADIR%%/html/index.html
20
share/htmllint/rule/html401-transitional.rul
20
%%DATADIR%%/html/introduction.html
21
share/htmllint/rule/htmlplus.rul
21
%%DATADIR%%/html/mailinglist.html
22
share/htmllint/rule/i18n.rul
22
%%DATADIR%%/html/normal.gif
23
share/htmllint/rule/ie30.rul
23
%%DATADIR%%/html/notice.html
24
share/htmllint/rule/ie30b.rul
24
%%DATADIR%%/html/open.gif
25
share/htmllint/rule/ie40.rul
25
%%DATADIR%%/html/reference.html
26
share/htmllint/rule/ie50.rul
26
%%DATADIR%%/html/rulefile.html
27
share/htmllint/rule/ie55.rul
27
%%DATADIR%%/html/sitemap.html
28
share/htmllint/rule/imode-xhtml.rul
28
%%DATADIR%%/html/tagslist.cgi
29
share/htmllint/rule/imode-xhtml11.rul
29
%%DATADIR%%/html/tagslist.html
30
share/htmllint/rule/imode.rul
30
%%DATADIR%%/html/top.gif
31
share/htmllint/rule/imode20.rul
31
%%DATADIR%%/html/use-htmllint.html
32
share/htmllint/rule/imode30.rul
32
%%DATADIR%%/html/use-htmllintcgi.html
33
share/htmllint/rule/imode40.rul
33
%%DATADIR%%/html/verygood.gif
34
share/htmllint/rule/imode50.rul
34
%%DATADIR%%/htmllint.env
35
share/htmllint/rule/jpo.rul
35
%%DATADIR%%/htmllint.pm
36
share/htmllint/rule/jskystation.rul
36
%%DATADIR%%/rule/15445-preparation.rul
37
share/htmllint/rule/jskyweb.rul
37
%%DATADIR%%/rule/15445.rul
38
share/htmllint/rule/mozilla20.rul
38
%%DATADIR%%/rule/arena.rul
39
share/htmllint/rule/mozilla30.rul
39
%%DATADIR%%/rule/charsets.rul
40
share/htmllint/rule/mozilla40.rul
40
%%DATADIR%%/rule/colortable.rul
41
share/htmllint/rule/webexp.rul
41
%%DATADIR%%/rule/common.rul
42
share/htmllint/rule/wilbur.rul
42
%%DATADIR%%/rule/compact-html.rul
43
share/htmllint/rule/xhtml-basic.rul
43
%%DATADIR%%/rule/doti10.rul
44
share/htmllint/rule/xhtml-mp.rul
44
%%DATADIR%%/rule/html10.rul
45
share/htmllint/rule/xhtml1-frameset.rul
45
%%DATADIR%%/rule/html20.rul
46
share/htmllint/rule/xhtml1-strict.rul
46
%%DATADIR%%/rule/html40-frameset.rul
47
share/htmllint/rule/xhtml1-transitional.rul
47
%%DATADIR%%/rule/html40-mobile.rul
48
share/htmllint/rule/xhtml11.rul
48
%%DATADIR%%/rule/html40-strict.rul
49
share/htmllint/html/htmllint.cgi
49
%%DATADIR%%/rule/html40-transitional.rul
50
share/htmllint/html/colors.html
50
%%DATADIR%%/rule/html401-frameset.rul
51
share/htmllint/html/colorsbk.html
51
%%DATADIR%%/rule/html401-strict.rul
52
share/htmllint/html/download.html
52
%%DATADIR%%/rule/html401-transitional.rul
53
share/htmllint/html/explain-omake.html
53
%%DATADIR%%/rule/htmlplus-old.rul
54
share/htmllint/html/explain-score.html
54
%%DATADIR%%/rule/htmlplus.rul
55
share/htmllint/html/explain-wai.html
55
%%DATADIR%%/rule/i18n.rul
56
share/htmllint/html/explain.html
56
%%DATADIR%%/rule/ie30.rul
57
share/htmllint/html/faq.html
57
%%DATADIR%%/rule/ie30b.rul
58
share/htmllint/html/htmllint.html
58
%%DATADIR%%/rule/ie40.rul
59
share/htmllint/html/htmllinte.html
59
%%DATADIR%%/rule/ie50.rul
60
share/htmllint/html/htmllintl.html
60
%%DATADIR%%/rule/ie55.rul
61
share/htmllint/html/index.html
61
%%DATADIR%%/rule/imode-xhtml.rul
62
share/htmllint/html/introduction.html
62
%%DATADIR%%/rule/imode-xhtml11.rul
63
share/htmllint/html/mailinglist.html
63
%%DATADIR%%/rule/imode.rul
64
share/htmllint/html/notice.html
64
%%DATADIR%%/rule/imode20.rul
65
share/htmllint/html/reference.html
65
%%DATADIR%%/rule/imode30.rul
66
share/htmllint/html/rulefile.html
66
%%DATADIR%%/rule/imode40.rul
67
share/htmllint/html/sitemap.html
67
%%DATADIR%%/rule/imode50.rul
68
share/htmllint/html/tagslist.html
68
%%DATADIR%%/rule/jpo.rul
69
share/htmllint/html/use-htmllint.html
69
%%DATADIR%%/rule/jskystation.rul
70
share/htmllint/html/use-htmllintcgi.html
70
%%DATADIR%%/rule/jskyweb.rul
71
share/htmllint/html/close.gif
71
%%DATADIR%%/rule/mozilla20.rul
72
share/htmllint/html/fight.gif
72
%%DATADIR%%/rule/mozilla30.rul
73
share/htmllint/html/good.gif
73
%%DATADIR%%/rule/mozilla40.rul
74
share/htmllint/html/normal.gif
74
%%DATADIR%%/rule/webexp.rul
75
share/htmllint/html/open.gif
75
%%DATADIR%%/rule/wilbur.rul
76
share/htmllint/html/top.gif
76
%%DATADIR%%/rule/xhtml-basic.rul
77
share/htmllint/html/verygood.gif
77
%%DATADIR%%/rule/xhtml-mp.rul
78
share/htmllint/html/htmllint.css
78
%%DATADIR%%/rule/xhtml-rdfa-1.rul
79
share/htmllint/html/htmllint2.css
79
%%DATADIR%%/rule/xhtml1-frameset.rul
80
share/htmllint/html/tagslist.cgi
80
%%DATADIR%%/rule/xhtml1-strict.rul
81
share/htmllint/htmllint.env
81
%%DATADIR%%/rule/xhtml1-transitional.rul
82
%%DATADIR%%/rule/xhtml11.rul

Return to bug 195766