Author: marcus
Date: Sat Jan 10 15:23:28 2015
New Revision: 1650752

URL: http://svn.apache.org/r1650752
Log:
Updated header, comments and links

Modified:
    openoffice/ooo-site/trunk/content/index_test.html

Modified: openoffice/ooo-site/trunk/content/index_test.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index_test.html?rev=1650752&r1=1650751&r2=1650752&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index_test.html (original)
+++ openoffice/ooo-site/trunk/content/index_test.html Sat Jan 10 15:23:28 2015
@@ -3,6 +3,7 @@
 <head>
     <meta name="description" content="The official home page of the Apache 
OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw 
and Base." />
     <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, 
Apache Open Office, OpenOffice.org, Official, Official Site, Writer, Calc, 
Impress, Draw, Base, ODF, Open Document Format, free office editors" />
+    <meta name="name" content="Apache OpenOffice" />
     <meta name="google-site-verification" 
content="x1jl2cGum4kCvj0PgxjTy_pasCsLY_fBT7my88fpKD4" />
     <meta name="p:domain_verify" content="bd1ba1fb9d25b0eb3d64891f89e9195e" /> 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -21,10 +22,18 @@
     @import "exceptions.css";
     /* ]]> */
     </style>
+
+    <!-- If you want to write some JavaScript, then please insert it in the
+    ".../scripts/oo.js" file and keep this "index.html" clean. Thanks. -->
 </head>
 
 <body>
 
+<!-- Check the origin of the website visit (referrer), decide if a user 
message and website redirect is necessary.-->
+<script type="text/javascript">
+// INDEX.checkReferrer();
+</script>
+
 <!-- The text in the H1 tag is intentionally shown as "display: none" (do not 
display).
 This is to please accessibility tools like a screen reader. -->
 <h1 style="display: none;">Apache OpenOffice</h1>
@@ -199,7 +208,7 @@ This is to please accessibility tools li
     <h2 style="display: inline;">Recent Blog Posts</h2>
 
     <p style="text-align:right">
-      <a href="http://blogs.apache.org/OOo/";>All Posts</a>
+      <a href="http://blogs.apache.org/OOo/"; target="_blank">All Posts</a>
     </p>
 
     <p>
@@ -318,7 +327,7 @@ This is to please accessibility tools li
   </div>
 </div>
 
-<!-- Every new element and text that is defined below the last, previous DIV 
will be actually dislayed wrapped below it.
+<!-- Every new element and text that is defined below the previous DIV will be 
actually dislayed wrapped below it.
 To prevent this, the following DIV has to be used. This is really needed. -->
 
 <div style="clear: both;"></div>


Reply via email to