From be96970a93a18bba53b77b0a7a8be0c4ef9c6231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Sun, 5 Mar 2017 09:04:21 +0200 Subject: [PATCH] Homepage: Updated other download links on Linux page --- web/plugins/pages/html/linux.html | 46 ++++++++++++++----------------- web/style.css | 7 ++++- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/web/plugins/pages/html/linux.html b/web/plugins/pages/html/linux.html index e3b61f89b2..af6d154c70 100644 --- a/web/plugins/pages/html/linux.html +++ b/web/plugins/pages/html/linux.html @@ -17,33 +17,27 @@

Unstable

-
-

Other Builds

-

See the Unix installation article on the wiki for platform-specific instructions.

- -

debian Debian

-

Add the required repo to your "/etc/apt/sources.list" file.

-

For Lenny:

-
-
deb http://debian.keesmeijs.nl/  lenny-kees main
-deb-src http://debian.keesmeijs.nl/ lenny-kees main
-
-

For Etch:

-
-
deb http://debian.keesmeijs.nl/  etch-kees main
-deb-src http://debian.keesmeijs.nl/ etch-kees main
-
- -

The "kees-archive-keyring" package contains the archive signing key, or you can download http://debian.keesmeijs.nl/kees-archive-keyring.pub and install it manually.

- -

Gentoo Gentoo

-

Doomsday Engine package for Gentoo

+
+

Other Builds

+

Binary packages are available for some Linux distributions. You can also compile manually from source (requires CMake 3.1 and Qt 5).

-

openSUSE openSUSE 12.1

-

Binary packages for Doomsday are available in the openSUSE repositories.

+
+
+

debian Ubuntu

+

skyjake's PPA has Doomsday builds for a number of versions of Ubuntu. The Ubuntu repositories should also have stable releases of Doomsday.

-

RedHat RedHat Enterprise Linux 6

-

Doomsday RPM packages built by forum user skolnick. Should also be compatible with RHEL derivatives such as CentOS and Scientific Linux. For more information, see the repository's home page.

+

debian Debian

+

Check Debian's repositories for binary packages.

+
+
+
+

openSUSE openSUSE

+

Binary packages for Doomsday are available in the openSUSE repositories.

+ +
+ diff --git a/web/style.css b/web/style.css index 0bbeafe0e7..9cadd6c4c9 100644 --- a/web/style.css +++ b/web/style.css @@ -198,6 +198,11 @@ hr.dashed { margin:0; } +section.column { + margin-top: 1em; + margin-right: 1em; +} + #status > div.twocolumn { width: 36ex; } @@ -237,7 +242,7 @@ hr.dashed { } .block article:first-of-type, -.block section:first-of-type { +.block section:first-of-type:not(.column) { margin-top: 0; }