aboutsummaryrefslogtreecommitdiffstats
path: root/croatian/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 /croatian/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 'croatian/News')
-rw-r--r--croatian/News/index.wml11
1 files changed, 6 insertions, 5 deletions
diff --git a/croatian/News/index.wml b/croatian/News/index.wml
index c366907c70d..7b4f4e72481 100644
--- a/croatian/News/index.wml
+++ b/croatian/News/index.wml
@@ -24,15 +24,16 @@ zonama preferiramo korištenje e-maila pred telefonskim pozivima.</p>
<p>Ako tražite informacije o trenutnim događanjima i napretku u razvoju
u Debianu, možda će vas zanimati <a href="project/">Debian Project News</a>.
-<p>Novosti iz prethodnih godina mogu se pregledati na sljedećim stranicama:</p>
+<p>Novosti iz prethodnih godina mogu se pregledati na sljedećim stranicama:
-<ul>
<:
- for ($year = $(CUR_YEAR) - 1; $year >= 1997; $year --) {
- print qq' <li>Stare vijesti iz <a href="$year/">$year.</a>\n' if -d "$(ENGLISHDIR)/News/$year";
+ for ($year = $(CUR_YEAR) - 1; $year > 1997; $year --)
+ {
+ print qq'<a href="$year/">$year</a>,\n'
+ if -d "$(ENGLISHDIR)/News/$year";
}
:>
-</ul>
+i <a href="1997/">1997</a>.</p>
<hrline>

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