Author: hrin
Date: Tue Apr 23 10:40:10 2013
New Revision: 1470882

URL: http://svn.apache.org/r1470882
Log:
Adds missing <title> tag to sites.

Modified:
    openoffice/ooo-site/trunk/content/api/SDK/buildguide.html
    openoffice/ooo-site/trunk/content/api/SDK/example_collection.html
    openoffice/ooo-site/trunk/content/api/SDK/index.html
    openoffice/ooo-site/trunk/content/api/SDK/snippets/index.html
    
openoffice/ooo-site/trunk/content/api/TipsAndTricks/cpp_uno_coding_hints.html
    openoffice/ooo-site/trunk/content/api/TipsAndTricks/external.html
    openoffice/ooo-site/trunk/content/api/TipsAndTricks/index.html
    openoffice/ooo-site/trunk/content/api/TipsAndTricks/internal.html
    openoffice/ooo-site/trunk/content/api/common/designgoals.html
    openoffice/ooo-site/trunk/content/api/listrules.html
    
openoffice/ooo-site/trunk/content/bibliographic/Biblio_functional_requirements_6_27.html
    openoffice/ooo-site/trunk/content/bibliographic/bib-dtd-bits.html
    openoffice/ooo-site/trunk/content/bibliographic/biblio-sw.html
    openoffice/ooo-site/trunk/content/bibliographic/biblioDB-summary.html
    openoffice/ooo-site/trunk/content/bibliographic/bibtex-defs.html
    openoffice/ooo-site/trunk/content/bibliographic/bibtex-format.html
    openoffice/ooo-site/trunk/content/bibliographic/bibtex-index.html
    openoffice/ooo-site/trunk/content/bibliographic/btxdoc.html
    openoffice/ooo-site/trunk/content/bibliographic/deficiencies.html
    openoffice/ooo-site/trunk/content/bibliographic/detailed enhacement 
proposals.html
    openoffice/ooo-site/trunk/content/bibliographic/developer.html
    
openoffice/ooo-site/trunk/content/bibliographic/enhanced-save-package-description.html
    openoffice/ooo-site/trunk/content/bibliographic/implementation.html
    openoffice/ooo-site/trunk/content/bibliographic/xml_contents.html
    openoffice/ooo-site/trunk/content/cs/cvs_account.html
    openoffice/ooo-site/trunk/content/cs/people.html
    openoffice/ooo-site/trunk/content/cs/sponsorship.html
    
openoffice/ooo-site/trunk/content/dba/specifications/AutoIncrementValues.html
    
openoffice/ooo-site/trunk/content/dba/specifications/Drag_Drop_DSBrowser.html
    openoffice/ooo-site/trunk/content/el/about-cdrom.html
    openoffice/ooo-site/trunk/content/el/about-documentation.html
    openoffice/ooo-site/trunk/content/el/about-downloads.html
    openoffice/ooo-site/trunk/content/el/about-helping.html
    openoffice/ooo-site/trunk/content/el/about-issuezilla.html
    openoffice/ooo-site/trunk/content/el/about-legal.html
    openoffice/ooo-site/trunk/content/el/about-mailinglist.html
    openoffice/ooo-site/trunk/content/el/about-product.html
    openoffice/ooo-site/trunk/content/el/about-spellcheck.html
    openoffice/ooo-site/trunk/content/el/adresses.html
    openoffice/ooo-site/trunk/content/el/background.html
    openoffice/ooo-site/trunk/content/el/contr_spellch.html
    openoffice/ooo-site/trunk/content/el/credits.html
    openoffice/ooo-site/trunk/content/el/faq.html
    openoffice/ooo-site/trunk/content/el/index.html
    openoffice/ooo-site/trunk/content/el/old-downloads.html
    openoffice/ooo-site/trunk/content/el/targets.html
    openoffice/ooo-site/trunk/content/el/test.html
    openoffice/ooo-site/trunk/content/el/test2.html
    openoffice/ooo-site/trunk/content/el/translate3.html
    openoffice/ooo-site/trunk/content/fur/index.html
    openoffice/ooo-site/trunk/content/ga/foireann.html
    openoffice/ooo-site/trunk/content/ga/index-en.html
    openoffice/ooo-site/trunk/content/ga/index.html

