aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/basic.wml
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2001-12-19 19:21:13 +0000
committerDenis Barbier <barbier>2001-12-19 19:21:13 +0000
commit8ac4c4958b1f271b31012d9d372a6c470f6eb66f (patch)
tree17622a80ba520b30fa120f0d16736d38916df3c6 /english/template/debian/basic.wml
parent3598a28f17a6909cee8e4bcfe5cb6877fea6e5f0 (diff)
Changes needed to help migrating to XHTML:
* write HTML tag and attribute names in lowercase letters * add a trailing slash to empty elements CVS version numbers english/template/debian/basic.wml: 1.71 -> 1.72 english/template/debian/common_translation.wml: 1.130 -> 1.131 english/template/debian/consultant.wml: 1.46 -> 1.47 english/template/debian/ddp.wml: 1.34 -> 1.35 english/template/debian/event.wml: 1.58 -> 1.59 english/template/debian/events_common.wml: 1.20 -> 1.21 english/template/debian/fixes_link.wml: 1.48 -> 1.49 english/template/debian/footer.wml: 1.90 -> 1.91 english/template/debian/language_names.wml: 1.177 -> 1.178 english/template/debian/languages.wml: 1.96 -> 1.97 english/template/debian/mainpage.wml: 1.17 -> 1.18 english/template/debian/mirrors.wml: 1.24 -> 1.25 english/template/debian/navbar.wml: 1.60 -> 1.61 english/template/debian/news.wml: 1.31 -> 1.32 english/template/debian/past_event.wml: 1.15 -> 1.16 english/template/debian/recent_list.wml: 1.82 -> 1.83 english/template/debian/security.wml: 1.91 -> 1.92 english/template/debian/submenu.wml: 1.2 -> 1.3 english/template/debian/template.wml: 1.13 -> 1.14 english/template/debian/translation-check.wml: 1.64 -> 1.65 english/template/debian/url.wml: 1.1 -> 1.2 english/template/debian/votebar.wml: 1.80 -> 1.81
Diffstat (limited to 'english/template/debian/basic.wml')
-rw-r--r--english/template/debian/basic.wml34
1 files changed, 19 insertions, 15 deletions
diff --git a/english/template/debian/basic.wml b/english/template/debian/basic.wml
index d8c1f0802d5..8d277e1e89e 100644
--- a/english/template/debian/basic.wml
+++ b/english/template/debian/basic.wml
@@ -118,32 +118,36 @@ print $slices;
# DO NOT translate anything below here. If you feel something needs to be changed, write to
# debian-www first
-<define-tag hrline><HR NOSHADE WIDTH="100%" SIZE="1"></define-tag>
+<define-tag hrline><hr noshade width="100%" size="1" /></define-tag>
+#<ifeq "$(DOCTYPE)" xhtml
+# "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://ww w.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">"
+# "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">"
+#/>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-# <HTML lang="$(CUR_ISO_LANG)"[AR: dir="RTL":][HE: dir="RTL":]>
-<HTML lang="$(CUR_ISO_LANG)">
+# <html lang="$(CUR_ISO_LANG)"[AR: dir="RTL":][HE: dir="RTL":]>
+<html lang="$(CUR_ISO_LANG)">
{: [[s/&mdash;/--/g]] [[s/&ndash;/-/g]] [[s/&[lr]dquo;/"/g]] [[s/&lsquo;/`/g]] [[s/&rsquo;/'/g]]
-<HEAD>
-<META http-equiv="Content-Type" content="text/html; charset=$(CHARSET)">
-<TITLE>$(BARETITLE:*Debian GNU/Linux -- )$(title)</TITLE>
-<LINK REV="made" HREF="mailto:webmaster@debian.org">
-<META NAME="Description" CONTENT="<ifeq "$(SUMMARY)" "" "<blurb>" "$(SUMMARY)">">
-<META NAME="Keywords" CONTENT="<keywords>">
-<META NAME="Language" CONTENT="$(CUR_LANG)">
-<info style=meta>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=$(CHARSET)" />
+<title>$(BARETITLE:*Debian GNU/Linux -- )$(title)</title>
+<link rev="made" href="mailto:webmaster@debian.org" />
+<meta name="Description" content="$(SUMMARY:-<blurb/>)" />
+<meta name="Keywords" content="<keywords/>" />
+<meta name="Language" content="$(CUR_LANG)" />
+<info style=meta />
{#style#}
-</HEAD>
+</head>
-<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
+<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
#use wml::debian::navbar
{#body#}
-</BODY>
+</body>
:}
-</HTML>
+</html>
{#body#:

© 2014-2024 Faster IT GmbH | imprint | privacy policy