diff options
Diffstat (limited to 'et/faq')
-rw-r--r-- | et/faq/index.php | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/et/faq/index.php b/et/faq/index.php new file mode 100644 index 000000000..7c5cc225b --- /dev/null +++ b/et/faq/index.php @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html> +<html dir="ltr" lang="en"> +<head> + <meta charset="utf-8" /> + <title>Mageia Frequently Asked Questions</title> + <meta name="description" content="Mageia is new community-based Linux distribution." /> + <meta name="keywords" content="mageia, linux, mandriva, free software" /> + <link rel="stylesheet" type="text/css" href="/g/style/all.css" /> + <?php include '../../analytics.php'; ?> +</head> +<body> + <?php include '../../langs.php'; ?> + + <div id="doc" class="yui-t7"> + <div id="hd" role="banner"><h1>Mageia <span>| FAQ</span></h1></div> + <div id="bd" role="main"> + <div class="yui-g"> + <div class="para faq"> + <h3>What is Mageia?</h3> + <p>Mageia is your new Linux distribution.</p> + + <h3>How does one pronounce Mageia?</h3> + <p>There is no official pronunciation, you can use whichever one you like.</p> + + <h3>What does the name "Mageia" mean?</h3> + <p>The term "mageia" — μαγεία in Greek — means "magic" in English.</p> + + <h3>I'm a Mandriva Linux user. What should I do?</h3> + <p>For now you can continue using Mandriva Linux, there is no Mageia release available yet. + You can + <a href="https://www.mageia.org/mailman/listinfo/mageia-announce" hreflang="en">subscribe + to the mageia-announce newsletter</a> to be informed + when the first Mageia release is ready to use.</p> + + <h3>Will I be able to upgrade from Mandriva to Mageia?</h3> + <p>Yes, it will be possible.</p> + + <h3>When the first release of Mageia will be available?</h3> + <p>As soon as possible. We hope to have some alpha or beta release by the end of November.</p> + + <h3>What will be the codename of the first Mageia release?</h3> + <p>That hasn't been decided yet.</p> + + <h3>Will urpmi, MCC, drakxtools be a part of Mageia?</h3> + <p>Yes, your favourite tools will be included in Mageia.</p> + + <h3>Where can I submit my logo ideas?</h3> + <p>You can submit your logo ideas on the <a href="http://www.flickr.com/groups/mageia-art/" hreflang="en">Mageia art group</a>.</p> + + <h3>How can I contribute to the mageia project?</h3> + <p>All sorts of skill sets are welcome. + You can <a href="http://mageia.org/wiki/doku.php">register yourself on the wiki</a>, + in whatever teams that best fit your skills.</p> + + <h3>How can I contact the project?</h3> + <p>You can send email to mageia-contact (at) mageia (dot) org.</p> + + <h3>How can I donate to the project?</h3> + <p>You can go to the <a href="http://donate.mageia.org/">donation page</a>.</p> + </div> + </div> + </div> + </div> +</body> +</html> |