123 lines
3.0 KiB
Cheetah
123 lines
3.0 KiB
Cheetah
<!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>
|
|
<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>
|
|
This directory contains "daily" images, which are generated automatically every few days (as the name suggests).<br>
|
|
</p>
|
|
<p><strong>hilights:</strong></p>
|
|
<dl>
|
|
<dt>GNOME</dt>
|
|
<dd>This version contains the well known GNOME 3.</dd>
|
|
<dt>KDE</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>Core releases:</strong></p>
|
|
<!-- parts borrowed from Sabayon 7 release announcement for Core rel. and modified a bit :) -->
|
|
<dl>
|
|
<dt>Minimal</dt>
|
|
<dd>It's geared towards very minimal graphical environment setup, no fancy tools, browsers, whatever, just Fluxbox and command line.</dd>
|
|
<dt>Server</dt>
|
|
<dd>Very minimal environment which can be used for server deployment.</dd>
|
|
</dl>
|
|
|
|
<p><strong>the rest:</strong></p>
|
|
<dl>
|
|
<dt>ForensicsXfce</dt>
|
|
<dd>Editions for forensics related tasks. <a href="https://wolfden.github.io/">More</a>.</dd>
|
|
</dl>
|
|
|
|
<p>
|
|
<a name="download_links"></a>
|
|
</p>
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Architecture</th>
|
|
<th>Download link</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="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>
|
|
|
|
|
|
</body>
|
|
</html>
|