You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2010/10/20 10:04:45 UTC

[Hama Wiki] Trivial Update of "HowToContribute" by edwardyoon

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.

The "HowToContribute" page has been changed by edwardyoon.
http://wiki.apache.org/hama/HowToContribute?action=diff&rev1=3&rev2=4

--------------------------------------------------

+ == How to Contribute To Hama ==
- == Project Website ==
- === Integration of Google Analytics ===
  
- Insert the code above into {FORREST_HOME}\main\webapp\skins\pelt\xslt\html\site-to-xhtml.xsl right before the favicon: 
- 
- {{{
- ...
- 
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script> 
- <script type="text/javascript">
- _uacct = "UA-2482311-4";
- urchinTracker();
- </script>
- 
- <!--+
-   |favicon
-   +-->
- ...
- }}}
-