[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS webwml/dutch/News



Update of /cvs/webwml/webwml/dutch/News
In directory alioth:/tmp/cvs-serv8206/dutch/News

Modified Files:
	index.wml 
Log Message:
added get_past_news_list as included file

--- /cvs/webwml/webwml/dutch/News/index.wml	2011/03/08 22:57:33	1.18
+++ /cvs/webwml/webwml/dutch/News/index.wml	2011/03/10 22:20:43	1.19
@@ -3,7 +3,7 @@
 #use wml::debian::translation-check translation="1.28"
 
 # $Author: madamezou-guest $
-# $Date: 2011/03/08 22:57:33 $
+# $Date: 2011/03/10 22:20:43 $
 
 <h1><a href="$(CUR_YEAR)/">Het laatste Nieuws</a></h1>
 
@@ -29,17 +29,10 @@
 <p>Meer actuele informatie over ontwikkelingen in het Debian
 project is te vinden in <a href="project/">Debian Projectnieuws</a>.<p>
 
+#include "$(ENGLISHDIR)/News/index.include"
 <p>Nieuws berichten van vorige jaren kunnen via de volgende pagina's
 bekeken worden:
-
-<:
- for ($year = $(CUR_YEAR) - 1; $year > 1997; $year --)
- {
-  print qq'<a href="$year/">$year</a>,\n'
-    if -d "$(ENGLISHDIR)/News/$year";
- }
-:>
-en <a href="1997/">1997</a>.</p>
+<:= get_past_news_list(); :>
 
 <hrline>
 


Reply to: