blob: 4bc9c5fda7e784ab86047d438388b103c8ab4d8e [file] [log] [blame]
<?php
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
$App = new App();
$Nav = new Nav();
$Menu = new Menu();
include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# template.php
#
# Author: Denis Roy
# Date: 2005-06-16
#
# Description: Type your page comments here - these are not sent to the browser
#
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "Tigerstripe IP Log";
$pageKeywords = "Type, page, keywords, here";
$pageAuthor = "Eric Dillon";
# End: page-specific settings
#
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<h3>Committers</h3>
<TABLE BORDER=1 BORDERCOLOR="#000000" CELLPADDING=5 CELLSPACING=0>
<TR>
<TH ALIGN=CENTER>Name</TH>
<TH ALIGN=CENTER>Organization</TH>
</TR>
<TR>
<TD ALIGN=CENTER>Eric Dillon (Lead)</TD>
<TD ALIGN=CENTER>Cisco, Inc.</TD>
</TR>
<TR>
<TD ALIGN=CENTER>Richard Craddock</TD>
<TD ALIGN=CENTER>Cisco, Inc.</TD>
</TR>
<TR>
<TD ALIGN=CENTER>Duncan Keysell</TD>
<TD ALIGN=CENTER>Cisco, Inc.</TD>
</TR>
<TR>
<TD ALIGN=CENTER>Steve Jerman</TD>
<TD ALIGN=CENTER>Cisco, Inc</TD>
</TR>
<TR>
<TD ALIGN=CENTER>John Worrell</TD>
<TD ALIGN=CENTER>Cisco, Inc.</TD>
</TR>
<TR>
<TD ALIGN=CENTER>Jim Strawn</TD>
<TD ALIGN=CENTER>Cisco, Inc.</TD>
</TR>
<TR>
<TD ALIGN=CENTER>Yuri Strot</TD>
<TD ALIGN=CENTER>Xored, Inc.</TD>
</TR>
</TABLE>
<hr class="clearer" />
<h3>Contributions</h3>
<TABLE WIDTH=100% BORDER=1 BORDERCOLOR="#000000" CELLPADDING=5 CELLSPACING=0>
<COL WIDTH=27%>
<COL WIDTH=8%>
<COL WIDTH=19%>
<COL WIDTH=8%>
<COL WIDTH=19%>
<COL WIDTH=19%>
<THEAD>
<TR VALIGN=TOP>
<TH ALIGN=CENTER>Component (CVS directory)</TH>
<TH ALIGN=CENTER>Bug #</TH>
<TH ALIGN=CENTER>Contributor's Name</TH>
<TH ALIGN=CENTER>Contribution Size</TH>
<TH ALIGN=CENTER>Committer who committed this contribution</TH>
<TH ALIGN=CENTER>Description</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN=TOP>
<TD ALIGN=LEFT><small>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.core<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.example<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.example.person<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.example.person.tests<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.example.person.validators<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.example.router<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.java<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.java.ui<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.java.ui.refactoring<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.resource<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.resource.ui<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.resource.ui.refactoring<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.annotation.ui<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.espace.core<p>
<p>/cvsroot/technology/org.eclipse.tigerstripe/plugins/org.eclipse.espace.resources<p>
</small>
</TD>
<TD ALIGN=CENTER><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=226878">226878</a></TD>
<TD ALIGN=CENTER>Yuri Strot</TD>
<TD ALIGN=CENTER>20711</TD>
<TD ALIGN=CENTER>Eric Dillon</TD>
<TD ALIGN=CENTER>
<p>Annotation's Framework</p>
</TD>
</TR>
</TBODY>
</TABLE>
<hr class="clearer" />
<h3>Third Party Software</h3>
<TABLE BORDER=1 CELLPADDING=2 CELLSPACING=2>
<TR>
<TH>
<P>Software</P>
</TH>
<TH>
<P>Version</P>
</TH>
<TH>
<P>License</P>
</TH>
<TH>
<P>Location</P>
</TH>
<TH>
<P>Usage</P>
</TH>
<TH>
<P>IPZilla Approval Link</P>
</TH>
</TR>
<TR>
<TD>
<P>commons-lang</P>
</TD>
<TD>
<P>2.1</P>
</TD>
<TD>
<a href="http://commons.apache.org/license.html">Apache 2.0</a>
</TD>
<TD>
<P>plugins/org.eclipse.tigerstripe.workbench.base</P>
<P>plugins/org.eclipse.tigerstripe.metamodel</P>
<P>generators/m0xml</P>
<P>generators/tigerstripe-documentation</p>
</TD>
<td>
<p>Unmodified Binary</p>
</td>
<TD>
<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1972">IPZilla #1972</a>
</TD>
</TR>
<TR>
<TD>
<P>commons-cli</P>
</TD>
<TD>
<P>1.0</P>
</TD>
<TD>
<a href="http://commons.apache.org/license.html">Apache 2.0</a>
</TD>
<TD>
<P>plugins/org.eclipse.tigerstripe.workbench.base</P>
</TD>
<td>
<p>Unmodified Binary</p>
</td>
<TD>
<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1975">IPZilla #1975</a>
</TD>
</TR>
<TR>
<TD>
<P>commons-collections</P>
</TD>
<TD>
<P>3.2</P>
</TD>
<TD>
<a href="http://commons.apache.org/license.html">Apache 2.0</a>
</TD>
<TD>
<P>plugins/org.eclipse.tigerstripe.workbench.base</P>
</TD>
<td>
<p>Unmodified Binary</p>
</td>
<TD>
<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1976">IPZilla #1976</a>
</TD>
</TR>
<TR>
<TD>
<P>commons-logging (from Orbit)</P>
</TD>
<TD>
<P>1.0.4</P>
</TD>
<TD>
<a href="http://commons.apache.org/license.html">Apache 2.0</a>
</TD>
<TD>
<P>plugins/org.eclipse.tigerstripe.workbench.base</P>
</TD>
<td>
<p>Unmodified Binary</p>
</td>
<TD>
<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1971">IPZilla #1971</a>
</TD>
</TR>
<TR>
<TD>
<P>Log4j (from Orbit)</P>
</TD>
<TD>
<P>1.2.13</P>
</TD>
<TD>
<a href="http://commons.apache.org/license.html">Apache 2.0</a>
</TD>
<TD>
<P>plugins/org.eclipse.tigerstripe.workbench.base</P>
</TD>
<td>
<p>Unmodified Binary</p>
</td>
<TD>
<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1969">IPZilla #1969</a>
</TD>
</TR>
<TR>
<TD>
<P>Commons Digester</P>
</TD>
<TD>
<P>1.8</P>
</TD>
<TD>
<a
href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0
License</a>
</TD>
<TD>
<P>plugins/org.eclipse.tigerstripe.workbench.ui.base.test</P>
</TD>
<td>
<p>Unmodified Binary</p>
</td>
<TD>
<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=2507">IPZilla #2507</a>
</TD>
</TR>
<TR>
<TD>
<P>Dom4j</P>
</TD>
<TD>
<P>1.6.1</P>
</TD>
<TD>
<a
href="http://www.dom4j.org/license.html">Dom4j's license</a> (BSD style
license)
</TD>
<TD>
<P>plugins/org.eclipse.tigerstripe.workbench.base</P>
</TD>
<td>
<p>Unmodified Binary</p>
</td>
<TD>
<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1970">IPZilla #1970</a>
</TD>
</TR>
<TR>
<TD>
<P>velocity</P>
</TD>
<TD>
<P>1.5</P>
</TD>
<TD>
<a
href="http://velocity.apache.org/index.html">http://velocity.apache.org/index.html</a>
</TD>
<TD>
<P>plugins/org.eclipse.tigerstripe.workbench.base</P>
<P>plugins/org.eclipse.tigerstripe.metamodel</P>
</TD>
<td>
<p>Unmodified Binary</p>
</td>
<TD>
<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1977">IPZilla #1977</a>
</TD>
</TR>
<TR>
<TD>
<P>QDox</P>
</TD>
<TD>
<P>1.6.3</P>
</TD>
<TD>
<a
href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0
License</a>
</TD>
<TD>
<P>plugins/org.eclipse.tigerstripe.workbench.base</P>
<P>plugins/org.eclipse.tigerstripe.metamodel</P>
</TD>
<td>
<p>Unmodified Binary</p>
</td>
<TD>
<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1953">IPZilla #1953</a>
</TD>
</TR>
</TABLE>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>