aboutsummaryrefslogtreecommitdiffstats
path: root/norwegian/News
diff options
context:
space:
mode:
authorFrancesca Ciceri <madamezou-guest>2011-03-08 23:57:21 +0000
committerFrancesca Ciceri <madamezou-guest>2011-03-08 23:57:21 +0000
commit40338f328eaaf00b257b1486f2cb3e437e5da2f0 (patch)
treefb43f246ed17cbd63c02b76d7a883f131d0e15f0 /norwegian/News
parent4cec3d346c524c98a822578d0e9065b14bc6b7af (diff)
modified the past news list in a flat, comma separated one
CVS version numbers bulgarian/News/index.wml: 1.12 -> 1.13 catalan/News/index.wml: 1.8 -> 1.9 croatian/News/index.wml: 1.23 -> 1.24 czech/News/index.wml: 1.6 -> 1.7 danish/News/index.wml: 1.15 -> 1.16 dutch/News/index.wml: 1.17 -> 1.18 english/News/index.wml: 1.30 -> 1.31 finnish/News/index.wml: 1.24 -> 1.25 french/News/index.wml: 1.24 -> 1.25 german/News/index.wml: 1.26 -> 1.27 hungarian/News/index.wml: 1.11 -> 1.12 indonesian/News/index.wml: 1.8 -> 1.9 italian/News/index.wml: 1.20 -> 1.21 norwegian/News/index.wml: 1.22 -> 1.23 polish/News/index.wml: 1.12 -> 1.13 portuguese/News/index.wml: 1.14 -> 1.15 romanian/News/index.wml: 1.31 -> 1.32 russian/News/index.wml: 1.20 -> 1.21 spanish/News/index.wml: 1.13 -> 1.14 swedish/News/index.wml: 1.28 -> 1.29 turkish/News/index.wml: 1.14 -> 1.15 ukrainian/News/index.wml: 1.4 -> 1.5
Diffstat (limited to 'norwegian/News')
-rw-r--r--norwegian/News/index.wml12
1 files changed, 5 insertions, 7 deletions
diff --git a/norwegian/News/index.wml b/norwegian/News/index.wml
index fceb4d372bf..187747977cf 100644
--- a/norwegian/News/index.wml
+++ b/norwegian/News/index.wml
@@ -1,6 +1,6 @@
#use wml::debian::template title="De siste nyhetene" NOHEADER="true"
#use wml::debian::recent_list
-#use wml::debian::translation-check translation="1.30" maintainer="Hans F. Nordhaug"
+#use wml::debian::translation-check translation="1.31" maintainer="Hans F. Nordhaug"
# Oversatt til norsk av Tor Slettnes >tor@slett.net>
# Oppdatert av Hans F. Nordhaug <hansfn@gmail.com>
@@ -25,17 +25,15 @@ telefonsamtaler.</p>
utviklingen i Debian-fellesskapet, vil sikkert være interessert i
<a href="project/">Debian prosjektnyheter</a>.</p>
-<p>Nyheter fra tidligere år kan finnes på de følgende sidene:</p>
-
- <ul>
+<p>Nyheter fra tidligere år kan finnes på de følgende sidene:
<:
- for ($year = $(CUR_YEAR) - 1; $year >= 1997; $year --)
+ for ($year = $(CUR_YEAR) - 1; $year > 1997; $year --)
{
- print qq' <li>Tidligere nyheter fra <a href="$year/">$year</a>\n'
+ print qq'<a href="$year/">$year</a>,\n'
if -d "$(ENGLISHDIR)/News/$year";
}
:>
- </ul>
+og <a href="1997/">1997</a>.</p>
<hrline>
# </hrline> - XEmacs kludge

© 2014-2024 Faster IT GmbH | imprint | privacy policy