]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/xml/news.xml
New data.
[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>20020320</date>
23     <description>
24      The MOWGLI Kick-Off was held in Golm the 15th of March.
25      MOWGLI members can find a
26      <a href="members/kick-off.html" target="content">report</a> of the
27      meeting in the members area.
28     </description>
29     <who file="bologna/sacerdoti"/>
30   </event>
31       
32   <event>
33     <date>20020311</date>
34     <description>
35      <a href="people/dfki/libbrecht.html" target="content">Paul Libbrecht</a>
36      contributes a much improved PDF file for the MOWGLI proposal in the
37      member area.
38     </description>
39     <who file="bologna/sacerdoti"/>
40   </event>
41       
42   <event>
43     <date>20020306</date>
44     <description>
45      The agenda of the
46      <a href="mowgli-events/kick-off.html" target="content">MOWGLI Kick-Off meeting</a>
47      has been detailed.
48     </description>
49     <who file="bologna/sacerdoti"/>
50   </event>
51       
52   <event>
53     <date>20020226</date>
54     <description>
55       The site is now available in two versions: with and without
56       frames. Please, try
57       <a href="http://mowgli.cs.unibo.it/html_no_frames" target="_top">the one
58       without frames</a> and give us some feedback.
59     </description>
60     <who file="bologna/sacerdoti"/>
61   </event>
62       
63   <event>
64     <date>20020222</date>
65     <description>
66       The MOWGLI Kick-Off is approaching. Find out more
67       informations under MOWGLI Events.
68     </description>
69     <who file="bologna/sacerdoti"/>
70   </event>
71       
72   <event>
73     <date>20020222</date>
74     <description>
75       MOWGLI Web Site announced. MKM03 added to events.
76     </description>
77     <who file="bologna/sacerdoti"/>
78   </event>
79       
80   <event>
81     <date>20020214</date>
82     <header>Valentine's Day</header>
83     <description>
84       New fancy colours, improved layout, especially for I.E. (bleah), main page
85       generated automatically.
86     </description>
87     <who file="bologna/padovani"/>
88   </event>
89   
90   <event>
91     <date>20020212</date>
92     <description>
93       Site moved into CVS. XSLT stylesheets are used to generate
94       HTML pages from XML sources.
95     </description>
96     <who file="bologna/sacerdoti"/>
97   </event>
98   
99   <event>
100     <date>20020119</date>
101     <description>
102       First Web pages created.
103     </description>
104     <who file="bologna/padovani"/>
105   </event>
106   
107 </news>
108