summaryrefslogtreecommitdiffstats
path: root/HTML
diff options
context:
space:
mode:
authorRomain d'Alverny <rdalverny@mandriva.org>2005-10-21 10:25:00 +0000
committerRomain d'Alverny <rdalverny@mandriva.org>2005-10-21 10:25:00 +0000
commitbf98a4a3c1623d505fc232e33ce53efdf9707f17 (patch)
tree61922a762e3751b8bcc72bd0fc5f8b3923d340c0 /HTML
parent22cf935254271842a9254c0b3d87a28c3aa0bae0 (diff)
downloadindexhtml-bf98a4a3c1623d505fc232e33ce53efdf9707f17.tar
indexhtml-bf98a4a3c1623d505fc232e33ce53efdf9707f17.tar.gz
indexhtml-bf98a4a3c1623d505fc232e33ce53efdf9707f17.tar.bz2
indexhtml-bf98a4a3c1623d505fc232e33ce53efdf9707f17.tar.xz
indexhtml-bf98a4a3c1623d505fc232e33ce53efdf9707f17.zip
added mdv:pack meta tag and a handheld stylesheet
Diffstat (limited to 'HTML')
-rw-r--r--HTML/handheld.css4
-rw-r--r--HTML/index.html30
2 files changed, 20 insertions, 14 deletions
diff --git a/HTML/handheld.css b/HTML/handheld.css
new file mode 100644
index 0000000..7806e25
--- /dev/null
+++ b/HTML/handheld.css
@@ -0,0 +1,4 @@
+/* $Id$
+*/
+
+#i { visibility: hidden; }
diff --git a/HTML/index.html b/HTML/index.html
index 9b590b8..396e8cc 100644
--- a/HTML/index.html
+++ b/HTML/index.html
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!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" lang="en" xml:lang="en">
+<!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="fr" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
@@ -10,20 +10,22 @@
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="mdv:release" content="XXXXX" />
+ <meta name="mdv:pack" content="" />
<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.com</span></a></li>
- <li id="club"><a href="http://club.mandriva.com/"><span>club.mandriva.com</span></a></li>
- <li id="store"><a href="http://store.mandriva.com/"><span>store.mandriva.com</span></a></li>
- <li id="online"><a href="http://online.mandriva.com/"><span>online.mandriva.com</span></a></li>
- <li id="support"><a href="http://support.mandriva.com/"><span>support.mandriva.com</span></a></li>
- </ul>
- </div>
-</body>
+ <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.com</span></a></li>
+ <li id="club"><a href="http://club.mandriva.com/"><span>club.mandriva.com</span></a></li>
+ <li id="store"><a href="http://store.mandriva.com/"><span>store.mandriva.com</span></a></li>
+ <li id="online"><a href="http://online.mandriva.com/"><span>online.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>