You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2011/08/14 01:30:21 UTC

svn commit: r794331 [10/18] - in /websites/production/openofficeorg: ./ content/openofficeorg/ content/openofficeorg/docs/ content/openofficeorg/docs/governance/ content/openofficeorg/download/ content/openofficeorg/download/2.4.3/ content/openofficeor...

Modified: websites/production/openofficeorg/content/openofficeorg/www/docs/ddSSHGuide.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/docs/ddSSHGuide.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/docs/ddSSHGuide.html Sat Aug 13 23:30:07 2011
@@ -18,25 +18,9 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
-<link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</head>
-
-<body>
-  <div id="banner">
-    <img id="logo" style="vertical-align:middle" alt="Apache OpenOffice.org (Incubating)" 
-	 src="/openofficeorg/images/ooo-logo.png"/>
-   <span style="vertical-align:middle;">&nbsp;|&nbsp;The Free and Open Productivity Suite</span>
-  </div>
-  
-  
+<link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <div id="content">
-    
-    <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
  <head>
 <style type="text/css">
@@ -46,321 +30,22 @@
   <link rel="stylesheet" type="text/css" href="/branding/css/print.css" media="print" />
 
   <title>Tunneling with SSH</title>
- </head>
-
- <body class="docs" onLoad="self.focus()">
-  <div class="docs" id="ddsshguide">
-
-
-   <div id="toc">
+ 
 
+</head>
 
-  <h2>Tunneling with SSH2</h2>
-  <p>Last updated 2003-07</p>
-  <p class="Header">Contents</p>
-  <div class="Indent">
-    <ul>
-      <li><a href="#thisguide">About this Guide</a> </li>
-      <li><a href="#aboutssh">About SSH2</a></li>
-      <li><a href="#concepts">Concepts</a></li>
-      <li><a href="#choosing">The SSH2 Client</a> </li>
-      <li><a href="#platforms">Platforms</a></li>
-      <li><a href="#commands">Command-line (Linux, Mac OS X Terminal, Unix)</a></li>
-      <li><a href="#mac">Mac OS 9</a></li>
-      <li><a href="#windows">Windows</a></li>
-      <li><a href="#cygwin">Using Cygwin: Free and Open Source Unix Terminal
-          Emulator </a></li>
-      <li><a href="#HowtoConnect">Tunneling with Cygwin: Unix Commands (Applicable
-          to Linux, OS X, etc.)</a></li>
-      <li><a href="#sendingkey">Submitting Your Certificate (Public Key): For
-          everyone</a></li>
-      <li><a href="#whattodo">What to do once you've established a tunnel: For
-          everyone</a></li>
-      <li><a href="#cvs">How to use CVS with a tunnel</a></li>
-    </ul>
-  </div>
-  <a href="/servlets/HelpTOC">Back to main Help index</a> <br />
+<body>
+  <div id="banner">
+    <img id="logo" style="vertical-align:middle" alt="Apache OpenOffice.org (Incubating)" 
+	 src="/openofficeorg/images/ooo-logo.png"/>
+   <span style="vertical-align:middle;">&nbsp;|&nbsp;The Free and Open Productivity Suite</span>
   </div>
