Fix OPENDJ-158: Add Google Analytics script to core docs
1 files added
5 files modified
| | |
| | | <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 -->
|
| | |
| | | <xinclude:include href='appendix-l10n.xml' /> |
| | | |
| | | <index /> |
| | | |
| | | <?dbhtml-include href="../ga.html"?> |
| | | </book> |
| | |
| | | </reference> |
| | | |
| | | <index /> |
| | | |
| | | <?dbhtml-include href="../ga.html"?> |
| | | </book> |
| New file |
| | |
| | | <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> |
| | |
| | | <xinclude:include href='chap-uninstall.xml' /> |
| | | |
| | | <index /> |
| | | |
| | | <?dbhtml-include href="../ga.html"?> |
| | | </book> |
| | |
| | | <xinclude:include href='chap-support.xml' /> |
| | | |
| | | <index /> |
| | | |
| | | <?dbhtml-include href="../ga.html"?> |
| | | </book> |