diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/config/_default/config.toml | 1 | ||||
| -rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 32 | ||||
| -rw-r--r-- | documentation/themes/beastie/layouts/partials/site-head.html | 1 |
3 files changed, 4 insertions, 30 deletions
diff --git a/documentation/config/_default/config.toml b/documentation/config/_default/config.toml index 8795386966..8667900012 100644 --- a/documentation/config/_default/config.toml +++ b/documentation/config/_default/config.toml @@ -11,7 +11,6 @@ disableKinds = [ "taxonomy", "taxonomyTerm" ] authors = [ "carlavilla@FreeBSD.org" ] ignoreFiles = [ "chapter.adoc$", "contrib-386bsd.adoc$", "contrib-additional.adoc$", "contrib-committers.adoc$", "contrib-corealumni.adoc$", "contrib-develalumni.adoc$", "contrib-develinmemoriam.adoc$", "contrib-portmgralumni.adoc$", "\\.po$" ] enableRobotsTXT = true -googleAnalytics = 'UA-22767463-1' [params] websiteURL = "https://www.FreeBSD.org" diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index e52393a258..65ae46ea27 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -3942,35 +3942,11 @@ Get your mentor to add you to the "Additional Contributors" ([.filename]#doc/sha == Information About Google Analytics As of December 12, 2012, Google Analytics was enabled on the FreeBSD Project website to collect anonymized usage statistics regarding usage of the site. -The information collected is valuable to the FreeBSD Documentation Project, to identify various problems on the FreeBSD website. -[[google-analytics-policy]] -=== Google Analytics General Policy - -The FreeBSD Project takes visitor privacy very seriously. -As such, the FreeBSD Project website honors the "Do Not Track" header _before_ fetching the tracking code from Google. -For more information, please see the https://www.FreeBSD.org/privacy/[FreeBSD Privacy Policy]. - -Google Analytics access is _not_ arbitrarily allowed - access must be requested, voted on by the `{doceng}`, and explicitly granted. - -Requests for Google Analytics data must include a specific purpose. -For example, a valid reason for requesting access would be "to see the most frequently used web browsers when viewing FreeBSD web pages to ensure page rendering speeds are acceptable." - -Conversely, "to see what web browsers are most frequently used" (without stating __why__) would be rejected. - -All requests must include the timeframe for which the data would be required. -For example, it must be explicitly stated if the requested data would be needed for a timeframe covering a span of 3 weeks, or if the request would be one-time only. - -Any request for Google Analytics data without a clear, reasonable reason beneficial to the FreeBSD Project will be rejected. - -[[google-analytics-data]] -=== Data Available Through Google Analytics - -A few examples of the types of Google Analytics data available include: - -* Commonly used web browsers -* Page load times -* Site access by language +[NOTE] +==== +As of March 3, 2022, Googla Analytics was removed from the FreeBSD Project. +==== [[misc]] == Miscellaneous Questions diff --git a/documentation/themes/beastie/layouts/partials/site-head.html b/documentation/themes/beastie/layouts/partials/site-head.html index a9b1d38026..781ad79c12 100644 --- a/documentation/themes/beastie/layouts/partials/site-head.html +++ b/documentation/themes/beastie/layouts/partials/site-head.html @@ -57,7 +57,6 @@ </script> <!-- END SEO --> - {{ template "_internal/google_analytics.html" . }} {{ end }} </head> |
