diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-10-12 12:27:45 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-10-12 12:27:45 +0300 |
commit | 9ce6d646ff718cd62f6434c9a4c94e450436612a (patch) | |
tree | 3ee82e5db7c0aee44a5573d9d17035c6ecac697d /en/2/for-server | |
parent | a0b2d09125d7911656fe4cb286f20643c4432281 (diff) | |
download | www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.gz www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.bz2 www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.xz www-9ce6d646ff718cd62f6434c9a4c94e450436612a.zip |
Revert "Updated Estonian translation"
This reverts commit a0b2d09125d7911656fe4cb286f20643c4432281.
Diffstat (limited to 'en/2/for-server')
-rw-r--r-- | en/2/for-server/index.php | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/en/2/for-server/index.php b/en/2/for-server/index.php new file mode 100644 index 000000000..d5d6f27e3 --- /dev/null +++ b/en/2/for-server/index.php @@ -0,0 +1,56 @@ +<?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 server')?></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> » <?php _g('for your server')?></h1> + <?php include '../nav.php'; ?> + <div class="para" style="width: 600px;"> + <section> + <?php + _g('Mageia 2 has all the main services and server packages you will need to run your server.', null, 'p'); + _g('Aside from the cross-section included here, you will find many others in the repositories: you can use rpmdrake to search for packages, or check the <a href="%s">Mageia App DB</a>.', + array('http://mageia.madb.org'), 'p'); + + _g('Administration', null, 'h3'); + _g('For centralised administration, we include puppet 2.7.11; we use it widely in <a href="%s">our own infrastructure</a>.', + array('https://svnweb.mageia.org/adm/puppet/'), 'p'); + + _g('The entire High Availability stack has been updated, and now includes drbd 8.3.11, Corosync 2.0.0 and Pacemaker 1.1.7.', null, 'p'); + + _g('Databases', null, 'h3'); + _g('Databases included are PostgreSQL 8.4.11; MariaDB, which replaces MySQL 5.5.23; BDB.', null, 'p'); + _g('And there are NoSQL servers too: CouchDB 1.1.1, Redis 2.4.8, Cassandra 1.4.0, MongoDB 2.0.3.', null, 'p'); + + _g('Servers', null, 'h3'); + _g('Web servers include Apache 2.2.22, Cherokee 1.2.101 and lighttpd 1.4.30.', null, 'p'); + _g('For file and directory sharing and network printing on heterogeneous networks, we have Samba 3.6.5, OpenLDAP 2.4.29 and Cups 1.5.2.', null, 'p'); + _g('Mail servers included with Mageia 2 are Postfix 2.8.8, Cyrus-imapd 2.4.13 and Dovecot 1.2.17.', null, 'p'); + ?> + </section> + </div> + <div class="para"> + <?php + _g('For more information about these and other packages, check the <a href="https://wiki.mageia.org/en/Mageia_2_Release_Notes">Mageia 2 Release notes</a>.', null, '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> |