/[suikacvs]/markup/html/whatpm/t/content-model-atom-threading-1.dat
Suika

Contents of /markup/html/whatpm/t/content-model-atom-threading-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Sat Aug 30 10:26:39 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +11 -11 lines
++ whatpm/t/ChangeLog	30 Aug 2008 10:22:30 -0000
	* ContentChecker.t: Updated for latest version of the
	Whatpm::ContentChecker module.

	* content-model-1.dat, content-model-2.dat, content-model-3.dat,
	content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
	content-model-atom-2.dat, content-model-atom-threading-1.dat,
	table-1.dat: Results updated.

2008-08-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	30 Aug 2008 10:24:24 -0000
	* ContentChecker.pm: Error level definition for |xml_id_error|
	was missing.

	* URIChecker.pm: The end of the URL should be marked as the
	error location for an empty path error.  The position
	between the userinfo and the port components should be
	marked as the error location for an empty host error.

2008-08-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2008 10:26:28 -0000
2008-08-30  Wakaba  <wakaba@suika.fam.cx>

	* Atom.pm: s/element missing/child element missing/ for
	consistency.

	* HTML.pm: Typos fixed.
	(pre): "No significant content" error was unintentionally
	disabled.  s/element missing/child element missing/ for
	consistency.

1 wakaba 1.1 #data
2     <!-- From RFC 4685 -->
3     <feed xmlns="http://www.w3.org/2005/Atom"
4     xmlns:thr="http://purl.org/syndication/thread/1.0">
5     <id>http://www.example.org/myfeed</id>
6     <title>My Example Feed</title>
7     <updated>2005-07-28T12:00:00Z</updated>
8     <link href="http://www.example.org/myfeed" />
9     <author><name>James</name></author>
10     <entry>
11     <id>tag:example.org,2005:1</id>
12     <title>My original entry</title>
13     <updated>2006-03-01T12:12:12Z</updated>
14     <link
15     type="application/xhtml+xml"
16     href="http://www.example.org/entries/1" />
17     <summary>This is my original entry</summary>
18     </entry>
19     <entry>
20     <id>tag:example.org,2005:1,1</id>
21     <title>A response to the original</title>
22     <updated>2006-03-01T12:12:12Z</updated>
23     <link href="http://www.example.org/entries/1/1" />
24     <thr:in-reply-to
25     ref="tag:example.org,2005:1"
26     type="application/xhtml+xml"
27     href="http://www.example.org/entries/1"/>
28     <summary>This is a response to the original entry</summary>
29     </entry>
30     </feed>
31     #errors
32 wakaba 1.3 /feed;child element missing:atom:link:self;s
33 wakaba 1.1
34     #data
35     <!-- From RFC 4685 -->
36     <feed xmlns="http://www.w3.org/2005/Atom"
37     xmlns:thr="http://purl.org/syndication/thread/1.0">
38     <id>http://www.example.org/myfeed</id>
39     <title>My Example Feed</title>
40     <updated>2005-07-28T12:00:00Z</updated>
41     <link href="http://www.example.org/myfeed" />
42     <author><name>James</name></author>
43     <entry>
44     <id>tag:example.org,2005:1,1</id>
45     <title>A response to the original</title>
46     <updated>2006-03-01T12:12:12Z</updated>
47     <link href="http://www.example.org/entries/1/1" />
48     <thr:in-reply-to
49     ref="tag:example.org,2005:1,0"
50     type="application/xhtml+xml"
51     href="http://www.example.org/entries/1"
52     source="http://www.example.org/myfeed" />
53     <link
54     rel="related"
55     type="application/xhtml+xml"
56     href="http://www.example.org/entries/1" />
57     <summary>This is a response to the original entry</summary>
58     </entry>
59     </feed>
60     #errors
61 wakaba 1.3 /feed;child element missing:atom:link:self;s
62 wakaba 1.1
63 wakaba 1.2 #data
64     <entry xmlns="http://www.w3.org/2005/Atom"
65     xmlns:thr="http://purl.org/syndication/thread/1.0">
66     <id>about:</id>
67     <author><name>x</name></author>
68     <link rel="alternate" href=""/>
69     <updated>2000-01-02T03:04:05Z</updated>
70     <title>x</title>
71     <thr:total></thr:total>
72     </entry>
73     #errors
74 wakaba 1.3 /entry/total;invalid attribute value;m
75 wakaba 1.2
76    
77     #data
78     <entry xmlns="http://www.w3.org/2005/Atom"
79     xmlns:thr="http://purl.org/syndication/thread/1.0">
80     <id>about:</id>
81     <author><name>x</name></author>
82     <link rel="alternate" href=""/>
83     <updated>2000-01-02T03:04:05Z</updated>
84     <title>x</title>
85     <thr:total>0</thr:total>
86     </entry>
87     #errors
88    
89     #data
90     <entry xmlns="http://www.w3.org/2005/Atom"
91     xmlns:thr="http://purl.org/syndication/thread/1.0">
92     <id>about:</id>
93     <author><name>x</name></author>
94     <link rel="alternate" href=""/>
95     <updated>2000-01-02T03:04:05Z</updated>
96     <title>x</title>
97     <thr:total>00000</thr:total>
98     </entry>
99     #errors
100    
101     #data
102     <entry xmlns="http://www.w3.org/2005/Atom"
103     xmlns:thr="http://purl.org/syndication/thread/1.0">
104     <id>about:</id>
105     <author><name>x</name></author>
106     <link rel="alternate" href=""/>
107     <updated>2000-01-02T03:04:05Z</updated>
108     <title>x</title>
109     <thr:total>+0</thr:total>
110     </entry>
111     #errors
112 wakaba 1.3 /entry/total;invalid attribute value;m
113 wakaba 1.2
114     #data
115     <entry xmlns="http://www.w3.org/2005/Atom"
116     xmlns:thr="http://purl.org/syndication/thread/1.0">
117     <id>about:</id>
118     <author><name>x</name></author>
119     <link rel="alternate" href=""/>
120     <updated>2000-01-02T03:04:05Z</updated>
121     <title>x</title>
122     <thr:total>-0</thr:total>
123     </entry>
124     #errors
125    
126     #data
127     <entry xmlns="http://www.w3.org/2005/Atom"
128     xmlns:thr="http://purl.org/syndication/thread/1.0">
129     <id>about:</id>
130     <author><name>x</name></author>
131     <link rel="alternate" href=""/>
132     <updated>2000-01-02T03:04:05Z</updated>
133     <title>x</title>
134     <thr:total>0.00</thr:total>
135     </entry>
136     #errors
137 wakaba 1.3 /entry/total;invalid attribute value;m
138 wakaba 1.2
139     #data
140     <entry xmlns="http://www.w3.org/2005/Atom"
141     xmlns:thr="http://purl.org/syndication/thread/1.0">
142     <id>about:</id>
143     <author><name>x</name></author>
144     <link rel="alternate" href=""/>
145     <updated>2000-01-02T03:04:05Z</updated>
146     <title>x</title>
147     <thr:total>12211</thr:total>
148     </entry>
149     #errors
150    
151     #data
152     <entry xmlns="http://www.w3.org/2005/Atom"
153     xmlns:thr="http://purl.org/syndication/thread/1.0">
154     <id>about:</id>
155     <author><name>x</name></author>
156     <link rel="alternate" href=""/>
157     <updated>2000-01-02T03:04:05Z</updated>
158     <title>x</title>
159     <thr:total>33,44</thr:total>
160     </entry>
161     #errors
162 wakaba 1.3 /entry/total;invalid attribute value;m
163 wakaba 1.2
164     #data
165     <entry xmlns="http://www.w3.org/2005/Atom"
166     xmlns:thr="http://purl.org/syndication/thread/1.0">
167     <id>about:</id>
168     <author><name>x</name></author>
169     <link rel="alternate" href=""/>
170     <updated>2000-01-02T03:04:05Z</updated>
171     <title>x</title>
172     <thr:total>444 </thr:total>
173     </entry>
174     #errors
175 wakaba 1.3 /entry/total;invalid attribute value;m
176 wakaba 1.2
177     #data
178     <entry xmlns="http://www.w3.org/2005/Atom"
179     xmlns:thr="http://purl.org/syndication/thread/1.0">
180     <id>about:</id>
181     <author><name>x</name></author>
182     <link rel="alternate" href=""/>
183     <updated>2000-01-02T03:04:05Z</updated>
184     <title>x</title>
185     <thr:total>+233</thr:total>
186     </entry>
187     #errors
188 wakaba 1.3 /entry/total;invalid attribute value;m
189 wakaba 1.2
190     #data
191     <entry xmlns="http://www.w3.org/2005/Atom"
192     xmlns:thr="http://purl.org/syndication/thread/1.0">
193     <id>about:</id>
194     <author><name>x</name></author>
195     <link rel="alternate" href=""/>
196     <updated>2000-01-02T03:04:05Z</updated>
197     <title>x</title>
198     <thr:total>.444</thr:total>
199     </entry>
200     #errors
201 wakaba 1.3 /entry/total;invalid attribute value;m
202 wakaba 1.2
203     #data
204     <entry xmlns="http://www.w3.org/2005/Atom"
205     xmlns:thr="http://purl.org/syndication/thread/1.0">
206     <id>about:</id>
207     <author><name>x</name></author>
208     <link rel="alternate" href=""/>
209     <updated>2000-01-02T03:04:05Z</updated>
210     <title>x</title>
211     <thr:total> 44</thr:total>
212     </entry>
213     #errors
214 wakaba 1.3 /entry/total;invalid attribute value;m
215 wakaba 1.2
216     #data
217     <entry xmlns="http://www.w3.org/2005/Atom"
218     xmlns:thr="http://purl.org/syndication/thread/1.0">
219     <id>about:</id>
220     <author><name>x</name></author>
221     <link rel="alternate" href=""/>
222     <updated>2000-01-02T03:04:05Z</updated>
223     <title>x</title>
224     <thr:total>40,444</thr:total>
225     </entry>
226     #errors
227 wakaba 1.3 /entry/total;invalid attribute value;m
228 wakaba 1.2
229     #data
230     <entry xmlns="http://www.w3.org/2005/Atom"
231     xmlns:thr="http://purl.org/syndication/thread/1.0">
232     <id>about:</id>
233     <author><name>x</name></author>
234     <link rel="alternate" href=""/>
235     <updated>2000-01-02T03:04:05Z</updated>
236     <title>x</title>
237     <thr:total>0004444</thr:total>
238     </entry>
239     #errors
240    
241    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24