Skip to content

Commit 320c4f7

Browse files
committed
Update year and manpages
1 parent 39266bc commit 320c4f7

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ validation service.
100100

101101
The 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)

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ RDoc::Task.new do |rd|
88
rd.rdoc_files.include("README.rdoc", "lib/**/*.rb")
99
end
1010

11-
# install asciidoc libxml2-utils xmlto
11+
# install asciidoc libxml2-utils xmlto docbook-xsl docbook-xml
1212
desc 'Update manpage from asciidoc file'
1313
task :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 {} \;')
1515
end
1616

1717
Rake::TestTask.new do |t|

doc/validate-website-static.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ LICENSE
5353
-------
5454
The 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:

doc/validate-website.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ LICENSE
5757
-------
5858
The 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:

man/man1/validate-website-static.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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:
5959
Markup 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
6464
Log 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
107107
The MIT License
108108
.sp
109-
Copyright (c) 2009\-2014 Laurent Arnoud <laurent@spkdev\&.net>
109+
Copyright (c) 2009\-2015 Laurent Arnoud <laurent@spkdev\&.net>

man/man1/validate-website.1

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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:
4343
http://localhost:3000/)
4444
.RE
4545
.PP
46+
\fB\-u\fR, \fB\-\-user\-agent\fR \fIUSERAGENT\fR
47+
.RS 4
48+
Change user agent (Default: Spidr\&.user_agent)
49+
.RE
50+
.PP
4651
\fB\-e\fR, \fB\-\-exclude\fR \fIEXCLUDE\fR
4752
.RS 4
4853
Url to exclude (ex:
@@ -65,7 +70,7 @@ Set defaults cookies
6570
Markup 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
7075
Log not found url (Default: false)
7176
.RE
@@ -112,4 +117,4 @@ Laurent Arnoud <laurent@spkdev\&.net>
112117
.sp
113118
The MIT License
114119
.sp
115-
Copyright (c) 2009\-2014 Laurent Arnoud <laurent@spkdev\&.net>
120+
Copyright (c) 2009\-2015 Laurent Arnoud <laurent@spkdev\&.net>

0 commit comments

Comments
 (0)