-  <hr noshade size=1 />
-  <h3>About this Guide<a name="thisguide"></a></h3>
-  <p><b>What this guide discusses</b>. The purpose of this guide is to
-    enable users to tunnel to OpenOffice.org using SSH2 (Secure Shell 2). This
-    guide provides instructions for the creating the certificate (also called
-    the public key) used by SSH2 servers and for sending that certificate to
-    the OpenOffice.org administrator. It will also then explain how to create
-    a secure "tunnel" between your machine and OpenOffice.org using this certificate.
-    (Throughout this discussion, the term "public key" and "certificate" will
-    be used interchangeably.) This guide only seems long. Much of the material
-    is repeated and tailored to suit the needs of particular clients.
-  </p><p><b>What this guide does not discuss</b>. This guide does not explain in detail how
-    to use CVS, only how to set up the tunnel so that you can use CVS. See the brief account of using CVS with a tunnel <a href="#cvs">below</a>.
-  </p><p><strong>Note</strong>: In order to tunnel to OpenOffice.org, you must first
-    submit a public key (certificate); it must then be accepted; it will only
-    be accepted if you have the authorization of your project lead and have submitted
-    either a Joint Copyright Assignment or Public Document License and your name
-    is on the &quot;<a href="../copyright/copyrightapproved.html">Copyright Approved</a>&quot; list.
-    For more information, see the <a href="../contributing.html">Contributing</a> page.</p>
-  <a name="aboutssh"></a>
-  <h3>About SSH2</h3>
-  <p>SSH2 is a flexible and more secure replacement for telnet and rlogin, and
-    SSH1. It is widely used in development projects to provide access control
-    and data-transport security. SSH2 can be used to create an unobtrusive, transparent "port
-    tunnel" to the CVS (concurrent versions system) server. SSH2 uses encrypted
-    certificates (a public/private key pair) to verify the user's identity and
-    to transmit data. Data sent through the tunnel is encrypted, but the process
-    is invisible to you or to the client software you are using to access the
-    CVS repository. </p>
-  <p>Because it is easy to use and very secure, OpenOffice.org uses SSH2 for
-    developers accessing the CVS repository. </p>
-  <a name="concepts"></a>
-  <h3>Concepts</h3>
-  <ol>
-    <li>Using the right software</li>
-    <li>Creating the certificate</li>
-    <li>Establishing the SSH2 tunnel</li>
-  </ol>
-  <p>Before you can establish an SSH2 connection, you have to find the right
-    software, i.e., a client that places a terminal on your desktop, if you are
-    using Windows or Mac OS 9 (Mac OS X has SSH2 capability built in). Fortunately,
-    there are excellent clients that offer Windows and Mac OS users desktop terminals.
-    The section below discusses them in detail. Of course, if you are using Linux
-    (or some other Unix variant), then you can skip that section and go right
-    to the section, <a href="#HowtoConnect">"Tunneling"</a> that describes the
-    key elements in establishing an SSH2 tunnel in a Unix-like environment. And
-    if you already are familiar with the these clients, then you can skip ahead
-    to "<a href="#usingterminals">Using the Desktop Terminal</a>.&quot;</p>
-  <p>Once you have obtained and configured a client terminal, you must
-  </p><ol start="1">
-    <li>Generate a public/private key pair (the certificate); and</li>
-    <li>File an issue and attach the public key to the issue. Assign it to ssh2key@openoffice.org
-      in the &quot;www&quot; component</li>
-  </ol>
-  <p>Generating the key is simple, and there are both commercially available
-    and free clients that do the job for you. Sending the key then is only a
-    matter of attaching it to an issue in which you explain which module you
-    wish to access and assigning it to ssh2key@openoffice.org in the www.component. </p>
-  <h3>The SSH2 Client<a name="choosing"></a></h3>
-  <h4>Platforms<a name="platforms"></a></h4>
-  <p><b>Command Line: Linux, Mac OS X, Unix, Solaris.<a name="commands"></a></b> Linux
-    supports SSH. To connect using SSH, see the "Tunneling" section below. As
-    well, Mac OS X, via the &quot;Terminal&quot; application, allows you to generate
-    a key pair, and establish a tunnel. This is no surprise, as it is using tried-and-true
-    software. To establish the tunnel, follow the instructions as for Linux,
-    with the exception being that the command for generating the DSA key in BSD
-    is different: <font face="Courier New, Courier, mono">ssh-keygen -t dsa</font> (though
-    I have found that<font face="Courier New, Courier, mono"> ssh-keygen -d also
-    works</font>).</p>
-  <p><b><a name="Mac"></a>MacOS 9.x.</b> Hardly surprising, isn't it, that tunneling
-    using Mac OS 9 is trivially easy? The concepts are the same as for Windows,
-    Linux, or Mac OS X, as are the numbers, etc. But, in a nutshell, here's what
-    you do. It's a two-step process. First, you must configure MacSSH, then configure
-    the CVS client. </p>
-  <h4>Configuring MacSSH</h4>
-  <ol>
-    <li>Download the latest version of <a href="hhttp://www.macssh.com">MacSSH,</a> which
-      is characteristically easy to use, is free, Open Source, and offers superior
-      performance.</li>
-    <li>Configure it by clicking on the &quot;Favorites&quot; pull-down menu
-      in the top-navbar. </li>
-    <li>Click on the &quot;New&quot; button.</li>
-    <li>Enter a name for this favorite. If it is going to be your default, don't
-      bother. </li>
-    <li>Host Name: openoffice.org</li>
-    <li>Port: 22</li>
-    <li>Terminal: default</li>
-    <li>Go now to &quot;SSH2&quot; tab.</li>
-    <li>Encryption: <b>3DES</b></li>
-    <li>Authentication: <b>MD5</b></li>
-    <li>Compression: <b>zlib</b></li>
-    <li>Method: <b>Local TCP port forward</b></li>
-    <li>Local port: <b>2401</b></li>
-    <li> Remote host: <b>localhost</b></li>
-    <li> Remote port: <b>2401</b></li>
-    <li>You now must initialize (create) your SSH2 key pair. Click on the &quot;Initialize
-      SSH&quot; button. Follow instructions.</li>
-    <li>Export your key (that is, put it elsewhere) by clicking on the &quot;Export&quot; button. </li>
-    <li>Once your key has been loaded by the helpful and friendly staff at OpenOffice.org,
-      you will be notified; and then you will be able to establish a tunnel. </li>
-    <li>And, as is the case with tunnels: once established, there is no shell.
-      At most you will receive a message in a window saying that you are connected.
-      That is all. Leave this open, though you may minimize the window.</li>
-  </ol>
-  <h4>Configuring Mac CVS Clients</h4>
-  <p>There are several free and easy-to-use CVS clients for the Mac. Each has
-    its shortcoming (among them being the inane similarity of names) but I prefer
-    two: <a href="http://www.maccvs.org" target="_blank">MacCVSPro</a>, and <a href="http://www.heilancoo.net/MacCVSClient/" target="_blank">MacCVSClient</a>.
-    Both allow port forwarding (so you can use the tunnel) and both are easily
-    configured. The data is the same for both. As well, for both you <i>must</i> create
-    a folder for he CVS files. This can be done within the client or outside.
-    I suggest you do it first, and that you clearly identify your folder. </p>
-  <p><b>Note: I am providing all the information you <i>may</i> need. Not all
-      this information is required by the clients.</b>
-  </p><ul>
-    <li>Remote Host information: localhost</li>
-    <li>CVS Root: /cvs</li>
-    <li>CVs User Name: The same as your OpenOffice.org login user name</li>
-    <li>CVs Password: The same as your OpenOffice.org login password</li>
-    <li>CVs command: CVS</li>
-    <li>Port: 2401</li>
-    <li>Method: Pserver</li>
-    <li>Default Module: The module to which you have access.</li>
-    <li>Do not allow &quot;Auto Merge.&quot;</li>
-  </ul>
-  <p>The above information should be all you need. If you receive error messages
-    (a &quot;1&quot; in CVS), you may not have correctly set up your tunnel or
-    have a bad password. As well, be sure to put the preceding slash &quot;/&quot; <i>before</i> the
-    cvs (lowercase) root. If it's not there, you won't be able to checkout material.</p>
-  <p><b>Windows</b><a name="windows"></a>. If you are using Windows (NT or 9x
-    or 2K), then please use <a href="http://www.cygwin.com/" target="_blank">Cygwin</a>.
-    Cygwin, from Cygnus Solutions, provides a nearly full Unix environment on
-    your desktop. Cygwin has been updated to load quickly and easily. It also
-    generates the keys in the proper format for OpenOffice.org. We recommend
-    Cygwin and do not recommend any other client.</p>
-  <h3>Using Cygwin: Free and Open Source Unix Terminal Emulator<a name="cygwin"></a></h3>
-  <h4>Generating the Key with Cygwin: Unix Commands</h4>
-  <ol>
-    <li>Open Cygwin. If properly configured, Cygwin should start in your home
-      directory. To check that it does, type in "<font face="Courier New, Courier, mono">pwd</font>" at
-      the prompt. (The command requests bash to respond with the working directory.)
-      If the answer does not correspond to your home directory, type in "<font face="Courier New, Courier, mono">cd</font>." This
-      relocates the working directory to your home directory. </li>
-    <li>Enter "<font face="Courier New, Courier, mono">ssh-keygen -d</font>." This
-      commands the program to generate an SSH2 key (the -d extension specifies
-      a DSA or SSH2 key). Depending on the speed of your processor, it could
-      take anywhere from several seconds to several minutes. When finished, it
-      will prompt you for a file in which to save the key. You should accept
-      the default; or, you can specify a file and directory in which to save
-      the key, but doing so can be a pain, unless you are familiar (or wish to
-      be become familiar) with Unix file structures.</li>
-    <li>You will then be asked to enter a passphrase. You must enter a passphrase. Your key will not work unless you enter one. 
-      Remember this passphrase: you will be asked for it every time you log into
-      the SSH2 server to which you have connected using this public key. </li>
-    <li>If you have entered a passphrase correctly (and you will be asked twice
-      to be sure you aren't typo-ing your way into a mistake), you will then
-      be told that the "identification" has been saved in the file you stipulated,
-      and that the "public key" has been saved in a file bearing that same name
-      but with a <font face="Courier New, Courier, mono">.pub</font> suffix.
-      The .<font face="Courier New, Courier, mono">pub</font> signifies that
-      it is the public key.</li>
-    <li>For details on submitting the key, see the section below, &quot;Submitting
-      Your Certificate (Public Key).</li>
-    <li>Note: you are going to use CVS via the tunnel. Your CVSROOT needs therefore
-      to point to your localhost to use the tunnel.</li>
-  </ol>
-  <h4><a name="HowtoConnect"></a>Tunneling with the Cygwin: Unix
-    commands </h4>
-  <ul>
-    <li>First, begin the program.</li>
-    <li>At the prompt, enter "<font face="Courier New, Courier, mono">ssh -2
-        -x -L 2401:localhost:2401 tunnel@openoffice.org</font>"</li>
-    <li>The server should ask you for your passphrase. Enter it. If the passphrase
-      is entered wrongly, the server will immediately ask for your password.
-      This request indicates a failure. You should try again, and hope for better
-      luck.</li>
-    <li>If this is your first time, the server will send you a message along
-      these lines:
-      <ul>
-        <li><font face="Courier New, Courier, mono">Host key not found from the
-            list of known hosts. </font></li>
-        <li><font face="Courier New, Courier, mono">Are you sure you want to
-            continue connecting (yes/no)?</font> </li>
-      </ul>
-    </li>
-    <li>Enter "<font face="Courier New, Courier, mono">Yes</font>." You can't
-      just enter "y"; you have to spell it out.
-    </li><li>The server will then respond with: "Host "<font face="Courier New, Courier, mono">openoffice.org</font>" added
-      to the list of known hosts."
-    </li><li>The screen does not show a prompt. It may, at most, say something. That's
-      how it should be. The tunnel has been established. You are now ready to
-      begin using CVS.
-    </li><li>But: Your CVSROOT needs to point to your <span class="TypewriterPlain">localhost</span> to
-      use the tunnel
-    </li><li>You can, at this point, minimize the terminal, but do not close it or
-      enter <font face="Courier New, Courier, mono">Ctrl-C (^C)</font>. Doing
-      so will kill the terminal tunnel.</li>
-  </ul>
-  <h4>Submitting Your Certificate (Public Key)<a name="sendingkey"></a></h4>
-  <p>Regardless of the way the public key has been created, it needs to be sent
-    to OpenOffice.org and accepted by OpenOffice.org administrators.</p>
-  <ol>
-    <li> To submit the key, attach the .<font face="Courier New, Courier, mono">pub</font> file
-      as an attachment to an IssueZilla issue. (To use IssueZilla you must be
-      registered; but, then, to actually use the key you have to be a registered
-      user.) Assign it to "ssh2key@openoffice.org" in the &quot;www&quot; component.
-      Explain in the issue what modules you wish access to. (The key takes up
-      one very long line; it cannot be broken into more than one line, and anything
-      that does that violates the integrity of the key. That's why you need to
-      attach the file to the issue.)</li>
-    <li> We will then send you an acknowledgment alerting you of your ability
-      to use the certificate to tunnel to OpenOffice.org. Should you run into
-      difficulties, do not hesitate to contact <a href="mailto:ssh2key@openoffice.org">ssh2key@openoffice.org</a>.</li>
-    <li>Note: Your CVSROOT needs to point at your localhost to use the tunnel</li>
-  </ol>
-  <h4><a name="whattodo"></a>What to do after you have a tunnel</h4>
-  <p>Okay, you've come this far. If you've done everything right, you will have
-    a tunnel on your desktop to the server housing the CVS repository. This tunnel
-    is <i>not</i> a shell, i.e., you will not see any of the more or less familiar
-    Unix elements, just a perplexingly blank screen, and a message indicating
-    when you last logged in.. And this is the way it should be. </p>
-  <p>What you must do now: Log on to CVS. As mentioned before, this document
-    does not touch upon CVS protocols, only how to establish an SSH tunnel. But,
-    to emphasize the issue, the establishment of the tunnel is distinct from
-    loggin into the CVS repository. The tunnel only <i>enables</i> you to log
-    in. For documentation on how to use CVS, please see the Help on <a href="ddCVS.html">CVS</a>.</p>
-  <p>See below,<a href="#cvs"> How to use CVS with a tunnel</a>.</p>
-  <p class="Header">See also the <a href="http://website.openoffice.org/support/en/howtos/1.html">new
-      document</a> generated by Miljenko Williams of Website that does a fine
-      job of explaining not only tunneling and Cygwin, but also CVS.</p>
-  <h4><a name="cvs"></a>How to use CVS with a tunnel</h4>
-  <p>The tunnel is a conduit for cvs data. When you initiate a tunnel following
-    the instructions above, you  are connecting to the CVS server. The tunnel,
-    which is more a window into the server, becomes your designated CVS host.
-    You need only supply the correct password for the CVS server; it is the same
-    as your OpenOffice.org user password. Thus, the process is:</p>
-</div>
-
-<ol>
-  <li> Establish a tunnel. If it works, you will be asked for your passphrase
-  (not password, a sign of failure)</li>
-  <li>Initiate the CVS connection. You use :pserver; the server is &quot;localhost&quot;
-    (the tunnel), and you use your regular OpenOffice.org username.
-    <ul>
-      <li>E.g., cvs -d :pserver:[username]@localhost:/cvs login </li>
- 
-    </ul>
-  </li>
-<li>The regular set of CVS commands obtains. Just keep in mind you are going through the localhost tunnel, that you are not connecting to the CVS server outside of the tunnel.
-</li></ol>
-  <h4>Terminating the tunnel<a name="terminating"></a></h4>
-  <p>The easiest way to terminate the tunnel is to Ctrl-C (^C) it out of existence.
-      In both the Mac OS and Windows environment, you can also close the client
-    window, thereby shutting the tunnel down.</p>
   
-  <h4><a name="furtherdocumentation"></a>Further Documentation</h4>
-  <ul>
-    <li><a href="http://jakarta.apache.org/site/cvsonwin32.html" target="_blank">Jakarta
-          Projec</a>t information on using SSH and CVS on Windows. Useful information
-          on the issues involved.
-    </li><li> <a href=" http://openbsd.appli.se/openssh/windows.html" target="_blank">OpenBSD.org</a> has
-        a list of "free" clients for interoperating with OpenSSH from both Windows
-        and Macintosh boxes
-    </li><li><a href="http://www.dreamwvr.com/SSH-faq/" target="_blank">The Secure
-          Shell</a> (SSH) Frequently Asked Questions
-    </li><li><a href="http://www.ssh.org/" target="_blank">The Secure Shell Community
-          Site</a>
-    </li><li><a href="http://www.openssh.com/" target="_blank">OpenSSH</a>
-    </li><li><a href="http://sources.redhat.com/ml/cygwin/" target="_blank">The Cygwin
-          Project Mailing List Archives</a>
-    </li><li><a href="http://www.ssh.org/" target="_blank">The Secure Shell Community
-          Site</a>
-    </li><li><a href="http://www.linuxhelp.net/guides/sirplaya/ssh.phtml" target="_blank">Secure
-          Shell (SSH/SSH) Setup (Linux)</a>
-    </li><li><a href="http://www.wincvs.org/ssh.html" target="_blank">SSH with WinCvs</a>
-  </li></ul>
-  <span class="PlainText">
-  <p>
-  <a href="#toc">Top</a> | <a href="/nonav/servlets/HelpTOC">Help index</a></p></span> 
- </body></html>
+  
+
+  <div id="content">
+    
+    
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/appendix.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/appendix.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/appendix.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <table align="right">
   <tr>
     <td><div align="left"><a href="mu_install.html">Previous</a></div></td>
@@ -329,8 +327,6 @@
     <td><div align="center"><a href="toc.html">Contents</a></div></td>
     </tr>
 </table>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/intro.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/intro.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/intro.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <table align="right">
   <tr>
     <td><div align="left"><a href="toc.html">Previous</a></div></td>
@@ -86,9 +84,7 @@
     <td><div align="center"><a href="toc.html">Contents</a></div></td>
     <td><div align="right"><a href="ooo_install.html">Next</a></div></td>
   </tr>
-</table></body>
-</html>
-
+</table>
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/mu_install.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/mu_install.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/mu_install.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <table align="right">
   <tr>
     <td><div align="left"><a href="single_install.html">Previous</a></div></td>
@@ -424,9 +422,7 @@
     <td><div align="center"><a href="toc.html">Contents</a></div></td>
     <td><div align="right"><a href="appendix.html">Next</a></div></td>
   </tr>
-</table></body>
-</html>
-
+</table>
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/ooo_install.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/ooo_install.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/ooo_install.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <table align="right">
   <tr>
     <td><div align="left"><a href="intro.html">Previous</a></div></td>
@@ -253,9 +251,7 @@
     <td><div align="center"><a href="toc.html">Contents</a></div></td>
     <td><div align="right"><a href="single_install.html">Next</a></div></td>
   </tr>
-</table></body>
-</html>
-
+</table>
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/single_install.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/single_install.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/single_install.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <table align="right">
   <tr>
     <td><div align="left"><a href="ooo_install.html">Previous</a></div></td>
@@ -295,9 +293,7 @@
     <td><div align="center"><a href="toc.html">Contents</a></div></td>
     <td><div align="right"><a href="mu_install.html">Next</a></div></td>
   </tr>
-</table></body>
-</html>
-
+</table>
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/toc.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/toc.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/docs/setup_guide/toc.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <table align="right">
   <tr>
     <td><div align="left">Previous</div></td>
@@ -122,9 +120,7 @@
     <td><div align="center"><a href="toc.html">Contents</a></div></td>
     <td><div align="right"><a href="intro.html">Next</a></div></td>
   </tr>
-</table></body>
-</html>
-
+</table>
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/donate-thanks.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/donate-thanks.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/donate-thanks.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <!--
 this page is used after a PayPal Donation is made to TeamOpenOffice.org
 -->
@@ -58,8 +56,6 @@ and
 Thanks again
 <br>
 The OpenOffice.org Team
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/20021014_danese_cooper.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/20021014_danese_cooper.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/20021014_danese_cooper.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <h2>Interview: Danese Cooper, Sun Microsystems, Inc.</h2>
 <p><a href="../lspintro.html" target="_blank">-Louis Su&aacute;rez-Potts, Editor</a></p>
 <p><i>2002-10-14</i></p>
@@ -108,9 +106,7 @@ important in regulated industries)?</str
 <p><a href="index.html">Previous Interviews and Articles</a></p>
 
 