Modified: openoffice/ooo-site/trunk/content/api/SDK/buildguide.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/SDK/buildguide.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/SDK/buildguide.html (original)
+++ openoffice/ooo-site/trunk/content/api/SDK/buildguide.html Tue Apr 23 
10:40:10 2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>OpenOffice.org Software Development Kit (SDK) Build Guide</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: openoffice/ooo-site/trunk/content/api/SDK/example_collection.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/SDK/example_collection.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/SDK/example_collection.html (original)
+++ openoffice/ooo-site/trunk/content/api/SDK/example_collection.html Tue Apr 
23 10:40:10 2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>SDK Example Collection</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: openoffice/ooo-site/trunk/content/api/SDK/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/SDK/index.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/SDK/index.html (original)
+++ openoffice/ooo-site/trunk/content/api/SDK/index.html Tue Apr 23 10:40:10 
2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>OpenOffice.org Software Development Kit (SDK)</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: openoffice/ooo-site/trunk/content/api/SDK/snippets/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/SDK/snippets/index.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/SDK/snippets/index.html (original)
+++ openoffice/ooo-site/trunk/content/api/SDK/snippets/index.html Tue Apr 23 
10:40:10 2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>Code Snippets</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: 
openoffice/ooo-site/trunk/content/api/TipsAndTricks/cpp_uno_coding_hints.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/TipsAndTricks/cpp_uno_coding_hints.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- 
openoffice/ooo-site/trunk/content/api/TipsAndTricks/cpp_uno_coding_hints.html 
(original)
+++ 
openoffice/ooo-site/trunk/content/api/TipsAndTricks/cpp_uno_coding_hints.html 
Tue Apr 23 10:40:10 2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>C++ UNO Coding Hints</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: openoffice/ooo-site/trunk/content/api/TipsAndTricks/external.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/TipsAndTricks/external.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/TipsAndTricks/external.html (original)
+++ openoffice/ooo-site/trunk/content/api/TipsAndTricks/external.html Tue Apr 
23 10:40:10 2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>External API Resources</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: openoffice/ooo-site/trunk/content/api/TipsAndTricks/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/TipsAndTricks/index.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/TipsAndTricks/index.html (original)
+++ openoffice/ooo-site/trunk/content/api/TipsAndTricks/index.html Tue Apr 23 
10:40:10 2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>SDK/API Tips and Tricks</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: openoffice/ooo-site/trunk/content/api/TipsAndTricks/internal.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/TipsAndTricks/internal.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/TipsAndTricks/internal.html (original)
+++ openoffice/ooo-site/trunk/content/api/TipsAndTricks/internal.html Tue Apr 
23 10:40:10 2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>OpenOffice.org Internal Spots</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: openoffice/ooo-site/trunk/content/api/common/designgoals.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/common/designgoals.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/common/designgoals.html (original)
+++ openoffice/ooo-site/trunk/content/api/common/designgoals.html Tue Apr 23 
10:40:10 2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>Main Design Goals</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: openoffice/ooo-site/trunk/content/api/listrules.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/listrules.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/listrules.html (original)
+++ openoffice/ooo-site/trunk/content/api/listrules.html Tue Apr 23 10:40:10 
2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html><head>
+<title>Important things to know about this mailing list</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>

Modified: 
openoffice/ooo-site/trunk/content/bibliographic/Biblio_functional_requirements_6_27.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/Biblio_functional_requirements_6_27.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- 
openoffice/ooo-site/trunk/content/bibliographic/Biblio_functional_requirements_6_27.html
 (original)
