web/hosts/www news2003.xml,NONE,1.1 Makefile.in,1.26,1.27 menu.xml,1.14,1.15
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/www
In directory purcel:/tmp/cvs-serv24249/hosts/www
Modified Files:
Makefile.in menu.xml
Added Files:
news2003.xml
Log Message:
add news page for 2003
--- NEW FILE: news2003.xml ---
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<page xmlns:xlink="http://www.w3.org/1999/xlink"
title="News archive 2003" id="Status/News archive/2003">
<left-area>
<menu xlink:href="menu.xml"/>
</left-area>
<content-area lang="en">
<text-header>News</text-header>
<list-news-items year="2003"/>
</content-area>
<right-area>
<text-body>
<related-links name="Related links">
<link xref="tasklist"/>
<link xref="mailinglists"/>
<link xref="bugs"/>
</related-links>
</text-body>
</right-area>
</page>
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/www/Makefile.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile.in 23 Jan 2003 08:13:24 -0000 1.26
+++ Makefile.in 4 Mar 2003 19:30:35 -0000 1.27
@@ -9,7 +9,7 @@
pages := index.html status.html screenshots.html \
news.html newsarchive.html news1998.html news1999.html \
- news2000.html news2001.html news2002.html \
+ news2000.html news2001.html news2002.html news2003.html \
newsall.html contact.html people.html mailinglists.html irc.html \
introduction.html architecture.html \
docs_i.html history.html links.html license.html \
Index: menu.xml
===================================================================
RCS file: /cvs/fresco/web/hosts/www/menu.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- menu.xml 21 Nov 2002 18:05:42 -0000 1.14
+++ menu.xml 4 Mar 2003 19:30:35 -0000 1.15
@@ -5,6 +5,7 @@
<item title="Screenshots" site="www" url="screenshots.html" info="Various screenshots"/>
<item title="Latest news" site="www" url="news.html" info="Latest news"/>
<item title="News archive" site="www" url="newsarchive.html" info="Newsarchive">
+ <item title="2003" site="www" url="news2003.html" info="Newsarchive 2003"/>
<item title="2002" site="www" url="news2002.html" info="Newsarchive 2002"/>
<item title="2001" site="www" url="news2001.html" info="Newsarchive 2001"/>
<item title="2000" site="www" url="news2000.html" info="Newsarchive 2000"/>