This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/main by this push:
new 34e4b97 Update website-local.md
34e4b97 is described below
commit 34e4b97567d75e22c490c8d3c420a824c93cabd1
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Jul 12 11:37:12 2023 -0700
Update website-local.md
This page is obsolete and needs to be completely rewritten.
---
content/pages/website-local.md | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/content/pages/website-local.md b/content/pages/website-local.md
index b9a910e..f8ec54b 100644
--- a/content/pages/website-local.md
+++ b/content/pages/website-local.md
@@ -238,38 +238,6 @@ Use SVN to submit svn "diffs".
For further information see the [Apache Source Code Repository][7] page.
-## Google Analytics
-
-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.
-
-To enable a page for Google Analytics you need to added the following block
-of JavaScript immediately before the closing </head> in the HTML.
-
-
- <script type="text/javascript">
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-98607986-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);
- })();
-
- </script>
-
-
-Note: This is not needed for the project website, only for the openoffice.org
pages.
-
-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.
-
-
[1]: https://subversion.apache.org
[2]: https://svn.apache.org/repos/asf/openoffice/site/trunk/
[3]: https://www.apache.org/dev/cmsref.html#local-build