+++ 
openoffice/ooo-site/trunk/content/bibliographic/Biblio_functional_requirements_6_27.html
 Tue Apr 23 10:40:10 2013
@@ -2,7 +2,7 @@
 <HTML>
 <head>
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
-       <TITLE></TITLE>
+       <TITLE>Draft functional requirements of OpenOffice Bibliographic 
module</TITLE>
        <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0.3  (Linux)">
        <META NAME="AUTHOR" CONTENT="Manish Agrawal">
        <META NAME="CREATED" CONTENT="20030625;11455800">

Modified: openoffice/ooo-site/trunk/content/bibliographic/bib-dtd-bits.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/bib-dtd-bits.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/bib-dtd-bits.html (original)
+++ openoffice/ooo-site/trunk/content/bibliographic/bib-dtd-bits.html Tue Apr 
23 10:40:10 2013
@@ -6,7 +6,7 @@
 name="generator">
 <meta http-equiv="Content-Type" content=
 "text/html; charset=us-ascii">
-<title></title>
+<title>&lt;!-- Extract of the bibliographic entries from - $Id: 
bib-dtd-bits.html,v 1.1 2003/06/17 06:11:53 dnw Exp $</title>
 <meta name="CREATED" content="20030210;15142100">
 <meta name="CHANGED" content="20030210;16081900">
 </head>

Modified: openoffice/ooo-site/trunk/content/bibliographic/biblio-sw.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/biblio-sw.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/biblio-sw.html (original)
+++ openoffice/ooo-site/trunk/content/bibliographic/biblio-sw.html Tue Apr 23 
10:40:10 2013
@@ -2,7 +2,7 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=us-ascii">
-  <title></title>
+  <title>Bibliographic Related Software and Standards Information</title>
   <meta http-equiv="content-type" content="text/html; charset=us-ascii">
 </head>
 

Modified: openoffice/ooo-site/trunk/content/bibliographic/biblioDB-summary.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/biblioDB-summary.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/biblioDB-summary.html 
(original)
+++ openoffice/ooo-site/trunk/content/bibliographic/biblioDB-summary.html Tue 
Apr 23 10:40:10 2013
@@ -1,7 +1,8 @@
+<!DOCTYPE html>
 <html>
 <head>
   <meta http-equiv="content-type" content="">
-  <title></title>
+  <title>Summary File for Database : BiblioDB (Build 33)</title>
 </head>
 
 <body>

Modified: openoffice/ooo-site/trunk/content/bibliographic/bibtex-defs.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/bibtex-defs.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/bibtex-defs.html (original)
+++ openoffice/ooo-site/trunk/content/bibliographic/bibtex-defs.html Tue Apr 23 
10:40:10 2013
@@ -2,7 +2,7 @@
 <HTML>
 <head>
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
-       <TITLE></TITLE>
+       <TITLE>Bibtex Entry Types, Field Types and Usage Hints</TITLE>
        <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0.3  (Linux)">
        <META NAME="CREATED" CONTENT="20030630;11324100">
        <META NAME="CHANGED" CONTENT="20030630;11435200">

Modified: openoffice/ooo-site/trunk/content/bibliographic/bibtex-format.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/bibtex-format.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/bibtex-format.html 
(original)
+++ openoffice/ooo-site/trunk/content/bibliographic/bibtex-format.html Tue Apr 
23 10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>BibTeX</title>
 </head>
 
 <body>
@@ -290,5 +292,4 @@ information. Here is a list of some of t
 <!-- The following section added by WWWOFFLE -->
 </body>
 </html>
-</html>
 

Modified: openoffice/ooo-site/trunk/content/bibliographic/bibtex-index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/bibtex-index.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/bibtex-index.html (original)
+++ openoffice/ooo-site/trunk/content/bibliographic/bibtex-index.html Tue Apr 
23 10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Bibtex style definition files and support files from 
www.maths.utah.edu/pub/tex/bibtex</title>
 </head>
 
 <body lang="en-GB">