- </body>
-</html>
-
+ 
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/20021014_year_two.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/20021014_year_two.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/20021014_year_two.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <H2>Year Two</H2>
 <P><A HREF="../lspintro.html" TARGET="_blank">-Louis Su&aacute;rez-Potts,
 Editor</A></P>
@@ -146,9 +144,7 @@ even in a corporation's. </P>
   recognized as immediately usable but also as something to which one can <I>add</I> 
   things; and OpenOffice.org as a community is only beginning to shape the way 
   people think about their product.</P>
-<P><A HREF="index.html">Previous Interviews and Articles</A></P></body>
-</html>
-
+<P><A HREF="index.html">Previous Interviews and Articles</A></P>
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/200311_wrap_up.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/200311_wrap_up.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/200311_wrap_up.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 Conferences Wrap-Up
 
 <p>
@@ -64,8 +62,6 @@ Among the key conferences:
 <p>
 Reports on these conferences will follow over the next two days.  
 </p>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/JT-2002-03-15.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/JT-2002-03-15.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/JT-2002-03-15.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Untitled Document</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
+
 </head>
 
 <body>
@@ -36,76 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Untitled Document</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-</head>
-
-<body bgcolor="#FFFFFF" text="#000000">
-<h2>Community Articles: Opinions, Interviews, Analyses</h2>
-<p>-James Treleaven, Guest</p>
-<p><a href="../lspintro.html" target="_blank">Louis Su&aacute;rez-Potts, Editor</a></p>
-<p>2002 March 15</p>
-<p>&nbsp;</p>
-<p>I am surprised that I have not seen any discussion of the CNET article: &quot;<a href="http://news.com.com/2009-1017-857509.html">New 
-  Windows could solve age-old format puzzle--at a price</a>&quot;, which is posted 
-  on the CNET News.com site.</p>
-<p>
-It talks about replacing Microsoft's &quot;antiquated file system with modern 
-database technology&quot; which will &quot;mean easier, faster and more reliable 
-searches for information&quot;.<p>
-The sidebar to the article says: &quot;Microsoft is replacing the plumbing of 
-its Windows operating system with technology borrowed from its SQL Server database 
-software. Currently, documents, Web pages, e-mail files, spreadsheets and other 
-information are stored in separate, mostly incompatible software. The new technology 
-will unify storage in a single database built into Windows that's more easily 
-searchable, more reliable, and accessible across corporate networks and the Internet.&quot;<p>
-So - Microsoft wants to get rid of application files and store everything in a 
-database. How convenient.<p>
-It is a brilliant strategic move. After all, Microsoft users are not 'chained 
-down' by their loyalty to Windows - they are chained down by their loyalty to 
-their most heavily used Office applications - principally Word and Excel.<p>
-Openoffice.org hopes to win these users over, but to do so we rely on the critical 
-interoperability provided by our import/export filters. I personally have been 
-writing letters to antitrust officials begging them to force Microsoft to publish 
-the specifications of the file formats for their Office applications. Such publication 
-would just about completely level the playing field, and allow users to use whichever 
-office productivity applications they like. This in turn would give people much 
-more flexibility in choosing operating systems.<p>
-But just think - what if there were no file formats to publish? 'Sorry judge, 
-we would like to - but the data is not stored in files. It is stored in a database 
-that is an indivisible part of the operating system.'<p>
-The database records will of course be totally inaccessible to any program other 
-than the application that stored them - for security reasons. Throw in some encryption, 
-and if Microsoft is really smart, a patented API by which applications read/write 
-to/from the datastore - and interoperability with other office applications will 
-become a priori impossible.<p>
-People will still need to collaborate on documents of course (that is, to exchange 
-'files'). But the documents will simply move (via .NET) from the datastore buried 
-deep in the guts of a Windows OS running on one computer, to a datastore embedded 
-in a MS OS running on another computer. Microsoft will gradually make the whole 
-thing more and more opaque ... to the point at which people will not even think 
-of files anymore. The concept of 'files' may be something that is taught to our 
-great grandchildren in history class.<p>
-While the US Department of Justice is busy conceding the last war - the one in 
-which Microsoft 'integrated' Internet Explorer in the operating system - Microsoft 
-is moving its battalions ahead to win the coming war.<p>
-The CNET article, to which I referred, says that Microsoft is hard at work on 
-this new 'storage technology' - and the breathless tone of the article indicates 
-that Microsoft is hard at work selling the concept and all of its 'benefits' to 
-the public.<p>
-We shouldn't underestimate the cunning of Microsoft's strategy of integrating 
-more and more functionality into the operating system. Combined with an opaque 
-OS hosted datastore and .NET - this strategy could allow Microsoft to achieve 
-a critical mass of proprietary interconnections which could quickly grow to be 
-completely unassailable.
-<p>&nbsp; 
-<hr>
-<p><a href="index.html">Previous Community Articles</a></p>
-</body>
-</html>
-
+    
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/LWE.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/LWE.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/LWE.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <p>
 Hi all,
 </p>
