Make distributions translatable again (2036a434) · Commits · Websites / KDE.org Website · GitLab
Unverified Commit 2036a434 authored by Carl Schwan's avatar Carl Schwan 🚴
Browse files
parent 2eb227b9
Loading
Loading
Loading
Loading
Loading
Original line number Diff line number Diff line
@@ -5,8 +5,62 @@ sassFiles:
description: 'Choose a Linux distribution and start using KDE applications and Plasma'
layout: distributions
subtitle: This page lists some of the most popular Linux distributions with pre-installed KDE software.  We recommend that you familiarize yourself with the descriptions on the project sites in order to get a more complete picture.

distributions:
  - name: openSUSE
    logo: /content/distributions/logos/opensuse.svg
    image: /content/distributions/bg/opensuse.png
    link: https://www.opensuse.org
    color: opensuse-section
    description: |
      openSUSE comes in two versions. **Leap**, a stable distribution with regular releases, comes with LTS versions of Linux, Qt and Plasma. **Tumbleweed**, a rolling distribution with the latest versions of all packages

      SUSE is a KDE Patron.

  - name: Fedora KDE
    logo: /content/distributions/logos/fedora.svg
    image: /content/distributions/bg/fedora.png
    color: fedora-section
    link: https://fedoraproject.org/kde/
    description: Fedora is a stable distribution sponsored by Red Hat. A new version of Fedora is released every 6 months.

  - name: Kubuntu
    logo: /content/distributions/logos/kubuntu.svg
    description: |
      Kubuntu is the Ubuntu version with KDE software by default. Developers strive to provide usability for
      beginners. The default installation includes many popular programs and a utility for managing drivers.

      Canonical, the developer of Ubuntu and Kubuntu, is a KDE Patron.
    link: https://kubuntu.org/
    image: /content/distributions/bg/kubuntu.png
    color: section-blue

  - name: KDE neon
    logo: /content/distributions/logos/neon.svg
    image: /content/plasma-desktop/plasma-launcher.png
    link: https://neon.kde.org
    color: neon-section
    description: |
      KDE neon takes the latest Plasma desktop and KDE apps and builds them fresh each day for your
      pleasure, using the stable Ubuntu LTS base.

      KDE neon User Edition is built from the latest released software automatically added and released as soon as it is tested.

      We also have Testing and Unstable editions built directly from unreleased Git for helping develop our software.

      It is installable as your Linux distro or from Docker images.

      KDE neon is a KDE project.
---

## Other Distributions

![](/content/distributions/KDE-Dragons-ensemble.png)

You can install KDE applications and Plasma in other Linux distributions and other operating systems. A list of those is available on the [KDE Community wiki](https://community.kde.org/Distributions).

{{<learn-more href="https://community.kde.org/Distributions" >}}

## Installation Instructions

You can install any of these Linux distributions by using [KDE ISO Image Writer](https://apps.kde.org/isoimagewriter/).
Original line number Diff line number Diff line
@@ -43,9 +43,3 @@ distributions:
      It is installable as your Linux distro or from Docker images.

      KDE neon is a KDE project.

  - name: Other Distributions
    description: You can install KDE applications and Plasma in other Linux distributions and other operating systems. A list of those is available on the [KDE Community wiki](https://community.kde.org/Distributions).
    color: section-blue
    img: /content/distributions/KDE-Dragons-ensemble.png
    link: https://community.kde.org/Distributions
Original line number Diff line number Diff line
{{ define "main" }}
<main>
  <div class="text-center">
    <h1>{{ .Title }}</h1>
    <h5 class="container">{{ .Params.subtitle }}</h5>
    <h1 class="display-4">{{ .Title }}</h1>
    <p class="container">{{ .Params.subtitle }}</p>
  </div>
  {{ range .Site.Data.distros.distributions }}
  {{ range .Params.distributions | collections.Shuffle }}
  <section class="text-center {{ with .color }}{{ . }}{{ end }}">
    <h2>{{ .name }}</h2>
    {{ with .img }}
@@ -24,7 +24,7 @@
      </div>
    </div>
    {{ end }}
    <div style="max-width: 800px" class="mx-auto h5 mt-4">
    <div style="max-width: 800px" class="mx-auto mt-4">
      {{ .description | markdownify }}
    </div>
    <a href="{{ .link }}" class="mt-3 button learn-more"
@@ -32,7 +32,7 @@
    >
  </section>
  {{ end }}
  <section class="section-red">
  <section>
    <div class="container my-4">{{ .Content }}</div>
  </section>
</main>