/[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.2 - (hide annotations) (download)
Thu Mar 20 10:30:21 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +179 -0 lines
++ whatpm/t/ChangeLog	20 Mar 2008 10:00:26 -0000
	* content-model-atom-threading-1.dat: New test data
	on |thr:total| element are added

2008-03-20  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Mar 2008 09:59:59 -0000
	* Atom.pm: Support for |thr:total| element.
	Add notes on additional Atom namespaces.

2008-03-20  Wakaba  <wakaba@suika.fam.cx>

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     /feed;element missing:atom|link|self;s
33    
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     /feed;element missing:atom|link|self;s
62    
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     /entry/total;syntax error;m
75    
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     /entry/total;syntax error;m
113    
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     /entry/total;syntax error;m
138    
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     /entry/total;syntax error;m
163    
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     /entry/total;syntax error;m
176    
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     /entry/total;syntax error;m
189    
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     /entry/total;syntax error;m
202    
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     /entry/total;syntax error;m
215    
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     /entry/total;syntax error;m
228    
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