[postgis-tickets] [PostGIS] #5562: Remove hard-coded use of Google Analytics from repository
PostGIS
trac at osgeo.org
Sun Oct 1 01:37:14 PDT 2023
#5562: Remove hard-coded use of Google Analytics from repository
-----------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: task | Status: new
Priority: medium | Milestone: PostGIS 3.5.0
Component: build/upgrade/install | Version: master
Keywords: documentation |
-----------------------------------+---------------------------
At the moment a couple of makefile targets produce html which use
javascript to report page visits to Google. I think we should replace them
with some generic way to specify custom scripts to include in the HTML
output.
Doing so would simplify the scripts becuase we would not need separate
targets for "chunked-html-web" and "chunked-html-web-mobile" as the only
difference between those targets and "chunked-html" is the injection of
different scripts/css.
It will also be possible to switch between services without the need to
change build scripts, for example to use an OSGeo provided analytics
service ( see https://trac.osgeo.org/osgeo/ticket/2830 )
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5562>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list