@@ -908,5 +910,4 @@ bgcolor="ffffff" cellspacing="1" style="
 </table>
 </body>
 </html>
-</html>
 

Modified: openoffice/ooo-site/trunk/content/bibliographic/btxdoc.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/btxdoc.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/btxdoc.html (original)
+++ openoffice/ooo-site/trunk/content/bibliographic/btxdoc.html Tue Apr 23 
10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>BiB-TEXing</title>
 </head>
 <body lang="">
 <h1 align="center">BiB-T<sub>E</sub>Xing</h1>
@@ -1025,5 +1027,4 @@ general users, 8&nbsp;February 1988.</p>
 Scholars</i>. Knopf, 1979.</p></dd></dl>
 </body>
 </html>
-</html>
 

Modified: openoffice/ooo-site/trunk/content/bibliographic/deficiencies.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/deficiencies.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/deficiencies.html (original)
+++ openoffice/ooo-site/trunk/content/bibliographic/deficiencies.html Tue Apr 
23 10:40:10 2013
@@ -1,32 +1,7 @@
+<!DOCTYPE html>
 <html>
 <head>
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <meta content="text/html; charset=UTF-8">
-  <title></title>
+  <title>User requirements and current deficiencies</title>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 </head>
 

Modified: openoffice/ooo-site/trunk/content/bibliographic/detailed enhacement 
proposals.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/detailed%20enhacement%20proposals.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/detailed enhacement 
proposals.html (original)
+++ openoffice/ooo-site/trunk/content/bibliographic/detailed enhacement 
proposals.html Tue Apr 23 10:40:10 2013
@@ -1,11 +1,12 @@
+<!DOCTYPE html>
 <html>
 <head>
   <meta http-equiv="content-type" content="">
-  <title></title>
+  <title>OpenOffice Bibliographic Project Discussion and Issues</title>
 </head>
 
 <body lang="en-US" link="#6666CC" bgcolor="#ffffff">
-<h2><a name="Project"></a>OpenOffice Bibliographic Project Discussion and
+<h2>OpenOffice Bibliographic Project Discussion and
 Issues</h2>
 
 <p>2005-December-4</p>

Modified: openoffice/ooo-site/trunk/content/bibliographic/developer.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/developer.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/developer.html (original)
+++ openoffice/ooo-site/trunk/content/bibliographic/developer.html Tue Apr 23 
10:40:10 2013
@@ -2,9 +2,7 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=us-ascii">
-  <title></title>
-  <link>
-  <meta http-equiv="content-type" content="text/html; charset=us-ascii">
+  <title>Bibliographic Project's Developer Page</title>
 </head>
 
 <body lang="en">

Modified: 
openoffice/ooo-site/trunk/content/bibliographic/enhanced-save-package-description.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/enhanced-save-package-description.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- 
openoffice/ooo-site/trunk/content/bibliographic/enhanced-save-package-description.html
 (original)
+++ 
openoffice/ooo-site/trunk/content/bibliographic/enhanced-save-package-description.html
 Tue Apr 23 10:40:10 2013
@@ -2,7 +2,7 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title></title>
+  <title>Current and Proposed Bibliographic enhancements to the contents of 
the writer save package</title>
   <meta name="AUTHOR" content="David Wilson">
   <meta name="CREATED" content="20060104;15195400">
   <meta name="CHANGEDBY" content="David Wilson">
@@ -12,13 +12,6 @@
 PRE.cjk { font-family: "Gothic", monospace }
 TH P { font-style: italic }
 -->
-
-
-
-
-
-
-
         </style>
 </head>
 

Modified: openoffice/ooo-site/trunk/content/bibliographic/implementation.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/implementation.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/implementation.html 
(original)
+++ openoffice/ooo-site/trunk/content/bibliographic/implementation.html Tue Apr 
23 10:40:10 2013
@@ -4,9 +4,8 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=us-ascii" />
-  <title></title>
+  <title>OpenOffice Bibliographic implementation</title>
   <link />
