[Fedora-directory-commits] dsgw/html/fr auth.html.in, 1.2, 1.3 authroot.html.in, 1.2, 1.3 authtitle.html.in, 1.2, 1.3 csearchtitle.html.in, 1.2, 1.3 eduser.html, 1.1.1.1, 1.2 greeting.html.in, 1.2, 1.3 index.html.in, 1.2, 1.3 maintitle.html.in, 1.2, 1.3 newentrytitle.html.in, 1.2, 1.3 searchtitle.html.in, 1.2, 1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Mar 6 22:00:34 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsgw/html/fr
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16950/dsgw/html/fr

Modified Files:
	auth.html.in authroot.html.in authtitle.html.in 
	csearchtitle.html.in eduser.html greeting.html.in 
	index.html.in maintitle.html.in newentrytitle.html.in 
	searchtitle.html.in 
Log Message:
Resolves: bug 435230
Description: Clean up all HTML pages (Gateway, Org Tool, Phonebook, etc)
Fix Description: This is just the first pass.  I focused mainly on the
phonebook pages, but the C code fixes will apply to dsgw too.
The goal is to make the pages clean with HTML Tidy running in Firefox 2.
Most of the template pages had to change because they had comments like
this:
<!-- ----- comment -----
HTML 4.01 does not like this - no sequence of -- or more dashes in a comment.
The other major change was the use of & instead of just a single & in
URLs for href and img src links.  However, javascript does not like the
encoded entities, so I had to add some code to make sure we use the
unencoded form in javascript, so I added another option called "entities"
to the html template code, and added a function that will convert
encoded entities to their raw form in place.
I'm also adding some debugging shell scripts that can be used to debug
CGI programs.
Platforms tested: RHEL5 x86_64
Flag day: Yes - autotool file changes.
Doc: none yet



Index: auth.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/auth.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- auth.html.in	29 Feb 2008 20:38:14 -0000	1.2
+++ auth.html.in	6 Mar 2008 22:00:26 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+    "http://www.w3.org/TR/html4/frameset.dtd">
 <HTML>
 <HEAD>
 <TITLE>


Index: authroot.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/authroot.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- authroot.html.in	29 Feb 2008 20:38:14 -0000	1.2
+++ authroot.html.in	6 Mar 2008 22:00:26 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+    "http://www.w3.org/TR/html4/frameset.dtd">
 <HTML>
 <HEAD>
 <TITLE>


Index: authtitle.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/authtitle.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- authtitle.html.in	29 Feb 2008 20:38:14 -0000	1.2
+++ authtitle.html.in	6 Mar 2008 22:00:26 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
 <TITLE>Directory Server</TITLE>


Index: csearchtitle.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/csearchtitle.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- csearchtitle.html.in	29 Feb 2008 20:38:14 -0000	1.2
+++ csearchtitle.html.in	6 Mar 2008 22:00:26 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
 <TITLE>Directory Server</TITLE>


Index: eduser.html
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/eduser.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- eduser.html	1 Jun 2006 19:43:50 -0000	1.1.1.1
+++ eduser.html	6 Mar 2008 22:00:26 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,8 +34,10 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <HEAD><TITLE>Gestion des utilisateurs</TITLE></HEAD>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML><BODY bgcolor="#C0C0C0" link="#0000EE" vlink="#551A8B" alink="#FF0000">
 
 <center><table border=2 width=100%%>


Index: greeting.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/greeting.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- greeting.html.in	29 Feb 2008 20:38:14 -0000	1.2
+++ greeting.html.in	6 Mar 2008 22:00:26 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,11 +34,13 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
 <TITLE>Directory Server</TITLE>
-<SCRIPT LANGUAGE="JavaScript">
+<SCRIPT type="text/javascript">
 <!-- Hide from non-JavaScript browsers
 function gotoURL(h) {
     top.location.href = h;


Index: index.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/index.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.html.in	29 Feb 2008 20:38:14 -0000	1.2
+++ index.html.in	6 Mar 2008 22:00:26 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+    "http://www.w3.org/TR/html4/frameset.dtd">
 <HTML>
 <HEAD>
 <TITLE>Passerelle Directory Server</TITLE>


Index: maintitle.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/maintitle.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maintitle.html.in	29 Feb 2008 20:38:14 -0000	1.2
+++ maintitle.html.in	6 Mar 2008 22:00:26 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
 <TITLE>Directory Server</TITLE>


Index: newentrytitle.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/newentrytitle.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- newentrytitle.html.in	29 Feb 2008 20:38:14 -0000	1.2
+++ newentrytitle.html.in	6 Mar 2008 22:00:26 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
 <TITLE>Directory Server</TITLE>


Index: searchtitle.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/html/fr/searchtitle.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- searchtitle.html.in	29 Feb 2008 20:38:14 -0000	1.2
+++ searchtitle.html.in	6 Mar 2008 22:00:26 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
 <TITLE>Directory Server</TITLE>




More information about the Fedora-directory-commits mailing list