]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xml/news.xml
* A new news
[helm.git] / helm / mowgli / home / xml / news.xml
index 455f8c289b6f6f9a548eaa7b7da7c63cd6071e77..910f30b185c3fd3d58d31994a6e4a394d5060fe8 100644 (file)
@@ -3,17 +3,67 @@
 <!DOCTYPE news [
  <!ELEMENT news (event*)>
  <!ELEMENT event (date,header?,description,who?)>
+ <!ELEMENT date (#PCDATA)>
+ <!ELEMENT header (#PCDATA)>
+ <!ELEMENT description (#PCDATA|a)*>
+ <!ELEMENT who EMPTY>
+ <!ATTLIST who
+           file CDATA #REQUIRED>
+
+ <!-- Small subset of XHTML -->
+ <!ELEMENT a (#PCDATA)>
+ <!ATTLIST a
+           target CDATA #REQUIRED
+           href CDATA #REQUIRED>
 ]>
 
 <news>
 
+  <event>
+    <date>February 26, 2002</date>
+    <description>
+      The site is now available in two versions: with and without
+      frames. Please, try
+      <a href="http://mowgli.cs.unibo.it/html_no_frames" target="_top">the one
+      without frames</a> and give us some feedback.
+    </description>
+    <who file="bologna/sacerdoti"/>
+  </event>
+      
+  <event>
+    <date>February 22, 2002</date>
+    <description>
+      The MOWGLI Kick-Off is approaching. Find out more
+      informations under MOWGLI Events.
+    </description>
+    <who file="bologna/sacerdoti"/>
+  </event>
+      
+  <event>
+    <date>February 22, 2002</date>
+    <description>
+      MOWGLI Web Site announced. MKM03 added to events.
+    </description>
+    <who file="bologna/sacerdoti"/>
+  </event>
+      
+  <event>
+    <date>February 14, 2002</date>
+    <header>Valentine's Day</header>
+    <description>
+      New fancy colours, improved layout, especially for I.E. (bleah), main page
+      generated automatically.
+    </description>
+    <who file="bologna/padovani"/>
+  </event>
+  
   <event>
     <date>February 12, 2002</date>
     <description>
       Site moved into CVS. XSLT stylesheets are used to generate
       HTML pages from XML sources.
     </description>
-    <who>Claudio Sacerdoti Coen</who>
+    <who file="bologna/sacerdoti"/>
   </event>
   
   <event>
@@ -21,7 +71,7 @@
     <description>
       First Web pages created.
     </description>
-    <who>Luca Padovani</who>
+    <who file="bologna/padovani"/>
   </event>
   
 </news>