-  <meta http-equiv="content-type" content="text/html; charset=us-ascii" />
 </head>
 
 <body xml:lang="en">

Modified: openoffice/ooo-site/trunk/content/bibliographic/xml_contents.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bibliographic/xml_contents.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bibliographic/xml_contents.html (original)
+++ openoffice/ooo-site/trunk/content/bibliographic/xml_contents.html Tue Apr 
23 10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>How OpenOffice Writer saves its Bibliographic data ?</title>
 </head>
 
 </head>
@@ -23,5 +25,4 @@ contents.xml file with the document.sxw 
 <br>
 </body>
 </html>
-</html>
 

Modified: openoffice/ooo-site/trunk/content/cs/cvs_account.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/cs/cvs_account.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/cs/cvs_account.html (original)
+++ openoffice/ooo-site/trunk/content/cs/cvs_account.html Tue Apr 23 10:40:10 
2013
@@ -1,6 +1,8 @@
+<!DOCTYPE html>
 <html>
   <head>
     <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+       <title>Návod na práci s CVS projektu OpenOffice.org</title>
   </head>
   <body>
     <table width="100%">

Modified: openoffice/ooo-site/trunk/content/cs/people.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/cs/people.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/cs/people.html (original)
+++ openoffice/ooo-site/trunk/content/cs/people.html Tue Apr 23 10:40:10 2013
@@ -1,6 +1,8 @@
+<!DOCTYPE html>
 <html>
   <head>
     <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+       <title>O&nbsp;nás</title>
   </head>
   <body>
     <table width="100%">

Modified: openoffice/ooo-site/trunk/content/cs/sponsorship.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/cs/sponsorship.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/cs/sponsorship.html (original)
+++ openoffice/ooo-site/trunk/content/cs/sponsorship.html Tue Apr 23 10:40:10 
2013
@@ -1,6 +1,8 @@
+<!DOCTYPE html>
 <html>
   <head>
     <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+       <title>Sponzoring - neaktuální</title>
   </head>
   <body>
     <table width="100%">

Modified: 
openoffice/ooo-site/trunk/content/dba/specifications/AutoIncrementValues.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/dba/specifications/AutoIncrementValues.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- 
openoffice/ooo-site/trunk/content/dba/specifications/AutoIncrementValues.html 
(original)
+++ 
openoffice/ooo-site/trunk/content/dba/specifications/AutoIncrementValues.html 
Tue Apr 23 10:40:10 2013
@@ -2,7 +2,7 @@
 <HTML>
 <head>
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; 
charset=windows-1252">
-       <TITLE></TITLE>
+       <TITLE>The creation and retrieving of auto increment values</TITLE>
        <META NAME="GENERATOR" CONTENT="StarOffice 6.0  (Win32)">
        <META NAME="AUTHOR" CONTENT="Ocke Janssen">
        <META NAME="CREATED" CONTENT="20020710;8345700">

Modified: 
openoffice/ooo-site/trunk/content/dba/specifications/Drag_Drop_DSBrowser.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/dba/specifications/Drag_Drop_DSBrowser.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- 
openoffice/ooo-site/trunk/content/dba/specifications/Drag_Drop_DSBrowser.html 
(original)
+++ 
openoffice/ooo-site/trunk/content/dba/specifications/Drag_Drop_DSBrowser.html 
Tue Apr 23 10:40:10 2013
@@ -2,7 +2,7 @@
 <HTML>
 <head>
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; 
charset=windows-1252">
-       <TITLE></TITLE>
+       <TITLE>Drag and Drop in the Datasource Browser</TITLE>
        <META NAME="GENERATOR" CONTENT="StarOffice 6.0  (Win32)">
        <META NAME="AUTHOR" CONTENT="Ocke Janssen">
        <META NAME="CREATED" CONTENT="20020408;15591366">