@@ -103,9 +101,7 @@ What do you think about this? Interestin
 
 
 Best greetings
-		Uli</body>
-</html>
-
+		Uli
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/MSFTArticle.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/MSFTArticle.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/MSFTArticle.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 
 
 <title>Allchin's Demagoguery</title>
@@ -138,8 +136,6 @@ IP.</p>
   (and loud) argument. But that's just how life is in our family.</p>
 <p><i>[Comments? Please direct them to OpenOffice.org's <a href="http://www.openoffice.org/mail_list.html">discuss 
   mailing list</a> -Editor]</i></p>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/SunsOpenDoor.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/SunsOpenDoor.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/SunsOpenDoor.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 
 <h2>Editor's Column</h2>
 <p>-<a href="../lspintro.html">Louis Suarez-Potts</a></p>
@@ -79,8 +77,6 @@
   It's also fascinating to see in progress. In my next Editor's Column, I look 
   at the problematic 613 build and trace the way the community addressed (and 
   continues to address) those problems. </p>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/Uli-LWE.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/Uli-LWE.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/Uli-LWE.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 Hi all,
 
 I've been on the LinuxWorld Expo in Frankfurt yesterday (which claims 
@@ -85,9 +83,7 @@ What do you think about this? Interestin
 
 
 Best greetings
