mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
19.49.2011 33bf0ad082efd726d6059f3a91c27ace9d180706
Fix OPENDJ-158: Add Google Analytics script to core docs
1 files added
5 files modified
22 ■■■■ changed files
opendj3/opendj-docs/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj3/opendj-docs/src/docbkx/admin-guide/OpenDJ-Admin-Guide.xml 2 ●●● patch | view | raw | blame | history
opendj3/opendj-docs/src/docbkx/dev-guide/OpenDJ-Dev-Guide.xml 2 ●●● patch | view | raw | blame | history
opendj3/opendj-docs/src/docbkx/ga.html 13 ●●●●● patch | view | raw | blame | history
opendj3/opendj-docs/src/docbkx/install-guide/OpenDJ-Install-Guide.xml 2 ●●● patch | view | raw | blame | history
opendj3/opendj-docs/src/docbkx/release-notes/OpenDJ-Release-Notes.xml 2 ●●● patch | view | raw | blame | history
opendj3/opendj-docs/pom.xml
@@ -61,6 +61,7 @@
       <goal>generate-html</goal>
       <goal>generate-pdf</goal>
       <goal>generate-rtf</goal>
       <goal>generate-manpages</goal>
      </goals>
      <configuration>
       <!-- Comment the draft elements out for final build -->
opendj3/opendj-docs/src/docbkx/admin-guide/OpenDJ-Admin-Guide.xml
@@ -119,5 +119,5 @@
 <xinclude:include href='appendix-l10n.xml' />
 <index />
 <?dbhtml-include href="../ga.html"?>
</book>
opendj3/opendj-docs/src/docbkx/dev-guide/OpenDJ-Dev-Guide.xml
@@ -75,5 +75,5 @@
 </reference>
 <index />
 <?dbhtml-include href="../ga.html"?>
</book>
opendj3/opendj-docs/src/docbkx/ga.html
New file
@@ -0,0 +1,13 @@
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-23412190-2']);
  _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>
opendj3/opendj-docs/src/docbkx/install-guide/OpenDJ-Install-Guide.xml
@@ -56,5 +56,5 @@
 <xinclude:include href='chap-uninstall.xml' />
 <index />
 <?dbhtml-include href="../ga.html"?>
</book>
opendj3/opendj-docs/src/docbkx/release-notes/OpenDJ-Release-Notes.xml
@@ -83,5 +83,5 @@
 <xinclude:include href='chap-support.xml' />
 <index />
 <?dbhtml-include href="../ga.html"?>
</book>