Modified: openoffice/ooo-site/trunk/content/el/about-cdrom.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/about-cdrom.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/about-cdrom.html (original)
+++ openoffice/ooo-site/trunk/content/el/about-cdrom.html Tue Apr 23 10:40:10 
2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>OpenOffice.org σε CD-ROM</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/about-documentation.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/about-documentation.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/about-documentation.html (original)
+++ openoffice/ooo-site/trunk/content/el/about-documentation.html Tue Apr 23 
10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Τεκμηρίωση</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/about-downloads.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/about-downloads.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/about-downloads.html (original)
+++ openoffice/ooo-site/trunk/content/el/about-downloads.html Tue Apr 23 
10:40:10 2013
@@ -1,6 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
-       
+<title>Ελληνικό OpenOffice.org</title> 
 <script type="text/javascript" 
src="http://www.openoffice.org/scripts/entourage.js";></script>  
        
        
@@ -174,5 +175,7 @@
 </table>
 
 <p>&nbsp;</p></td>
+</body>
+</html>
 
 

Modified: openoffice/ooo-site/trunk/content/el/about-helping.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/about-helping.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/about-helping.html (original)
+++ openoffice/ooo-site/trunk/content/el/about-helping.html Tue Apr 23 10:40:10 
2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Συνεισφορά στην ανάπτυξη του 
Ελληνικού OpenOffice.org</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/about-issuezilla.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/about-issuezilla.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/about-issuezilla.html (original)
+++ openoffice/ooo-site/trunk/content/el/about-issuezilla.html Tue Apr 23 
10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Αναφορά σφαλμάτων</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">
@@ -96,6 +98,6 @@
 </tr>
 </table>
 
-/body>
+</body>
 </html>
 

Modified: openoffice/ooo-site/trunk/content/el/about-legal.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/about-legal.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/about-legal.html (original)
+++ openoffice/ooo-site/trunk/content/el/about-legal.html Tue Apr 23 10:40:10 
2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Νομικά θέματα</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/about-mailinglist.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/about-mailinglist.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/about-mailinglist.html (original)
+++ openoffice/ooo-site/trunk/content/el/about-mailinglist.html Tue Apr 23 
10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Λίστες ταχυδρομείου</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/about-product.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/about-product.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/about-product.html (original)
+++ openoffice/ooo-site/trunk/content/el/about-product.html Tue Apr 23 10:40:10 
2013
@@ -1,4 +1,12 @@
-<head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"></head><table width="100%" border="0" cellpadding="0" 
cellspacing="0">
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Το λογισμικό OpenOffice.org</title>
+</head>
+
+<body>
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
 
 <tr>
 
@@ -86,4 +94,7 @@
 </td>
 </tr>
 </table>
+</body>
+</html>
+
 

