aboutsummaryrefslogtreecommitdiffstats
path: root/en/2/for-pc/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/2/for-pc/index.php')
-rw-r--r--en/2/for-pc/index.php98
1 files changed, 0 insertions, 98 deletions
diff --git a/en/2/for-pc/index.php b/en/2/for-pc/index.php
deleted file mode 100644
index 07d452a49..000000000
--- a/en/2/for-pc/index.php
+++ /dev/null
@@ -1,98 +0,0 @@
-<?php
-
-define('HLANG', true);
-require '../../../langs.php';
-$dictionary = read_translation_file($locale, '2');
-
-?>
-<!DOCTYPE html>
-<html lang="<?php echo $locale; ?>">
-<head>
- <meta charset="utf-8">
- <title><?php _g('Mageia 2, for your PC')?></title>
- <link rel="stylesheet" href="/g/style/all.css">
- <style>
- .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }
- hr { margin-top: 2em; }
- </style>
- <?php include '../../../analytics.php'; ?>
-</head>
-<body class="downloads">
- <?php echo $hsnav; ?>
- <h1 id="mgnavtitle"><a href="../2/">Mageia 2</a> &raquo; <?php _g('for your PC')?></h1>
- <?php include '../nav.php'; ?>
- <div class="para" style="width: 600px;">
- <section>
- <?php
- _g('Plenty', null, 'h2');
- _g('There are 19&nbsp;881&nbsp;packages in our repositories. And that\'s just for the 64-bit branch.', null, 'p');
- _g('The total number is double that &ndash; and then if you consider the backports, and the packages in the Cauldron still testing... you\'ll see that Mageia users are spoiled for choice.', null, 'p');
- _g('Here\'s a cross-section, first of the working graphical environments, and then of the core applications you could be using on your desktop:', null, 'p');
- _g('Environments', null, 'h2');
- _g('Mageia 2 has all the major desktop environments:', null, 'p');
- ?>
- <ul>
- <li>KDE4 SC 4.8.2,</li>
- <li>GNOME 3.4,</li>
- <li>XFCE 4.9,</li>
- <li>LXDE,</li>
- <li>Razor-Qt,</li>
- <li>E17.</li>
- </ul>
- <?php
- _g('And then there are the window managers, including Openbox, WindowMaker, IceWM, Fluxbox, Fvwm2 and Awesome.', null, 'p');
- _g('Applications &rarr;', null, 'h2');
- _g('There are many, many to choose from &ndash; including all the most popular.', null, 'p');
- ?>
- </section>
- </div>
- <div class="para" style="width: 300px">
- <?php
- _g('Web', null, 'h3');
- _g('Choose your web browser from Firefox ESR 10.0.4, Chromium-browser 180.1025.160, Epiphany 3.4.1 or Opera 11.64 &ndash; or one of the many others such as Lynx or Konqueror; then pick an email client from KMail 4.8.2, Thunderbird ESR 10.0.4, Evolution 3.4.1 or maybe Claws-Mail or Mutt.', null, 'p');
- ?>
- </div>
- <div class="para" style="width: 300px">
- <?php
- _g('Messaging', null, 'h3');
- _g('Choose from Kopete, Pidgin, Empathy or Kadu for instant messaging; use Quassel, Konversation, XChat-Gnome or KVIrc for IRC chat; try QuteCom or Ekiga (or even Skype) for VOIP.', null, 'p');
- ?>
- </div>
- <div class="para" style="width: 300px">
- <?php
- _g('Office', null, 'h3');
- _g('The two full-featured office suites LibreOffice and Calligra are there, as well as AbiWord, and a host of text editors including Kate; for finance there\'s KMyMoney, Skrooge or the professional-level GnuCash.', null, 'p');
- ?>
- </div>
- <div class="para" style="width: 300px">
- <?php
- _g('Image', null, 'h3');
- _g('Use GIMP for powerful image manipulation, or Inkscape for vector drawing; Blender is there for serious animation. DigiKam or Showfoto will take care of your photos, talk to your camera and give you more basic image editing.', null, 'p');
- ?>
- </div>
- <div class="para" style="width: 300px">
- <?php
- _g('Sound', null, 'h3');
- _g('For playing audio files, choose from Amarok 2.5.0 and Rhythmbox, among others; use VLC, Totem or MPlayer for video and for audio, or use the XBMC Media Center as your home entertainment system. Some packages can be found in both the Core and Tainted repositories: the packages in the Core repository support only non-patent-encumbered codecs and the packages in the Tainted repository support all codecs, for users who live in countries where those codecs don\'t infringe local laws.', null, 'p');
- ?>
- </div>
- <div class="para" style="width: 300px">
- <?php
- _g('Video', null, 'h3');
- _g('For editing video files, try Avidemux, Kino or OpenShot; for subtitles, there\'s Gaupol or Subtitles Composer; use MythTV, Miro, tvtime, FreetuxTV or Me TV for watching or recording TV programmes.', null, 'p');
- ?>
- </div>
- <div class="para" style="width: 300px">
- <?php
- _g('Plus', null, 'h3');
- _g('Then there\'s ZoneMinder, for CCTV Security; VirtualBox or WINE for virtualisation; and a range of development environments such as Anjuta, Eclipse, Netbeans or KDevelop.', null, 'p');
- ?>
- </div>
- <div class="para">
- <?php
- _g('For more information about these and other packages, check the <a href="%s">Mageia 2 Release notes</a>.', array('https://wiki.mageia.org/en/Mageia_2_Release_Notes'), 'p');
- _g('You can take a look at the <a href="%s">Mageia Application Database</a> to get a more complete list of Mageia packages.', array('http://mageia.madb.org/'), 'p');
- ?>
- </div>
-</body>
-</html>