diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-07 23:18:17 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-07 23:18:17 +0000 |
commit | 841b56cd2b970466d68fbc4165f86760759c0169 (patch) | |
tree | a548c9131c2e1abedcbfc4b4e2ccf592a41d70ad /HTML/index.html | |
parent | 911afa843897cd330622a2e222cff6080a64e590 (diff) | |
download | indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.gz indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.bz2 indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.xz indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r485 | dmorgan | 2011-02-07 23:18:17 +0000 (Mon, 07 Feb 2011) | 1 line
Import cleaned indexhtml
------------------------------------------------------------------------
In addition to the above commits, the following cleaning work has been recorded:
o mails
- replacement was done in headers except for Subject in header-ur which does
not contain Mandriva...
- dropped most mail bodys, except for French & English, rewritten to a
minimal version - a good mail should be designed and translated
o about
- command is about-mandriva, have to look at what uses it
- removed MDV graphics from style/css
o HTML
- a simple page should be placed there, until web team provides something
o po
- all translations should be dropped, strings updated when the real page
is ready
o COPYING
- added COPYING file (GNU GPL v3). indexhtml.spec file stated "GPL"
(should be changed to GPL3+)
Diffstat (limited to 'HTML/index.html')
-rw-r--r-- | HTML/index.html | 54 |
1 files changed, 25 insertions, 29 deletions
diff --git a/HTML/index.html b/HTML/index.html index 0db5139..98a7e5e 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -1,30 +1,26 @@ <?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="#LANG" xml:lang="#LANG"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta http-equiv="Content-Script-Type" content="text/javascript" /> - <meta http-equiv="Content-Style-Type" content="text/css" /> - <meta http-equiv="Pragma" content="no-cache" /> - <meta http-equiv="Expires" content="0" /> - <meta http-equiv="Cache-Control" content="no-cache" /> - <meta name="mdv:release" content="#MDV_RELEASE" /> - <meta name="mdv:product" content="#MDV_PRODUCT" /> - <meta name="mdv:pack" content="#MDV_PACK" /> - <title>Mandriva Linux</title> - <link rel="stylesheet" type="text/css" media="screen, projection" href="file:///usr/share/mdk/indexhtml/screen.css" /> - <link rel="stylesheet" type="text/css" media="print, handheld" href="file:///usr/share/mdk/indexhtml/print.css" /> - <script type="text/javascript" src="file:///usr/share/mdk/indexhtml/script.js"></script> - </head> - <body onload="try{run();}catch(e){}"> - <div id="page"> - <h1><a href="http://www.mandriva.com/"><span>Mandriva</span></a></h1> - <ul> - <li id="mandriva_com"><a href="http://www.mandriva.com/"><span>Mandriva</span></a></li> - <li id="store"><a href="http://store.mandriva.com/"><span>store.mandriva.com</span></a></li> - <li id="support"><a href="http://support.mandriva.com/"><span>support.mandriva.com</span></a></li> - </ul> - </div> - </body> -</html> +<!DOCTYPE html> +<html lang="#LANG"> +<head> + <meta charset="utf-8" /> + <meta http-equiv="Pragma" content="no-cache" /> + <meta http-equiv="Expires" content="0" /> + <meta http-equiv="Cache-Control" content="no-cache" /> + <meta name="product:id" content="#PRODUCT_ID" /> + <title>Mageia</title> + <style> + html { background-color: #eee; margin: 0; } + body { margin: 0 auto; width: 800px; height: 600px; } + body.offline { background: url(images/offline-bg.png) no-repeat; } + body.offline h1 span { display: none; } + body.offline h1 a { display: block; width: 800px; height: 600px; } + h1 { margin: 0; } + </style> + <script type="text/javascript" src="script.js"></script> +</head> +<body onload="try{new StartPage('http://start.mageia.org/', +'http://static.mageia.org/g/images/indexhtml_online_pixel.png').run(); +}catch(e){}"> + <h1><a href="http://www.mageia.org/"><span>Mageia</span></a></h1> +</body> +</html>
\ No newline at end of file |