[
https://issues.apache.org/jira/browse/JSPWIKI-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784993#action_12784993
]
Harry Metske commented on JSPWIKI-614:
--------------------------------------
localheader.jsp is a dummy jsp that is intended for this purpose, as mentioned
in the comment of it :
{noformat}
<%-- This is a local JSP header file, which you can override in your own
template
if you want to put something in the head-section of the page. This page is
included after the commonheader.jsp.
The JSPWiki default template and distribution will never have anything here
except this comment. Therefore it's safe to override without accidentally
removing any functionality.
Some things which you might want to put here would e.g. be your site
tracker
Javascript (like Google Analytics, or Sitemeter, or whatever).
The safest trick would be to create your own template (say "sitetemplate")
directory,
and just put a new localheader.jsp in it. JSPWiki will always use the
files in the "default" template, if it cannot locate an equivalent file in
your defined template directory.
--%>
{noformat}
As an admin you can stick in the right piwik standard js in here with the
required parameters.
> Create a Piwik plugin
> ----------------------
>
> Key: JSPWIKI-614
> URL: https://issues.apache.org/jira/browse/JSPWIKI-614
> Project: JSPWiki
> Issue Type: New Feature
> Components: Plugins
> Reporter: Derek
> Priority: Minor
>
> Would be greate if there was a Piwik (www.piwik.org) plugin to allow the
> tracking of users through the Wiki and to help determine usage and page hits.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.