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