-		Uli</body>
-</html>
-
+		Uli
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/about_broffice.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/about_broffice.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/about_broffice.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="content-type" content="text/html; charset=utf-8">
+<title>About BrOffice</title>
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8">
-<title>About BrOffice</title>
-</head>
-<body>
+    
 <div class="spaced13">
   <h2>About BrOffice.org</h2>
   <p>2007-05-10</p>
@@ -70,8 +67,6 @@
 <br />
 <hr />
 <a href="index.html">Return to Articles</a>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/akshay_dayal.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/akshay_dayal.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/akshay_dayal.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Akshay Dayal, Contributor</title>
+
 </head>
 
 <body>
@@ -36,11 +37,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Akshay Dayal, Contributor</title></head>
-<body>
+    
 <h2>Spotlight: Akshay Dayal</h2>
 <p>September 2004</p>
 <p>-Louis Suarez-Potts</p>
@@ -56,8 +53,8 @@
 <p>&nbsp;</p>
 <p><a href="index.html">Return to Editorial Index</a></p>
 <br>
-</body>
-</html>
+
+
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/alexandro_colorado.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/alexandro_colorado.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/alexandro_colorado.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Interview: Alexandro Colorado, XpoLinux, Mexico</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Interview: Alexandro Colorado, XpoLinux, Mexico</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <h2>Interview: Alexandro Colorado, Co-Lead Español Project </h2>
 <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
 <p>2004-11-30</p>
