aboutsummaryrefslogtreecommitdiffstats
path: root/english/releases/lenny/release.data
blob: df32507cb5b45f5fcc27c6fe8fcfe9ee483e97e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<perl>

# list of architectures
@arches = (
        alpha,
        amd64,
        arm,
	armel,
        hppa,
        i386,
        ia64,
        mips,
        mipsel,
        powerpc,
        s390,
        sparc,
);

# list of architectures for install manual
# (normally the same list can be used for manual and release notes,
# but for lenny we need separate lists as the manual does not have
# a separate version for armel)
@archesinstall = (
        alpha,
        amd64,
        arm,
        armel,
        hppa,
        i386,
        ia64,
        mips,
        mipsel,
        powerpc,
        s390,
        sparc,
);

# list of install manual output formats
%formats = (
	html => "HTML",
	pdf  => "PDF",
	txt  => "plain text",
);

# list of languages install manual is translated to
%langsinstall = (
	english => "en",
	catalan => "ca",
	czech => "cs",
#	danish => "da",
	german => "de",
	greek => "el",
	spanish => "es",
	finnish => "fi",
	french => "fr",
#	hungarian => "hu",
	italian => "it",
	japanese => "ja",
	korean => "ko",
#	dutch => "nl",
	portuguese => "pt",
	portuguese_br => "pt_BR",
	russian => "ru",
	swedish => "sv",
	vietnamese => "vi",
	chinese_cn => "zh_CN",
);

# list of languages release notes are translated to
%langsrelnotes = (
	english => "en",
	catalan => "ca",
	czech => "cs",
#	danish => "da",
	german => "de",
	spanish => "es",
	french => "fr",
	italian => "it",
	japanese => "ja",
	lithuanian => "lt",
	malayalam => "ml",
	norwegian => "nb",
#	dutch => "nl",
	portuguese => "pt",
	portuguese_br => "pt_BR",
	romanian => "ro",
	russian => "ru",
	slovak => "sk",
	swedish => "sv",
	vietnamese => "vi",
	chinese_cn => "zh_CN",
	chinese_tw => "zh_TW",
);

</perl>

### While lenny is stable, we can reuse the tags defined in
### templates/debian/release_images.wml.
### When the website gets prepared for the next stable release,
### the tags should be defined here instead (see previous releases
### for examples).
### Note that images for the new oldstable release will be moved to
### cdimage/archive at the time of the release!

## Next line should be changed to 'wml::debian::installer' when
## preparing for next stable release; don't forget the Makefile!
#use wml::debian::release_images

<define-tag netinst-images>
<stable-netinst-images />
</define-tag>

<define-tag businesscard-images>
<stable-businesscard-images />
</define-tag>

<define-tag full-cd-images>
<stable-full-cd-images />
</define-tag>

<define-tag full-cd-torrent>
<stable-full-cd-torrent />
</define-tag>

<define-tag full-cd-jigdo>
<stable-full-cd-jigdo />
</define-tag>

<define-tag full-dvd-images>
<stable-full-dvd-images />
</define-tag>

<define-tag full-dvd-torrent>
<stable-full-dvd-torrent />
</define-tag>

<define-tag full-dvd-jigdo>
<stable-full-dvd-jigdo />
</define-tag>

<define-tag full-bluray-jigdo>
<stable-full-bluray-jigdo />
</define-tag>

<define-tag other-images>
<stable-other-images />
</define-tag>

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