diff options
author | Claire Revillet <grenoya@mageia.org> | 2014-02-06 20:21:12 +0000 |
---|---|---|
committer | Claire Revillet <grenoya@mageia.org> | 2014-02-06 20:21:12 +0000 |
commit | 12824cb39c23c1adbd507ffebccc6e12d34a2554 (patch) | |
tree | d465114763efde89bc4372bc51c9b7c15641875e /index.html | |
parent | 052b04d15884839d53d5654bcbfaf8fbb528687e (diff) | |
download | doc-12824cb39c23c1adbd507ffebccc6e12d34a2554.tar doc-12824cb39c23c1adbd507ffebccc6e12d34a2554.tar.gz doc-12824cb39c23c1adbd507ffebccc6e12d34a2554.tar.bz2 doc-12824cb39c23c1adbd507ffebccc6e12d34a2554.tar.xz doc-12824cb39c23c1adbd507ffebccc6e12d34a2554.zip |
- change main page to redirect on mageia.org/doc
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 78 |
1 files changed, 14 insertions, 64 deletions
@@ -1,65 +1,15 @@ -<!DOCTYPE html> -<html lang="en" dir="ltr"> -<head> - <meta charset="utf-8"> - <title>Mageia Documentation</title> - <meta name="description" content="Documentation for Mageia distribution and its tools."> - <meta name="keywords" content="doc,documentation,help,guide,installer,installation,mageia,linux"> - <link rel="stylesheet" href="g/style/all.css" type="text/css"> -</head> -<body class="doc"> - <h1 id="mgnavt">Mageia Documentation</h1> - <div id="doc" class="yui-t7"> - <div id="bd" role="main"> - <div class="yui-g"> - <div class="para donate" style="padding-top: 2em;"> - <h2>Find your documentation</h2> - <p>Select the manual, the release of Mageia and the language you want to - see. </p> - <hr> - <h3>Mageia 3</h3> - <div style="float: left; margin: 2em;"> - <h4>Installer</h4> - <p><a href="//doc.mageia.org/installer/3/de/content/index.html">Deutsch</a><br/> - <a href="//doc.mageia.org/installer/3/el/content/index.html">Ελληνικά</a><br/> - <a href="//doc.mageia.org/installer/3/en/content/index.html">English</a><br/> - <a href="//doc.mageia.org/installer/3/es/content/index.html">Español</a><br/> - <a href="//doc.mageia.org/installer/3/et/content/index.html">Eesti</a><br/> - <a href="//doc.mageia.org/installer/3/fr/content/index.html">Français</a><br/> - <a href="//doc.mageia.org/installer/3/nl/content/index.html">Nederlands</a><br/> - <a href="//doc.mageia.org/installer/3/pt_br/content/index.html">Português do Brasil</a><br/> - <a href="//doc.mageia.org/installer/3/ru/content/index.html">Pусский</a><br/> - <a href="//doc.mageia.org/installer/3/uk/content/index.html">Українська</a></p> - </div> - <div style="float: right; margin: 2em;"> - <h4>Control Center</h4> - <p><a href="//doc.mageia.org/mcc/3/en/content/index.html">English</a><br/> - <a href="//doc.mageia.org/mcc/3/et/content/index.html">Eesti</a><br/> - <a href="//doc.mageia.org/mcc/3/fr/content/index.html">Français</a><br/></p> - </div> - <hr style="clear: both;"> - <h3>Mageia 2</h3> - <h4>This version has reached its End-Of-Life, it is no longer supported</h4> - <div style="float: left; margin: 2em;"> - <h4>Installer</h4> - <p><a href="//doc.mageia.org/installer/2/de/content/index.html">Deutsch</a><br/> - <a href="//doc.mageia.org/installer/2/el/content/index.html">Ελληνικά</a><br/> - <a href="//doc.mageia.org/installer/2/en/content/index.html">English</a><br/> - <a href="//doc.mageia.org/installer/2/eo/content/index.html">Esperanto</a><br/> - <a href="//doc.mageia.org/installer/2/fr/content/index.html">Français</a><br/> - <a href="//doc.mageia.org/installer/2/nl/content/index.html">Nederlands</a><br/> - <a href="//doc.mageia.org/installer/2/pt_br/content/index.html">Português do Brasil</a><br/> - <a href="//doc.mageia.org/installer/2/uk/content/index.html">Українська</a><br/></p> - </div> - </div> - </div> - </div> - </div> - <div style="margin-left: 2em;"> - <hr> - <p><a href="//www.mageia.org/map/">Mageia</a> - | <a href="//www.mageia.org/support/">Support</a></p> - </div> - <script src="//nav.mageia.org/js/"></script> -</body> +<?xml version="1.0" encoding="utf-8" standalone="no"?> + +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <link rel="shortcut icon" href="http://docteam.mageia.nl/favicon.png"/> + <meta http-equiv="Refresh" content="1; URL=http://www.mageia.org/doc/"/> + <title> + </title> + </head> + <body> + If not automatically redirected, click here: <a href="http://www.mageia.org/doc/">http://www.mageia.org/doc/</a> + </body> </html> |