File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ PERL=perl
33PERLFLAGS =
44FMT =fmt
55FMTFLAGS =-80
6+ EXPAND =expand
7+ EXPANDFLAGS =
68
79all : README.md
810
@@ -12,4 +14,5 @@ README.md: index.html
1214 | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/(\s+\n)+/\n\n/g' \
1315 | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/(\n\n\n)+/\n/g' \
1416 | $(FMT ) $(FMTFLAGS ) \
15- | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/ +(\[[0-9]+\]:)\n +/\n $$1 /g' > $@
17+ | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/ +(\[[0-9]+\]:)\n +/\n $$1 /g' \
18+ | $(EXPAND ) $(EXPANDFLAGS ) > $@
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ You can use the `vnu.jar` validator as an executable for command-line validation
1515of HTML documents by invoking it like this:
1616
1717 java -jar vnu.jar [--html] [--entities] [--schema URL]
18- [--format gnu|xml|json|text] [--verbose] [--version] FILES
18+ [--format gnu|xml|json|text] [--verbose] [--version] FILES
1919
2020To validate one or more documents from the command line:
2121
@@ -117,7 +117,7 @@ error-level ones by setting the value of the `nu.validator.client.level` system
117117property to ` error ` , like this:
118118
119119 java -Dnu.validator.client.level=error\
120- -cp vnu.jar nu.validator.client.HttpClient FILE.html...
120+ -cp vnu.jar nu.validator.client.HttpClient FILE.html...
121121
122122Most of the properties listed below map to the validator.nu common input
123123parameters documented at
You can’t perform that action at this time.
0 commit comments