@@ -94,8 +91,7 @@
 <p>I would also want more technical content that would appeal to the system administrators of companies. The SysAdmin is usually the key front-man to turn a company onto open source. Government should also be conscious about file accessibility, open standards. I'd like finally for there to be a taste of what is going on with open source and open formats across the world. </p>
 <p>&nbsp; </p>
 <p><a href="index.html">Back to Editorial Index</a></p>
-</body>
-</html>
+
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/articles.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/articles.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/articles.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Articles and Interviews</title>
+
+
 </head>
 
 <body>
@@ -36,13 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-<title>Articles and Interviews</title>
-</head>
-
-<body>
+    
 
 <h2>Articles and Interviews</h2>
 <p>$Date: 2007/05/11 14:12:40 $
@@ -367,8 +363,7 @@
     <td>2001-01-03</td>
   </tr>
 </table>
-</body>
-</html>
+
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/awpartyka.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/awpartyka.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/awpartyka.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Summer of Code: Andrzej Wytyczak-Partyka</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Summer of Code: Andrzej Wytyczak-Partyka</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <div class="spaced13">
 <h2>Summer of Code: Andrzej Wytyczak-Partyka</h2>
 <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
@@ -91,8 +88,8 @@
 <hr />
 
 <a href="index.html">Return to Articles</a>
-</body>
-</html>
+
+
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/aynu_team.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/aynu_team.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/aynu_team.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,14 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+<title>Interview: Aynu Localization Team</title> 
+
+
 </head>
 
 <body>
@@ -36,13 +39,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-
-<title>Interview: Aynu Localization Team</title> 
-</head>
-<body>
+    
 
 <p class="Header">
 Interview: Aynu Localization Team
@@ -187,8 +184,7 @@ HIRANO: Tens of Hundreds of localized ve
 </p>
 
 <p>Thank you all for your time and effort!</p>
-</body>
-</html>
+
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/bharateeyaooo.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/bharateeyaooo.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/bharateeyaooo.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="content-type" content="text/html; charset=utf-8">
+<title>BharateeyaOOo</title>
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8">
-<title>BharateeyaOOo</title>
-</head>
-<body>
+    
 <div class="spaced13">
   <h2> BharateeyaOO.o: Enabling OpenOffice.org for India</h2>
   <p>2007-03-06</p>
@@ -155,8 +152,7 @@
 <br />
 <hr />
 <a href="index.html">Return to Articles</a>
-</body>
-</html>
+
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/blogs.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/blogs.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/blogs.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,15 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
+
+  <title>OpenOffice.org Blogs</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,18 +40,7 @@
 
   <div id="content">
     
-    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
-"http://www.w3.org/TR/html4/strict.dtd">
-
-<html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8">
-
-  <title>OpenOffice.org Blogs</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-
-<body>
+    
   <h1>OpenOffice.org Bloggers</h1>
 
   <p><em>Please send updates for this page to the Editor, <a href=
@@ -274,8 +267,7 @@
   <hr>
 
   <p>$Date: 2010/05/03 20:09:15 $</p>
-</body>
-</html>
+
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/brainshare_report.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/brainshare_report.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/brainshare_report.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Brainshare South Africa Report</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,13 +38,7 @@
 
   <div id="content">
     
-    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>Brainshare South Africa Report</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <p class="Header" >Brainshare South Africa Report </p>
 <p> -- <a href="mailto:craigaa@openoffice.org">Craig A. Adams</a></p>
 <p><a href="http://www.openoffice.org.za/">OpenOffice.org Southern Africa</a></p>
@@ -63,8 +59,7 @@
 <p>Craig Adams is the Marketing Project Lead for Southern Africa and continuously strives, within a morass of apathy, to market OpenOffice.org to anyone and everyone, particularly in South and Southern Africa. Whenever possible, Craig tries to attend conferences and exhibitions as a representative of the OpenOffice.org Project, preaching to the converted and evangelising to the oblivious and unwary.</p>
 <p>The Southern African Marketing Project maintains the <a href="http://www.openoffice.org.za/">www.openoffice.org.za</a> portal which, optimistically, provides useful information relevant to the local market including links to various types of distributor, consultant and training services.</p>
 <p>The Southern African Marketing Project is also the bane of <a href="http://www.translate.org.za/">Translate.org.za</a> which has shouldered the task of translating numerous <a href="http://www.opensource.org/">Open Source</a> and <a href="http://www.fsf.org">Free Software</a> projects into a huge number of Southern African languages.
