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