File tree Expand file tree Collapse file tree 6 files changed +18
-13
lines changed Expand file tree Collapse file tree 6 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ validation service.
100100
101101The MIT License
102102
103- Copyright (c) 2009-
2014 Laurent Arnoud
< [email protected] > 103+ Copyright (c) 2009-
2015 Laurent Arnoud
< [email protected] > 104104
105105---
106106[ ![ Gem Version] ( https://badge.fury.io/rb/validate-website.svg )] ( https://rubygems.org/gems/validate-website )
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ RDoc::Task.new do |rd|
88 rd . rdoc_files . include ( "README.rdoc" , "lib/**/*.rb" )
99end
1010
11- # install asciidoc libxml2-utils xmlto
11+ # install asciidoc libxml2-utils xmlto docbook-xsl docbook-xml
1212desc 'Update manpage from asciidoc file'
1313task :manpage do
14- system ( 'find doc/ -type f -exec a2x -f manpage -D man/man1 {} \;' )
14+ system ( 'find doc/ -type f -exec a2x -d manpage - f manpage -D man/man1 {} \;' )
1515end
1616
1717Rake ::TestTask . new do |t |
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ LICENSE
5353-------
5454The MIT License
5555
56- Copyright (c) 2009-2014 Laurent Arnoud <laurent @spkdev.net >
56+ Copyright (c) 2009-2015 Laurent Arnoud <laurent @spkdev.net >
5757
5858// vim: set syntax=asciidoc:
Original file line number Diff line number Diff line change @@ -57,6 +57,6 @@ LICENSE
5757-------
5858The MIT License
5959
60- Copyright (c) 2009-2014 Laurent Arnoud <laurent @spkdev.net >
60+ Copyright (c) 2009-2015 Laurent Arnoud <laurent @spkdev.net >
6161
6262// vim: set syntax=asciidoc:
Original file line number Diff line number Diff line change 22.\" Title: validate-website-static
33.\" Author: [see the "AUTHOR" section]
44.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5- .\" Date: 09/26/2014
5+ .\" Date: 02/12/2015
66.\" Manual: \ \&
77.\" Source: \ \&
88.\" Language: English
99.\"
10- .TH "VALIDATE\- WEBSITE\- S" "1" "09/26/2014 " "\ \& " "\ \& "
10+ .TH "VALIDATE\- WEBSITE\- S" "1" "02/12/2015 " "\ \& " "\ \& "
1111.\" -----------------------------------------------------------------
1212.\" * Define some portability stuff
1313.\" -----------------------------------------------------------------
@@ -59,7 +59,7 @@ Ignore certain validation errors (ex:
5959Markup validation (Default: true)
6060.RE
6161.PP
62- \fB \- n \fR , \fB \-\- notfound \fR
62+ \fB \- n \fR , \fB \-\- not \- found \fR
6363.RS 4
6464Log files not on filesystem, pwd considered as root \(Fo / \(Fc (Default: false)
6565.RE
@@ -106,4 +106,4 @@ Laurent Arnoud <laurent@spkdev\&.net>
106106.sp
107107The MIT License
108108.sp
109- Copyright (c) 2009\- 2014 Laurent Arnoud <laurent@spkdev\& .net>
109+ Copyright (c) 2009\- 2015 Laurent Arnoud <laurent@spkdev\& .net>
Original file line number Diff line number Diff line change 22.\" Title: validate-website
33.\" Author: [see the "AUTHOR" section]
44.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5- .\" Date: 09/26/2014
5+ .\" Date: 02/12/2015
66.\" Manual: \ \&
77.\" Source: \ \&
88.\" Language: English
99.\"
10- .TH "VALIDATE\- WEBSITE" "1" "09/26/2014 " "\ \& " "\ \& "
10+ .TH "VALIDATE\- WEBSITE" "1" "02/12/2015 " "\ \& " "\ \& "
1111.\" -----------------------------------------------------------------
1212.\" * Define some portability stuff
1313.\" -----------------------------------------------------------------
@@ -43,6 +43,11 @@ Website to crawl (Default:
4343http://localhost:3000/)
4444.RE
4545.PP
46+ \fB \- u \fR , \fB \-\- user \- agent \fR \fI USERAGENT \fR
47+ .RS 4
48+ Change user agent (Default: Spidr\& .user_agent)
49+ .RE
50+ .PP
4651\fB \- e \fR , \fB \-\- exclude \fR \fI EXCLUDE \fR
4752.RS 4
4853Url to exclude (ex:
@@ -65,7 +70,7 @@ Set defaults cookies
6570Markup validation (Default: true)
6671.RE
6772.PP
68- \fB \- n \fR , \fB \-\- notfound \fR
73+ \fB \- n \fR , \fB \-\- not \- found \fR
6974.RS 4
7075Log not found url (Default: false)
7176.RE
@@ -112,4 +117,4 @@ Laurent Arnoud <laurent@spkdev\&.net>
112117.sp
113118The MIT License
114119.sp
115- Copyright (c) 2009\- 2014 Laurent Arnoud <laurent@spkdev\& .net>
120+ Copyright (c) 2009\- 2015 Laurent Arnoud <laurent@spkdev\& .net>
You can’t perform that action at this time.
0 commit comments