validate-website 0.1 → 0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +15 -4
- data/Rakefile +6 -4
- data/bin/validate-website +33 -36
- data/lib/colorful_messages.rb +7 -10
- data/lib/validator.rb +37 -0
- data/lib/xhtml/xframes-1.xsd +166 -0
- data/lib/xhtml/xhtml-access-1.xsd +43 -0
- data/lib/xhtml/xhtml-applet-1.xsd +66 -0
- data/lib/xhtml/xhtml-attribs-1.xsd +67 -0
- data/lib/xhtml/xhtml-base-1.xsd +31 -0
- data/lib/xhtml/xhtml-basic-form-1.xsd +195 -0
- data/lib/xhtml/xhtml-basic-table-1.xsd +169 -0
- data/lib/xhtml/xhtml-basic10-model-1.xsd +385 -0
- data/lib/xhtml/xhtml-basic10-module-redefines-1.xsd +61 -0
- data/lib/xhtml/xhtml-basic10-modules-1.xsd +233 -0
- data/lib/xhtml/xhtml-basic10.xsd +99 -0
- data/lib/xhtml/xhtml-basic11-model-1.xsd +622 -0
- data/lib/xhtml/xhtml-basic11-modules-1.xsd +508 -0
- data/lib/xhtml/xhtml-basic11.xsd +105 -0
- data/lib/xhtml/xhtml-bdo-1.xsd +72 -0
- data/lib/xhtml/xhtml-blkphras-1.xsd +155 -0
- data/lib/xhtml/xhtml-blkpres-1.xsd +32 -0
- data/lib/xhtml/xhtml-blkstruct-1.xsd +44 -0
- data/lib/xhtml/xhtml-charent-1.xsd +38 -0
- data/lib/xhtml/xhtml-copyright-1.xsd +29 -0
- data/lib/xhtml/xhtml-csismap-1.xsd +91 -0
- data/lib/xhtml/xhtml-datatypes-1.xsd +177 -0
- data/lib/xhtml/xhtml-edit-1.xsd +34 -0
- data/lib/xhtml/xhtml-events-1.xsd +130 -0
- data/lib/xhtml/xhtml-form-1.xsd +321 -0
- data/lib/xhtml/xhtml-frames-1.xsd +113 -0
- data/lib/xhtml/xhtml-framework-1.xsd +62 -0
- data/lib/xhtml/xhtml-hypertext-1.xsd +47 -0
- data/lib/xhtml/xhtml-iframe-1.xsd +68 -0
- data/lib/xhtml/xhtml-image-1.xsd +40 -0
- data/lib/xhtml/xhtml-inlphras-1.xsd +158 -0
- data/lib/xhtml/xhtml-inlpres-1.xsd +34 -0
- data/lib/xhtml/xhtml-inlstruct-1.xsd +45 -0
- data/lib/xhtml/xhtml-inlstyle-1.xsd +22 -0
- data/lib/xhtml/xhtml-inputmode-1.xsd +35 -0
- data/lib/xhtml/xhtml-lat1.ent +196 -0
- data/lib/xhtml/xhtml-legacy-1.xsd +97 -0
- data/lib/xhtml/xhtml-link-1.xsd +45 -0
- data/lib/xhtml/xhtml-list-1.xsd +94 -0
- data/lib/xhtml/xhtml-meta-1.xsd +54 -0
- data/lib/xhtml/xhtml-metaAttributes-1.xsd +39 -0
- data/lib/xhtml/xhtml-misc-1.xsd +441 -0
- data/lib/xhtml/xhtml-nameident-1.xsd +63 -0
- data/lib/xhtml/xhtml-notations-1.xsd +69 -0
- data/lib/xhtml/xhtml-object-1.xsd +71 -0
- data/lib/xhtml/xhtml-param-1.xsd +46 -0
- data/lib/xhtml/xhtml-pres-1.xsd +46 -0
- data/lib/xhtml/xhtml-print-1.xsd +85 -0
- data/lib/xhtml/xhtml-print-model-1.xsd +604 -0
- data/lib/xhtml/xhtml-print-modules-1.xsd +422 -0
- data/lib/xhtml/xhtml-rdfa-1.dtd +438 -0
- data/lib/xhtml/xhtml-rdfa-1.xsd +116 -0
- data/lib/xhtml/xhtml-rdfa-model-1.xsd +461 -0
- data/lib/xhtml/xhtml-rdfa-modules-1.xsd +548 -0
- data/lib/xhtml/xhtml-ruby-1.xsd +170 -0
- data/lib/xhtml/xhtml-ruby-basic-1.xsd +84 -0
- data/lib/xhtml/xhtml-script-1.xsd +65 -0
- data/lib/xhtml/xhtml-special.ent +80 -0
- data/lib/xhtml/xhtml-ssismap-1.xsd +38 -0
- data/lib/xhtml/xhtml-struct-1.xsd +85 -0
- data/lib/xhtml/xhtml-style-1.xsd +47 -0
- data/lib/xhtml/xhtml-symbol.ent +237 -0
- data/lib/xhtml/xhtml-table-1.xsd +267 -0
- data/lib/xhtml/xhtml-target-1.xsd +49 -0
- data/lib/xhtml/xhtml-text-1.xsd +62 -0
- data/lib/xhtml/xhtml1-frameset.dtd +1235 -0
- data/lib/xhtml/xhtml1-frameset.xsd +2847 -0
- data/lib/xhtml/xhtml1-strict.dtd +978 -0
- data/lib/xhtml/xhtml1-strict.xsd +2211 -0
- data/lib/xhtml/xhtml1-transitional.dtd +1201 -0
- data/lib/xhtml/xhtml1-transitional.xsd +2755 -0
- data/lib/xhtml/xhtml11-model-1.xsd +715 -0
- data/lib/xhtml/xhtml11-module-redefines-1.xsd +335 -0
- data/lib/xhtml/xhtml11-modules-1.xsd +605 -0
- data/lib/xhtml/xhtml11.xsd +107 -0
- data/lib/xhtml/xhtml2.xsd +21 -0
- data/lib/xhtml/xml-events-1.xsd +73 -0
- data/lib/xhtml/xml-events-2.xsd +73 -0
- data/lib/xhtml/xml-events-attribs-1.xsd +73 -0
- data/lib/xhtml/xml-events-attribs-2.xsd +75 -0
- data/lib/xhtml/xml-events-copyright-1.xsd +34 -0
- data/lib/xhtml/xml-events-copyright-2.xsd +34 -0
- data/lib/xhtml/xml-handlers-1.xsd +136 -0
- data/lib/xhtml/xml-handlers-2.xsd +98 -0
- data/lib/xhtml/xml-script-1.xsd +38 -0
- data/lib/xhtml/xml.xsd +286 -0
- metadata +114 -8
- data/lib/spkspider.rb +0 -147
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema targetNamespace="http://www.w3.org/1999/xhtml"
|
|
3
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
4
|
+
xmlns:xh11d="http://www.w3.org/1999/xhtml/datatypes/"
|
|
5
|
+
xmlns="http://www.w3.org/1999/xhtml"
|
|
6
|
+
blockDefault="#all">
|
|
7
|
+
|
|
8
|
+
<xs:annotation>
|
|
9
|
+
<xs:documentation>
|
|
10
|
+
This is the XML Schema driver for XHTML Basic 1.0.
|
|
11
|
+
Please use this namespace for XHTML elements:
|
|
12
|
+
"http://www.w3.org/1999/xhtml"
|
|
13
|
+
|
|
14
|
+
$Id: xhtml-basic10.xsd,v 1.7 2005/09/26 22:54:53 ahby Exp $
|
|
15
|
+
</xs:documentation>
|
|
16
|
+
</xs:annotation>
|
|
17
|
+
|
|
18
|
+
<xs:annotation>
|
|
19
|
+
<xs:documentation>
|
|
20
|
+
This is XHTML, a reformulation of HTML as a modular XML application
|
|
21
|
+
The Extensible HyperText Markup Language (XHTML)
|
|
22
|
+
Copyright ©1998-2005 World Wide Web Consortium
|
|
23
|
+
(Massachusetts Institute of Technology, European Research Consortium
|
|
24
|
+
for Informatics and Mathematics, Keio University).
|
|
25
|
+
All Rights Reserved.
|
|
26
|
+
|
|
27
|
+
Permission to use, copy, modify and distribute the XHTML Schema
|
|
28
|
+
modules and their accompanying xs:documentation for any purpose
|
|
29
|
+
and without fee is hereby granted in perpetuity, provided that the above
|
|
30
|
+
copyright notice and this paragraph appear in all copies.
|
|
31
|
+
The copyright holders make no representation about the suitability of
|
|
32
|
+
these XML Schema modules for any purpose.
|
|
33
|
+
|
|
34
|
+
They are provided "as is" without expressed or implied warranty.
|
|
35
|
+
</xs:documentation>
|
|
36
|
+
</xs:annotation>
|
|
37
|
+
|
|
38
|
+
<xs:annotation>
|
|
39
|
+
<xs:documentation>
|
|
40
|
+
This is the Schema Driver file for XHTML Basic 1.0
|
|
41
|
+
Document Type
|
|
42
|
+
|
|
43
|
+
This schema includes
|
|
44
|
+
+ imports external schemas (xml.xsd)
|
|
45
|
+
+ refedines (and include)s schema modules for XHTML
|
|
46
|
+
Basic 1.0 Document Type.
|
|
47
|
+
+ includes Schema for Named content model for the
|
|
48
|
+
XHTML Basic 1.0 Document Type
|
|
49
|
+
|
|
50
|
+
XHTML Basic 1.0 Document Type includes the following Modules
|
|
51
|
+
|
|
52
|
+
XHTML Core modules (Required for XHTML Family Conformance)
|
|
53
|
+
+ text
|
|
54
|
+
+ hypertext
|
|
55
|
+
+ lists
|
|
56
|
+
+ structure (redefined)
|
|
57
|
+
|
|
58
|
+
Other XHTML modules
|
|
59
|
+
+ Link
|
|
60
|
+
+ Meta
|
|
61
|
+
+ Base
|
|
62
|
+
+ Image
|
|
63
|
+
+ Object
|
|
64
|
+
+ Param
|
|
65
|
+
+ Basic forms
|
|
66
|
+
+ Basic tables
|
|
67
|
+
</xs:documentation>
|
|
68
|
+
</xs:annotation>
|
|
69
|
+
|
|
70
|
+
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
|
|
71
|
+
schemaLocation="http://www.w3.org/2001/xml.xsd">
|
|
72
|
+
<xs:annotation>
|
|
73
|
+
<xs:documentation>
|
|
74
|
+
This import brings in the XML namespace attributes
|
|
75
|
+
The XML attributes are used by various modules
|
|
76
|
+
</xs:documentation>
|
|
77
|
+
</xs:annotation>
|
|
78
|
+
</xs:import>
|
|
79
|
+
|
|
80
|
+
<xs:include schemaLocation="xhtml-basic10-model-1.xsd">
|
|
81
|
+
<xs:annotation>
|
|
82
|
+
<xs:documentation>
|
|
83
|
+
Document Model module for the XHTML Basic 1.0 Document Type
|
|
84
|
+
This schema file defines all named models used by XHTML
|
|
85
|
+
Modularization Framework for XHTML Basic 1.0 Document Type
|
|
86
|
+
</xs:documentation>
|
|
87
|
+
</xs:annotation>
|
|
88
|
+
</xs:include>
|
|
89
|
+
|
|
90
|
+
<xs:include schemaLocation="xhtml-basic10-modules-1.xsd">
|
|
91
|
+
<xs:annotation>
|
|
92
|
+
<xs:documentation>
|
|
93
|
+
Schema that includes the modules (and redefinitions)
|
|
94
|
+
for XHTML Basic 1.0 Document Type.
|
|
95
|
+
</xs:documentation>
|
|
96
|
+
</xs:annotation>
|
|
97
|
+
</xs:include>
|
|
98
|
+
|
|
99
|
+
</xs:schema>
|