-</body>
-</html>
+
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/bwhelan.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/bwhelan.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/bwhelan.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,14 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Interview: Brendan Whelan, OpenOffice.org 2.0 Splashscreen Designer</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="../../../look/www/overrides/static/csi/css/inst.css" rel="stylesheet" type="text/css">
+
+
 </head>
 
 <body>
@@ -36,13 +39,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Interview: Brendan Whelan, OpenOffice.org 2.0 Splashscreen Designer</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link href="../../../look/www/overrides/static/csi/css/inst.css" rel="stylesheet" type="text/css">
-</head>
-<body>
+    
 <h2>Interview: Brendan Whelan, OpenOffice.org 2.0 Splashscreen Designer</h2>
 <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
 <p>2005-02-23</p>
@@ -83,8 +80,8 @@ past.</p>
 <p>Thanks, Brendan!</p>
 <p>&nbsp;</p>
 <p><a href="index.html">Editorial Index </a></p>
-</body>
-</html>
+
+
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/carlos-dantas-de-menezes.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/carlos-dantas-de-menezes.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/carlos-dantas-de-menezes.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Interview: Carlos Eduardo Dantas de Menezes</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Interview: Carlos Eduardo Dantas de Menezes</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <div class="spaced13">
   <h2>Interview: Carlos Eduardo Dantas de Menezes</h2>
   <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
@@ -108,8 +105,7 @@
 <br />
 <hr />
 <a href="index.html">Return to Articles</a>
-</body>
-</html>
+
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/cbosdonnat.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/cbosdonnat.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/cbosdonnat.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Summer of Code: Cédric Bosdonnat</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Summer of Code: Cédric Bosdonnat</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <div class="spaced13">
 <h2>Summer of Code: Cédric Bosdonnat</h2>
 <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
@@ -100,8 +97,8 @@
 <hr />
 
 <a href="index.html">Return to Articles</a>
-</body>
-</html>
+
+
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/cc_mumbai_meet.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/cc_mumbai_meet.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/cc_mumbai_meet.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Mumbai Computing Coordination Meeting</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Mumbai Computing Coordination Meeting</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <h2>Report on Indic Computing Coordination Meeting 18th-19th September, 2004</h2>
 <p><a href="#about">Shashank Sharma </a></p>
 <p>&nbsp; </p>
@@ -94,8 +91,7 @@
 </p>
 <p></p>
 <p>&nbsp; </p>
-</body>
-</html>
+
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/charles_schulz.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/charles_schulz.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/charles_schulz.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Interview: Charles Schulz</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Interview: Charles Schulz</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <h2>Interview: Charles Schulz, Lead, Native Language Confederation</h2>
 <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
 <p>2005-05-04</p>
@@ -82,8 +79,8 @@
 <p> The appeal of Free and Open Source Software in France, and at a governmental level, in particular, is the result of many coincidental elements. First, we should never forget how effective the French OpenOffice.org community is at lobbying and talking about OpenOffice.org. Second, the government is looking to rationalize its IT infrastructure while in the mean time become independent from any one IT vendor--even more so when this IT vendor is not French. There is also that current cost-reducing policy that applies to the entire French administration. Furthermore, I think that our government, regardless of any political party, has understood that by enabling this policy of furthering FOSS, it could also create jobs and wealth in France. I can't speak for the French government, but I think that it values visibility  strongly  , standards, and vendor-independence. As long as OpenOffice.org and FOSS stick to these criteria, we will be successful in France. </p>
 
 <a href="index.html">Return to Articles</a>
-</body>
-</html>
+
+
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/charles_shulz.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/charles_shulz.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/charles_shulz.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Interview: Charles Schulz</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Interview: Charles Schulz</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <h2>Interview: Charles Schulz, Lead, Native Language Confederation</h2>
 <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
 <p>2005-05-04</p>
@@ -81,8 +78,8 @@
 
 <p> The appeal of Free and Open Source Software in France, and at a governmental level, in particular, is the result of many coincidental elements. First, we should never forget how effective the French OpenOffice.org community is at lobbying and talking about OpenOffice.org. Second, the government is looking to rationalize its IT infrastructure while in the mean time become independent from any one IT vendor--even more so when this IT vendor is not French. There is also that current cost-reducing policy that applies to the entire French administration. Furthermore, I think that our government, regardless of any political party, has understood that by enabling this policy of furthering FOSS, it could also create jobs and wealth in France. I can't speak for the French government, but I think that it values visibility  strongly  , standards, and vendor-independence. As long as OpenOffice.org and FOSS stick to these criteria, we will be successful in France. </p>
 
-</body>
-</html>
+
+
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/communityaction.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/communityaction.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/communityaction.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 
 <p>
 <h2><font color="#cc6600" face="Courier New, Courier, mono" size="+2">Editor's Column</font></h2>
@@ -108,8 +106,6 @@
 <p>*By spelling out the mail address, I'm hoping to defeat spam crawlers.</p>
 
 
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/deepankar_datta.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/deepankar_datta.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/deepankar_datta.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Interview: Deepankar Datta, P2P</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Interview: Deepankar Datta, P2P</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <h2>Interview: Deepankar Datta, P2P Project</h2>
 <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
 <p>2004-11</p>
@@ -91,8 +88,8 @@
 
 <p>&nbsp; </p>
 <p><a href="index.html">Back to Editorial Index</a></p>
-</body>
-</html>
+
+
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/dmiller.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/dmiller.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/dmiller.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Summer of Code: Daniel Miller</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Summer of Code: Daniel Miller</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <div class="spaced13">
 <h2>Summer of Code: Daniel Miller</h2>
 <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
@@ -89,8 +86,8 @@
 <hr />
 
 <a href="articles.html">Return to Articles</a>
-</body>
-</html>
+
+
   </div>
 
   <div id="footer">

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/dozza_and_losselli.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/dozza_and_losselli.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/dozza_and_losselli.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Interview: Davide Dozza and Riccardo Losselli, Leads, Italian Language Project</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+
 </head>
 
 <body>
@@ -36,12 +38,7 @@
 
   <div id="content">
     
