mirror of https://github.com/apache/poi.git
Added index.html to module. Can be used locally or with
viewcvs to know about the software module and main build results. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
697f26cec8
commit
223aaeb958
|
@ -0,0 +1,119 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Apache Jakarta POI</title>
|
||||
<style type="text/css">
|
||||
|
||||
body { color: #000000;
|
||||
background-color: #ffffff; }
|
||||
|
||||
a:active { color: #ff0000; }
|
||||
a:visited { color: #551a8b; }
|
||||
a:link { color: #0000bb; }
|
||||
a.title { font-weight: bold; font-size: 110%; }
|
||||
|
||||
h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
|
||||
font-weight: bold }
|
||||
h1 { font-size: 180% }
|
||||
h2 { font-size: 150% }
|
||||
h3, h4 { font-size: 120% }
|
||||
|
||||
ul { margin-left: 1em; padding: 0pt; border: 0pt; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table align="center" height="40" width="100%" cellpadding="0" cellspacing="2">
|
||||
<tr>
|
||||
<td><img src="src/documentation/images/group-logo.gif"/></td>
|
||||
<td align="center" width="100%"></td>
|
||||
<td><img src="src/documentation/images/project-logo.gif"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr hr="hr"/>
|
||||
<div align="center" class="titlepage">
|
||||
<h1>Apache Jakarta POI</h1>
|
||||
|
||||
<p>
|
||||
<strong>Version 1.5-dev</strong>
|
||||
<br br="br"/>
|
||||
<strong><script language="JavaScript">
|
||||
|
||||
<!-- Begin
|
||||
var m = document.lastModified;
|
||||
var p = m.length-8;
|
||||
document.write(m.substring(p, 0));
|
||||
// End -->
|
||||
|
||||
</script></strong>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table align="center">
|
||||
<tbody>
|
||||
<tr><td>
|
||||
<ul>
|
||||
<li> <a href="status.xml" class="title">status.xml</a>
|
||||
<br br="br"/>(status of the project and community)</li>
|
||||
|
||||
<li> <a href="module.xml" class="title">module.xml</a>
|
||||
<br br="br"/>(extended Gump descriptor of the software module)</li>
|
||||
|
||||
<li> <a href="build.xml" class="title">build.xml</a>
|
||||
<br br="br"/>(main build file)</li>
|
||||
|
||||
<li> <a href="layout.xml" class="title">layout.xml</a>
|
||||
<br br="br"/>(layout of the project directories)</li>
|
||||
|
||||
<li> <a href="properties.xml" class="title">properties.xml</a>
|
||||
<br br="br"/>(properties used for building the project)</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li> <a href="build/docs/index.html" class="title">Documentation</a>
|
||||
<br br="br"/>(run "build docs" first)</li>
|
||||
|
||||
<li> <a href="build/docs/javadocs/index.html" class="title">Javadocs</a>
|
||||
<br br="br"/>(run "build javadocs" first)</li>
|
||||
|
||||
<li> <a href="build/docs/tests/junit/index.html" class="title">Unit test results</a>
|
||||
<br br="br"/>(run "build test" first)</li>
|
||||
|
||||
<li> <a href="build/docs/metrics/jdepend/index.html" class="title">Code metrics</a>
|
||||
<br br="br"/>(run "build metrics" first)</li>
|
||||
|
||||
<li> <a href="build.number" class="title">Local build number</a>
|
||||
<br br="br"/>(how many builds have been done locally)</li>
|
||||
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<br/>
|
||||
<ul>
|
||||
<li> <a href="http://jakarta.apache.org/poi/" class="title"
|
||||
>Project Site</a>
|
||||
<br br="br"/>(online)</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<br/>
|
||||
<ul>
|
||||
<li> <a href="http://www.krysalis.org/centipede/" class="title"
|
||||
>Krysalis Centipede build system site</a>
|
||||
<br br="br"/>(online)</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<br/>
|
||||
|
||||
<address>
|
||||
<hr hr="hr"/>
|
||||
Copyright ©2002 Apache Software Foundation. All Rights Reserved.
|
||||
</address>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue