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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Thu Mar 20 07:37:00 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +167 -0 lines
++ whatpm/t/ChangeLog	20 Mar 2008 07:36:54 -0000
	* content-model-1.dat: Some test results are fixed.

	* content-model-atom-1.dat: Some test results are fixed.
	Test data for |atom:author| for |atom:feed| are added.

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

	* content-model-atom-1.dat: Test data for |atom:author|
	for |atom:feed| are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Mar 2008 07:35:41 -0000
	* Atom.pm: Support for |author| for |feed| checking.

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

1 wakaba 1.2 #data
2     <feed xmlns="http://www.w3.org/2005/Atom">
3     <id>about:</id>
4     <title>xxx</title>
5     <link rel="self" href=""/>
6     <updated>2000-01-02T03:04:05Z</updated>
7     </feed>
8     #errors
9    
10     #data
11     <feed xmlns="http://www.w3.org/2005/Atom">
12     <id>about:</id>
13     <title>x<p xmlns="">x</p>x</title>
14     <link rel="self" href=""/>
15     <updated>2000-01-02T03:04:05Z</updated>
16     </feed>
17     #errors
18     /feed/title/p;element not allowed:atom|TextConstruct;m
19     /feed/title/p;element;unsupported
20    
21     #data
22     <feed xmlns="http://www.w3.org/2005/Atom">
23     <id>about:</id>
24     <title type="text">xxx</title>
25     <link rel="self" href=""/>
26     <updated>2000-01-02T03:04:05Z</updated>
27     </feed>
28     #errors
29    
30     #data
31     <feed xmlns="http://www.w3.org/2005/Atom">
32     <id>about:</id>
33     <title type="text">x<p xmlns="">x</p>x</title>
34     <link rel="self" href=""/>
35     <updated>2000-01-02T03:04:05Z</updated>
36     </feed>
37     #errors
38     /feed/title/p;element not allowed:atom|TextConstruct;m
39     /feed/title/p;element;unsupported
40    
41     #data
42     <feed xmlns="http://www.w3.org/2005/Atom">
43     <id>about:</id>
44     <title type="html">xxx</title>
45     <link rel="self" href=""/>
46     <updated>2000-01-02T03:04:05Z</updated>
47     </feed>
48     #errors
49    
50     #data
51     <feed xmlns="http://www.w3.org/2005/Atom">
52     <id>about:</id>
53     <title type="html">x<p xmlns="">x</p>x</title>
54     <link rel="self" href=""/>
55     <updated>2000-01-02T03:04:05Z</updated>
56     </feed>
57     #errors
58     /feed/title/p;element not allowed:atom|TextConstruct;m
59     /feed/title/p;element;unsupported
60    
61     #data
62     <feed xmlns="http://www.w3.org/2005/Atom">
63     <id>about:</id>
64     <title type="html"><div xmlns="http://www.w3.org/1999/xhtml">x</div></title>
65     <link rel="self" href=""/>
66     <updated>2000-01-02T03:04:05Z</updated>
67     </feed>
68     #errors
69     /feed/title/div;element not allowed:atom|TextConstruct;m
70    
71     #data
72     <feed xmlns="http://www.w3.org/2005/Atom">
73     <id>about:</id>
74     <title type="xhtml">xxx</title>
75     <link rel="self" href=""/>
76     <updated>2000-01-02T03:04:05Z</updated>
77     </feed>
78     #errors
79     /feed/title/"xxx";character not allowed:atom|TextConstruct;m
80     /feed/title;element missing:div;m
81    
82     #data
83     <feed xmlns="http://www.w3.org/2005/Atom">
84     <id>about:</id>
85     <title type="xhtml">x<p xmlns="">x</p>x</title>
86     <link rel="self" href=""/>
87     <updated>2000-01-02T03:04:05Z</updated>
88     </feed>
89     #errors
90     /feed/title/"x";character not allowed:atom|TextConstruct;m
91     /feed/title/p;element not allowed:atom|TextConstruct;m
92     /feed/title/p;element;unsupported
93     /feed/title/"x";character not allowed:atom|TextConstruct;m
94     /feed/title;element missing:div;m
95    
96     #data
97     <feed xmlns="http://www.w3.org/2005/Atom">
98     <id>about:</id>
99     <title type="xhtml"><p xmlns="http://www.w3.org/1999/xhtml">x</p></title>
100     <link rel="self" href=""/>
101     <updated>2000-01-02T03:04:05Z</updated>
102     </feed>
103     #errors
104     /feed/title/p;element not allowed:atom|TextConstruct;m
105     /feed/title;element missing:div;m
106    
107     #data
108     <feed xmlns="http://www.w3.org/2005/Atom">
109     <id>about:</id>
110     <title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">x</div></title>
111     <link rel="self" href=""/>
112     <updated>2000-01-02T03:04:05Z</updated>
113     </feed>
114     #errors
115    
116     #data
117     <feed xmlns="http://www.w3.org/2005/Atom">
118     <id>about:</id>
119     <title type="xhtml"><div>x</div></title>
120     <link rel="self" href=""/>
121     <updated>2000-01-02T03:04:05Z</updated>
122     </feed>
123     #errors
124     /feed/title/div;element not allowed:atom|TextConstruct;m
125     /feed/title;element missing:div;m
126     /feed/title/div;element not defined;m
127    
128     #data
129     <feed xmlns="http://www.w3.org/2005/Atom">
130     <id>about:</id>
131     <title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">x</div><div xmlns="http://www.w3.org/1999/xhtml">x</div></title>
132     <link rel="self" href=""/>
133     <updated>2000-01-02T03:04:05Z</updated>
134     </feed>
135     #errors
136     /feed/title/div;element not allowed:atom|TextConstruct;m
137    
138     #data
139     <feed xmlns="http://www.w3.org/2005/Atom">
140     <id>about:</id>
141     <author></author>
142     <title>x</title>
143     <link rel="self" href=""/>
144     <updated>2000-01-02T03:04:05Z</updated>
145     </feed>
146     #errors
147     /feed/author;element missing:atom|name;m
148    
149     #data
150     <feed xmlns="http://www.w3.org/2005/Atom">
151     <id>about:</id>
152     <author><name>xx</name></author>
153     <title>x</title>
154     <link rel="self" href=""/>
155     <updated>2000-01-02T03:04:05Z</updated>
156     </feed>
157     #errors
158    
159     #data
160     <feed xmlns="http://www.w3.org/2005/Atom">
161     <id>about:</id>
162     <author><name>xx</name><uri>about:</uri></author>
163     <link rel="self" href=""/>
164     <updated>2000-01-02T03:04:05Z</updated>
165     <title>x</title>
166     </feed>
167     #errors
168    
169     #data
170     <feed xmlns="http://www.w3.org/2005/Atom">
171     <id>about:</id>
172     <author><name>xx</name><uri>about:</uri><uri>data:,</uri></author>
173     <link rel="self" href=""/>
174     <updated>2000-01-02T03:04:05Z</updated>
175     <title>x</title>
176     </feed>
177     #errors
178     /feed/author/uri;element not allowed:atom|PersonConstruct;m
179    
180     #data
181     <feed xmlns="http://www.w3.org/2005/Atom">
182     <id>about:</id>
183     <title>x</title>
184     <author><name>x</name><email>a@example.net</email></author>
185     <link rel="self" href=""/>
186     <updated>2000-01-02T03:04:05Z</updated>
187     </feed>
188     #errors
189     /feed/author/email;addr-spec not supported;u
190    
191     #data
192     <feed xmlns="http://www.w3.org/2005/Atom"><id>about:</id><author><name>x</name><email>a@example.net</email><email>b@example.test</email></author>
193     <link rel="self" href=""/>
194     <title>x</title>
195     <updated>2000-01-02T03:04:05Z</updated>
196     </feed>
197     #errors
198     /feed/author/email;element not allowed:atom|PersonConstruct;m
199     /feed/author/email;addr-spec not supported;u
200     /feed/author/email;addr-spec not supported;u
201    
202     #data
203     <feed xmlns="http://www.w3.org/2005/Atom">
204     <id>about:</id>
205     <author><email>a@example.net</email></author>
206     <link rel="self" href=""/>
207     <updated>2000-01-02T03:04:05Z</updated>
208     <title>x</title>
209     </feed>
210     #errors
211     /feed/author;element missing:atom|name;m
212     /feed/author/email;addr-spec not supported;u
213    
214     #data
215     <feed xmlns="http://www.w3.org/2005/Atom">
216     <id>about:</id>
217     <author><title>a@example.net</title></author>
218     <link rel="self" href=""/>
219     <updated>2000-01-02T03:04:05Z</updated>
220     <title>x</title>
221     </feed>
222     #errors
223     /feed/author;element missing:atom|name;m
224     /feed/author/title;element not allowed:atom|PersonConstruct;m
225    
226     #data
227     <feed xmlns="http://www.w3.org/2005/Atom">
228     <id>about:</id>
229     <author><p>a@example.net</p></author>
230     <link rel="self" href=""/>
231     <updated>2000-01-02T03:04:05Z</updated>
232     <title>x</title>
233     </feed>
234     #errors
235     /feed/author;element missing:atom|name;m
236     /feed/author/p;element not allowed:atom|PersonConstruct;m
237     /feed/author/p;element not defined;m
238 wakaba 1.3
239     #data
240     <feed xmlns="http://www.w3.org/2005/Atom">
241     <id>about:</id>
242     <author><name>x</name></author>
243     <link rel="self" href=""/>
244     <updated>2000-01-02T03:04:05Z</updated>
245     <title>x</title>
246     <entry>
247    
248     </entry>
249     </feed>
250     #errors
251     /feed/entry;element missing:atom|id
252     /feed/entry;element missing:atom|title
253     /feed/entry;element missing:atom|updated
254     /feed/entry;element missing:atom|link|alternate
255    
256     #data
257     <feed xmlns="http://www.w3.org/2005/Atom">
258     <id>about:</id>
259     <author><name>x</name></author>
260     <link rel="self" href=""/>
261     <updated>2000-01-02T03:04:05Z</updated>
262     <title>x</title>
263     <entry>
264    
265     </entry>
266     <entry>
267     </entry>
268     </feed>
269     #errors
270     /feed/entry;element missing:atom|id
271     /feed/entry;element missing:atom|title
272     /feed/entry;element missing:atom|updated
273     /feed/entry;element missing:atom|link|alternate
274     /feed/entry;element missing:atom|id
275     /feed/entry;element missing:atom|title
276     /feed/entry;element missing:atom|updated
277     /feed/entry;element missing:atom|link|alternate
278    
279     #data
280     <feed xmlns="http://www.w3.org/2005/Atom">
281     <id>about:</id>
282     <link rel="self" href=""/>
283     <updated>2000-01-02T03:04:05Z</updated>
284     <title>x</title>
285     <entry>
286    
287     </entry>
288     </feed>
289     #errors
290 wakaba 1.4 /feed;element missing:atom|author;m
291 wakaba 1.3 /feed/entry;element missing:atom|author;m
292     /feed/entry;element missing:atom|id
293     /feed/entry;element missing:atom|title
294     /feed/entry;element missing:atom|updated
295     /feed/entry;element missing:atom|link|alternate
296    
297     #data
298     <feed xmlns="http://www.w3.org/2005/Atom">
299     <id>about:</id>
300     <link rel="self" href=""/>
301     <updated>2000-01-02T03:04:05Z</updated>
302     <title>x</title>
303     <entry>
304    
305     </entry>
306     <entry/>
307     </feed>
308     #errors
309 wakaba 1.4 /feed;element missing:atom|author;m
310 wakaba 1.3 /feed/entry;element missing:atom|author;m
311     /feed/entry;element missing:atom|author;m
312     /feed/entry;element missing:atom|id
313     /feed/entry;element missing:atom|title
314     /feed/entry;element missing:atom|updated
315     /feed/entry;element missing:atom|link|alternate
316     /feed/entry;element missing:atom|id
317     /feed/entry;element missing:atom|title
318     /feed/entry;element missing:atom|updated
319     /feed/entry;element missing:atom|link|alternate
320    
321     #data
322     <feed xmlns="http://www.w3.org/2005/Atom">
323     <id>about:</id>
324     <entry/>
325     <link rel="self" href=""/>
326     <updated>2000-01-02T03:04:05Z</updated>
327     <title>x</title>
328     </feed>
329     #errors
330 wakaba 1.4 /feed;element missing:atom|author;m
331 wakaba 1.3 /feed/entry;element missing:atom|author;m
332     /feed/link;element not allowed
333     /feed/title;element not allowed
334     /feed/updated;element not allowed
335     /feed/entry;element missing:atom|id
336     /feed/entry;element missing:atom|title
337     /feed/entry;element missing:atom|updated
338     /feed/entry;element missing:atom|link|alternate
339    
340     #data
341     <feed xmlns="http://www.w3.org/2005/Atom">
342     <id>about:</id>
343     <entry/>
344     <author><name>x</name></author>
345     <link rel="self" href=""/>
346     <updated>2000-01-02T03:04:05Z</updated>
347     <title>x</title>
348     </feed>
349     #errors
350     /feed/entry;element missing:atom|id
351     /feed/entry;element missing:atom|title
352     /feed/entry;element missing:atom|updated
353     /feed/entry;element missing:atom|link|alternate
354     /feed/author;element not allowed
355     /feed/link;element not allowed
356     /feed/updated;element not allowed
357     /feed/title;element not allowed
358    
359     #data
360     <feed xmlns="http://www.w3.org/2005/Atom">
361     <id>about:</id>
362     <link rel="self" href=""/>
363     <updated>2000-01-02T03:04:05Z</updated>
364     <title>x</title>
365     <entry>
366     <entry/>
367     </entry>
368     </feed>
369     #errors
370 wakaba 1.4 /feed;element missing:atom|author;m
371 wakaba 1.3 /feed/entry;element missing:atom|author;m
372     /feed/entry/entry;element not allowed
373     /feed/entry/entry;element missing:atom|author;m
374     /feed/entry;element missing:atom|id
375     /feed/entry;element missing:atom|title
376     /feed/entry;element missing:atom|updated
377     /feed/entry;element missing:atom|link|alternate
378     /feed/entry/entry;element missing:atom|id
379     /feed/entry/entry;element missing:atom|title
380     /feed/entry/entry;element missing:atom|updated
381     /feed/entry/entry;element missing:atom|link|alternate
382    
383     #data
384     <feed xmlns="http://www.w3.org/2005/Atom">
385     <id>about:</id>
386     <link rel="self" href=""/>
387     <updated>2000-01-02T03:04:05Z</updated>
388     <title>x</title>
389     <entry>
390     <author><name>x</name></author>
391     </entry>
392     </feed>
393     #errors
394     /feed/entry;element missing:atom|id
395     /feed/entry;element missing:atom|title
396     /feed/entry;element missing:atom|updated
397     /feed/entry;element missing:atom|link|alternate
398    
399     #data
400     <feed xmlns="http://www.w3.org/2005/Atom">
401     <id>about:</id>
402     <link rel="self" href=""/>
403     <updated>2000-01-02T03:04:05Z</updated>
404     <title>x</title>
405     <entry>
406     <author><name>x</name></author>
407     </entry>
408     <entry/>
409     </feed>
410     #errors
411 wakaba 1.4 /feed;element missing:atom|author;m
412 wakaba 1.3 /feed/entry;element missing:atom|author;m
413     /feed/entry;element missing:atom|id
414     /feed/entry;element missing:atom|title
415     /feed/entry;element missing:atom|updated
416     /feed/entry;element missing:atom|link|alternate
417     /feed/entry;element missing:atom|id
418     /feed/entry;element missing:atom|title
419     /feed/entry;element missing:atom|updated
420     /feed/entry;element missing:atom|link|alternate
421    
422     #data
423     <feed xmlns="http://www.w3.org/2005/Atom">
424     <id>about:</id>
425     <link rel="self" href=""/>
426     <updated>2000-01-02T03:04:05Z</updated>
427     <title>x</title>
428     <entry>
429     <source>
430     <author><name>x</name></author>
431     </source>
432     </entry>
433     </feed>
434     #errors
435 wakaba 1.4 /feed;element missing:atom|author;m
436 wakaba 1.3 /feed/entry;element missing:atom|id
437     /feed/entry;element missing:atom|title
438     /feed/entry;element missing:atom|updated
439     /feed/entry;element missing:atom|link|alternate
440    
441     #data
442     <feed xmlns="http://www.w3.org/2005/Atom">
443     <id>about:</id>
444     <link rel="self" href=""/>
445     <updated>2000-01-02T03:04:05Z</updated>
446     <title>x</title>
447     <source>
448     <author><name>x</name></author>
449     </source>
450     <entry>
451    
452     </entry>
453     </feed>
454     #errors
455 wakaba 1.4 /feed;element missing:atom|author;m
456 wakaba 1.3 /feed/entry;element missing:atom|author;m
457     /feed/source;element not allowed
458     /feed/entry;element missing:atom|id
459     /feed/entry;element missing:atom|title
460     /feed/entry;element missing:atom|updated
461     /feed/entry;element missing:atom|link|alternate
462    
463     #data
464     <x xmlns="">
465     <feed xmlns="http://www.w3.org/2005/Atom">
466     <id>about:</id>
467     <author><name>x</name></author>
468     <link rel="self" href=""/>
469     <updated>2000-01-02T03:04:05Z</updated>
470     <title>x</title>
471     <entry>
472    
473     </entry>
474     </feed>
475     </x>
476     #errors
477     /x;element;unsupported
478     /x/feed/entry;element missing:atom|author;m
479     /x/feed/entry;element missing:atom|id
480     /x/feed/entry;element missing:atom|title
481     /x/feed/entry;element missing:atom|updated
482     /x/feed/entry;element missing:atom|link|alternate
483    
484     #data
485     <entry xmlns="http://www.w3.org/2005/Atom">
486     <id>about:</id>
487     <link rel="alternate" href=""/>
488     <updated>2000-01-02T03:04:05Z</updated>
489     <title>x</title>
490     </entry>
491     #errors
492     /entry;element missing:atom|author;m
493    
494     #data
495     <entry xmlns="http://www.w3.org/2005/Atom">
496     <id>about:</id>
497     <author><name>x</name></author>
498     <link rel="alternate" href=""/>
499     <updated>2000-01-02T03:04:05Z</updated>
500     <title>x</title>
501     </entry>
502     #errors
503    
504     #data
505     <entry xmlns="http://www.w3.org/2005/Atom">
506     <id>about:</id>
507     <source><author><name>x</name></author></source>
508     <link rel="alternate" href=""/>
509     <updated>2000-01-02T03:04:05Z</updated>
510     <title>x</title>
511     </entry>
512     #errors
513 wakaba 1.4
514     #data
515     <feed xmlns="http://www.w3.org/2005/Atom">
516     <id>about:</id>
517     <link rel="self" href=""/>
518     <updated>2000-01-02T03:04:05Z</updated>
519     <title>x</title>
520     <entry>
521    
522     </entry>
523     </feed>
524     #errors
525     /feed;element missing:atom|author;m
526     /feed/entry;element missing:atom|author;m
527     /feed/entry;element missing:atom|id
528     /feed/entry;element missing:atom|title
529     /feed/entry;element missing:atom|updated
530     /feed/entry;element missing:atom|link|alternate
531    
532     #data
533     <feed xmlns="http://www.w3.org/2005/Atom">
534     <id>about:</id>
535     <link rel="self" href=""/>
536     <updated>2000-01-02T03:04:05Z</updated>
537     <title>x</title>
538     <entry>
539     <author><name>x</name></author>
540     </entry>
541     </feed>
542     #errors
543     /feed/entry;element missing:atom|id
544     /feed/entry;element missing:atom|title
545     /feed/entry;element missing:atom|updated
546     /feed/entry;element missing:atom|link|alternate
547    
548     #data
549     <feed xmlns="http://www.w3.org/2005/Atom">
550     <id>about:</id>
551     <link rel="self" href=""/>
552     <updated>2000-01-02T03:04:05Z</updated>
553     <title>x</title>
554     <entry>
555     <author><name>x</name></author>
556     </entry>
557     <entry>
558     <author><name>x</name></author>
559     </entry>
560     </feed>
561     #errors
562     /feed/entry;element missing:atom|id
563     /feed/entry;element missing:atom|title
564     /feed/entry;element missing:atom|updated
565     /feed/entry;element missing:atom|link|alternate
566     /feed/entry;element missing:atom|id
567     /feed/entry;element missing:atom|title
568     /feed/entry;element missing:atom|updated
569     /feed/entry;element missing:atom|link|alternate
570    
571     #data
572     <feed xmlns="http://www.w3.org/2005/Atom">
573     <id>about:</id>
574     <link rel="self" href=""/>
575     <updated>2000-01-02T03:04:05Z</updated>
576     <title>x</title>
577     <entry>
578     </entry>
579     <entry>
580     <author><name>x</name></author>
581     </entry>
582     </feed>
583     #errors
584     /feed;element missing:atom|author;m
585     /feed/entry;element missing:atom|author;m
586     /feed/entry;element missing:atom|id
587     /feed/entry;element missing:atom|title
588     /feed/entry;element missing:atom|updated
589     /feed/entry;element missing:atom|link|alternate
590     /feed/entry;element missing:atom|id
591     /feed/entry;element missing:atom|title
592     /feed/entry;element missing:atom|updated
593     /feed/entry;element missing:atom|link|alternate
594    
595     #data
596     <feed xmlns="http://www.w3.org/2005/Atom">
597     <id>about:</id>
598     <link rel="self" href=""/>
599     <updated>2000-01-02T03:04:05Z</updated>
600     <title>x</title>
601     <entry>
602     <author><name>x</name></author>
603     </entry>
604     <entry>
605     </entry>
606     </feed>
607     #errors
608     /feed;element missing:atom|author;m
609     /feed/entry;element missing:atom|id
610     /feed/entry;element missing:atom|title
611     /feed/entry;element missing:atom|updated
612     /feed/entry;element missing:atom|link|alternate
613     /feed/entry;element missing:atom|author;m
614     /feed/entry;element missing:atom|id
615     /feed/entry;element missing:atom|title
616     /feed/entry;element missing:atom|updated
617     /feed/entry;element missing:atom|link|alternate
618    
619     #data
620     <feed xmlns="http://www.w3.org/2005/Atom">
621     <id>about:</id>
622     <link rel="self" href=""/>
623     <updated>2000-01-02T03:04:05Z</updated>
624     <title>x</title>
625     <entry>
626     </entry>
627     <entry>
628     <author><name>x</name></author>
629     </entry>
630     </feed>
631     #errors
632     /feed;element missing:atom|author;m
633     /feed/entry;element missing:atom|id
634     /feed/entry;element missing:atom|title
635     /feed/entry;element missing:atom|updated
636     /feed/entry;element missing:atom|link|alternate
637     /feed/entry;element missing:atom|author;m
638     /feed/entry;element missing:atom|id
639     /feed/entry;element missing:atom|title
640     /feed/entry;element missing:atom|updated
641     /feed/entry;element missing:atom|link|alternate
642    
643     #data
644     <feed xmlns="http://www.w3.org/2005/Atom">
645     <id>about:</id>
646     <link rel="self" href=""/>
647     <updated>2000-01-02T03:04:05Z</updated>
648     <title>x</title>
649     <entry>
650     <author><name>x</name></author>
651     </entry>
652     <entry>
653     </entry>
654     <entry>
655     </entry>
656     </feed>
657     #errors
658     /feed;element missing:atom|author;m
659     /feed/entry;element missing:atom|id
660     /feed/entry;element missing:atom|title
661     /feed/entry;element missing:atom|updated
662     /feed/entry;element missing:atom|link|alternate
663     /feed/entry;element missing:atom|author;m
664     /feed/entry;element missing:atom|id
665     /feed/entry;element missing:atom|title
666     /feed/entry;element missing:atom|updated
667     /feed/entry;element missing:atom|link|alternate
668     /feed/entry;element missing:atom|author;m
669     /feed/entry;element missing:atom|id
670     /feed/entry;element missing:atom|title
671     /feed/entry;element missing:atom|updated
672     /feed/entry;element missing:atom|link|alternate

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24