-    <html>
-<head>
-<title>Interview: Davide Dozza and Riccardo Losselli, Leads, Italian Language Project</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
+    
 <h2>Interview: Davide Dozza and Riccardo Losselli, Leads, Italian Language Project</h2>
 <p><a href="../lspintro.html">-Louis Suárez-Potts</a></p>
 <p>2004-11</p>
@@ -112,8 +109,7 @@ active <a href="http://projects.openoffi
 
 <p>&nbsp; </p>
 <p><a href="index.html">Back to Editorial Index</a></p>
-</body>
-</html>
+
 
   </div>
 

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec02020.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec02020.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec02020.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <h2>Community  Articles: Opinions, Interviews, Analyses</h2>
 <p>Editor: <a href="../lspintro.html">Louis Su&aacute;rez-Potts</a>
 <br>
@@ -129,8 +127,6 @@ Who is "we"? We are a group of 12 volunt
 
 
 
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec09Nov.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec09Nov.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec09Nov.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <h2>Community  Articles: Opinions, Interviews, Analyses</h2>
 <p><a href="../lspintro.html" target="_blank">-Louis Su&aacute;rez-Potts</a> </p>
 <p>2001 November 9</p>
@@ -158,8 +156,6 @@ And, if you have any questions about the
 <p>&nbsp;</p>
 <p><a href="index.html">Previous articles</a></p>
 
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec10Dec.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec10Dec.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec10Dec.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <h2>Community  Articles: Opinions, Interviews, Analyses</h2>
 <p><a href="../lspintro.html" target="_blank">-Louis Su&aacute;rez-Potts</a> </p>
 <p>2001 December 10</p>
@@ -109,8 +107,6 @@
 <hr>
 <br>
 <p><a href="index.html">Previous articles</a></p>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec11May.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec11May.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec11May.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <h2> Community 
   Articles: Opinions, Interviews, Analyses</h2>
 <p><a href="http://www.openoffice.org/lspintro.html" target="_blank">-Louis Su&aacute;rez-Potts</a></p>
@@ -111,8 +109,6 @@
   is good for Microsoft is good for America</a>. 
 <p>And I don't buy it. The times are changing.
 
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec12Apr.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec12Apr.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec12Apr.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
  
 <h2>Community 
   Articles: Opinions, Interviews, Analyses</h2>
@@ -127,8 +125,6 @@ href="http://porting.openoffice.org/mac"
 <p>&nbsp;</p>
 <h4><a href="editors.html">Previous Articles 
   </a></h4>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec12Sept.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec12Sept.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec12Sept.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <h2>Community  Articles: Opinions, Interviews, Analyses</h2>
 <p>Editor: <a href="../lspintro.html" target="_blank">Louis Su&aacute;rez-Potts</a>
 <br>
@@ -144,8 +142,6 @@
   <br>
 </p>
 <p><a href="index.html" target="_blank">Previous articles</a></p>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec13July.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec13July.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec13July.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
  
 <h2> Community Articles: 
   Opinions, Interviews, Analyses</h2>
@@ -126,8 +124,6 @@
 <p>&nbsp;</p>
 <p><a href="index.html">Previous articles</a></p>
 
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec13Oct.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec13Oct.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec13Oct.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <h2>Community  Articles: Opinions, Interviews, Analyses</h2>
 <p><a href="../lspintro.html" target="_blank">-Louis Su&aacute;rez-Potts</a> </p>
 <p>2001 October 13</p>
@@ -105,8 +103,6 @@ For other articles related to the OpenOf
 see the <a href="../about_us/birthday.html">Birthday Page</a>. 
 <p>&nbsp;
 <p><a href="index.html">Previous articles</a>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec14August.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec14August.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec14August.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 
 
 <h2>Community  Articles: Opinions, Interviews, Analyses</h2>
@@ -108,8 +106,6 @@
 <p>&nbsp;
 <p><a href="index.html">Previous articles</a>
 
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec15Feb.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec15Feb.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec15Feb.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
  
 <h2><font color="#cc6600" face="Courier New, Courier, mono" size="+2">Editor's 
   Column</font></h2>
@@ -288,8 +286,6 @@
 <p>E-mail: <a href="mailto:louis at collab.net">Louis at collab.net</a></p>
 <p>&nbsp;</p>
 <p>&nbsp;</p>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec15Mar.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec15Mar.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec15Mar.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 
 <TITLE>The International OpenOffice</TITLE>
 
@@ -132,8 +130,6 @@
   613 build:&nbsp; problems and opportunities</a></i></p>
 <p>3 January 2001 <i><a href="SunsOpenDoor.html" target="_blank">Sun's 
   open door</a></i></p>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec16Jan01.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec16Jan01.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec16Jan01.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 
 <title>Editor's Column: 16 January 2001</title>
 
@@ -104,8 +102,6 @@
 <h4>E-mail: louis at collab.net*</h4>
 <p>*By spelling out the mail address, I'm hoping to defeat 
   spam crawlers.</p>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec1Feb.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec1Feb.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec1Feb.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 
 
 <p>
@@ -190,8 +188,6 @@
 <p> 
 <p>E-mail:<a href="mailto:louis at collab.net"> Louis at collab.net</a></p>
 <P>&nbsp;</P>
-</body>
-</html>
 
 
   </div>

Modified: websites/production/openofficeorg/content/openofficeorg/www/editorial/ec1Mar.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/www/editorial/ec1Mar.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/www/editorial/ec1Mar.html Sat Aug 13 23:30:07 2011
@@ -18,11 +18,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <title></title>
-  
+
 <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
 </head>
 
 <body>
@@ -36,10 +37,7 @@
 
   <div id="content">
     
-    <html><head>
-<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-</head>
-<body>
+    
 <TITLE>Interview: Sander Vesik</TITLE>
 
 
@@ -151,8 +149,6 @@
 <p>3 January 2001 <i><a href="SunsOpenDoor.html" target="_blank">Sun's 
   open door</a></i></p>
 <P>&nbsp;</P>
-</body>
-</html>
 
 
   </div>