]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/xml/news.xml
* Some documents were not valid
[helm.git] / helm / mowgli / home / xml / news.xml
1 <?xml version="1.0"?>
2
3 <!DOCTYPE news [
4  <!ELEMENT news (event*)>
5  <!ELEMENT event (date,header?,description,who?)>
6  <!ELEMENT date (#PCDATA)>
7  <!ELEMENT header (#PCDATA)>
8  <!ELEMENT description (#PCDATA|a)*>
9  <!ELEMENT who EMPTY>
10  <!ATTLIST who
11            file CDATA #REQUIRED>
12
13  <!-- Small subset of XHTML -->
14  <!ELEMENT a (#PCDATA)>
15  <!ATTLIST a
16            target CDATA #REQUIRED
17            href CDATA #REQUIRED>
18 ]>
19
20 <news>
21   <event>
22     <date>20020311</date>
23     <description>
24      <a href="people/dfki/libbrecht.html" target="content">Paul Libbrecht</a>
25      contributes a much improved PDF file for the MOWGLI proposal in the
26      member area.
27     </description>
28     <who file="bologna/sacerdoti"/>
29   </event>
30       
31   <event>
32     <date>20020306</date>
33     <description>
34      The agenda of the
35      <a href="mowgli-events/kick-off.html" target="content">MOWGLI Kick-Off meeting</a>
36      has been detailed.
37     </description>
38     <who file="bologna/sacerdoti"/>
39   </event>
40       
41   <event>
42     <date>20020226</date>
43     <description>
44       The site is now available in two versions: with and without
45       frames. Please, try
46       <a href="http://mowgli.cs.unibo.it/html_no_frames" target="_top">the one
47       without frames</a> and give us some feedback.
48     </description>
49     <who file="bologna/sacerdoti"/>
50   </event>
51       
52   <event>
53     <date>20020222</date>
54     <description>
55       The MOWGLI Kick-Off is approaching. Find out more
56       informations under MOWGLI Events.
57     </description>
58     <who file="bologna/sacerdoti"/>
59   </event>
60       
61   <event>
62     <date>20020222</date>
63     <description>
64       MOWGLI Web Site announced. MKM03 added to events.
65     </description>
66     <who file="bologna/sacerdoti"/>
67   </event>
68       
69   <event>
70     <date>20020214</date>
71     <header>Valentine's Day</header>
72     <description>
73       New fancy colours, improved layout, especially for I.E. (bleah), main page
74       generated automatically.
75     </description>
76     <who file="bologna/padovani"/>
77   </event>
78   
79   <event>
80     <date>20020212</date>
81     <description>
82       Site moved into CVS. XSLT stylesheets are used to generate
83       HTML pages from XML sources.
84     </description>
85     <who file="bologna/sacerdoti"/>
86   </event>
87   
88   <event>
89     <date>20020119</date>
90     <description>
91       First Web pages created.
92     </description>
93     <who file="bologna/padovani"/>
94   </event>
95   
96 </news>
97