Modified: openoffice/ooo-site/trunk/content/el/about-spellcheck.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/about-spellcheck.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/about-spellcheck.html (original)
+++ openoffice/ooo-site/trunk/content/el/about-spellcheck.html Tue Apr 23 
10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Ορθογραφικός έλεγχος, συλλαβισμός και 
θησαυρός </title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/adresses.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/adresses.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/adresses.html (original)
+++ openoffice/ooo-site/trunk/content/el/adresses.html Tue Apr 23 10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Επικοινωνία</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/background.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/background.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/background.html (original)
+++ openoffice/ooo-site/trunk/content/el/background.html Tue Apr 23 10:40:10 
2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Περιγραφή του έργου OpenOffice.org</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/contr_spellch.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/contr_spellch.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/contr_spellch.html (original)
+++ openoffice/ooo-site/trunk/content/el/contr_spellch.html Tue Apr 23 10:40:10 
2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Under construction!</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/credits.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/credits.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/credits.html (original)
+++ openoffice/ooo-site/trunk/content/el/credits.html Tue Apr 23 10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Συνεισφορά και Ευχαριστίες</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/faq.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/faq.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/faq.html (original)
+++ openoffice/ooo-site/trunk/content/el/faq.html Tue Apr 23 10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Συχνές ερωτήσεις</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/index.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/index.html (original)
+++ openoffice/ooo-site/trunk/content/el/index.html Tue Apr 23 10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>To OpenOffice.org είναι ελεύθερο λογισμικό</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/old-downloads.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/old-downloads.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/old-downloads.html (original)
+++ openoffice/ooo-site/trunk/content/el/old-downloads.html Tue Apr 23 10:40:10 
2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Παλαιότερες εκδόσεις του OpenOffice.org</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/targets.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/targets.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/targets.html (original)
+++ openoffice/ooo-site/trunk/content/el/targets.html Tue Apr 23 10:40:10 2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Blank page</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/el/test.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/test.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/test.html (original)
+++ openoffice/ooo-site/trunk/content/el/test.html Tue Apr 23 10:40:10 2013
@@ -4,7 +4,7 @@
  
  <head>
  <title>
-      
+      test
          
     </title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

Modified: openoffice/ooo-site/trunk/content/el/test2.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/test2.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/test2.html (original)
+++ openoffice/ooo-site/trunk/content/el/test2.html Tue Apr 23 10:40:10 2013
@@ -4,7 +4,7 @@
  
  <head>
  <title>
-      
+      test
          
     </title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

Modified: openoffice/ooo-site/trunk/content/el/translate3.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/el/translate3.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/el/translate3.html (original)
+++ openoffice/ooo-site/trunk/content/el/translate3.html Tue Apr 23 10:40:10 
2013
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+<title>Προσπάθεια της Ελληνικής Κοινότητας 
για το OpenOffice.org 3.0</title>
 </head>
 <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">

Modified: openoffice/ooo-site/trunk/content/fur/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/fur/index.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/fur/index.html (original)
+++ openoffice/ooo-site/trunk/content/fur/index.html Tue Apr 23 10:40:10 2013
@@ -2,7 +2,7 @@
 <HTML>
 <head>
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
-       <TITLE></TITLE>
+       <TITLE>OpenOffice.org par furlan</TITLE>
        <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2  (Unix)">
        <META NAME="CREATED" CONTENT="0;0">
        <META NAME="CHANGEDBY" CONTENT="peanuts ">

Modified: openoffice/ooo-site/trunk/content/ga/foireann.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ga/foireann.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/ga/foireann.html (original)
+++ openoffice/ooo-site/trunk/content/ga/foireann.html Tue Apr 23 10:40:10 2013
@@ -1,4 +1,8 @@
+<!DOCTYPE html>
 <html>
+<head>
+<title>Aistritheoirí/Translators</title>
+</head>
   <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">
 

Modified: openoffice/ooo-site/trunk/content/ga/index-en.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ga/index-en.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/ga/index-en.html (original)
+++ openoffice/ooo-site/trunk/content/ga/index-en.html Tue Apr 23 10:40:10 2013
@@ -1,4 +1,8 @@
+<!DOCTYPE html>
 <html>
+<head>
+<title>OpenOffice - Great software, better than ever - now in Irish</title>
+</head>
   <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">
 

Modified: openoffice/ooo-site/trunk/content/ga/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ga/index.html?rev=1470882&r1=1470881&r2=1470882&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/ga/index.html (original)
+++ openoffice/ooo-site/trunk/content/ga/index.html Tue Apr 23 10:40:10 2013
@@ -1,4 +1,6 @@
+<!DOCTYPE html>
 <html>
+<head><title>OpenOffice - Bogearra den scoth, chomh maith agus a bhí sé 
ariamh, anois as Gaeilge</title></head>
   <body>
 <table width="100%" border="0" cellpadding="0" cellspacing="0">
 


Reply via email to