Author: buildbot
Date: Fri May 18 14:25:58 2012
New Revision: 818180
Log:
Staging update by buildbot for openofficeorg
Modified:
websites/staging/openofficeorg/trunk/content/ (props changed)
websites/staging/openofficeorg/trunk/content/openofficeorg/website-local.html
Propchange: websites/staging/openofficeorg/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 18 14:25:58 2012
@@ -1 +1 @@
-1337333
+1340103
Modified:
websites/staging/openofficeorg/trunk/content/openofficeorg/website-local.html
==============================================================================
---
websites/staging/openofficeorg/trunk/content/openofficeorg/website-local.html
(original)
+++
websites/staging/openofficeorg/trunk/content/openofficeorg/website-local.html
Fri May 18 14:25:58 2012
@@ -113,33 +113,6 @@ The "legacy" OpenOffice.org site uses ht
<h2 id="version-control">Version Control</h2>
<p>We use <a href="http://subversion.apache.org">Apache Subversion</a> for
version control. You can <a
href="http://svn.apache.org/viewvc/incubator/ooo/site/trunk">browse the project
repository</a> or <a
href="https://svn.apache.org/repos/asf/incubator/ooo/ooo-site/trunk/">browse
the user portal repository</a> in your web browser.</p>
-<h2 id="google-analytics">Google Analytics</h2>
-<p>We use Google Analytics on key webpages to gather information on website
-usage patterns. This information is then used to help us prioritize what
-areas of the website should get more attention.</p>
-<p>To enable a page for Google Analytics you need to added the following block
-of JavaScript immediately before the closing </head> in the HTML.</p>
-<div class="codehilite"><pre><span class="nt"><script</span> <span
class="na">type=</span><span class="s">"text/javascript"</span><span
class="nt">></span>
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-30193653-1']);
- _gaq.push(['_setDomainName', 'openoffice.org']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') +
'.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
- })();
-
-<span class="nt"></script></span>
-</pre></div>
-
-
-<p>Note: This is not needed for the podling website, only for the
openoffice.org pages. <br />
-</p>
-<p>It is not necessary to add this to every single web page. The greatest
benefit for
-the effort comes from adding it to the key destination pages.</p>
<h2 id="making-changes-to-the-sites">Making Changes to the Sites</h2>
<h3 id="using-svn">Using SVN</h3>
<p>You can make changes to either site using svn (subversion). This typically
involves
@@ -287,6 +260,33 @@ svn remove and commit the same files and
<h4 id="contributor">Contributor</h4>
<p>Use SVN to submit svn "diffs".</p>
<p>For further information see the <a
href="http://www.apache.org/dev/version-control.html">Apache Source Code
Repository</a> page.</p>
+<h2 id="google-analytics">Google Analytics</h2>
+<p>We use Google Analytics on key webpages to gather information on website
+usage patterns. This information is then used to help us prioritize what
+areas of the website should get more attention.</p>
+<p>To enable a page for Google Analytics you need to added the following block
+of JavaScript immediately before the closing </head> in the HTML.</p>
+<div class="codehilite"><pre><span class="nt"><script</span> <span
class="na">type=</span><span class="s">"text/javascript"</span><span
class="nt">></span>
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-30193653-1']);
+ _gaq.push(['_setDomainName', 'openoffice.org']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') +
'.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+
+<span class="nt"></script></span>
+</pre></div>
+
+
+<p>Note: This is not needed for the podling website, only for the
openoffice.org pages. <br />
+</p>
+<p>It is not necessary to add this to every single web page. The greatest
benefit for
+the effort comes from adding it to the key destination pages.</p>
</div>
<div id="footera">