| |
@@ -0,0 +1,200 @@
|
| |
+ {% extends "master_getfedora.html" %}
|
| |
+
|
| |
+ {% block title %}{% trans trimmed %}Fedora KDE Plasma Desktop{% endtrans %}{% endblock %}
|
| |
+
|
| |
+ {% block content %}
|
| |
+ <header id="head">
|
| |
+ <div class="bg-white">
|
| |
+ <div class="container py-5 bg-transparent">
|
| |
+ <div class="row">
|
| |
+ <div class="py-4">
|
| |
+ <h1 class="font-weight-light">{% trans trimmed %}The KDE Plasma Desktop.{% endtrans %}</h1><br><br>
|
| |
+ <img class="img-fluid" src="/static/images/spins/screenshots/screenshot-kde.jpg"><br><br><br>
|
| |
+ <p class="font-weight-light lead">{% trans trimmed %}The Fedora KDE Plasma Desktop Edition is a powerful Fedora-based operating system utilizing the KDE Plasma Desktop as the main user interface.{% endtrans %}</p>
|
| |
+ <p class="font-weight-light lead">{% trans trimmed %}Fedora KDE Plasma Desktop comes with many pre-selected top quality applications that suit all modern desktop use cases - from online communication like web browsing, instant messaging and electronic mail correspondence, through multimedia and entertainment, to an advanced productivity suite, including office applications and enterprise grade personal information management.{% endtrans %}</p>
|
| |
+ <p class="font-weight-light lead">{% trans trimmed %}All KDE applications are well integrated, with a similar look and feel and an easy to use interface, accompanied by an outstanding graphical appearance.{% endtrans %}</p>
|
| |
+ <div class="py-5 text-center">
|
| |
+ <a class="btn btn-outline-fedora-blue btn-lg" href="{{url_for('spins_kde_download', lang_code=lang_code)}}">{% trans trimmed %}Download Now{% endtrans %}</a>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </header>
|
| |
+
|
| |
+ <!-- Going Online -->
|
| |
+ <div class="bg-light border">
|
| |
+ <div class="container py-5 bg-transparent">
|
| |
+ <div class="py-4">
|
| |
+ <h2 class="font-weight-light text-center">{% trans trimmed %}Going Online{% endtrans %}</h2>
|
| |
+ </div>
|
| |
+ <div class="row">
|
| |
+ <div class="col-md-3 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/network.png" height=35 alt="Network Manager"/>
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Network Manager{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Just a click and you're connected to your wireless LAN router, or online via many supported 3G mobile broadband cards.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+
|
| |
+ <div class="col-md-3 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/konqueror.png" height=35 alt="Konqueror" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Konqueror{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Explore the World Wide Web with Konqueror, the full featured KDE web browser.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+
|
| |
+ <div class="col-md-3 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/telepathy.png" height=35 alt="Telepathy" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Telepathy{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Stay connected with your friends and colleagues using Telepathy Instant Messaging client. It supports all common IM protocols.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+
|
| |
+ <div class="col-md-3 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/ktorrent.png" height=35 alt="KTorrent and KGet" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}KTorrent & KGet{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Are you a downloader? Use KTorrent or KGet to get new versions of Fedora KDE Plasma Desktop Edition!{% endtrans %}</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+
|
| |
+
|
| |
+
|
| |
+ <!-- Utilities and Office -->
|
| |
+ <div class="bg-gray-200 border">
|
| |
+ <div class="container py-5 bg-transparent">
|
| |
+ <div class="row">
|
| |
+ <div class="col-md-6">
|
| |
+ <div class="py-4">
|
| |
+ <h2 class="font-weight-light text-center">{% trans trimmed %}Utilities & Configuration{% endtrans %}</h2>
|
| |
+ </div>
|
| |
+ <div class="row">
|
| |
+ <div class="col-md-6 py-4 col-xs-12 top-margin">
|
| |
+ <img src="/static/images/spins/kde/konsole.png" height=35 alt="Konsole" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Konsole{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Fedora KDE Plasma Desktop ships a terminal, the gateway to the real power of any UNIX/linux machine, called Konsole.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+ <div class="col-md-6 py-4 col-xs-12 top-margin">
|
| |
+ <img src="/static/images/spins/kde/settings.png" height=35 alt="System Settings" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}System Settings{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}No need to know cryptic commands and config files. Click the options you like to change and choose the settings that make you happy.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ <div class="col-md-6">
|
| |
+ <div class="py-4">
|
| |
+ <h2 class="font-weight-light text-center">{% trans trimmed %}Office & Productivity Suite{% endtrans %}</h2>
|
| |
+ </div>
|
| |
+ <div class="row">
|
| |
+ <div class="col-md-6 py-4 col-xs-12 top-margin">
|
| |
+ <img src="/static/images/spins/kde/calligra.png" height=35 alt="Calligra" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Calligra{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Calligra is an integrated office suite built on KDE Platform. It utilizes free and open standards like OpenDocument for its document formats and components.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+ <div class="col-md-6 py-4 col-xs-12 top-margin">
|
| |
+ <img src="/static/images/spins/kde/kontact.png" height=35 alt="Kontact" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Kontact{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Kontact is the integrated personal information manager of KDE Plasma Desktop. The Kontact suite unites mature and proven KDE PIM applications under one easy to use application.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+
|
| |
+ <!-- Multimedia -->
|
| |
+
|
| |
+ <div class="bg-white border">
|
| |
+ <div class="container py-5 bg-transparent">
|
| |
+ <div class="py-4">
|
| |
+ <h2 class="font-weight-light text-center">{% trans trimmed %}Multimedia{% endtrans %}</h2>
|
| |
+ </div>
|
| |
+ <div class="row">
|
| |
+ <div class="col-md-4 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/amarok.png" height=35 alt="Amarok"/>
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Amarok{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Amarok supports playlists, including dynamically generated ones, with cover art, lyrics and even info on the current track or band. Amarok also has integration with Last.fm and other music services.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+
|
| |
+ <div class="col-md-4 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/dragonplayer.png" height=35 alt="Dragon Player" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Dragon Player{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Dragon Player is a multimedia player where the focus is on simplicity, instead of features. Its simple interface is designed not to get in your way and instead empower you to simply play multimedia files.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+
|
| |
+ <div class="col-md-4 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/k3b.png" height=35 alt="K3B" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}K3B{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}K3B allows you to easily back up your multimedia files as it's a full featured CD/DVD writing software. K3B supports writing data CDs/DVDs, audio CDs, video CDs, DVDs, copying, CD ripping and more.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+
|
| |
+ <!-- Education -->
|
| |
+ <div class="bg-light border">
|
| |
+ <div class="container py-5 bg-transparent">
|
| |
+ <div class="py-4">
|
| |
+ <h2 class="font-weight-light text-center">{% trans trimmed %}Education{% endtrans %}</h2>
|
| |
+ </div>
|
| |
+ <div class="row">
|
| |
+ <div class="col-md-3 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/marble.png" height=35 alt="Marble"/>
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Marble{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Marble is a virtual globe and world atlas in your computer. You can learn a lot about Earth or you can just enjoy virtual trips around our planet.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+
|
| |
+ <div class="col-md-3 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/parley.png" height=35 alt="Parley" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Parley{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Parley is a vocabulary trainer that helps you memorize things via virtual flashcards. It provides a rich set of tools to manage your card sets.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+
|
| |
+ <div class="col-md-3 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/kiten.png" height=35 alt="Kiten" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Kiten{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Kiten is a Japanese dictionary application as well as a Japanese language reference. It includes a kanji lookup tool and browsing interface.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+
|
| |
+ <div class="col-md-3 py-4 col-xs-12">
|
| |
+ <img src="/static/images/spins/kde/kalzium.png" height=35 alt="Kalzium" />
|
| |
+ <h4 class="mt-3 mb-3 font-weight-light">{% trans trimmed %}Kalzium{% endtrans %}</h4>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Kalzium allows you to explore the periodic table of elements. It has a 3D molecule editor plus multiple simulators and calculators.{% endtrans %}</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ <!-- Resources -->
|
| |
+ <div class="py-5 main-head bg-gray-200 border">
|
| |
+ <div class="container">
|
| |
+ <div class="row">
|
| |
+ <div class="col-12">
|
| |
+ <h2 class="font-weight-light text-center">{% trans trimmed %}Support Resources.{% endtrans %}</h2>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ <br><br>
|
| |
+ <div class="row top-margin">
|
| |
+ <div class="col-md-4 py-4 col-xs-12">
|
| |
+ <div class="col-12">
|
| |
+ <h3 class="font-weight-light"><i class="fa fa-fw fa-lg header-icon fa-book"></i>{% trans trimmed %} Documentation{% endtrans %}</h3><br>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Specific documentation and tutorials are available at the <a href="https://userbase.kde.org/Welcome_to_KDE_UserBase">KDE project upstream website{% endtrans %}</a></p><br>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ <div class="col-md-4 py-4 col-xs-12">
|
| |
+ <div class="col-12">
|
| |
+ <h3 class="font-weight-light"><i class="fa fa-fw fa-lg header-icon fa-envelope"></i>{% trans trimmed %} Email{% endtrans %}</h3><br>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Users and developers are also available on the mailing list at{% endtrans %} <a href="https://admin.fedoraproject.org/mailman/listinfo/kde">kde@lists.fedoraproject.org</a></p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ <div class="col-md-4 py-4 col-xs-12">
|
| |
+ <div class="col-12">
|
| |
+ <h3 class="font-weight-light"><i class="fa fa-fw fa-lg header-icon fa-comments"></i> Chat</h3><br>
|
| |
+ <p class="font-weight-light">{% trans trimmed %}Users and developers are available in the{% endtrans %} <a href="http://webchat.freenode.net/?channels=fedora-kde">#fedora-kde</a> IRC channel on <strong>irc.freenode.org</strong> for real-time chat</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+
|
| |
+ {% endblock %}
|
| |
+ {% block js %}
|
| |
+ {{ super() }}
|
| |
+ {% endblock %}
|
| |