-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tmpl
163 lines (151 loc) · 4.34 KB
/
main.tmpl
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Sabayon Linux</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<p>
<span style="float:left;">
<a href="#download_links">skip to download links</a>
</span>
</p>
<div style="float:right;">
<ul style="margin:0px">
<li><a href="daily/daily.html">go to "daily" editions</a></li>
<li><a href="monthly/monthly.html">go to monthly editions</a></li>
<li><a href="http://torrents.sabayon.org/">go to torrent tracker</a></li>
</ul>
</div>
<p>
</p>
<p>
Sabayon comes in different flavours to choose.<br>
To distinguish between them, a suffix is appended to file names.<br>
Here's a short description. <strong>More details</strong> can be found <a href="http://forum.sabayon.org/viewtopic.php?f=86&t=20887">in this thread on Sabayon forum</a>.
</p>
<p><strong>main releases:</strong></p>
<dl>
<dt>G</dt>
<dd>This version contains the well known GNOME 3.</dd>
<dt>K</dt>
<dd>This version comes with KDE SC, another popular desktop environment.</dd>
<dt>Xfce</dt>
<dd>Contains Xfce - lightweight yet very functional and friendly desktop.</dd>
<dt>MATE</dt>
<dd>With the GNOME 2 fork.</dd>
</dl>
<!--
<p><strong>experimental or secondary releases:</strong></p>
<dl>
<dt>LXDE</dt>
<dd>With LXDE. Small, pretty and usable. In this category it's the best solution for newbies.</dd>
<dt>E17</dt>
<dd>With Enlightenment DR17.</dd>
</dl>
-->
<p><strong>additionally, these Core releases are available:</strong></p>
<!-- borrowed from Sabayon 7 release announcement for Core rel. and modified a bit :) -->
<dl>
<dt>SpinBase</dt>
<dd>It's a very minimal environment that can be used for many different purposes: didactical, home server deployment, and even for custom Sabayon ISO images creation, using our tool called Molecule. Any Sabayon release we make is based on SpinBase.</dd>
<dt>CoreCDX</dt>
<dd>It's geared towards very minimal graphical environment setup, no fancy tools, browsers, whatever, just Fluxbox and command line.</dd>
<dt>ServerBase</dt>
<dd>It's very similar to SpinBase, but powered by a server-optimized Linux kernel (package: sys-kernel/linux-server).</dd>
<!--
<dt>OpenVZ</dt>
<dd>It's our official OpenVZ template.</dd>
-->
</dl>
<p>
All of them have a smaller footprint making them fit into a single CD, or USB memory sticks.<br>
SpinBase and ServerBase are provided with a very minimal Anaconda Installer and CoreCDX <strong>should be preferred</strong> for non-standard filesystem/partition layouts.
</p>
<p>
<a name="download_links"></a>
</p>
<table>
<tr>
<th>Name</th>
<th>Architecture</th>
<th>Download link</th>
<th>Torrent</th>
<th>md5sum</th>
<th>Package list</th>
<th>Size</th>
<th>Date</th>
</tr>
<TMPL_LOOP NAME="intel_editions_loop">
<TMPL_LOOP NAME="arches_loop">
<tr>
<TMPL_IF NAME="__first__">
<td rowspan="<TMPL_VAR name="arches_per_edition">">
<strong><TMPL_VAR NAME="name" ESCAPE=html></strong>
</td>
</TMPL_IF>
<td>
<TMPL_VAR name="arch" ESCAPE=html>
</td>
<td>
<TMPL_IF NAME="mainfile_url">
<a href="<TMPL_VAR NAME="mainfile_url" ESCAPE=html>">download</a>
<TMPL_ELSE>
???
</TMPL_IF>
</td>
<td>
<TMPL_IF NAME="torrent_url">
<a href="<TMPL_VAR NAME="torrent_url" ESCAPE=html>">torrent</a>
<TMPL_ELSE>
N/A
</TMPL_IF>
</td>
<td>
<TMPL_IF NAME="md5_url">
<a href="<TMPL_VAR NAME="md5_url" ESCAPE=html>">md5sum</a>
<TMPL_ELSE>
N/A
</TMPL_IF>
</td>
<td>
<TMPL_IF NAME="pkglist_url">
<a href="<TMPL_VAR NAME="pkglist_url" ESCAPE=html>">package list</a>
<TMPL_ELSE>
N/A
</TMPL_IF>
</td>
<td>
<TMPL_IF NAME="mainfile_size">
<TMPL_VAR NAME="mainfile_size" ESCAPE=html>
<TMPL_ELSE>
N/A
</TMPL_IF>
</td>
<td>
<TMPL_IF NAME="mainfile_date">
<TMPL_VAR NAME="mainfile_date" ESCAPE=html>
<TMPL_ELSE>
N/A
</TMPL_IF>
</td>
</tr>
</TMPL_LOOP>
</TMPL_LOOP>
</table>
<p style="font-size:75%; margin-top:0px">All dates are in day-month-year format.</p>
<TMPL_IF NAME="others_loop">
<p>
<strong>Other:</strong><br>
<TMPL_LOOP NAME="others_loop">
<a href="<TMPL_VAR NAME="url" ESCAPE=html>">
<TMPL_VAR NAME="name" ESCAPE=html>
</a>
<br>
</TMPL_LOOP>
</p>
</TMPL_IF>
</body>
</html>