You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <html>
  2. <head>
  3. <title>Apache Jakarta POI</title>
  4. <style type="text/css">
  5. body { color: #000000;
  6. background-color: #ffffff; }
  7. a:active { color: #ff0000; }
  8. a:visited { color: #551a8b; }
  9. a:link { color: #0000bb; }
  10. a.title { font-weight: bold; font-size: 110%; }
  11. h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
  12. font-weight: bold }
  13. h1 { font-size: 180% }
  14. h2 { font-size: 150% }
  15. h3, h4 { font-size: 120% }
  16. ul { margin-left: 1em; padding: 0pt; border: 0pt; }
  17. </style>
  18. </head>
  19. <body>
  20. <table align="center" height="40" width="100%" cellpadding="0" cellspacing="2">
  21. <tr>
  22. <td><img src="src/documentation/images/group-logo.gif"/></td>
  23. <td align="center" width="100%"></td>
  24. <td><img src="src/documentation/images/poi-logo.png"/></td>
  25. </tr>
  26. </table>
  27. <hr hr="hr"/>
  28. <div align="center" class="titlepage">
  29. <h1>Apache Jakarta POI</h1>
  30. <p>
  31. <strong>Version 1.5-dev</strong>
  32. <br br="br"/>
  33. <strong><script language="JavaScript">
  34. <!-- Begin
  35. var m = document.lastModified;
  36. var p = m.length-8;
  37. document.write(m.substring(p, 0));
  38. // End -->
  39. </script></strong>
  40. </p>
  41. </div>
  42. <table align="center">
  43. <tbody>
  44. <tr><td>
  45. <ul>
  46. <li> <a href="status.xml" class="title">status.xml</a>
  47. <br br="br"/>(status of the project and community)</li>
  48. <li> <a href="module.xml" class="title">module.xml</a>
  49. <br br="br"/>(extended Gump descriptor of the software module)</li>
  50. <li> <a href="build.xml" class="title">build.xml</a>
  51. <br br="br"/>(main build file)</li>
  52. <li> <a href="layout.xml" class="title">layout.xml</a>
  53. <br br="br"/>(layout of the project directories)</li>
  54. <li> <a href="properties.xml" class="title">properties.xml</a>
  55. <br br="br"/>(properties used for building the project)</li>
  56. </ul>
  57. </td>
  58. <td>
  59. <ul>
  60. <li> <a href="build/docs/index.html" class="title">Documentation</a>
  61. <br br="br"/>(run "build docs" first)</li>
  62. <li> <a href="build/docs/javadocs/index.html" class="title">Javadocs</a>
  63. <br br="br"/>(run "build javadocs" first)</li>
  64. <li> <a href="build/docs/tests/junit/index.html" class="title">Unit test results</a>
  65. <br br="br"/>(run "build test" first)</li>
  66. <li> <a href="build/docs/metrics/jdepend/index.html" class="title">Code metrics</a>
  67. <br br="br"/>(run "build metrics" first)</li>
  68. <li> <a href="build.number" class="title">Local build number</a>
  69. <br br="br"/>(how many builds have been done locally)</li>
  70. </ul>
  71. </td>
  72. </tr>
  73. <tr>
  74. <td>
  75. <br/>
  76. <ul>
  77. <li> <a href="http://jakarta.apache.org/poi/" class="title"
  78. >Project Site</a>
  79. <br br="br"/>(online)</li>
  80. </ul>
  81. </td>
  82. <td>
  83. <br/>
  84. <ul>
  85. <li> <a href="http://www.krysalis.org/centipede/" class="title"
  86. >Krysalis Centipede build system site</a>
  87. <br br="br"/>(online)</li>
  88. </ul>
  89. </td>
  90. </tr>
  91. </tbody>
  92. </table>
  93. <br/>
  94. <address>
  95. <hr hr="hr"/>
  96. Copyright &#x00A9;2002 Apache Software Foundation. All Rights Reserved.
  97. </address>
  98. </body>
  99. </html>