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

CVS webwml/dutch/News/press



Update of /cvs/webwml/webwml/dutch/News/press
In directory gluck:/tmp/cvs-serv16117/dutch/News/press

Modified Files:
	index.wml 
Log Message:
Don't try to include the non-existing 2008 data file anymore

--- /cvs/webwml/webwml/dutch/News/press/index.wml	2007/11/04 21:27:35	1.4
+++ /cvs/webwml/webwml/dutch/News/press/index.wml	2008/01/17 20:06:24	1.5
@@ -1,7 +1,7 @@
 #use wml::debian::template title="Debian in de Pers" NOHEADER=yes
 #use wml::debian::countries
 #include "$(ENGLISHDIR)/News/press/press.tags"
-#use wml::debian::translation-check translation="1.11"
+#use wml::debian::translation-check translation="1.12"
 
 <h3>Debian in de Pers</h3>
 
@@ -16,7 +16,7 @@
 <a href="http://wiki.debian.org/PressCoverage2007";>Berichten in de pers
 voor 2007 in de Debian Wiki</a>
 
-#include "$(ENGLISHDIR)/News/press/$(CUR_YEAR).data"
+# include "$(ENGLISHDIR)/News/press/$(CUR_YEAR).data"
 
 <p>Berichten in de pers uit andere jaren kunnen op de volgende pagina's
 bekeken worden:
@@ -25,7 +25,7 @@
   <li><a href="http://wiki.debian.org/PressCoverage2006";>Berichten in de pers
       voor 2006 (verzameld in de Debian Wiki)</a></li>
 <:
- for ($year = $(CUR_YEAR) - 1; $year >= 1997; $year --) {
+ for ($year = 2007 - 1; $year >= 1997; $year --) {
   print qq'  <li><a href="$year">Berichten in de pers voor $year</a>\n' if -f "$(ENGLISHDIR)/News/press/$year.data";
  }
 :>


Reply to: