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