Skip to content

Commit

Permalink
Homepage: Updated other download links on Linux page
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 5, 2017
1 parent 4445822 commit be96970
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
46 changes: 20 additions & 26 deletions web/plugins/pages/html/linux.html
Expand Up @@ -17,33 +17,27 @@ <h1>Unstable</h1>
</article>
</div>
<div class="block">
<article>
<h1>Other Builds</h1>
<p>See the <a href="/dew/index.php?title=Installation_%28Unix%29">Unix installation</a> article on the wiki for platform-specific instructions.</p>

<h2><img src="images/debian.png" alt="debian" style="vertical-align:text-bottom;" /> Debian</h2>
<p>Add the required repo to your "/etc/apt/sources.list" file.</p>
<p class="leadparagraph">For Lenny:</p>
<blockquote>
<pre>deb http://debian.keesmeijs.nl/ lenny-kees main
deb-src http://debian.keesmeijs.nl/ lenny-kees main</pre>
</blockquote>
<p class="leadparagraph">For Etch:</p>
<blockquote>
<pre>deb http://debian.keesmeijs.nl/ etch-kees main
deb-src http://debian.keesmeijs.nl/ etch-kees main</pre>
</blockquote>

<p>The "kees-archive-keyring" package contains the archive signing key, or you can download <a href="http://debian.keesmeijs.nl/kees-archive-keyring.pub" class="link-external">http://debian.keesmeijs.nl/kees-archive-keyring.pub</a> and install it manually.</p>

<h2><img src="images/gentoo.png" alt="Gentoo" style="vertical-align:text-bottom;" /> Gentoo</h2>
<p><a href="http://gentoo-portage.com/games-fps/doomsday" class="link-external">Doomsday Engine package for Gentoo</a></p>
<article>
<h1>Other Builds</h1>
<p>Binary packages are available for some Linux distributions. You can also <a href="http://wiki.dengine.net/w/Compilation">compile manually from source</a> (requires CMake 3.1 and Qt 5).</p>

<h2><img src="images/opensuse.png" alt="openSUSE" style="vertical-align:text-bottom;"/> openSUSE 12.1</h2>
<p>Binary packages for Doomsday are available in the <a href="http://download.opensuse.org/repositories/games/openSUSE_12.1/" class="link-external">openSUSE repositories.</a></p>
<div id="column1" class="twocolumn collapsible">
<section class="column">
<h2><img src="images/ubuntu.png" alt="debian" style="vertical-align:text-bottom;" /> Ubuntu</h2>
<p><a class="link-external" href="https://launchpad.net/~sjke/+archive/ubuntu/doomsday/">skyjake's PPA</a> has Doomsday builds for a number of versions of Ubuntu. The <a class="link-external" href="http://packages.ubuntu.com/xenial/games/doomsday">Ubuntu repositories</a> should also have stable releases of Doomsday.</p>

<h2><img src="images/redhat.gif" alt="RedHat" style="vertical-align:text-bottom;" /> RedHat Enterprise Linux 6</h2>
<p><a href="http://gapf.ninth.su/el/6/RPMS/repoview/doomsday.html" class="link-external">Doomsday RPM packages</a> built by forum user <a href="/forums/memberlist.php?mode=viewprofile&u=396">skolnick</a>. Should also be compatible with RHEL derivatives such as CentOS and Scientific Linux. For more information, see the <a href="http://gapf.ninth.su/" class="link-external">repository's home page.</a></p>
<h2><img src="images/debian.png" alt="debian" style="vertical-align:text-bottom;" /> Debian</h2>
<p>Check Debian's repositories for binary packages.</p>
</section>
</div>
<div id="column2" class="twocolumn collapsible">
<section class="column">
<h2><img src="images/gentoo.png" alt="Gentoo" style="vertical-align:text-bottom;" /> Gentoo</h2>
<p><a href="https://packages.gentoo.org/packages/games-fps/doomsday" class="link-external">Doomsday Engine package for Gentoo</a></p>

</article>
<h2><img src="images/opensuse.png" alt="openSUSE" style="vertical-align:text-bottom;"/> openSUSE</h2>
<p>Binary packages for Doomsday are available in the <a href="https://software.opensuse.org/package/doomsday" class="link-external">openSUSE repositories.</a></p>
</section>
</div>
</article>
</div>
7 changes: 6 additions & 1 deletion web/style.css
Expand Up @@ -198,6 +198,11 @@ hr.dashed {
margin:0;
}

section.column {
margin-top: 1em;
margin-right: 1em;
}

#status > div.twocolumn {
width: 36ex;
}
Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit be96970

Please sign in to comment.