diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template
index a79712c8812e701df1c5d6e43a4ff0ffa0f7ec10..acb917972f9d3330dca1ebca25a529b5bf36ba8d 100644
--- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template
+++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template
@@ -227,6 +227,112 @@ foreach ($compileSummary->summaryItem as $summaryItem) {
 </table>
 
 
+<!-- ***********  WST **************  -->
+<table border=0 cellspacing=2 cellpadding=2 width="100%">
+        <tr>
+                <td align=left valign=top colspan="5" bgcolor="#0080C0"><font
+                        face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF"> Web Standard Tools</font></td>
+        </tr>
+
+        <tr>
+                <td align="left" valign="top" colspan="5">
+                <p>The WST zip files includes the features and plugins from the WST Project. </p>
+                </td>
+        </tr>
+        <tr>
+                <table border=0 cellspacing=2 cellpadding=2 width="90%" align="center">
+
+
+                        <tr>
+                                <td align="left" valign="top" width="10%"><b>Web App Developers:</b></td>
+                                <td align="left" valign="top">
+                                <p>This non-SDK package is for most users. It includes the runnable
+                                code and end-user documentation for those using the tools to develop
+                                web applications. In particular, non-Java oriented Web Apps (such as HTML, 
+                                XML, CSS, etc).</p>
+                                </td>
+                                <?php
+
+                                $zipfilename="wtp-wst-@build@";
+
+                                $filename=$zipfilename.".zip";
+                                $zipfilesize=fileSizeInMegs($filename);
+                                echo '  <td align="right" valign="top" width="10%">
+                           <a href="' . ${downloadprefix} . ${filename} . '">' . "wst" . '</a>
+                        </td>
+                        <td align="right" valign="top" width="5%">
+                           (' . ${zipfilesize} . 'M)
+                        </td>
+                        <td align="right" valign="top" width="5%">
+                           [<a href="checksum/' . ${filename} . '.md5">md5</a>]
+                        </td>';
+
+                                ?>
+                        </tr>
+
+                        <tr>
+
+
+                        <tr>
+                                <td align="left" valign="top" width="10%"><b>Tool Developers:</b></td>
+
+                                <td align="left" valign="top">
+                                <p>The SDK package includes source code and developer documentation
+                                for those using WST as a platform to build more tools, as well as
+                                everything that is in the non-SDK version.</p>
+
+                                <?php
+
+                                $zipfilename="wtp-wst-sdk-@build@";
+
+                                $filename=$zipfilename.".zip";
+                                $zipfilesize=fileSizeInMegs($filename);
+                                echo '<td align="right" valign="top" width="10%">
+                        <a href="' . ${downloadprefix} . ${filename} . '">' . "wtp-wst-sdk" . '</a>
+                        </td>
+                        <td align="right" valign="top" width="5%">
+                        (' . ${zipfilesize} . 'M)
+                        </td>
+                        <td align="right" valign="top" width="5%">
+                        [<a href="checksum/' . ${filename} . '.md5">md5</a>]
+                        </td>';
+                                ?>
+
+                        </tr>
+
+                        <tr>
+
+                                <td align="left" valign="top" width="10%"></td>
+                                <td align="left" valign="top">
+                                <p>The Automated Test zip contains the unit tests.</p>
+                                <?php
+
+                                $zipfilename="wtp-wst-Automated-Tests-@build@";
+
+                                $filename=$zipfilename.".zip";
+                                $zipfilesize=fileSizeInMegs($filename);
+                                echo '<td align="right" valign="top" width="10%">
+                        <a href="' . ${downloadprefix} . ${filename} . '">' . "wtp-wst-Automated-Tests" . '</a>
+                        </td>
+                        <td align="right" valign="top" width="5%">
+                        (' . ${zipfilesize} . 'M)
+                        </td>
+                        <td align="right" valign="top" width="5%">
+                        [<a href="checksum/' . ${filename} . '.md5">md5</a>]
+                        </td>';
+                                ?>
+
+                        </tr>
+                </table>
+
+
+        <tr>
+
+</table>
+
+
+
+
 <!-- ***********  Build Status **************  -->
 <table border=0 cellspacing=2 cellpadding=2 width="100%">
         <tr>